From d3558c7f33f59174a15beb8fc67578abbd435bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9luchu?= Date: Thu, 24 Sep 2020 09:55:02 +0200 Subject: [PATCH] v3.2.0 - Type videos and AllThemes --- README.md | 2 +- package.json | 2 +- src/api/api.js | 43 +- src/api/index.js | 1 + src/api/routes/index.js | 19 + src/assets/themes.json | 174568 +++++++++++++++++++++++++++++++++++++ 6 files changed, 174632 insertions(+), 3 deletions(-) create mode 100644 src/assets/themes.json diff --git a/README.md b/README.md index 1fc7bb9..92f3076 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# **Aruppi API** (v3.1.2) +# **Aruppi API** (v3.2.0) > This API has everything about Japan, from anime, music, radio, images, videos ... to japanese culture > diff --git a/package.json b/package.json index ca77ff0..e711ae7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aruppi", - "version": "3.1.2", + "version": "3.2.0", "description": "Aruppi is a custom API to obtain data from the Japanese culture for the mobile app", "main": "./src/api/api.js", "scripts": { diff --git a/src/api/api.js b/src/api/api.js index 4034af8..e975b8c 100644 --- a/src/api/api.js +++ b/src/api/api.js @@ -339,6 +339,46 @@ const getYoutubeVideos = async (channelId) => { }; +const getSectionYoutubeVideos = async (type) => { + + let data = [] + + if (type === 'learn') { + data = await homgot(`${BASE_YOUTUBE}UCCyQwSS6m2mVB0-H2FOFJtw&part=snippet,id&order=date&maxResults=50`, { parse: true }); + return data.items.map(doc =>({ + title: doc.snippet.title, + videoId: doc.id.videoId, + thumbDefault: doc.snippet.thumbnails.default.url, + thumbMedium: doc.snippet.thumbnails.medium.url, + thumbHigh: doc.snippet.thumbnails.high.url + })); + } else if (type === 'amv') { + let yt1 = await homgot(`${BASE_YOUTUBE}UCkTFkshjAsLMKwhAe1uPC1A&part=snippet,id&order=date&maxResults=25`, { parse: true }); + let yt2 = await homgot(`${BASE_YOUTUBE}UC2cpvlLeowpqnR6bQofwNew&part=snippet,id&order=date&maxResults=25`, { parse: true }); + data = yt1.items.concat(yt2.items) + return data.map(doc =>({ + title: doc.snippet.title, + videoId: doc.id.videoId, + thumbDefault: doc.snippet.thumbnails.default.url, + thumbMedium: doc.snippet.thumbnails.medium.url, + thumbHigh: doc.snippet.thumbnails.high.url + })); + } else if (type === 'produccer'){ + let yt1 = await homgot(`${BASE_YOUTUBE}UCkTFkshjAsLMKwhAe1uPC1A&part=snippet,id&order=date&maxResults=25`, { parse: true }); + let yt2 = await homgot(`${BASE_YOUTUBE}UCwUeTOXP3DD9DIvHttowuSA&part=snippet,id&order=date&maxResults=25`, { parse: true }); + let yt3 = await homgot(`${BASE_YOUTUBE}UCA8Vj7nN8bzT3rsukD2ypUg&part=snippet,id&order=date&maxResults=25`, { parse: true }); + data = yt1.items.concat(yt2.items.concat(yt3.items)) + return data.map(doc =>({ + title: doc.snippet.title, + videoId: doc.id.videoId, + thumbDefault: doc.snippet.thumbnails.default.url, + thumbMedium: doc.snippet.thumbnails.medium.url, + thumbHigh: doc.snippet.thumbnails.high.url + })); + } + +}; + const getRadioStations = async () => require('../assets/radiostations.json'); const getOpAndEd = async (title) => await structureThemes(await parserThemes.serie(title), true); @@ -422,7 +462,7 @@ const getAnimeGenres = async(genres) => { }; -const getAllThemes = async () => await structureThemes(await parserThemes.all(), false); +const getAllThemes = async () => require('../assets/themes.json'); const getDestAnimePlatforms = async () => { @@ -520,5 +560,6 @@ module.exports = { getAllThemes, getDestAnimePlatforms, getPlatforms, + getSectionYoutubeVideos, getProfilePlatform }; diff --git a/src/api/index.js b/src/api/index.js index b62dd3a..55c95d3 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -33,6 +33,7 @@ router.get('/', (req, res) => { 'Search': '/api/v3/search/:title', 'Images': '/api/v3/images/:query', 'Videos': '/api/v3/videos/:channelId', + 'Type Videos': '/api/v3/sectionedVideos/:type', 'Radios': '/api/v3/radio', 'All Themes': '/api/v3/allThemes', 'Themes': '/api/v3/themes/:title', diff --git a/src/api/routes/index.js b/src/api/routes/index.js index 606c7eb..3ede09c 100644 --- a/src/api/routes/index.js +++ b/src/api/routes/index.js @@ -358,6 +358,25 @@ router.get('/videos/:channelId' , (req, res) =>{ }); +router.get('/sectionedVideos/:type' , (req, res) =>{ + + let type = req.params.type; + + api.getSectionYoutubeVideos(type) + .then(videos =>{ + if (videos.length > 0) { + res.status(200).json({ + videos + }); + } else ( + res.status(500).json({ message: 'Aruppi lost in the shell'}) + ) + }).catch((err) =>{ + console.error(err); + }); + +}); + router.get('/radio' , (req, res) =>{ api.getRadioStations() diff --git a/src/assets/themes.json b/src/assets/themes.json new file mode 100644 index 0000000..3ba578a --- /dev/null +++ b/src/assets/themes.json @@ -0,0 +1,174568 @@ +[ + { + "id": "40924", + "title": "22/7: 8+3=?", + "year": "2020", + "themes": [ + { + "name": "OP \"Muzui\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-OP1-NCBD1080.webm", + "type": "opening" + }, + { + "name": "ED \"Kamisama ni Yubi wo Sasareta Bokutachi\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuniOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40056", + "title": "Deca-Dence", + "year": "2020", + "themes": [ + { + "name": "OP \"Theater of Life\"", + "link": "https://animethemes.moe/video/DecaDence-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kioku no Hakobune\"", + "link": "https://animethemes.moe/video/DecaDence-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40623", + "title": "Dokyuu Hentai HxEros", + "year": "2020", + "themes": [ + { + "name": "OP \"Wake Up Hx ERO! feat. Retto Enjou\"", + "link": "https://animethemes.moe/video/DokyuuHentaiHxEros-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DokyuuHentaiHxEros-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"lost emotion\"", + "link": "https://animethemes.moe/video/DokyuuHentaiHxEros-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DokyuuHentaiHxEros-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40956", + "title": "Enen no Shouboutai: Ni no Shou", + "year": "2020", + "themes": [ + { + "name": "OP \"SPARK-AGAIN\"", + "link": "https://animethemes.moe/video/EnenNoShouboutaiS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"ID\"", + "link": "https://animethemes.moe/video/EnenNoShouboutaiS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40074", + "title": "Gibiate", + "year": "2020", + "themes": [ + { + "name": "OP \"GIBIATE\"", + "link": "https://animethemes.moe/video/Gibiate-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"ENDLESS ~Toki wo Koete~\"", + "link": "https://animethemes.moe/video/Gibiate-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40839", + "title": "Kanojo, Okarishimasu", + "year": "2020", + "themes": [ + { + "name": "OP \"Centimeter\"", + "link": "https://animethemes.moe/video/Kanokari-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kanokari-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Kokuhaku Bungee Jump\"", + "link": "https://animethemes.moe/video/Kanokari-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Kokuhaku Bungee Jump\"", + "link": "https://animethemes.moe/video/Kanokari-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KanoKari-ED1v2-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Kokuhaku Bungee Jump\"", + "link": "https://animethemes.moe/video/Kanokari-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Kokuhaku Bungee Jump\"", + "link": "https://animethemes.moe/video/Kanokari-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED2 \"FIRST DROP\"", + "link": "https://animethemes.moe/video/Kanokari-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "40075", + "title": "Koi to Producer: EVOL×LOVE", + "year": "2020", + "themes": [ + { + "name": "OP \"Nibi-iro no Yoake\"", + "link": "https://animethemes.moe/video/KoiToProducer-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Maiorite Kita Yuki\"", + "link": "https://animethemes.moe/video/KoiToProducer-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37587", + "title": "Lapis Re:LiGHTs", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Watashi-tachi no STARTRAIL\"", + "link": "https://animethemes.moe/video/LapisReLiGHTs-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Watashi-tachi no STARTRAIL\"", + "link": "https://animethemes.moe/video/LapisReLiGHTs-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Planetarium\"", + "link": "https://animethemes.moe/video/LapisReLiGHTs-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Midnight Sapphire\"", + "link": "https://animethemes.moe/video/LapisReLiGHTs-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Watashi no Na wa, Hikari.\"", + "link": "https://animethemes.moe/video/LapisReLiGHTs-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"A.R.I.A.\"", + "link": "https://animethemes.moe/video/LapisReLiGHTs-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "40496", + "title": "Maou Gakuin no Futekigousha: Shijou Saikyou no Maou no Shiso, Tensei shite Shison-tachi no Gakkou e", + "year": "2020", + "themes": [ + { + "name": "OP1 \"Seikai Fuseikai\"", + "link": "https://animethemes.moe/video/MaouGakuinNoFutekigousha-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Seikai Fuseikai feat. Anos Voldigoad\"", + "link": "https://animethemes.moe/video/MaouGakuinNoFutekigousha-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MaouGakuinNoFutekigousha-OP2-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED \"Hamidashimono\"", + "link": "https://animethemes.moe/video/MaouGakuinNoFutekigousha-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MaouGakuinNoFutekigousha-ED1-NCDVD480.webm", + "type": "ending" + } + ] + }, + { + "id": "40708", + "title": "Monster Musume no Oisha-san", + "year": "2020", + "themes": [ + { + "name": "OP \"Campanella Hibiku Sora de\"", + "link": "https://animethemes.moe/video/MonsterMusumeNoOishaSan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yasashisa no Namae\"", + "link": "https://animethemes.moe/video/MonsterMusumeNoOishaSan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39948", + "title": "Muhyo to Rouji no Mahouritsu Soudan Jimusho 2nd Season", + "year": "2020", + "themes": [ + { + "name": "OP \"Inochi no Akashi\"", + "link": "https://animethemes.moe/video/MahouritsuS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Proud Days\"", + "link": "https://animethemes.moe/video/MahouritsuS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40515", + "title": "Nihon Chinbotsu 2020", + "year": "2020", + "themes": [ + { + "name": "OP \"a life\"", + "link": "https://animethemes.moe/video/NihonChinbotsu2020-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Keshiki\"", + "link": "https://animethemes.moe/video/NihonChinbotsu2020-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "42260", + "title": "Ninja Collection", + "year": "2020", + "themes": [ + { + "name": "ED \"Shinobiashi de Unzaunza wo Odoru\"", + "link": "https://animethemes.moe/video/NinjaCollection-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40529", + "title": "No Guns Life 2nd Season", + "year": "2020", + "themes": [ + { + "name": "OP \"Chaos Drifters\"", + "link": "https://animethemes.moe/video/NoGunsLifeS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"new world\"", + "link": "https://animethemes.moe/video/NoGunsLifeS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40436", + "title": "Peter Grill to Kenja no Jikan", + "year": "2020", + "themes": [ + { + "name": "OP \"Tsuranuite Yuuutsu\"", + "link": "https://animethemes.moe/video/PeterGrillToKenjaNoJikan-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PeterGrillToKenjaNoJikan-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Yoridokoro\"", + "link": "https://animethemes.moe/video/PeterGrillToKenjaNoJikan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39587", + "title": "Re:Zero kara Hajimeru Isekai Seikatsu 2nd Season", + "year": "2020", + "themes": [ + { + "name": "OP \"Realize\"", + "link": "https://animethemes.moe/video/ReZeroS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Memento\"", + "link": "https://animethemes.moe/video/ReZeroS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40540", + "title": "Sword Art Online: Alicization - War of Underworld 2nd Season", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"ANIMA\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS3-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP V2 \"ANIMA\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS3-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"ANIMA\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS3-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"I will...\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS3-ED1-NCDVD480.webm", + "type": "ending" + } + ] + }, + { + "id": "41353", + "title": "The God of High School", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Contradiction feat. Tyler Carter\"", + "link": "https://animethemes.moe/video/TheGodOfHighSchool-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Contradiction feat. Tyler Carter\"", + "link": "https://animethemes.moe/video/TheGodOfHighSchool-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"WIN\"", + "link": "https://animethemes.moe/video/TheGodOfHighSchool-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38835", + "title": "Umayon", + "year": "2020", + "themes": [ + { + "name": "ED1 \"Pyoitto♪Hallelujah!\"", + "link": "https://animethemes.moe/video/Umayon-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ring Ring Diary\"", + "link": "https://animethemes.moe/video/Umayon-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Nigekiri! Fallin' Love\"", + "link": "https://animethemes.moe/video/Umayon-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "41226", + "title": "Uzaki-chan wa Asobitai!", + "year": "2020", + "themes": [ + { + "name": "OP \"Nadame Sukashi Negotiation\"", + "link": "https://animethemes.moe/video/UzakiChanWaAsobitai-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kokoro Knock\"", + "link": "https://animethemes.moe/video/UzakiChanWaAsobitai-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kokoro Knock\"", + "link": "https://animethemes.moe/video/UzakiChanWaAsobitai-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "40100", + "title": "Valkyrie no Shokutaku", + "year": "2020", + "themes": [ + { + "name": "OP1 \"Taste of home\" by Kiana Kaslana, Raiden Mei, Bronya Zaychik & Murata Himeko", + "link": "https://animethemes.moe/video/ValkyrieNoShokutaku-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Taste of home\" by Kiana Kaslana & Siegfried Kaslana", + "link": "https://animethemes.moe/video/ValkyrieNoShokutaku-OP2.webm", + "type": "opening" + } + ] + }, + { + "id": "39547", + "title": "Yahari Ore no Seishun Love Comedy wa Machigatteiru. Kan", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Megumi no Ame\"", + "link": "https://animethemes.moe/video/OreGairuS3-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Megumi no Ame\"", + "link": "https://animethemes.moe/video/OreGairuS3-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Megumi no Ame\"", + "link": "https://animethemes.moe/video/OreGairuS3-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Megumi no Ame\"", + "link": "https://animethemes.moe/video/OreGairuS3-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Diamond no Jundo\"", + "link": "https://animethemes.moe/video/OreGairuS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Diamond no Jundo ~Yui Ballade~\"", + "link": "https://animethemes.moe/video/OreGairuS3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Diamond no Jundo ~Yukino Ballade~\"", + "link": "https://animethemes.moe/video/OreGairuS3-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "40532", + "title": "Appare-Ranman!", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"I got it!\"", + "link": "https://animethemes.moe/video/AppareRanman-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"I got it!\"", + "link": "https://animethemes.moe/video/AppareRanman-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"I'm Nobody\"", + "link": "https://animethemes.moe/video/AppareRanman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40677", + "title": "Argonavis from BanG Dream!", + "year": "2020", + "themes": [ + { + "name": "OP1 \"Hoshi ga Hajimaru\"", + "link": "https://animethemes.moe/video/Argonavis-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"SCATTER\"", + "link": "https://animethemes.moe/video/Argonavis-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ameagari no Sakamichi\"", + "link": "https://animethemes.moe/video/Argonavis-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Goal Line\"", + "link": "https://animethemes.moe/video/Argonavis-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"LIAR\"", + "link": "https://animethemes.moe/video/Argonavis-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "40128", + "title": "Arte", + "year": "2020", + "themes": [ + { + "name": "OP \"Clover\"", + "link": "https://animethemes.moe/video/Arte-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Arte-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hare Moyou\"", + "link": "https://animethemes.moe/video/Arte-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Arte-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "41558", + "title": "Asatir: Mirai no Mukashibanashi", + "year": "2020", + "themes": [ + { + "name": "OP \"Mirai no Mukashi Banashi\"", + "link": "https://animethemes.moe/video/Asatir-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kioku no Mukou\"", + "link": "https://animethemes.moe/video/Asatir-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39555", + "title": "Baki 2nd Season", + "year": "2020", + "themes": [ + { + "name": "OP \"Jounetsu wa Oboeteiru\"", + "link": "https://animethemes.moe/video/BakiS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"DEAD STROKE\"", + "link": "https://animethemes.moe/video/BakiS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "41405", + "title": "Bakugan: Armored Alliance", + "year": "2020", + "themes": [ + { + "name": "OP \"PLANET HERO\"", + "link": "https://animethemes.moe/video/BakuganArmoredAlliance-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Go! Bakugan Blow!\"", + "link": "https://animethemes.moe/video/BakuganArmoredAlliance-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40854", + "title": "BanG Dream! Garupa☆Pico: Oomori", + "year": "2020", + "themes": [ + { + "name": "ED \"Oomori Icchou! Garupa☆Pico\"", + "link": "https://animethemes.moe/video/BanGDreamGarupaPicoOomori-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "41439", + "title": "Beyblade Burst Super King", + "year": "2020", + "themes": [ + { + "name": "OP \"Sparking Revolution\"", + "link": "https://animethemes.moe/video/BeybladeBurstSuperKing-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sparking Revolution (Instrumental)\"", + "link": "https://animethemes.moe/video/BeybladeBurstSuperKing-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40060", + "title": "BNA", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Ready to\"", + "link": "https://animethemes.moe/video/BrandNewAnimal-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Ready to\"", + "link": "https://animethemes.moe/video/BrandNewAnimal-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"NIGHT RUNNING\"", + "link": "https://animethemes.moe/video/BrandNewAnimal-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"NIGHT RUNNING\"", + "link": "https://animethemes.moe/video/BrandNewAnimal-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"NIGHT RUNNING\"", + "link": "https://animethemes.moe/video/BrandNewAnimal-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "40934", + "title": "Bungou to Alchemist: Shinpan no Haguruma", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Good-bye\"", + "link": "https://animethemes.moe/video/BungouToAlchemist-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Good-bye\"", + "link": "https://files.catbox.moe/es21u7.webm", + "type": "opening" + }, + { + "name": "ED \"Yabunonaka no Synthesis\"", + "link": "https://animethemes.moe/video/BungouToAlchemist-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "41299", + "title": "Cinderella Girls Gekijou: Extra Stage", + "year": "2020", + "themes": [ + { + "name": "ED1 \"Sing the Prologue♪\"", + "link": "https://animethemes.moe/video/CingekiExtraStage-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Haru Koi Frame\"", + "link": "https://animethemes.moe/video/CingekiExtraStage-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Watashi-iro no Prelude\"", + "link": "https://animethemes.moe/video/CingekiExtraStage-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Sekai Metsubou or KISS\"", + "link": "https://animethemes.moe/video/CingekiExtraStage-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Diamond Attention\"", + "link": "https://animethemes.moe/video/CingekiExtraStage-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Oyamatope♪\"", + "link": "https://animethemes.moe/video/CingekiExtraStage-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "41074", + "title": "Digimon Adventure:", + "year": "2020", + "themes": [ + { + "name": "OP \"Mikakunin Hikousen\"", + "link": "https://animethemes.moe/video/DigimonAdventure2020-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kuyashisa wa Tane\"", + "link": "https://animethemes.moe/video/DigimonAdventure2020-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Q?\"", + "link": "https://animethemes.moe/video/DigimonAdventure2020-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "40417", + "title": "Fruits Basket 2nd Season", + "year": "2020", + "themes": [ + { + "name": "OP1 V1 \"Prism\"", + "link": "https://animethemes.moe/video/FruitsBasketS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FruitsBasketS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP1 V2 \"Prism\"", + "link": "https://animethemes.moe/video/FruitsBasketS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"HOME\"", + "link": "https://animethemes.moe/video/FruitsBasketS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"ad meliora\"", + "link": "https://animethemes.moe/video/FruitsBasketS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FruitsBasketS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Haseru Mirai\"", + "link": "https://animethemes.moe/video/FruitsBasketS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Eden\"", + "link": "https://animethemes.moe/video/FruitsBasketS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "41120", + "title": "Fugou Keiji: Balance:Unlimited", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"NAVIGATOR\"", + "link": "https://animethemes.moe/video/FugouKeiji-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"NAVIGATOR\"", + "link": "https://animethemes.moe/video/FugouKeiji-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Welcome My Friend\"", + "link": "https://animethemes.moe/video/FugouKeiji-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40358", + "title": "Gal to Kyouryuu", + "year": "2020", + "themes": [ + { + "name": "OP \"Kyouryuu Agemizawa☆\"", + "link": "https://animethemes.moe/video/GalToKyouryuu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Peaceful Days\"", + "link": "https://animethemes.moe/video/GalToKyouryuu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38799", + "title": "Ghost in the Shell: SAC_2045", + "year": "2020", + "themes": [ + { + "name": "OP \"Fly with me\"", + "link": "https://animethemes.moe/video/GhostInTheShellSAC2045-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"sustain++;\"", + "link": "https://animethemes.moe/video/GhostInTheShellSAC2045-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39463", + "title": "Gleipnir", + "year": "2020", + "themes": [ + { + "name": "OP \"Altern-ate-\"", + "link": "https://animethemes.moe/video/Gleipnir-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Gleipnir-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Ame to Taieki to Nioi\"", + "link": "https://animethemes.moe/video/Gleipnir-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40052", + "title": "Great Pretender", + "year": "2020", + "themes": [ + { + "name": "OP \"G.P.\"", + "link": "https://animethemes.moe/video/GreatPretender-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"The Great Pretender\"", + "link": "https://animethemes.moe/video/GreatPretender-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40942", + "title": "Gundam Build Divers Re:Rise 2nd Season", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"HATENA\"", + "link": "https://animethemes.moe/video/GundamBuildDiversReRiseS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"HATENA\"", + "link": "https://animethemes.moe/video/GundamBuildDiversReRiseS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Twinkle\"", + "link": "https://animethemes.moe/video/GundamBuildDiversReRiseS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Heartful\"", + "link": "https://animethemes.moe/video/GundamBuildDiversReRiseS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38830", + "title": "Hachi-nan tte, Sore wa Nai deshou!", + "year": "2020", + "themes": [ + { + "name": "OP \"Jikuu no Mayoi Hito\"", + "link": "https://animethemes.moe/video/Hachinan-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hachinan-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Tsukiakari no Monologue\"", + "link": "https://animethemes.moe/video/Hachinan-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hachinan-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34972", + "title": "Hakubo", + "year": "2020", + "themes": [ + { + "name": "ED \"Tooku\"", + "link": "https://animethemes.moe/video/Hakubo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40983", + "title": "Hakushon Daimaou", + "year": "2020", + "themes": [ + { + "name": "OP \"Satesu Hakushon\"", + "link": "https://animethemes.moe/video/HakushonDaimaou2020-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Akubi wo Sureba\"", + "link": "https://animethemes.moe/video/HakushonDaimaou2020-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Furefure\"", + "link": "https://animethemes.moe/video/HakushonDaimaou2020-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "40815", + "title": "Honzuki no Gekokujou: Shisho ni Naru Tame ni wa Shudan wo Erandeiraremasen 2nd Season", + "year": "2020", + "themes": [ + { + "name": "OP \"Tsumujikaze\"", + "link": "https://animethemes.moe/video/HonzukiNoGekokujouS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HonzukiNoGekokujouS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Ephemera wo Atsumete\"", + "link": "https://animethemes.moe/video/HonzukiNoGekokujouS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HonzukiNoGekokujouS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39730", + "title": "Houkago Teibou Nisshi", + "year": "2020", + "themes": [ + { + "name": "OP \"SEA HORIZON\"", + "link": "https://animethemes.moe/video/HoukagoTeibouNisshi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tsuri no Sekai e\"", + "link": "https://animethemes.moe/video/HoukagoTeibouNisshi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37962", + "title": "IDOLiSH7: Second Beat!", + "year": "2020", + "themes": [ + { + "name": "OP \"DiSCOVER THE FUTURE\"", + "link": "https://animethemes.moe/video/IDOLiSH7S2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mirai Notes wo Kanadete\"", + "link": "https://animethemes.moe/video/IDOLiSH7S2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39049", + "title": "Jashin-chan Dropkick'", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Tokitoshite Violence\"", + "link": "https://animethemes.moe/video/JashinChanDropkickS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Tokitoshite Violence\"", + "link": "https://animethemes.moe/video/JashinChanDropkickS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Tokitoshite Violence\"", + "link": "https://animethemes.moe/video/JashinChanDropkickS2-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Tokitoshite Violence\"", + "link": "https://animethemes.moe/video/JashinChanDropkickS2-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"Tokitoshite Violence\"", + "link": "https://animethemes.moe/video/JashinChanDropkickS2-OP1v5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Love Satisfaction\"", + "link": "https://animethemes.moe/video/JashinChanDropkickS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Anoko ni Drop Kick\"", + "link": "https://animethemes.moe/video/JashinChanDropkickS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "40591", + "title": "Kaguya-sama wa Kokurasetai?: Tensai-tachi no Renai Zunousen", + "year": "2020", + "themes": [ + { + "name": "OP \"DADDY! DADDY! DO! feat. Airi Suzuki\"", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetaiS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetaiS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Kaze ni Fukarete\"", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetaiS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetaiS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kaze ni Fukarete\"", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetaiS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetaiS2-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Kaze ni Fukarete\"", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetaiS2-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Kaze ni Fukarete\"", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetaiS2-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "40716", + "title": "Kakushigoto", + "year": "2020", + "themes": [ + { + "name": "OP \"Chiisana Hibi\"", + "link": "https://animethemes.moe/video/Kakushigoto-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kakushigoto-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kimi wa Tennen Shoku\"", + "link": "https://animethemes.moe/video/Kakushigoto-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kakushigoto-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40221", + "title": "Kami no Tou", + "year": "2020", + "themes": [ + { + "name": "OP \"TOP -Japanese ver.-\"", + "link": "https://animethemes.moe/video/KamiNoTou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SLUMP -Japanese ver.-\"", + "link": "https://animethemes.moe/video/KamiNoTou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40682", + "title": "Kingdom 3rd Season", + "year": "2020", + "themes": [ + { + "name": "OP \"TOMORROW\"", + "link": "https://animethemes.moe/video/KingdomS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Deep inside\"", + "link": "https://animethemes.moe/video/KingdomS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40880", + "title": "Kiratto Pri☆chan 3rd Season", + "year": "2020", + "themes": [ + { + "name": "OP \"Illuminage Land\"", + "link": "https://animethemes.moe/video/KirattoPriChanS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"A ・ B ・ C ・ D ・ Iine★Dance\"", + "link": "https://animethemes.moe/video/KirattoPriChanS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39582", + "title": "Kitsutsuki Tanteidokoro", + "year": "2020", + "themes": [ + { + "name": "OP \"Honjitsu mo Makoto ni Seiten Nari\"", + "link": "https://animethemes.moe/video/KitsutsukiTanteidokoro-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Gondola no Uta\"", + "link": "https://animethemes.moe/video/KitsutsukiTanteidokoro-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Gondola no Uta\"", + "link": "https://animethemes.moe/video/KitsutsukiTanteidokoro-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "40165", + "title": "Listeners", + "year": "2020", + "themes": [ + { + "name": "OP1 \"Into the blue's\"", + "link": "https://animethemes.moe/video/Listeners-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Into the blue's (modern ver.)\"", + "link": "https://animethemes.moe/video/Listeners-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Muse\"", + "link": "https://animethemes.moe/video/Listeners-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Borders\"", + "link": "https://animethemes.moe/video/Listeners-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Slip out!\"", + "link": "https://animethemes.moe/video/Listeners-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Rainy lain\"", + "link": "https://animethemes.moe/video/Listeners-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Top of ocean\"", + "link": "https://animethemes.moe/video/Listeners-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Trauma\"", + "link": "https://animethemes.moe/video/Listeners-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Dilemma\"", + "link": "https://animethemes.moe/video/Listeners-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Fairy tale\"", + "link": "https://animethemes.moe/video/Listeners-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Slumber\"", + "link": "https://animethemes.moe/video/Listeners-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Love song\"", + "link": "https://animethemes.moe/video/Listeners-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Listeners\"", + "link": "https://animethemes.moe/video/Listeners-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "40504", + "title": "Major 2nd 2nd Season", + "year": "2020", + "themes": [ + { + "name": "OP1 \"Answer\"", + "link": "https://animethemes.moe/video/Major2ndS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Shirai Doro\"", + "link": "https://animethemes.moe/video/Major2ndS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"One\"", + "link": "https://animethemes.moe/video/Major2ndS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"IDENTITY\"", + "link": "https://animethemes.moe/video/Major2ndS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "40327", + "title": "Mewkledreamy", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Mirai Kuru Kuru Yume Kururu\"", + "link": "https://animethemes.moe/video/Mewkledreamy-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Mewkledreamy-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Mirai Kuru Kuru Yume Kururu\"", + "link": "https://animethemes.moe/video/Mewkledreamy-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Tokimeki Collector\"", + "link": "https://animethemes.moe/video/Mewkledreamy-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Mewkledreamy-ED1-NCDVD480.webm", + "type": "ending" + } + ] + }, + { + "id": "41168", + "title": "Nakitai Watashi wa Neko wo Kaburu", + "year": "2020", + "themes": [ + { + "name": "ED1 \"Hana ni Bourei\"", + "link": "https://animethemes.moe/video/Nakineko-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Usotsuki\"", + "link": "https://animethemes.moe/video/Nakineko-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "40513", + "title": "Nami yo Kiitekure", + "year": "2020", + "themes": [ + { + "name": "OP \"aranami\"", + "link": "https://animethemes.moe/video/NamiYoKiitekure-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Pride\"", + "link": "https://animethemes.moe/video/NamiYoKiitekure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Believe In Myself\"", + "link": "https://animethemes.moe/video/NamiYoKiitekure-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "41384", + "title": "Norimono Man: Mobile Land no Car-kun", + "year": "2020", + "themes": [ + { + "name": "OP \"Kattobi Mobile Land\"", + "link": "https://animethemes.moe/video/NorimonoMan-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "41266", + "title": "Olympia Kyklos", + "year": "2020", + "themes": [ + { + "name": "OP \"William Tell Jokyoku\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi wa Helenes\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"ZE.N.RA\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Otoko no Arete\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hajimari wa Itsumo Zeus\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Namida no Aegean-Kai\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Konya wa Symposion\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Sweet Olympia\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Endless Summer\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Tatero! Tropaion\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Sparta-jin Kowai\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Kokugai de wa Betsu no Kao\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Sayonara Sparta\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"LADY discrimination\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Kimi wa Nani Thion\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Yume no Market\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"Zurui Hito\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED16.webm", + "type": "ending" + }, + { + "name": "ED17 \"Kimi no Pessoi\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED17.webm", + "type": "ending" + }, + { + "name": "ED18 \"Tetsugakusha no Shokutaku\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED18.webm", + "type": "ending" + } + ] + }, + { + "id": "38555", + "title": "Otome Game no Hametsu Flag shika Nai Akuyaku Reijou ni Tensei shiteshimatta...", + "year": "2020", + "themes": [ + { + "name": "OP \"Otome no Route wa Hitotsu ja Nai!\"", + "link": "https://animethemes.moe/video/Hamefura-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hamefura-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"BAD END\"", + "link": "https://animethemes.moe/video/Hamefura-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hamefura-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39292", + "title": "Princess Connect! Re:Dive", + "year": "2020", + "themes": [ + { + "name": "OP \"Lost Princess\"", + "link": "https://animethemes.moe/video/PrincessConnectReDive-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PrincessConnectReDive-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Soredemo Tomo ni Aruiteiku\"", + "link": "https://animethemes.moe/video/PrincessConnectReDive-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PrincessConnectReDive-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Connecting Happy!!\"", + "link": "https://animethemes.moe/video/PrincessConnectReDive-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "40783", + "title": "Shachou, Battle no Jikan Desu!", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Hurry Love\"", + "link": "https://animethemes.moe/video/Shachibato-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Hurry Love\"", + "link": "https://animethemes.moe/video/Shachibato-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Hurry Love\"", + "link": "https://animethemes.moe/video/Shachibato-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Hurry Love\"", + "link": "https://animethemes.moe/video/Shachibato-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Oyasumi\"", + "link": "https://animethemes.moe/video/Shachibato-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Oyasumi\"", + "link": "https://animethemes.moe/video/Shachibato-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Oyasumi\"", + "link": "https://animethemes.moe/video/Shachibato-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "40506", + "title": "Shadowverse", + "year": "2020", + "themes": [ + { + "name": "OP \"Kirifuda\"", + "link": "https://animethemes.moe/video/Shadowverse-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Happiness*Sensation\"", + "link": "https://animethemes.moe/video/Shadowverse-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40403", + "title": "Shin Sakura Taisen the Animation", + "year": "2020", + "themes": [ + { + "name": "OP \"Geki! Teikoku Kagekidan <Shinshou>\"", + "link": "https://animethemes.moe/video/ShinSakuraTaisen-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sakura Yumemishi\"", + "link": "https://animethemes.moe/video/ShinSakuraTaisen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Star Tanjou Hana-gumi ver.\"", + "link": "https://animethemes.moe/video/ShinSakuraTaisen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38843", + "title": "Shironeko Project: Zero Chronicle", + "year": "2020", + "themes": [ + { + "name": "OP \"Tenbin -Libra-\"", + "link": "https://animethemes.moe/video/ShironekoProject-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"through the dark\"", + "link": "https://animethemes.moe/video/ShironekoProject-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yasashiki Yami no Uta\"", + "link": "https://animethemes.moe/video/ShironekoProject-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "40902", + "title": "Shokugeki no Souma: Gou no Sara", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Last Chapter\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaGouNoSara-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Last Chapter\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaGouNoSara-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Crossing Road\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaGouNoSara-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40485", + "title": "Strike the Blood IV", + "year": "2020", + "themes": [ + { + "name": "OP \"Akatsuki no Kaleido Blood\"", + "link": "https://animethemes.moe/video/StrikeTheBloodS4-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dear My Hero\"", + "link": "https://animethemes.moe/video/StrikeTheBloodS4-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39966", + "title": "Tamayomi", + "year": "2020", + "themes": [ + { + "name": "OP \"Never Let You Go!\"", + "link": "https://animethemes.moe/video/Tamayomi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Plus Minus Zero no Housoku\"", + "link": "https://animethemes.moe/video/Tamayomi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "41062", + "title": "Tomica Kizuna Gattai: Earth Granner", + "year": "2020", + "themes": [ + { + "name": "OP \"Sekai ga Kimi wo Hitsuyou to Suru Toki ga Kitanda\"", + "link": "https://animethemes.moe/video/TomicaKizunaGattai-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Bokura ga Hero\"", + "link": "https://animethemes.moe/video/TomicaKizunaGattai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39469", + "title": "Tsugu Tsugumomo", + "year": "2020", + "themes": [ + { + "name": "OP \"Kaze Fukeba Tsukiyo no Hate ni\"", + "link": "https://animethemes.moe/video/TsugumomoS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Haru, Kanade\"", + "link": "https://animethemes.moe/video/TsugumomoS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39710", + "title": "Yesterday wo Utatte", + "year": "2020", + "themes": [ + { + "name": "ED1 \"Kago no Naka ni Tori\"", + "link": "https://animethemes.moe/video/YesterdayWoUtatte-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YesterdayWoUtatte-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Aoibashi\"", + "link": "https://animethemes.moe/video/YesterdayWoUtatte-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YesterdayWoUtatte-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yesterday wo Utatte\"", + "link": "https://animethemes.moe/video/YesterdayWoUtatte-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YesterdayWoUtatte-ED3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40145", + "title": "Yu☆Gi☆Oh!: Sevens", + "year": "2020", + "themes": [ + { + "name": "OP \"Nanananananana\"", + "link": "https://animethemes.moe/video/YGOSEVENS-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Gouha Dai-7 Shougakkou Kouka\"", + "link": "https://animethemes.moe/video/YGOSEVENS-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Miniscape\"", + "link": "https://animethemes.moe/video/YGOSEVENS-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "41124", + "title": "Zashiki Warashi no Tatami-chan", + "year": "2020", + "themes": [ + { + "name": "ED \"CATCH YOUR SWEET MIND\"", + "link": "https://animethemes.moe/video/ZashikiWarashiNoTatamiChan-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZashikiWarashiNoTatamiChan-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40148", + "title": "22/7", + "year": "2020", + "themes": [ + { + "name": "OP \"Muzui\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Sora no Emerald\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"One of them\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ikiru Koto ni Naru ni Naritai\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Yume no Fune\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Yuutousei ja Tsumaranai\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Jinsei wa Waltz\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Kanjou Muyouron\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Moonlight\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED8-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED9 \"Kodoku wa Kirai ja Nai\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED9.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED9-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40602", + "title": "7 Seeds 2nd Season", + "year": "2020", + "themes": [ + { + "name": "OP \"From The Seeds\"", + "link": "https://animethemes.moe/video/7SeedsS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Synchro\"", + "link": "https://animethemes.moe/video/7SeedsS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ikite Yuku\"", + "link": "https://animethemes.moe/video/7SeedsS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39184", + "title": "A3! Season Spring & Summer", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Act! Addict! Actors!\"", + "link": "https://animethemes.moe/video/A3-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Act! Addict! Actors!\"", + "link": "https://animethemes.moe/video/A3-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Home\"", + "link": "https://animethemes.moe/video/A3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Orange Heart\"", + "link": "https://animethemes.moe/video/A3-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39610", + "title": "ACCA: 13-ku Kansatsu-ka - Regards", + "year": "2020", + "themes": [ + { + "name": "ED \"Our Place\"", + "link": "https://animethemes.moe/video/ACCARegards-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40137", + "title": "ARP Backstage Pass", + "year": "2020", + "themes": [ + { + "name": "OP \"Burn it up\"", + "link": "https://animethemes.moe/video/ARPBackstagePass-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Celebrate Good Time\"", + "link": "https://animethemes.moe/video/ARPBackstagePass-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37870", + "title": "BanG Dream! 3rd Season", + "year": "2020", + "themes": [ + { + "name": "OP \"Initial\"", + "link": "https://animethemes.moe/video/BangDreamS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yume wo Uchinuku Shunkan ni!\" by Poppin'Party", + "link": "https://animethemes.moe/video/BangDreamS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"FIRE BIRD\"", + "link": "https://animethemes.moe/video/BangDreamS3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yume wo Uchinuku Shunkan ni!\" by Poppin'Party×Roselia×RAISE A SUILEN", + "link": "https://animethemes.moe/video/BangDreamS3-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "38302", + "title": "Boku no Tonari ni Ankoku Hakaishin ga Imasu.", + "year": "2020", + "themes": [ + { + "name": "OP \"Take mo' Chance\"", + "link": "https://animethemes.moe/video/Bokuhaka-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"FREEDOM de Muda ni Muteki!!\"", + "link": "https://animethemes.moe/video/Bokuhaka-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38656", + "title": "Darwin's Game", + "year": "2020", + "themes": [ + { + "name": "OP \"CHAIN\"", + "link": "https://animethemes.moe/video/DarwinsGame-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DarwinsGame-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED \"Alive\"", + "link": "https://animethemes.moe/video/DarwinsGame-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DarwinsGame-ED1-NCDVD480.webm", + "type": "ending" + } + ] + }, + { + "id": "38668", + "title": "Dorohedoro", + "year": "2020", + "themes": [ + { + "name": "OP \"Welcome to Chaos\"", + "link": "https://animethemes.moe/video/Dorohedoro-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Who am I?\"", + "link": "https://animethemes.moe/video/Dorohedoro-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Who am I?\"", + "link": "https://animethemes.moe/video/Dorohedoro-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Night SURFING\"", + "link": "https://animethemes.moe/video/Dorohedoro-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"D.D.D.D.\"", + "link": "https://animethemes.moe/video/Dorohedoro-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Strange Meat Pie\"", + "link": "https://animethemes.moe/video/Dorohedoro-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"SECONDs FLY\"", + "link": "https://animethemes.moe/video/Dorohedoro-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"404\"", + "link": "https://animethemes.moe/video/Dorohedoro-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "40453", + "title": "Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka II OVA", + "year": "2020", + "themes": [ + { + "name": "ED \"Tropical☆Vacation\"", + "link": "https://animethemes.moe/video/DanmachiS2OVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39792", + "title": "Eizouken ni wa Te wo Dasu na!", + "year": "2020", + "themes": [ + { + "name": "OP \"Easy Breezy\"", + "link": "https://animethemes.moe/video/Eizouken-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Eizouken-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Namae no Nai Ao\"", + "link": "https://animethemes.moe/video/Eizouken-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Eizouken-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40656", + "title": "Girls und Panzer: Taiyaki War!", + "year": "2020", + "themes": [ + { + "name": "ED \"Enter Enter MISSION! Saishuushou ver.\"", + "link": "https://animethemes.moe/video/GirlsUndPanzerTaiyakiWar-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39576", + "title": "Goblin Slayer: Goblin's Crown", + "year": "2020", + "themes": [ + { + "name": "ED \"Static\"", + "link": "https://animethemes.moe/video/GoblinSlayerMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40873", + "title": "Granblue Fantasy The Animation Season 2: Djeeta-hen", + "year": "2020", + "themes": [ + { + "name": "OP \"Stay With Me\"", + "link": "https://animethemes.moe/video/GranblueFantasyS2OVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ao\"", + "link": "https://animethemes.moe/video/GranblueFantasyS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38883", + "title": "Haikyuu!!: To the Top", + "year": "2020", + "themes": [ + { + "name": "OP \"PHOENIX\"", + "link": "https://animethemes.moe/video/HaikyuuS4-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kessen Spirit\"", + "link": "https://animethemes.moe/video/HaikyuuS4-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35252", + "title": "Hatena☆Illusion", + "year": "2020", + "themes": [ + { + "name": "OP \"Magic Words\"", + "link": "https://animethemes.moe/video/HatenaIllusion-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Hikari-iro no Uta\"", + "link": "https://animethemes.moe/video/HatenaIllusion-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hikari-iro no Uta\"", + "link": "https://animethemes.moe/video/HatenaIllusion-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "40610", + "title": "Healin' Good♡Precure", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Healin' Good♥Precure Touch!!\"", + "link": "https://animethemes.moe/video/HealinGoodPrecure-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Healin' Good♥Precure Touch!!\"", + "link": "https://animethemes.moe/video/HealinGoodPrecure-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Miracle-tto♥Link Ring!\"", + "link": "https://animethemes.moe/video/HealinGoodPrecure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Everybody☆Healin' Good Day!\"", + "link": "https://animethemes.moe/video/HealinGoodPrecure-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "40995", + "title": "Hentatsu", + "year": "2020", + "themes": [ + { + "name": "OP \"Hentatsu\"", + "link": "https://animethemes.moe/video/Hentatsu-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hentatsu-OP1-BD900.webm", + "type": "ending" + } + ] + }, + { + "id": "38476", + "title": "Heya Camp△", + "year": "2020", + "themes": [ + { + "name": "ED \"The Sunshower\"", + "link": "https://animethemes.moe/video/HeyaCamp-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40230", + "title": "Housekishou Richard-shi no Nazo Kantei", + "year": "2020", + "themes": [ + { + "name": "OP \"Houseki no Umareru Toki\"", + "link": "https://animethemes.moe/video/HousekishouRichardShi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Only for you\"", + "link": "https://animethemes.moe/video/HousekishouRichardShi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40046", + "title": "ID:Invaded", + "year": "2020", + "themes": [ + { + "name": "OP \"Mister Fixer\"", + "link": "https://animethemes.moe/video/IDInvaded-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IDInvaded-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Other Side\"", + "link": "https://animethemes.moe/video/IDInvaded-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IDInvaded-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"UP\"", + "link": "https://animethemes.moe/video/IDInvaded-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38909", + "title": "Infinite Dendrogram", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Unbreakable\"", + "link": "https://animethemes.moe/video/InfiniteDendrogram-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Unbreakable\"", + "link": "https://animethemes.moe/video/InfiniteDendrogram-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Reverb\"", + "link": "https://animethemes.moe/video/InfiniteDendrogram-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39988", + "title": "Isekai Quartet 2nd Season", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Isekai Showtime\"", + "link": "https://animethemes.moe/video/IsekaiQuartetS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Isekai Showtime\"", + "link": "https://animethemes.moe/video/IsekaiQuartetS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiQuartetS2-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Ponkotsu! Isekai Theater\"", + "link": "https://animethemes.moe/video/IsekaiQuartetS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiQuartetS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"sweet pass\"", + "link": "https://animethemes.moe/video/IsekaiQuartetS2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiQuartetS2-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40010", + "title": "Ishuzoku Reviewers", + "year": "2020", + "themes": [ + { + "name": "OP \"Ikouze☆Paradise\"", + "link": "https://animethemes.moe/video/IshuzokuReviewers-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IshuzokuReviewers-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hanabira Ondo\"", + "link": "https://animethemes.moe/video/IshuzokuReviewers-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IshuzokuReviewers-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38790", + "title": "Itai no wa Iya nano de Bougyoryoku ni Kyokufuri Shitai to Omoimasu.", + "year": "2020", + "themes": [ + { + "name": "OP \"Kyuukyoku Unbalance!\"", + "link": "https://animethemes.moe/video/Bofuri-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Bofuri-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Play the world\"", + "link": "https://animethemes.moe/video/Bofuri-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Bofuri-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39534", + "title": "Jibaku Shounen Hanako-kun", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"No.7\"", + "link": "https://animethemes.moe/video/JibakuShounenHanakoKun-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"No.7\"", + "link": "https://animethemes.moe/video/JibakuShounenHanakoKun-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"No.7\"", + "link": "https://animethemes.moe/video/JibakuShounenHanakoKun-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"No.7\"", + "link": "https://animethemes.moe/video/JibakuShounenHanakoKun-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"No.7\"", + "link": "https://animethemes.moe/video/JibakuShounenHanakoKun-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"No.7\"", + "link": "https://animethemes.moe/video/JibakuShounenHanakoKun-OP1v6.webm", + "type": "opening" + }, + { + "name": "ED \"Tiny Light\"", + "link": "https://animethemes.moe/video/JibakuShounenHanakoKun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "41146", + "title": "Kandagawa Jet Girls OVA", + "year": "2020", + "themes": [ + { + "name": "ED \"Kyoukai-sen Girls\"", + "link": "https://animethemes.moe/video/KandagawaJetGirlsOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39388", + "title": "Koisuru Asteroid", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Aruite Ikou!\"", + "link": "https://animethemes.moe/video/KoisuruAsteroid-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoisuruAsteroid-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Aruite Ikou!\"", + "link": "https://animethemes.moe/video/KoisuruAsteroid-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoisuruAsteroid-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Aruite Ikou!\"", + "link": "https://animethemes.moe/video/KoisuruAsteroid-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoisuruAsteroid-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Yozora\"", + "link": "https://animethemes.moe/video/KoisuruAsteroid-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoisuruAsteroid-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Yozora\"", + "link": "https://animethemes.moe/video/KoisuruAsteroid-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoisuruAsteroid-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Yozora\"", + "link": "https://animethemes.moe/video/KoisuruAsteroid-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoisuruAsteroid-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ano Hoshi no Mukou ni\"", + "link": "https://animethemes.moe/video/KoisuruAsteroid-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39531", + "title": "Kuutei Dragons", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Gunjou\"", + "link": "https://animethemes.moe/video/KuuteiDragons-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Gunjou\"", + "link": "https://animethemes.moe/video/KuuteiDragons-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Gunjou\"", + "link": "https://animethemes.moe/video/KuuteiDragons-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Zettai Reido\"", + "link": "https://animethemes.moe/video/KuuteiDragons-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40332", + "title": "Kyochuu Rettou Movie", + "year": "2020", + "themes": [ + { + "name": "ED \"Stellar\"", + "link": "https://animethemes.moe/video/KyochuuRettou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39017", + "title": "Kyokou Suiri", + "year": "2020", + "themes": [ + { + "name": "OP \"Mononoke in the Fiction\"", + "link": "https://animethemes.moe/video/KyokouSuiri-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KyokouSuiri-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"LAST DANCE\"", + "link": "https://animethemes.moe/video/KyokouSuiri-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KyokouSuiri-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38256", + "title": "Magia Record: Mahou Shoujo Madoka☆Magica Gaiden", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Gomakashi\"", + "link": "https://animethemes.moe/video/MagiaRecord-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MagiaRecord-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Gomakashi\"", + "link": "https://animethemes.moe/video/MagiaRecord-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MagiaRecord-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Gomakashi\"", + "link": "https://animethemes.moe/video/MagiaRecord-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MagiaRecord-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V4 \"Gomakashi\"", + "link": "https://animethemes.moe/video/MagiaRecord-OP1v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MagiaRecord-OP1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Alicia\"", + "link": "https://animethemes.moe/video/MagiaRecord-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MagiaRecord-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nigredo\"", + "link": "https://animethemes.moe/video/MagiaRecord-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37576", + "title": "Majutsushi Orphen Hagure Tabi", + "year": "2020", + "themes": [ + { + "name": "OP \"Calling U\"", + "link": "https://animethemes.moe/video/MajutsushiOrphenHagureTabi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yosoku Funou Days\"", + "link": "https://animethemes.moe/video/MajutsushiOrphenHagureTabi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40483", + "title": "Murenase! Seton Gakuen", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Gakuen Soukan Zoo\"", + "link": "https://animethemes.moe/video/MurenaseSetonGakuen-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Gakuen Soukan Zoo\"", + "link": "https://animethemes.moe/video/MurenaseSetonGakuen-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MurenaseSetonGakuen-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Ookami Blues\"", + "link": "https://animethemes.moe/video/MurenaseSetonGakuen-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ookami Blues\"", + "link": "https://animethemes.moe/video/MurenaseSetonGakuen-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Ookami Blues\"", + "link": "https://animethemes.moe/video/MurenaseSetonGakuen-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MurenaseSetonGakuen-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Ookami Blues\"", + "link": "https://animethemes.moe/video/MurenaseSetonGakuen-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "38663", + "title": "Mushikago no Cagaster", + "year": "2020", + "themes": [ + { + "name": "OP \"Be ZERO\"", + "link": "https://animethemes.moe/video/MushikagoNoCagaster-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Okubyou na Ookami 2019\"", + "link": "https://animethemes.moe/video/MushikagoNoCagaster-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38924", + "title": "Nekopara", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Shiny Happy Days\"", + "link": "https://animethemes.moe/video/Nekopara-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Nekopara-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Shiny Happy Days\"", + "link": "https://animethemes.moe/video/Nekopara-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Nekopara-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Hidamari no Kaori\"", + "link": "https://animethemes.moe/video/Nekopara-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Nekopara-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Hidamari no Kaori\"", + "link": "https://animethemes.moe/video/Nekopara-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Nekopara-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Honto no Kokoro\"", + "link": "https://animethemes.moe/video/Nekopara-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Nekopara-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hidamari no Kaori ~Kakao mo issho ver~\"", + "link": "https://animethemes.moe/video/Nekopara-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "39583", + "title": "number24", + "year": "2020", + "themes": [ + { + "name": "OP \"SET!\"", + "link": "https://animethemes.moe/video/Number24-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi to Iru nara\"", + "link": "https://animethemes.moe/video/Number24-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"COMICAL TRY!!\"", + "link": "https://animethemes.moe/video/Number24-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Every Fight\"", + "link": "https://animethemes.moe/video/Number24-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "40136", + "title": "Oda Cinnamon Nobunaga", + "year": "2020", + "themes": [ + { + "name": "OP \"Sunny Sunny Girl◎\"", + "link": "https://animethemes.moe/video/OdaCinnamonNobunaga-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Inu-sei wa Ichido Kiri\"", + "link": "https://animethemes.moe/video/OdaCinnamonNobunaga-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37890", + "title": "Oshi ga Budoukan Ittekuretara Shinu", + "year": "2020", + "themes": [ + { + "name": "OP \"Clover wish\"", + "link": "https://animethemes.moe/video/Oshibudo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Oshibudo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"♡Momo-iro no Kataomoi♡\" by Eripiyo", + "link": "https://animethemes.moe/video/Oshibudo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Oshibudo-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"♡Momo-iro no Kataomoi♡\" by Eripiyo & Maina Ichii", + "link": "https://animethemes.moe/video/Oshibudo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37522", + "title": "Pet", + "year": "2020", + "themes": [ + { + "name": "OP \"Chou no Tobu Suisou\"", + "link": "https://animethemes.moe/video/Pet-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Pet-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"image _____\"", + "link": "https://animethemes.moe/video/Pet-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Pet-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37345", + "title": "Plunderer", + "year": "2020", + "themes": [ + { + "name": "OP1 \"Plunderer\"", + "link": "https://animethemes.moe/video/Plunderer-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Plunderer-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Kokou no Hikari Lonely dark\"", + "link": "https://animethemes.moe/video/Plunderer-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Plunderer-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Countless days\"", + "link": "https://animethemes.moe/video/Plunderer-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Plunderer-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Reason of Life\"", + "link": "https://animethemes.moe/video/Plunderer-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Plunderer-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40858", + "title": "Psycho-Pass 3: First Inspector", + "year": "2020", + "themes": [ + { + "name": "OP \"Synthetic Sympathy\"", + "link": "https://animethemes.moe/video/PsychoPassS3FirstInspector-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"red strand\"", + "link": "https://animethemes.moe/video/PsychoPassS3FirstInspector-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38992", + "title": "Rikei ga Koi ni Ochita no de Shoumei shitemita.", + "year": "2020", + "themes": [ + { + "name": "OP \"PARADOX\"", + "link": "https://animethemes.moe/video/RikeKoi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RikeKoi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Turing Love\"", + "link": "https://animethemes.moe/video/RikeKoi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RikeKoi-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40392", + "title": "Runway de Waratte", + "year": "2020", + "themes": [ + { + "name": "OP \"LION\"", + "link": "https://animethemes.moe/video/RunwayDeWaratte-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RunwayDeWaratte-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED \"Ray of Light\"", + "link": "https://animethemes.moe/video/RunwayDeWaratte-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39761", + "title": "Saezuru Tori wa Habatakanai: The Clouds Gather", + "year": "2020", + "themes": [ + { + "name": "ED \"Moratorium\"", + "link": "https://animethemes.moe/video/SaezuruToriWaHabatakanai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40314", + "title": "Sekaiichi Hatsukoi: Propose-hen", + "year": "2020", + "themes": [ + { + "name": "ED \"Mirai mo Kimi no Te no Naka de\"", + "link": "https://animethemes.moe/video/SekaiichiHatsukoiProposeHen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40763", + "title": "Show By Rock!! Mashumairesh!!", + "year": "2020", + "themes": [ + { + "name": "OP1 \"Mashiro Startline\"", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hiromenes\"", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Kimi no Rhapsody\"", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kimi no Rhapsody\"", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Kimi no Rhapsody\"", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Kimi no Rhapsody\"", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-ED1v4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-ED1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Kimi no Rhapsody\"", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Kimi no Rhapsody\"", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-ED1v6.webm", + "type": "ending" + } + ] + }, + { + "id": "39575", + "title": "Somali to Mori no Kamisama", + "year": "2020", + "themes": [ + { + "name": "OP \"Arigatou wa Kocchi no Kotoba\"", + "link": "https://animethemes.moe/video/SomaliToMoriNoKamisama-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SomaliToMoriNoKamisama-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kokoro Somali\"", + "link": "https://animethemes.moe/video/SomaliToMoriNoKamisama-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SomaliToMoriNoKamisama-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40486", + "title": "Strike the Blood: Kieta Seisou-hen", + "year": "2020", + "themes": [ + { + "name": "OP \"Akatsuki no Kaleido Blood\"", + "link": "https://animethemes.moe/video/StrikeTheBloodOVA2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dear My Hero\"", + "link": "https://animethemes.moe/video/StrikeTheBloodOVA2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38481", + "title": "Toaru Kagaku no Railgun T", + "year": "2020", + "themes": [ + { + "name": "OP1 \"final phase\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunT-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunT-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"dual existence\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunT-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunT-OP2-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED1 \"nameless story\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunT-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunT-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Aoarashi no Ato de\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunT-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39942", + "title": "Uchi Tama?! Uchi no Tama Shirimasen ka?", + "year": "2020", + "themes": [ + { + "name": "OP \"Friends\"", + "link": "https://animethemes.moe/video/Uchitama-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hidamari wo Sagashite\"", + "link": "https://animethemes.moe/video/Uchitama-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rainy Bull\"", + "link": "https://animethemes.moe/video/Uchitama-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Itsumo Itsumo no Sanpomichi\"", + "link": "https://animethemes.moe/video/Uchitama-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"3-Choume no Hoshi☆\"", + "link": "https://animethemes.moe/video/Uchitama-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"UP TO DATE!\"", + "link": "https://animethemes.moe/video/Uchitama-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Inu Neko Elegy\"", + "link": "https://animethemes.moe/video/Uchitama-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Kitty's cutie!\"", + "link": "https://animethemes.moe/video/Uchitama-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Nante Koto Nai Uta\"", + "link": "https://animethemes.moe/video/Uchitama-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Play with me...?\"", + "link": "https://animethemes.moe/video/Uchitama-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Hallelujah Hallelujah\"", + "link": "https://animethemes.moe/video/Uchitama-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"3-Choume no Theme\"", + "link": "https://animethemes.moe/video/Uchitama-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "39960", + "title": "Yatogame-chan Kansatsu Nikki Nisatsume", + "year": "2020", + "themes": [ + { + "name": "ED \"Imaginary Love\"", + "link": "https://animethemes.moe/video/YatogameChanKansatsuNikkiS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40714", + "title": "Youkai Watch Jam: Youkai Gakuen Y - N to no Souguu", + "year": "2020", + "themes": [ + { + "name": "OP1 \"Gingira Ginga\"", + "link": "https://animethemes.moe/video/YoukaiWatchJam-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Dai Uchuu Rendezvous\"", + "type": "opening" + }, + { + "name": "ED1 \"Umare Kawattemo\"", + "link": "https://animethemes.moe/video/YoukaiWatchJam-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Y Gakuen e Ikou Waiwai-hen\"", + "link": "https://animethemes.moe/video/YoukaiWatchJam-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Y Gakuen e Ikou Shisshou-hen\"", + "link": "https://animethemes.moe/video/YoukaiWatchJam-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Y Gakuen e Ikou Seishun Rock-hen\"", + "link": "https://animethemes.moe/video/YoukaiWatchJam-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Y Gakuen e Ikou Gakuen Dotabata-hen\"", + "link": "https://animethemes.moe/video/YoukaiWatchJam-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Return to Chikyuu\"", + "link": "https://animethemes.moe/video/YoukaiWatchJam-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Y Gakuen e Ikou 8bit-hen\"", + "link": "https://animethemes.moe/video/YoukaiWatchJam-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Shinryaku Mahou Shoujo Elzemekia\"", + "type": "ending" + } + ] + }, + { + "id": "40924", + "title": "22/7: 8+3=?", + "year": "2020", + "themes": [ + { + "name": "OP \"Muzui\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-OP1-NCBD1080.webm", + "type": "opening" + }, + { + "name": "ED \"Kamisama ni Yubi wo Sasareta Bokutachi\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuniOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40056", + "title": "Deca-Dence", + "year": "2020", + "themes": [ + { + "name": "OP \"Theater of Life\"", + "link": "https://animethemes.moe/video/DecaDence-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kioku no Hakobune\"", + "link": "https://animethemes.moe/video/DecaDence-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40623", + "title": "Dokyuu Hentai HxEros", + "year": "2020", + "themes": [ + { + "name": "OP \"Wake Up Hx ERO! feat. Retto Enjou\"", + "link": "https://animethemes.moe/video/DokyuuHentaiHxEros-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DokyuuHentaiHxEros-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"lost emotion\"", + "link": "https://animethemes.moe/video/DokyuuHentaiHxEros-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DokyuuHentaiHxEros-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40956", + "title": "Enen no Shouboutai: Ni no Shou", + "year": "2020", + "themes": [ + { + "name": "OP \"SPARK-AGAIN\"", + "link": "https://animethemes.moe/video/EnenNoShouboutaiS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"ID\"", + "link": "https://animethemes.moe/video/EnenNoShouboutaiS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40074", + "title": "Gibiate", + "year": "2020", + "themes": [ + { + "name": "OP \"GIBIATE\"", + "link": "https://animethemes.moe/video/Gibiate-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"ENDLESS ~Toki wo Koete~\"", + "link": "https://animethemes.moe/video/Gibiate-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40839", + "title": "Kanojo, Okarishimasu", + "year": "2020", + "themes": [ + { + "name": "OP \"Centimeter\"", + "link": "https://animethemes.moe/video/Kanokari-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kanokari-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Kokuhaku Bungee Jump\"", + "link": "https://animethemes.moe/video/Kanokari-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Kokuhaku Bungee Jump\"", + "link": "https://animethemes.moe/video/Kanokari-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KanoKari-ED1v2-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Kokuhaku Bungee Jump\"", + "link": "https://animethemes.moe/video/Kanokari-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Kokuhaku Bungee Jump\"", + "link": "https://animethemes.moe/video/Kanokari-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED2 \"FIRST DROP\"", + "link": "https://animethemes.moe/video/Kanokari-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "40075", + "title": "Koi to Producer: EVOL×LOVE", + "year": "2020", + "themes": [ + { + "name": "OP \"Nibi-iro no Yoake\"", + "link": "https://animethemes.moe/video/KoiToProducer-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Maiorite Kita Yuki\"", + "link": "https://animethemes.moe/video/KoiToProducer-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37587", + "title": "Lapis Re:LiGHTs", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Watashi-tachi no STARTRAIL\"", + "link": "https://animethemes.moe/video/LapisReLiGHTs-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Watashi-tachi no STARTRAIL\"", + "link": "https://animethemes.moe/video/LapisReLiGHTs-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Planetarium\"", + "link": "https://animethemes.moe/video/LapisReLiGHTs-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Midnight Sapphire\"", + "link": "https://animethemes.moe/video/LapisReLiGHTs-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Watashi no Na wa, Hikari.\"", + "link": "https://animethemes.moe/video/LapisReLiGHTs-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"A.R.I.A.\"", + "link": "https://animethemes.moe/video/LapisReLiGHTs-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "40496", + "title": "Maou Gakuin no Futekigousha: Shijou Saikyou no Maou no Shiso, Tensei shite Shison-tachi no Gakkou e", + "year": "2020", + "themes": [ + { + "name": "OP1 \"Seikai Fuseikai\"", + "link": "https://animethemes.moe/video/MaouGakuinNoFutekigousha-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Seikai Fuseikai feat. Anos Voldigoad\"", + "link": "https://animethemes.moe/video/MaouGakuinNoFutekigousha-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MaouGakuinNoFutekigousha-OP2-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED \"Hamidashimono\"", + "link": "https://animethemes.moe/video/MaouGakuinNoFutekigousha-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MaouGakuinNoFutekigousha-ED1-NCDVD480.webm", + "type": "ending" + } + ] + }, + { + "id": "40708", + "title": "Monster Musume no Oisha-san", + "year": "2020", + "themes": [ + { + "name": "OP \"Campanella Hibiku Sora de\"", + "link": "https://animethemes.moe/video/MonsterMusumeNoOishaSan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yasashisa no Namae\"", + "link": "https://animethemes.moe/video/MonsterMusumeNoOishaSan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39948", + "title": "Muhyo to Rouji no Mahouritsu Soudan Jimusho 2nd Season", + "year": "2020", + "themes": [ + { + "name": "OP \"Inochi no Akashi\"", + "link": "https://animethemes.moe/video/MahouritsuS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Proud Days\"", + "link": "https://animethemes.moe/video/MahouritsuS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40515", + "title": "Nihon Chinbotsu 2020", + "year": "2020", + "themes": [ + { + "name": "OP \"a life\"", + "link": "https://animethemes.moe/video/NihonChinbotsu2020-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Keshiki\"", + "link": "https://animethemes.moe/video/NihonChinbotsu2020-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "42260", + "title": "Ninja Collection", + "year": "2020", + "themes": [ + { + "name": "ED \"Shinobiashi de Unzaunza wo Odoru\"", + "link": "https://animethemes.moe/video/NinjaCollection-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40529", + "title": "No Guns Life 2nd Season", + "year": "2020", + "themes": [ + { + "name": "OP \"Chaos Drifters\"", + "link": "https://animethemes.moe/video/NoGunsLifeS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"new world\"", + "link": "https://animethemes.moe/video/NoGunsLifeS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40436", + "title": "Peter Grill to Kenja no Jikan", + "year": "2020", + "themes": [ + { + "name": "OP \"Tsuranuite Yuuutsu\"", + "link": "https://animethemes.moe/video/PeterGrillToKenjaNoJikan-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PeterGrillToKenjaNoJikan-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Yoridokoro\"", + "link": "https://animethemes.moe/video/PeterGrillToKenjaNoJikan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39587", + "title": "Re:Zero kara Hajimeru Isekai Seikatsu 2nd Season", + "year": "2020", + "themes": [ + { + "name": "OP \"Realize\"", + "link": "https://animethemes.moe/video/ReZeroS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Memento\"", + "link": "https://animethemes.moe/video/ReZeroS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40540", + "title": "Sword Art Online: Alicization - War of Underworld 2nd Season", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"ANIMA\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS3-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP V2 \"ANIMA\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS3-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"ANIMA\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS3-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"I will...\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS3-ED1-NCDVD480.webm", + "type": "ending" + } + ] + }, + { + "id": "41353", + "title": "The God of High School", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Contradiction feat. Tyler Carter\"", + "link": "https://animethemes.moe/video/TheGodOfHighSchool-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Contradiction feat. Tyler Carter\"", + "link": "https://animethemes.moe/video/TheGodOfHighSchool-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"WIN\"", + "link": "https://animethemes.moe/video/TheGodOfHighSchool-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38835", + "title": "Umayon", + "year": "2020", + "themes": [ + { + "name": "ED1 \"Pyoitto♪Hallelujah!\"", + "link": "https://animethemes.moe/video/Umayon-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ring Ring Diary\"", + "link": "https://animethemes.moe/video/Umayon-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Nigekiri! Fallin' Love\"", + "link": "https://animethemes.moe/video/Umayon-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "41226", + "title": "Uzaki-chan wa Asobitai!", + "year": "2020", + "themes": [ + { + "name": "OP \"Nadame Sukashi Negotiation\"", + "link": "https://animethemes.moe/video/UzakiChanWaAsobitai-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kokoro Knock\"", + "link": "https://animethemes.moe/video/UzakiChanWaAsobitai-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kokoro Knock\"", + "link": "https://animethemes.moe/video/UzakiChanWaAsobitai-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "40100", + "title": "Valkyrie no Shokutaku", + "year": "2020", + "themes": [ + { + "name": "OP1 \"Taste of home\" by Kiana Kaslana, Raiden Mei, Bronya Zaychik & Murata Himeko", + "link": "https://animethemes.moe/video/ValkyrieNoShokutaku-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Taste of home\" by Kiana Kaslana & Siegfried Kaslana", + "link": "https://animethemes.moe/video/ValkyrieNoShokutaku-OP2.webm", + "type": "opening" + } + ] + }, + { + "id": "39547", + "title": "Yahari Ore no Seishun Love Comedy wa Machigatteiru. Kan", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Megumi no Ame\"", + "link": "https://animethemes.moe/video/OreGairuS3-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Megumi no Ame\"", + "link": "https://animethemes.moe/video/OreGairuS3-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Megumi no Ame\"", + "link": "https://animethemes.moe/video/OreGairuS3-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Megumi no Ame\"", + "link": "https://animethemes.moe/video/OreGairuS3-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Diamond no Jundo\"", + "link": "https://animethemes.moe/video/OreGairuS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Diamond no Jundo ~Yui Ballade~\"", + "link": "https://animethemes.moe/video/OreGairuS3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Diamond no Jundo ~Yukino Ballade~\"", + "link": "https://animethemes.moe/video/OreGairuS3-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "40532", + "title": "Appare-Ranman!", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"I got it!\"", + "link": "https://animethemes.moe/video/AppareRanman-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"I got it!\"", + "link": "https://animethemes.moe/video/AppareRanman-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"I'm Nobody\"", + "link": "https://animethemes.moe/video/AppareRanman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40677", + "title": "Argonavis from BanG Dream!", + "year": "2020", + "themes": [ + { + "name": "OP1 \"Hoshi ga Hajimaru\"", + "link": "https://animethemes.moe/video/Argonavis-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"SCATTER\"", + "link": "https://animethemes.moe/video/Argonavis-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ameagari no Sakamichi\"", + "link": "https://animethemes.moe/video/Argonavis-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Goal Line\"", + "link": "https://animethemes.moe/video/Argonavis-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"LIAR\"", + "link": "https://animethemes.moe/video/Argonavis-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "40128", + "title": "Arte", + "year": "2020", + "themes": [ + { + "name": "OP \"Clover\"", + "link": "https://animethemes.moe/video/Arte-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Arte-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hare Moyou\"", + "link": "https://animethemes.moe/video/Arte-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Arte-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "41558", + "title": "Asatir: Mirai no Mukashibanashi", + "year": "2020", + "themes": [ + { + "name": "OP \"Mirai no Mukashi Banashi\"", + "link": "https://animethemes.moe/video/Asatir-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kioku no Mukou\"", + "link": "https://animethemes.moe/video/Asatir-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39555", + "title": "Baki 2nd Season", + "year": "2020", + "themes": [ + { + "name": "OP \"Jounetsu wa Oboeteiru\"", + "link": "https://animethemes.moe/video/BakiS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"DEAD STROKE\"", + "link": "https://animethemes.moe/video/BakiS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "41405", + "title": "Bakugan: Armored Alliance", + "year": "2020", + "themes": [ + { + "name": "OP \"PLANET HERO\"", + "link": "https://animethemes.moe/video/BakuganArmoredAlliance-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Go! Bakugan Blow!\"", + "link": "https://animethemes.moe/video/BakuganArmoredAlliance-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40854", + "title": "BanG Dream! Garupa☆Pico: Oomori", + "year": "2020", + "themes": [ + { + "name": "ED \"Oomori Icchou! Garupa☆Pico\"", + "link": "https://animethemes.moe/video/BanGDreamGarupaPicoOomori-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "41439", + "title": "Beyblade Burst Super King", + "year": "2020", + "themes": [ + { + "name": "OP \"Sparking Revolution\"", + "link": "https://animethemes.moe/video/BeybladeBurstSuperKing-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sparking Revolution (Instrumental)\"", + "link": "https://animethemes.moe/video/BeybladeBurstSuperKing-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40060", + "title": "BNA", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Ready to\"", + "link": "https://animethemes.moe/video/BrandNewAnimal-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Ready to\"", + "link": "https://animethemes.moe/video/BrandNewAnimal-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"NIGHT RUNNING\"", + "link": "https://animethemes.moe/video/BrandNewAnimal-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"NIGHT RUNNING\"", + "link": "https://animethemes.moe/video/BrandNewAnimal-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"NIGHT RUNNING\"", + "link": "https://animethemes.moe/video/BrandNewAnimal-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "40934", + "title": "Bungou to Alchemist: Shinpan no Haguruma", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Good-bye\"", + "link": "https://animethemes.moe/video/BungouToAlchemist-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Good-bye\"", + "link": "https://files.catbox.moe/es21u7.webm", + "type": "opening" + }, + { + "name": "ED \"Yabunonaka no Synthesis\"", + "link": "https://animethemes.moe/video/BungouToAlchemist-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "41299", + "title": "Cinderella Girls Gekijou: Extra Stage", + "year": "2020", + "themes": [ + { + "name": "ED1 \"Sing the Prologue♪\"", + "link": "https://animethemes.moe/video/CingekiExtraStage-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Haru Koi Frame\"", + "link": "https://animethemes.moe/video/CingekiExtraStage-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Watashi-iro no Prelude\"", + "link": "https://animethemes.moe/video/CingekiExtraStage-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Sekai Metsubou or KISS\"", + "link": "https://animethemes.moe/video/CingekiExtraStage-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Diamond Attention\"", + "link": "https://animethemes.moe/video/CingekiExtraStage-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Oyamatope♪\"", + "link": "https://animethemes.moe/video/CingekiExtraStage-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "41074", + "title": "Digimon Adventure:", + "year": "2020", + "themes": [ + { + "name": "OP \"Mikakunin Hikousen\"", + "link": "https://animethemes.moe/video/DigimonAdventure2020-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kuyashisa wa Tane\"", + "link": "https://animethemes.moe/video/DigimonAdventure2020-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Q?\"", + "link": "https://animethemes.moe/video/DigimonAdventure2020-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "40417", + "title": "Fruits Basket 2nd Season", + "year": "2020", + "themes": [ + { + "name": "OP1 V1 \"Prism\"", + "link": "https://animethemes.moe/video/FruitsBasketS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FruitsBasketS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP1 V2 \"Prism\"", + "link": "https://animethemes.moe/video/FruitsBasketS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"HOME\"", + "link": "https://animethemes.moe/video/FruitsBasketS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"ad meliora\"", + "link": "https://animethemes.moe/video/FruitsBasketS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FruitsBasketS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Haseru Mirai\"", + "link": "https://animethemes.moe/video/FruitsBasketS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Eden\"", + "link": "https://animethemes.moe/video/FruitsBasketS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "41120", + "title": "Fugou Keiji: Balance:Unlimited", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"NAVIGATOR\"", + "link": "https://animethemes.moe/video/FugouKeiji-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"NAVIGATOR\"", + "link": "https://animethemes.moe/video/FugouKeiji-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Welcome My Friend\"", + "link": "https://animethemes.moe/video/FugouKeiji-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40358", + "title": "Gal to Kyouryuu", + "year": "2020", + "themes": [ + { + "name": "OP \"Kyouryuu Agemizawa☆\"", + "link": "https://animethemes.moe/video/GalToKyouryuu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Peaceful Days\"", + "link": "https://animethemes.moe/video/GalToKyouryuu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38799", + "title": "Ghost in the Shell: SAC_2045", + "year": "2020", + "themes": [ + { + "name": "OP \"Fly with me\"", + "link": "https://animethemes.moe/video/GhostInTheShellSAC2045-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"sustain++;\"", + "link": "https://animethemes.moe/video/GhostInTheShellSAC2045-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39463", + "title": "Gleipnir", + "year": "2020", + "themes": [ + { + "name": "OP \"Altern-ate-\"", + "link": "https://animethemes.moe/video/Gleipnir-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Gleipnir-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Ame to Taieki to Nioi\"", + "link": "https://animethemes.moe/video/Gleipnir-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40052", + "title": "Great Pretender", + "year": "2020", + "themes": [ + { + "name": "OP \"G.P.\"", + "link": "https://animethemes.moe/video/GreatPretender-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"The Great Pretender\"", + "link": "https://animethemes.moe/video/GreatPretender-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40942", + "title": "Gundam Build Divers Re:Rise 2nd Season", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"HATENA\"", + "link": "https://animethemes.moe/video/GundamBuildDiversReRiseS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"HATENA\"", + "link": "https://animethemes.moe/video/GundamBuildDiversReRiseS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Twinkle\"", + "link": "https://animethemes.moe/video/GundamBuildDiversReRiseS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Heartful\"", + "link": "https://animethemes.moe/video/GundamBuildDiversReRiseS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38830", + "title": "Hachi-nan tte, Sore wa Nai deshou!", + "year": "2020", + "themes": [ + { + "name": "OP \"Jikuu no Mayoi Hito\"", + "link": "https://animethemes.moe/video/Hachinan-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hachinan-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Tsukiakari no Monologue\"", + "link": "https://animethemes.moe/video/Hachinan-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hachinan-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34972", + "title": "Hakubo", + "year": "2020", + "themes": [ + { + "name": "ED \"Tooku\"", + "link": "https://animethemes.moe/video/Hakubo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40983", + "title": "Hakushon Daimaou", + "year": "2020", + "themes": [ + { + "name": "OP \"Satesu Hakushon\"", + "link": "https://animethemes.moe/video/HakushonDaimaou2020-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Akubi wo Sureba\"", + "link": "https://animethemes.moe/video/HakushonDaimaou2020-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Furefure\"", + "link": "https://animethemes.moe/video/HakushonDaimaou2020-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "40815", + "title": "Honzuki no Gekokujou: Shisho ni Naru Tame ni wa Shudan wo Erandeiraremasen 2nd Season", + "year": "2020", + "themes": [ + { + "name": "OP \"Tsumujikaze\"", + "link": "https://animethemes.moe/video/HonzukiNoGekokujouS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HonzukiNoGekokujouS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Ephemera wo Atsumete\"", + "link": "https://animethemes.moe/video/HonzukiNoGekokujouS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HonzukiNoGekokujouS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39730", + "title": "Houkago Teibou Nisshi", + "year": "2020", + "themes": [ + { + "name": "OP \"SEA HORIZON\"", + "link": "https://animethemes.moe/video/HoukagoTeibouNisshi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tsuri no Sekai e\"", + "link": "https://animethemes.moe/video/HoukagoTeibouNisshi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37962", + "title": "IDOLiSH7: Second Beat!", + "year": "2020", + "themes": [ + { + "name": "OP \"DiSCOVER THE FUTURE\"", + "link": "https://animethemes.moe/video/IDOLiSH7S2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mirai Notes wo Kanadete\"", + "link": "https://animethemes.moe/video/IDOLiSH7S2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39049", + "title": "Jashin-chan Dropkick'", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Tokitoshite Violence\"", + "link": "https://animethemes.moe/video/JashinChanDropkickS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Tokitoshite Violence\"", + "link": "https://animethemes.moe/video/JashinChanDropkickS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Tokitoshite Violence\"", + "link": "https://animethemes.moe/video/JashinChanDropkickS2-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Tokitoshite Violence\"", + "link": "https://animethemes.moe/video/JashinChanDropkickS2-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"Tokitoshite Violence\"", + "link": "https://animethemes.moe/video/JashinChanDropkickS2-OP1v5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Love Satisfaction\"", + "link": "https://animethemes.moe/video/JashinChanDropkickS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Anoko ni Drop Kick\"", + "link": "https://animethemes.moe/video/JashinChanDropkickS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "40591", + "title": "Kaguya-sama wa Kokurasetai?: Tensai-tachi no Renai Zunousen", + "year": "2020", + "themes": [ + { + "name": "OP \"DADDY! DADDY! DO! feat. Airi Suzuki\"", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetaiS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetaiS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Kaze ni Fukarete\"", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetaiS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetaiS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kaze ni Fukarete\"", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetaiS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetaiS2-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Kaze ni Fukarete\"", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetaiS2-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Kaze ni Fukarete\"", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetaiS2-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "40716", + "title": "Kakushigoto", + "year": "2020", + "themes": [ + { + "name": "OP \"Chiisana Hibi\"", + "link": "https://animethemes.moe/video/Kakushigoto-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kakushigoto-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kimi wa Tennen Shoku\"", + "link": "https://animethemes.moe/video/Kakushigoto-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kakushigoto-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40221", + "title": "Kami no Tou", + "year": "2020", + "themes": [ + { + "name": "OP \"TOP -Japanese ver.-\"", + "link": "https://animethemes.moe/video/KamiNoTou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SLUMP -Japanese ver.-\"", + "link": "https://animethemes.moe/video/KamiNoTou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40682", + "title": "Kingdom 3rd Season", + "year": "2020", + "themes": [ + { + "name": "OP \"TOMORROW\"", + "link": "https://animethemes.moe/video/KingdomS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Deep inside\"", + "link": "https://animethemes.moe/video/KingdomS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40880", + "title": "Kiratto Pri☆chan 3rd Season", + "year": "2020", + "themes": [ + { + "name": "OP \"Illuminage Land\"", + "link": "https://animethemes.moe/video/KirattoPriChanS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"A ・ B ・ C ・ D ・ Iine★Dance\"", + "link": "https://animethemes.moe/video/KirattoPriChanS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39582", + "title": "Kitsutsuki Tanteidokoro", + "year": "2020", + "themes": [ + { + "name": "OP \"Honjitsu mo Makoto ni Seiten Nari\"", + "link": "https://animethemes.moe/video/KitsutsukiTanteidokoro-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Gondola no Uta\"", + "link": "https://animethemes.moe/video/KitsutsukiTanteidokoro-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Gondola no Uta\"", + "link": "https://animethemes.moe/video/KitsutsukiTanteidokoro-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "40165", + "title": "Listeners", + "year": "2020", + "themes": [ + { + "name": "OP1 \"Into the blue's\"", + "link": "https://animethemes.moe/video/Listeners-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Into the blue's (modern ver.)\"", + "link": "https://animethemes.moe/video/Listeners-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Muse\"", + "link": "https://animethemes.moe/video/Listeners-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Borders\"", + "link": "https://animethemes.moe/video/Listeners-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Slip out!\"", + "link": "https://animethemes.moe/video/Listeners-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Rainy lain\"", + "link": "https://animethemes.moe/video/Listeners-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Top of ocean\"", + "link": "https://animethemes.moe/video/Listeners-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Trauma\"", + "link": "https://animethemes.moe/video/Listeners-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Dilemma\"", + "link": "https://animethemes.moe/video/Listeners-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Fairy tale\"", + "link": "https://animethemes.moe/video/Listeners-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Slumber\"", + "link": "https://animethemes.moe/video/Listeners-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Love song\"", + "link": "https://animethemes.moe/video/Listeners-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Listeners\"", + "link": "https://animethemes.moe/video/Listeners-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "40504", + "title": "Major 2nd 2nd Season", + "year": "2020", + "themes": [ + { + "name": "OP1 \"Answer\"", + "link": "https://animethemes.moe/video/Major2ndS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Shirai Doro\"", + "link": "https://animethemes.moe/video/Major2ndS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"One\"", + "link": "https://animethemes.moe/video/Major2ndS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"IDENTITY\"", + "link": "https://animethemes.moe/video/Major2ndS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "40327", + "title": "Mewkledreamy", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Mirai Kuru Kuru Yume Kururu\"", + "link": "https://animethemes.moe/video/Mewkledreamy-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Mewkledreamy-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Mirai Kuru Kuru Yume Kururu\"", + "link": "https://animethemes.moe/video/Mewkledreamy-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Tokimeki Collector\"", + "link": "https://animethemes.moe/video/Mewkledreamy-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Mewkledreamy-ED1-NCDVD480.webm", + "type": "ending" + } + ] + }, + { + "id": "41168", + "title": "Nakitai Watashi wa Neko wo Kaburu", + "year": "2020", + "themes": [ + { + "name": "ED1 \"Hana ni Bourei\"", + "link": "https://animethemes.moe/video/Nakineko-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Usotsuki\"", + "link": "https://animethemes.moe/video/Nakineko-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "40513", + "title": "Nami yo Kiitekure", + "year": "2020", + "themes": [ + { + "name": "OP \"aranami\"", + "link": "https://animethemes.moe/video/NamiYoKiitekure-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Pride\"", + "link": "https://animethemes.moe/video/NamiYoKiitekure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Believe In Myself\"", + "link": "https://animethemes.moe/video/NamiYoKiitekure-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "41384", + "title": "Norimono Man: Mobile Land no Car-kun", + "year": "2020", + "themes": [ + { + "name": "OP \"Kattobi Mobile Land\"", + "link": "https://animethemes.moe/video/NorimonoMan-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "41266", + "title": "Olympia Kyklos", + "year": "2020", + "themes": [ + { + "name": "OP \"William Tell Jokyoku\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi wa Helenes\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"ZE.N.RA\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Otoko no Arete\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hajimari wa Itsumo Zeus\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Namida no Aegean-Kai\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Konya wa Symposion\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Sweet Olympia\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Endless Summer\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Tatero! Tropaion\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Sparta-jin Kowai\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Kokugai de wa Betsu no Kao\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Sayonara Sparta\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"LADY discrimination\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Kimi wa Nani Thion\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Yume no Market\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"Zurui Hito\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED16.webm", + "type": "ending" + }, + { + "name": "ED17 \"Kimi no Pessoi\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED17.webm", + "type": "ending" + }, + { + "name": "ED18 \"Tetsugakusha no Shokutaku\"", + "link": "https://animethemes.moe/video/OlympiaKyklos-ED18.webm", + "type": "ending" + } + ] + }, + { + "id": "38555", + "title": "Otome Game no Hametsu Flag shika Nai Akuyaku Reijou ni Tensei shiteshimatta...", + "year": "2020", + "themes": [ + { + "name": "OP \"Otome no Route wa Hitotsu ja Nai!\"", + "link": "https://animethemes.moe/video/Hamefura-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hamefura-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"BAD END\"", + "link": "https://animethemes.moe/video/Hamefura-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hamefura-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39292", + "title": "Princess Connect! Re:Dive", + "year": "2020", + "themes": [ + { + "name": "OP \"Lost Princess\"", + "link": "https://animethemes.moe/video/PrincessConnectReDive-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PrincessConnectReDive-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Soredemo Tomo ni Aruiteiku\"", + "link": "https://animethemes.moe/video/PrincessConnectReDive-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PrincessConnectReDive-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Connecting Happy!!\"", + "link": "https://animethemes.moe/video/PrincessConnectReDive-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "40783", + "title": "Shachou, Battle no Jikan Desu!", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Hurry Love\"", + "link": "https://animethemes.moe/video/Shachibato-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Hurry Love\"", + "link": "https://animethemes.moe/video/Shachibato-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Hurry Love\"", + "link": "https://animethemes.moe/video/Shachibato-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Hurry Love\"", + "link": "https://animethemes.moe/video/Shachibato-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Oyasumi\"", + "link": "https://animethemes.moe/video/Shachibato-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Oyasumi\"", + "link": "https://animethemes.moe/video/Shachibato-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Oyasumi\"", + "link": "https://animethemes.moe/video/Shachibato-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "40506", + "title": "Shadowverse", + "year": "2020", + "themes": [ + { + "name": "OP \"Kirifuda\"", + "link": "https://animethemes.moe/video/Shadowverse-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Happiness*Sensation\"", + "link": "https://animethemes.moe/video/Shadowverse-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40403", + "title": "Shin Sakura Taisen the Animation", + "year": "2020", + "themes": [ + { + "name": "OP \"Geki! Teikoku Kagekidan <Shinshou>\"", + "link": "https://animethemes.moe/video/ShinSakuraTaisen-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sakura Yumemishi\"", + "link": "https://animethemes.moe/video/ShinSakuraTaisen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Star Tanjou Hana-gumi ver.\"", + "link": "https://animethemes.moe/video/ShinSakuraTaisen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38843", + "title": "Shironeko Project: Zero Chronicle", + "year": "2020", + "themes": [ + { + "name": "OP \"Tenbin -Libra-\"", + "link": "https://animethemes.moe/video/ShironekoProject-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"through the dark\"", + "link": "https://animethemes.moe/video/ShironekoProject-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yasashiki Yami no Uta\"", + "link": "https://animethemes.moe/video/ShironekoProject-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "40902", + "title": "Shokugeki no Souma: Gou no Sara", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Last Chapter\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaGouNoSara-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Last Chapter\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaGouNoSara-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Crossing Road\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaGouNoSara-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40485", + "title": "Strike the Blood IV", + "year": "2020", + "themes": [ + { + "name": "OP \"Akatsuki no Kaleido Blood\"", + "link": "https://animethemes.moe/video/StrikeTheBloodS4-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dear My Hero\"", + "link": "https://animethemes.moe/video/StrikeTheBloodS4-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39966", + "title": "Tamayomi", + "year": "2020", + "themes": [ + { + "name": "OP \"Never Let You Go!\"", + "link": "https://animethemes.moe/video/Tamayomi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Plus Minus Zero no Housoku\"", + "link": "https://animethemes.moe/video/Tamayomi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "41062", + "title": "Tomica Kizuna Gattai: Earth Granner", + "year": "2020", + "themes": [ + { + "name": "OP \"Sekai ga Kimi wo Hitsuyou to Suru Toki ga Kitanda\"", + "link": "https://animethemes.moe/video/TomicaKizunaGattai-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Bokura ga Hero\"", + "link": "https://animethemes.moe/video/TomicaKizunaGattai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39469", + "title": "Tsugu Tsugumomo", + "year": "2020", + "themes": [ + { + "name": "OP \"Kaze Fukeba Tsukiyo no Hate ni\"", + "link": "https://animethemes.moe/video/TsugumomoS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Haru, Kanade\"", + "link": "https://animethemes.moe/video/TsugumomoS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39710", + "title": "Yesterday wo Utatte", + "year": "2020", + "themes": [ + { + "name": "ED1 \"Kago no Naka ni Tori\"", + "link": "https://animethemes.moe/video/YesterdayWoUtatte-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YesterdayWoUtatte-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Aoibashi\"", + "link": "https://animethemes.moe/video/YesterdayWoUtatte-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YesterdayWoUtatte-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yesterday wo Utatte\"", + "link": "https://animethemes.moe/video/YesterdayWoUtatte-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YesterdayWoUtatte-ED3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40145", + "title": "Yu☆Gi☆Oh!: Sevens", + "year": "2020", + "themes": [ + { + "name": "OP \"Nanananananana\"", + "link": "https://animethemes.moe/video/YGOSEVENS-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Gouha Dai-7 Shougakkou Kouka\"", + "link": "https://animethemes.moe/video/YGOSEVENS-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Miniscape\"", + "link": "https://animethemes.moe/video/YGOSEVENS-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "41124", + "title": "Zashiki Warashi no Tatami-chan", + "year": "2020", + "themes": [ + { + "name": "ED \"CATCH YOUR SWEET MIND\"", + "link": "https://animethemes.moe/video/ZashikiWarashiNoTatamiChan-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZashikiWarashiNoTatamiChan-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40148", + "title": "22/7", + "year": "2020", + "themes": [ + { + "name": "OP \"Muzui\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Sora no Emerald\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"One of them\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ikiru Koto ni Naru ni Naritai\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Yume no Fune\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Yuutousei ja Tsumaranai\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Jinsei wa Waltz\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Kanjou Muyouron\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Moonlight\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED8-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED9 \"Kodoku wa Kirai ja Nai\"", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED9.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanabunNoNijyuuni-ED9-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40602", + "title": "7 Seeds 2nd Season", + "year": "2020", + "themes": [ + { + "name": "OP \"From The Seeds\"", + "link": "https://animethemes.moe/video/7SeedsS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Synchro\"", + "link": "https://animethemes.moe/video/7SeedsS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ikite Yuku\"", + "link": "https://animethemes.moe/video/7SeedsS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39184", + "title": "A3! Season Spring & Summer", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Act! Addict! Actors!\"", + "link": "https://animethemes.moe/video/A3-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Act! Addict! Actors!\"", + "link": "https://animethemes.moe/video/A3-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Home\"", + "link": "https://animethemes.moe/video/A3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Orange Heart\"", + "link": "https://animethemes.moe/video/A3-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39610", + "title": "ACCA: 13-ku Kansatsu-ka - Regards", + "year": "2020", + "themes": [ + { + "name": "ED \"Our Place\"", + "link": "https://animethemes.moe/video/ACCARegards-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40137", + "title": "ARP Backstage Pass", + "year": "2020", + "themes": [ + { + "name": "OP \"Burn it up\"", + "link": "https://animethemes.moe/video/ARPBackstagePass-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Celebrate Good Time\"", + "link": "https://animethemes.moe/video/ARPBackstagePass-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37870", + "title": "BanG Dream! 3rd Season", + "year": "2020", + "themes": [ + { + "name": "OP \"Initial\"", + "link": "https://animethemes.moe/video/BangDreamS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yume wo Uchinuku Shunkan ni!\" by Poppin'Party", + "link": "https://animethemes.moe/video/BangDreamS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"FIRE BIRD\"", + "link": "https://animethemes.moe/video/BangDreamS3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yume wo Uchinuku Shunkan ni!\" by Poppin'Party×Roselia×RAISE A SUILEN", + "link": "https://animethemes.moe/video/BangDreamS3-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "38302", + "title": "Boku no Tonari ni Ankoku Hakaishin ga Imasu.", + "year": "2020", + "themes": [ + { + "name": "OP \"Take mo' Chance\"", + "link": "https://animethemes.moe/video/Bokuhaka-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"FREEDOM de Muda ni Muteki!!\"", + "link": "https://animethemes.moe/video/Bokuhaka-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38656", + "title": "Darwin's Game", + "year": "2020", + "themes": [ + { + "name": "OP \"CHAIN\"", + "link": "https://animethemes.moe/video/DarwinsGame-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DarwinsGame-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED \"Alive\"", + "link": "https://animethemes.moe/video/DarwinsGame-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DarwinsGame-ED1-NCDVD480.webm", + "type": "ending" + } + ] + }, + { + "id": "38668", + "title": "Dorohedoro", + "year": "2020", + "themes": [ + { + "name": "OP \"Welcome to Chaos\"", + "link": "https://animethemes.moe/video/Dorohedoro-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Who am I?\"", + "link": "https://animethemes.moe/video/Dorohedoro-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Who am I?\"", + "link": "https://animethemes.moe/video/Dorohedoro-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Night SURFING\"", + "link": "https://animethemes.moe/video/Dorohedoro-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"D.D.D.D.\"", + "link": "https://animethemes.moe/video/Dorohedoro-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Strange Meat Pie\"", + "link": "https://animethemes.moe/video/Dorohedoro-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"SECONDs FLY\"", + "link": "https://animethemes.moe/video/Dorohedoro-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"404\"", + "link": "https://animethemes.moe/video/Dorohedoro-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "40453", + "title": "Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka II OVA", + "year": "2020", + "themes": [ + { + "name": "ED \"Tropical☆Vacation\"", + "link": "https://animethemes.moe/video/DanmachiS2OVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39792", + "title": "Eizouken ni wa Te wo Dasu na!", + "year": "2020", + "themes": [ + { + "name": "OP \"Easy Breezy\"", + "link": "https://animethemes.moe/video/Eizouken-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Eizouken-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Namae no Nai Ao\"", + "link": "https://animethemes.moe/video/Eizouken-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Eizouken-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40656", + "title": "Girls und Panzer: Taiyaki War!", + "year": "2020", + "themes": [ + { + "name": "ED \"Enter Enter MISSION! Saishuushou ver.\"", + "link": "https://animethemes.moe/video/GirlsUndPanzerTaiyakiWar-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39576", + "title": "Goblin Slayer: Goblin's Crown", + "year": "2020", + "themes": [ + { + "name": "ED \"Static\"", + "link": "https://animethemes.moe/video/GoblinSlayerMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40873", + "title": "Granblue Fantasy The Animation Season 2: Djeeta-hen", + "year": "2020", + "themes": [ + { + "name": "OP \"Stay With Me\"", + "link": "https://animethemes.moe/video/GranblueFantasyS2OVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ao\"", + "link": "https://animethemes.moe/video/GranblueFantasyS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38883", + "title": "Haikyuu!!: To the Top", + "year": "2020", + "themes": [ + { + "name": "OP \"PHOENIX\"", + "link": "https://animethemes.moe/video/HaikyuuS4-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kessen Spirit\"", + "link": "https://animethemes.moe/video/HaikyuuS4-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35252", + "title": "Hatena☆Illusion", + "year": "2020", + "themes": [ + { + "name": "OP \"Magic Words\"", + "link": "https://animethemes.moe/video/HatenaIllusion-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Hikari-iro no Uta\"", + "link": "https://animethemes.moe/video/HatenaIllusion-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hikari-iro no Uta\"", + "link": "https://animethemes.moe/video/HatenaIllusion-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "40610", + "title": "Healin' Good♡Precure", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Healin' Good♥Precure Touch!!\"", + "link": "https://animethemes.moe/video/HealinGoodPrecure-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Healin' Good♥Precure Touch!!\"", + "link": "https://animethemes.moe/video/HealinGoodPrecure-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Miracle-tto♥Link Ring!\"", + "link": "https://animethemes.moe/video/HealinGoodPrecure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Everybody☆Healin' Good Day!\"", + "link": "https://animethemes.moe/video/HealinGoodPrecure-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "40995", + "title": "Hentatsu", + "year": "2020", + "themes": [ + { + "name": "OP \"Hentatsu\"", + "link": "https://animethemes.moe/video/Hentatsu-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hentatsu-OP1-BD900.webm", + "type": "ending" + } + ] + }, + { + "id": "38476", + "title": "Heya Camp△", + "year": "2020", + "themes": [ + { + "name": "ED \"The Sunshower\"", + "link": "https://animethemes.moe/video/HeyaCamp-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40230", + "title": "Housekishou Richard-shi no Nazo Kantei", + "year": "2020", + "themes": [ + { + "name": "OP \"Houseki no Umareru Toki\"", + "link": "https://animethemes.moe/video/HousekishouRichardShi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Only for you\"", + "link": "https://animethemes.moe/video/HousekishouRichardShi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40046", + "title": "ID:Invaded", + "year": "2020", + "themes": [ + { + "name": "OP \"Mister Fixer\"", + "link": "https://animethemes.moe/video/IDInvaded-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IDInvaded-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Other Side\"", + "link": "https://animethemes.moe/video/IDInvaded-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IDInvaded-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"UP\"", + "link": "https://animethemes.moe/video/IDInvaded-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38909", + "title": "Infinite Dendrogram", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Unbreakable\"", + "link": "https://animethemes.moe/video/InfiniteDendrogram-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Unbreakable\"", + "link": "https://animethemes.moe/video/InfiniteDendrogram-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Reverb\"", + "link": "https://animethemes.moe/video/InfiniteDendrogram-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39988", + "title": "Isekai Quartet 2nd Season", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Isekai Showtime\"", + "link": "https://animethemes.moe/video/IsekaiQuartetS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Isekai Showtime\"", + "link": "https://animethemes.moe/video/IsekaiQuartetS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiQuartetS2-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Ponkotsu! Isekai Theater\"", + "link": "https://animethemes.moe/video/IsekaiQuartetS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiQuartetS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"sweet pass\"", + "link": "https://animethemes.moe/video/IsekaiQuartetS2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiQuartetS2-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40010", + "title": "Ishuzoku Reviewers", + "year": "2020", + "themes": [ + { + "name": "OP \"Ikouze☆Paradise\"", + "link": "https://animethemes.moe/video/IshuzokuReviewers-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IshuzokuReviewers-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hanabira Ondo\"", + "link": "https://animethemes.moe/video/IshuzokuReviewers-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IshuzokuReviewers-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38790", + "title": "Itai no wa Iya nano de Bougyoryoku ni Kyokufuri Shitai to Omoimasu.", + "year": "2020", + "themes": [ + { + "name": "OP \"Kyuukyoku Unbalance!\"", + "link": "https://animethemes.moe/video/Bofuri-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Bofuri-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Play the world\"", + "link": "https://animethemes.moe/video/Bofuri-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Bofuri-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39534", + "title": "Jibaku Shounen Hanako-kun", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"No.7\"", + "link": "https://animethemes.moe/video/JibakuShounenHanakoKun-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"No.7\"", + "link": "https://animethemes.moe/video/JibakuShounenHanakoKun-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"No.7\"", + "link": "https://animethemes.moe/video/JibakuShounenHanakoKun-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"No.7\"", + "link": "https://animethemes.moe/video/JibakuShounenHanakoKun-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"No.7\"", + "link": "https://animethemes.moe/video/JibakuShounenHanakoKun-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"No.7\"", + "link": "https://animethemes.moe/video/JibakuShounenHanakoKun-OP1v6.webm", + "type": "opening" + }, + { + "name": "ED \"Tiny Light\"", + "link": "https://animethemes.moe/video/JibakuShounenHanakoKun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "41146", + "title": "Kandagawa Jet Girls OVA", + "year": "2020", + "themes": [ + { + "name": "ED \"Kyoukai-sen Girls\"", + "link": "https://animethemes.moe/video/KandagawaJetGirlsOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39388", + "title": "Koisuru Asteroid", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Aruite Ikou!\"", + "link": "https://animethemes.moe/video/KoisuruAsteroid-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoisuruAsteroid-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Aruite Ikou!\"", + "link": "https://animethemes.moe/video/KoisuruAsteroid-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoisuruAsteroid-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Aruite Ikou!\"", + "link": "https://animethemes.moe/video/KoisuruAsteroid-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoisuruAsteroid-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Yozora\"", + "link": "https://animethemes.moe/video/KoisuruAsteroid-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoisuruAsteroid-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Yozora\"", + "link": "https://animethemes.moe/video/KoisuruAsteroid-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoisuruAsteroid-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Yozora\"", + "link": "https://animethemes.moe/video/KoisuruAsteroid-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoisuruAsteroid-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ano Hoshi no Mukou ni\"", + "link": "https://animethemes.moe/video/KoisuruAsteroid-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39531", + "title": "Kuutei Dragons", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Gunjou\"", + "link": "https://animethemes.moe/video/KuuteiDragons-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Gunjou\"", + "link": "https://animethemes.moe/video/KuuteiDragons-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Gunjou\"", + "link": "https://animethemes.moe/video/KuuteiDragons-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Zettai Reido\"", + "link": "https://animethemes.moe/video/KuuteiDragons-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40332", + "title": "Kyochuu Rettou Movie", + "year": "2020", + "themes": [ + { + "name": "ED \"Stellar\"", + "link": "https://animethemes.moe/video/KyochuuRettou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39017", + "title": "Kyokou Suiri", + "year": "2020", + "themes": [ + { + "name": "OP \"Mononoke in the Fiction\"", + "link": "https://animethemes.moe/video/KyokouSuiri-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KyokouSuiri-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"LAST DANCE\"", + "link": "https://animethemes.moe/video/KyokouSuiri-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KyokouSuiri-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38256", + "title": "Magia Record: Mahou Shoujo Madoka☆Magica Gaiden", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Gomakashi\"", + "link": "https://animethemes.moe/video/MagiaRecord-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MagiaRecord-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Gomakashi\"", + "link": "https://animethemes.moe/video/MagiaRecord-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MagiaRecord-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Gomakashi\"", + "link": "https://animethemes.moe/video/MagiaRecord-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MagiaRecord-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V4 \"Gomakashi\"", + "link": "https://animethemes.moe/video/MagiaRecord-OP1v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MagiaRecord-OP1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Alicia\"", + "link": "https://animethemes.moe/video/MagiaRecord-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MagiaRecord-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nigredo\"", + "link": "https://animethemes.moe/video/MagiaRecord-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37576", + "title": "Majutsushi Orphen Hagure Tabi", + "year": "2020", + "themes": [ + { + "name": "OP \"Calling U\"", + "link": "https://animethemes.moe/video/MajutsushiOrphenHagureTabi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yosoku Funou Days\"", + "link": "https://animethemes.moe/video/MajutsushiOrphenHagureTabi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40483", + "title": "Murenase! Seton Gakuen", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Gakuen Soukan Zoo\"", + "link": "https://animethemes.moe/video/MurenaseSetonGakuen-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Gakuen Soukan Zoo\"", + "link": "https://animethemes.moe/video/MurenaseSetonGakuen-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MurenaseSetonGakuen-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Ookami Blues\"", + "link": "https://animethemes.moe/video/MurenaseSetonGakuen-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ookami Blues\"", + "link": "https://animethemes.moe/video/MurenaseSetonGakuen-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Ookami Blues\"", + "link": "https://animethemes.moe/video/MurenaseSetonGakuen-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MurenaseSetonGakuen-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Ookami Blues\"", + "link": "https://animethemes.moe/video/MurenaseSetonGakuen-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "38663", + "title": "Mushikago no Cagaster", + "year": "2020", + "themes": [ + { + "name": "OP \"Be ZERO\"", + "link": "https://animethemes.moe/video/MushikagoNoCagaster-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Okubyou na Ookami 2019\"", + "link": "https://animethemes.moe/video/MushikagoNoCagaster-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38924", + "title": "Nekopara", + "year": "2020", + "themes": [ + { + "name": "OP V1 \"Shiny Happy Days\"", + "link": "https://animethemes.moe/video/Nekopara-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Nekopara-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Shiny Happy Days\"", + "link": "https://animethemes.moe/video/Nekopara-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Nekopara-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Hidamari no Kaori\"", + "link": "https://animethemes.moe/video/Nekopara-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Nekopara-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Hidamari no Kaori\"", + "link": "https://animethemes.moe/video/Nekopara-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Nekopara-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Honto no Kokoro\"", + "link": "https://animethemes.moe/video/Nekopara-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Nekopara-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hidamari no Kaori ~Kakao mo issho ver~\"", + "link": "https://animethemes.moe/video/Nekopara-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "39583", + "title": "number24", + "year": "2020", + "themes": [ + { + "name": "OP \"SET!\"", + "link": "https://animethemes.moe/video/Number24-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi to Iru nara\"", + "link": "https://animethemes.moe/video/Number24-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"COMICAL TRY!!\"", + "link": "https://animethemes.moe/video/Number24-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Every Fight\"", + "link": "https://animethemes.moe/video/Number24-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "40136", + "title": "Oda Cinnamon Nobunaga", + "year": "2020", + "themes": [ + { + "name": "OP \"Sunny Sunny Girl◎\"", + "link": "https://animethemes.moe/video/OdaCinnamonNobunaga-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Inu-sei wa Ichido Kiri\"", + "link": "https://animethemes.moe/video/OdaCinnamonNobunaga-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37890", + "title": "Oshi ga Budoukan Ittekuretara Shinu", + "year": "2020", + "themes": [ + { + "name": "OP \"Clover wish\"", + "link": "https://animethemes.moe/video/Oshibudo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Oshibudo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"♡Momo-iro no Kataomoi♡\" by Eripiyo", + "link": "https://animethemes.moe/video/Oshibudo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Oshibudo-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"♡Momo-iro no Kataomoi♡\" by Eripiyo & Maina Ichii", + "link": "https://animethemes.moe/video/Oshibudo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37522", + "title": "Pet", + "year": "2020", + "themes": [ + { + "name": "OP \"Chou no Tobu Suisou\"", + "link": "https://animethemes.moe/video/Pet-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Pet-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"image _____\"", + "link": "https://animethemes.moe/video/Pet-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Pet-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37345", + "title": "Plunderer", + "year": "2020", + "themes": [ + { + "name": "OP1 \"Plunderer\"", + "link": "https://animethemes.moe/video/Plunderer-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Plunderer-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Kokou no Hikari Lonely dark\"", + "link": "https://animethemes.moe/video/Plunderer-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Plunderer-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Countless days\"", + "link": "https://animethemes.moe/video/Plunderer-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Plunderer-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Reason of Life\"", + "link": "https://animethemes.moe/video/Plunderer-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Plunderer-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40858", + "title": "Psycho-Pass 3: First Inspector", + "year": "2020", + "themes": [ + { + "name": "OP \"Synthetic Sympathy\"", + "link": "https://animethemes.moe/video/PsychoPassS3FirstInspector-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"red strand\"", + "link": "https://animethemes.moe/video/PsychoPassS3FirstInspector-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38992", + "title": "Rikei ga Koi ni Ochita no de Shoumei shitemita.", + "year": "2020", + "themes": [ + { + "name": "OP \"PARADOX\"", + "link": "https://animethemes.moe/video/RikeKoi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RikeKoi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Turing Love\"", + "link": "https://animethemes.moe/video/RikeKoi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RikeKoi-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40392", + "title": "Runway de Waratte", + "year": "2020", + "themes": [ + { + "name": "OP \"LION\"", + "link": "https://animethemes.moe/video/RunwayDeWaratte-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RunwayDeWaratte-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED \"Ray of Light\"", + "link": "https://animethemes.moe/video/RunwayDeWaratte-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39761", + "title": "Saezuru Tori wa Habatakanai: The Clouds Gather", + "year": "2020", + "themes": [ + { + "name": "ED \"Moratorium\"", + "link": "https://animethemes.moe/video/SaezuruToriWaHabatakanai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40314", + "title": "Sekaiichi Hatsukoi: Propose-hen", + "year": "2020", + "themes": [ + { + "name": "ED \"Mirai mo Kimi no Te no Naka de\"", + "link": "https://animethemes.moe/video/SekaiichiHatsukoiProposeHen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40763", + "title": "Show By Rock!! Mashumairesh!!", + "year": "2020", + "themes": [ + { + "name": "OP1 \"Mashiro Startline\"", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hiromenes\"", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Kimi no Rhapsody\"", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kimi no Rhapsody\"", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Kimi no Rhapsody\"", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Kimi no Rhapsody\"", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-ED1v4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-ED1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Kimi no Rhapsody\"", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Kimi no Rhapsody\"", + "link": "https://animethemes.moe/video/ShowByRockMashumairesh-ED1v6.webm", + "type": "ending" + } + ] + }, + { + "id": "39575", + "title": "Somali to Mori no Kamisama", + "year": "2020", + "themes": [ + { + "name": "OP \"Arigatou wa Kocchi no Kotoba\"", + "link": "https://animethemes.moe/video/SomaliToMoriNoKamisama-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SomaliToMoriNoKamisama-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kokoro Somali\"", + "link": "https://animethemes.moe/video/SomaliToMoriNoKamisama-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SomaliToMoriNoKamisama-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40486", + "title": "Strike the Blood: Kieta Seisou-hen", + "year": "2020", + "themes": [ + { + "name": "OP \"Akatsuki no Kaleido Blood\"", + "link": "https://animethemes.moe/video/StrikeTheBloodOVA2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dear My Hero\"", + "link": "https://animethemes.moe/video/StrikeTheBloodOVA2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38481", + "title": "Toaru Kagaku no Railgun T", + "year": "2020", + "themes": [ + { + "name": "OP1 \"final phase\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunT-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunT-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"dual existence\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunT-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunT-OP2-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED1 \"nameless story\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunT-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunT-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Aoarashi no Ato de\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunT-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39942", + "title": "Uchi Tama?! Uchi no Tama Shirimasen ka?", + "year": "2020", + "themes": [ + { + "name": "OP \"Friends\"", + "link": "https://animethemes.moe/video/Uchitama-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hidamari wo Sagashite\"", + "link": "https://animethemes.moe/video/Uchitama-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rainy Bull\"", + "link": "https://animethemes.moe/video/Uchitama-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Itsumo Itsumo no Sanpomichi\"", + "link": "https://animethemes.moe/video/Uchitama-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"3-Choume no Hoshi☆\"", + "link": "https://animethemes.moe/video/Uchitama-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"UP TO DATE!\"", + "link": "https://animethemes.moe/video/Uchitama-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Inu Neko Elegy\"", + "link": "https://animethemes.moe/video/Uchitama-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Kitty's cutie!\"", + "link": "https://animethemes.moe/video/Uchitama-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Nante Koto Nai Uta\"", + "link": "https://animethemes.moe/video/Uchitama-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Play with me...?\"", + "link": "https://animethemes.moe/video/Uchitama-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Hallelujah Hallelujah\"", + "link": "https://animethemes.moe/video/Uchitama-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"3-Choume no Theme\"", + "link": "https://animethemes.moe/video/Uchitama-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "39960", + "title": "Yatogame-chan Kansatsu Nikki Nisatsume", + "year": "2020", + "themes": [ + { + "name": "ED \"Imaginary Love\"", + "link": "https://animethemes.moe/video/YatogameChanKansatsuNikkiS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40714", + "title": "Youkai Watch Jam: Youkai Gakuen Y - N to no Souguu", + "year": "2020", + "themes": [ + { + "name": "OP1 \"Gingira Ginga\"", + "link": "https://animethemes.moe/video/YoukaiWatchJam-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Dai Uchuu Rendezvous\"", + "type": "opening" + }, + { + "name": "ED1 \"Umare Kawattemo\"", + "link": "https://animethemes.moe/video/YoukaiWatchJam-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Y Gakuen e Ikou Waiwai-hen\"", + "link": "https://animethemes.moe/video/YoukaiWatchJam-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Y Gakuen e Ikou Shisshou-hen\"", + "link": "https://animethemes.moe/video/YoukaiWatchJam-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Y Gakuen e Ikou Seishun Rock-hen\"", + "link": "https://animethemes.moe/video/YoukaiWatchJam-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Y Gakuen e Ikou Gakuen Dotabata-hen\"", + "link": "https://animethemes.moe/video/YoukaiWatchJam-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Return to Chikyuu\"", + "link": "https://animethemes.moe/video/YoukaiWatchJam-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Y Gakuen e Ikou 8bit-hen\"", + "link": "https://animethemes.moe/video/YoukaiWatchJam-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Shinryaku Mahou Shoujo Elzemekia\"", + "type": "ending" + } + ] + }, + { + "id": "38670", + "title": "Actors: Songs Connection", + "year": "2019", + "themes": [ + { + "name": "OP \"Titania\"", + "link": "https://animethemes.moe/video/Actors-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"INAZUMA SHOCK Sakutasuke Ver.\"", + "link": "https://animethemes.moe/video/Actors-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"INAZUMA SHOCK Koukogakubu Ver.\"", + "link": "https://animethemes.moe/video/Actors-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"INAZUMA SHOCK Kashoubu Ver.\"", + "link": "https://animethemes.moe/video/Actors-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Toki no Neiro ~Tenshou Gakuen Kouka~\"", + "link": "https://animethemes.moe/video/Actors-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "39590", + "title": "Africa no Salaryman", + "year": "2019", + "themes": [ + { + "name": "OP \"Soul Flag\"", + "link": "https://animethemes.moe/video/AfricaNoSalaryman-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"White-Collar Elegy\"", + "link": "https://animethemes.moe/video/AfricaNoSalaryman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37403", + "title": "Ahiru no Sora", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Happy Go Ducky!\"", + "link": "https://animethemes.moe/video/AhiruNoSora-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Nevermind\"", + "link": "https://animethemes.moe/video/AhiruNoSora-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Humming Bird\"", + "link": "https://animethemes.moe/video/AhiruNoSora-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Rebirth\"", + "link": "https://animethemes.moe/video/AhiruNoSora-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tsubasa\"", + "link": "https://animethemes.moe/video/AhiruNoSora-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Over\"", + "link": "https://animethemes.moe/video/AhiruNoSora-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hikari Sasu Hou e\"", + "link": "https://animethemes.moe/video/AhiruNoSora-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Taiyou Runner\"", + "link": "https://animethemes.moe/video/AhiruNoSora-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "40266", + "title": "Aikatsu on Parade!", + "year": "2019", + "themes": [ + { + "name": "OP \"Kimi no Entrance\"", + "link": "https://animethemes.moe/video/AikatsuOnParade-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuOnParade-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Idol Katsudou! On Parade ver.\"", + "link": "https://animethemes.moe/video/AikatsuOnParade-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuOnParade-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"So Beautiful Story\"", + "link": "https://animethemes.moe/video/AikatsuStars-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Good morning my dream\"", + "link": "https://animethemes.moe/video/Aikatsu-ED6.webm", + "type": "ending" + }, + { + "name": "ED4 \"Chuchu Ballerina\"", + "link": "https://animethemes.moe/video/Aikatsu-ED7.webm", + "type": "ending" + }, + { + "name": "ED5 \"Calendar Girl\"", + "link": "https://animethemes.moe/video/Aikatsu-ED1.webm", + "type": "ending" + }, + { + "name": "ED6 \"Original Star☆彡\"", + "link": "https://animethemes.moe/video/Aikatsu-ED4.webm", + "type": "ending" + }, + { + "name": "ED7 \"Precious\"", + "link": "https://animethemes.moe/video/Aikatsu-ED5.webm", + "type": "ending" + }, + { + "name": "ED8 \"Alice Blue no Kiss ~Another Color~\"", + "link": "https://animethemes.moe/video/AikatsuOnParade-ED2.webm", + "type": "ending" + }, + { + "name": "ED9 \"lucky train!\"", + "link": "https://animethemes.moe/video/Aikatsu-ED8.webm", + "type": "ending" + }, + { + "name": "ED10 \"Pride\"", + "link": "https://animethemes.moe/video/AikatsuFriends-ED2.webm", + "type": "ending" + }, + { + "name": "ED11 \"Hirari / Hitori / Kirari\"", + "link": "https://animethemes.moe/video/Aikatsu-ED2.webm", + "type": "ending" + }, + { + "name": "ED12 \"Mori no Hikari no Pirouette\"", + "link": "https://animethemes.moe/video/AikatsuStars-ED4.webm", + "type": "ending" + }, + { + "name": "ED13 \"Be star\"", + "link": "https://animethemes.moe/video/AikatsuFriendsKagayakiNoJewel-ED1.webm", + "type": "ending" + }, + { + "name": "ED14 \"Bon Bon Voyage!\"", + "link": "https://animethemes.moe/video/AikatsuStars-ED3.webm", + "type": "ending" + }, + { + "name": "ED15 \"episode Solo\"", + "link": "https://animethemes.moe/video/AikatsuStars-ED1.webm", + "type": "ending" + }, + { + "name": "ED16 \"Believe it\"", + "link": "https://animethemes.moe/video/AikatsuFriends-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39959", + "title": "Ani ni Tsukeru Kusuri wa Nai! 3", + "year": "2019", + "themes": [ + { + "name": "OP \"Jinji de Qingchun\"", + "link": "https://animethemes.moe/video/AniNiTsukeruS3-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "38572", + "title": "Assassins Pride", + "year": "2019", + "themes": [ + { + "name": "OP \"Share the light\"", + "link": "https://animethemes.moe/video/AssassinsPride-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ijin-tachi no Jikan\"", + "link": "https://animethemes.moe/video/AssassinsPride-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ijin-tachi no Jikan\"", + "link": "https://animethemes.moe/video/AssassinsPride-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "38328", + "title": "Azur Lane", + "year": "2019", + "themes": [ + { + "name": "OP \"graphite/diamond\"", + "link": "https://animethemes.moe/video/AzurLane-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AzurLane-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Hikari no Michishirube\"", + "link": "https://animethemes.moe/video/AzurLane-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AzurLane-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hikari no Michishirube\"", + "link": "https://animethemes.moe/video/AzurLane-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AzurLane-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Hikari no Michishirube\"", + "link": "https://animethemes.moe/video/AzurLane-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AzurLane-ED1v3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37525", + "title": "Babylon", + "year": "2019", + "themes": [ + { + "name": "ED1 \"Live and let die\"", + "link": "https://animethemes.moe/video/Babylon-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Babylon-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Inochi Hamu Tamashii\"", + "link": "https://animethemes.moe/video/Babylon-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Babylon-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Inochi Hamu Tamashii (requiem ver.)\"", + "link": "https://animethemes.moe/video/Babylon-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"The next new world that no one knows (blood stained ver.)\"", + "link": "https://animethemes.moe/video/Babylon-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Babylon-ED4-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39735", + "title": "Baja no Studio: Baja no Mita Umi", + "year": "2019", + "themes": [ + { + "name": "ED \"Te to Te to Te\"", + "link": "https://animethemes.moe/video/BajaNoStudio2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39195", + "title": "Beastars", + "year": "2019", + "themes": [ + { + "name": "OP \"Wild Side\"", + "link": "https://animethemes.moe/video/Beastars-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Beastars-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Le zoo\"", + "link": "https://animethemes.moe/video/Beastars-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Beastars-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nemureru Honoo\"", + "link": "https://animethemes.moe/video/Beastars-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Beastars-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Marble\"", + "link": "https://animethemes.moe/video/Beastars-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Beastars-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Tsuki ni Ukabu Monogatari\"", + "link": "https://animethemes.moe/video/Beastars-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "37498", + "title": "Black Fox", + "year": "2019", + "themes": [ + { + "name": "ED \"BLACKFOX\"", + "link": "https://animethemes.moe/video/Blackfox-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38408", + "title": "Boku no Hero Academia 4th Season", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Polaris\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS4-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS4-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP2 \"Star Marker\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS4-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS4-OP2-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED1 \"Koukai no Uta\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS4-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS4-ED1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shout Baby\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS4-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS4-ED2-NCDVD480.webm", + "type": "ending" + } + ] + }, + { + "id": "39565", + "title": "Boku no Hero Academia the Movie 2: Heroes:Rising", + "year": "2019", + "themes": [ + { + "name": "ED \"Higher Ground\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaHeroesRising-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37828", + "title": "Bokura no Nanokakan Sensou", + "year": "2019", + "themes": [ + { + "name": "OP \"Kessen Zenya\"", + "link": "https://animethemes.moe/video/BokuraNoNanokakanSensou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Spirit\"", + "link": "https://animethemes.moe/video/BokuraNoNanokakanSensou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40004", + "title": "Bokutachi wa Benkyou ga Dekinai 2", + "year": "2019", + "themes": [ + { + "name": "OP \"Can now, Can now\"", + "link": "https://animethemes.moe/video/BokuBenS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuBenS2-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Houkago no Liberty\"", + "link": "https://animethemes.moe/video/BokuBenS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuBenS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kankei ≧ Houteishiki\"", + "link": "https://animethemes.moe/video/BokuBenS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37379", + "title": "Chihayafuru 3", + "year": "2019", + "themes": [ + { + "name": "OP \"COLORFUL\"", + "link": "https://animethemes.moe/video/ChihayafuruS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChihayafuruS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hitomebore\"", + "link": "https://animethemes.moe/video/ChihayafuruS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChihayafuruS3-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39523", + "title": "Choujin Koukousei-tachi wa Isekai demo Yoyuu de Ikinuku you desu!", + "year": "2019", + "themes": [ + { + "name": "OP \"Hajimete no Kakumei!\"", + "link": "https://animethemes.moe/video/Choyoyu-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Choyoyu-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"dear my distance\"", + "link": "https://animethemes.moe/video/Choyoyu-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Choyoyu-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38390", + "title": "Chuubyou Gekihatsu Boy", + "year": "2019", + "themes": [ + { + "name": "OP \"Chuubyou Gekihatsu Boy\"", + "link": "https://animethemes.moe/video/ChuubyouGekihatsuBoy-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Here comes The SUN\"", + "link": "https://animethemes.moe/video/ChuubyouGekihatsuBoy-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39811", + "title": "Fairy Gone 2nd Season", + "year": "2019", + "themes": [ + { + "name": "OP \"STILL STANDING\"", + "link": "https://animethemes.moe/video/FairyGoneS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Stay Gold\"", + "link": "https://animethemes.moe/video/FairyGoneS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38084", + "title": "Fate/Grand Order: Zettai Majuu Sensen Babylonia", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Phantom Joke\"", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Phantom Joke\"", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Hoshi ga Furu Yume\"", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Hoshi ga Furu Yume\"", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Prover\"", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tell me\"", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-ED3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39545", + "title": "Fragtime", + "year": "2019", + "themes": [ + { + "name": "ED \"fragile\"", + "link": "https://animethemes.moe/video/Fragtime-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36369", + "title": "Ginga Eiyuu Densetsu: Die Neue These - Seiran", + "year": "2019", + "themes": [ + { + "name": "OP \"Binary Star\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsuDieNeueTheseKaikoku-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Tranquility\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsuDieNeueTheseSeiran-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Tranquility\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsuDieNeueTheseSeiran-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "36587", + "title": "Granblue Fantasy The Animation Season 2", + "year": "2019", + "themes": [ + { + "name": "OP \"Stay With Me\"", + "link": "https://animethemes.moe/video/GranblueFantasyS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GranblueFantasyS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Ao\"", + "link": "https://animethemes.moe/video/GranblueFantasyS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GranblueFantasyS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40192", + "title": "Gundam Build Divers Re:Rise", + "year": "2019", + "themes": [ + { + "name": "OP \"Re:RISE\"", + "link": "https://animethemes.moe/video/GundamBuildDiversReRise-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"MAGIC TIME\"", + "link": "https://animethemes.moe/video/GundamBuildDiversReRise-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39030", + "title": "Hataage! Kemono Michi", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v6.webm", + "type": "opening" + }, + { + "name": "OP V7 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v7.webm", + "type": "opening" + }, + { + "name": "OP V8 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v8.webm", + "type": "opening" + }, + { + "name": "OP V9 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v9.webm", + "type": "opening" + }, + { + "name": "OP V10 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v10.webm", + "type": "opening" + }, + { + "name": "OP V11 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v11.webm", + "type": "opening" + }, + { + "name": "OP V12 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v12.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v12-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Anecdote\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HataageKemonoMichi-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39570", + "title": "High Score Girl II", + "year": "2019", + "themes": [ + { + "name": "OP \"flash\"", + "link": "https://animethemes.moe/video/HighScoreGirlS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HighScoreGirlS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Unknown World Map\"", + "link": "https://animethemes.moe/video/HighScoreGirlS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HighScoreGirlS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39468", + "title": "Honzuki no Gekokujou: Shisho ni Naru Tame ni wa Shudan wo Erandeiraremasen", + "year": "2019", + "themes": [ + { + "name": "OP \"Masshiro\"", + "link": "https://animethemes.moe/video/HonzukiNoGekokujou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HonzukiNoGekokujou-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kamikazari no Tenshi\"", + "link": "https://animethemes.moe/video/HonzukiNoGekokujou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HonzukiNoGekokujou-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37972", + "title": "Hoshiai no Sora", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Suisou\"", + "link": "https://animethemes.moe/video/HoshiaiNoSora-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HoshiaiNoSora-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Suisou\"", + "link": "https://animethemes.moe/video/HoshiaiNoSora-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HoshiaiNoSora-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kago no Naka no Bokura wa\"", + "link": "https://animethemes.moe/video/HoshiaiNoSora-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HoshiaiNoSora-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38276", + "title": "Houkago Saikoro Club", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Present Moment\"", + "link": "https://animethemes.moe/video/HoukagoSaikoroClub-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Present Moment\"", + "link": "https://animethemes.moe/video/HoukagoSaikoroClub-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"On the Board\"", + "link": "https://animethemes.moe/video/HoukagoSaikoroClub-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39584", + "title": "Human Lost: Ningen Shikkaku", + "year": "2019", + "themes": [ + { + "name": "ED \"HUMAN LOST feat. J. Balvin\"", + "link": "https://animethemes.moe/video/HumanLost-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38163", + "title": "Iya na Kao sare nagara Opantsu Misete Moraitai 2", + "year": "2019", + "themes": [ + { + "name": "ED \"\"", + "link": "https://animethemes.moe/video/Iyapan2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38161", + "title": "Kabukichou Sherlock", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"CAPTURE\"", + "link": "https://animethemes.moe/video/KabukichouSherlock-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"CAPTURE\"", + "link": "https://animethemes.moe/video/KabukichouSherlock-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hyakuoku Kounen\"", + "link": "https://animethemes.moe/video/KabukichouSherlock-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Parade\"", + "link": "https://animethemes.moe/video/KabukichouSherlock-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "40196", + "title": "Kandagawa Jet Girls", + "year": "2019", + "themes": [ + { + "name": "OP \"BULLET MERMAID\"", + "link": "https://animethemes.moe/video/KandagawaJetGirls-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KandagawaJetGirls-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"RIVALS\"", + "link": "https://animethemes.moe/video/KandagawaJetGirls-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"RIVALS\"", + "link": "https://animethemes.moe/video/KandagawaJetGirls-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KandagawaJetGirls-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"RIVALS\"", + "link": "https://animethemes.moe/video/KandagawaJetGirls-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "39567", + "title": "Keishichou Tokumubu Tokushu Kyouakuhan Taisakushitsu Dainanaka: Tokunana", + "year": "2019", + "themes": [ + { + "name": "OP \"Take On Fever\"", + "link": "https://animethemes.moe/video/Tokunana-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"One Wish\"", + "link": "https://animethemes.moe/video/Tokunana-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38889", + "title": "Kono Oto Tomare! 2nd Season", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Harmony\"", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Harmony\"", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Harmony\"", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V4 \"Harmony\"", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-OP1v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-OP1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V5 \"Harmony\"", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-OP1v5.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-OP1v5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Rainbow\"", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tone\"", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39574", + "title": "Levius", + "year": "2019", + "themes": [ + { + "name": "OP \"wit and love\"", + "link": "https://animethemes.moe/video/Levius-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"child dancer\"", + "link": "https://animethemes.moe/video/Levius-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40082", + "title": "Lupin III: The First", + "year": "2019", + "themes": [ + { + "name": "OP \"THEME FROM LUPIN III 2019\"", + "link": "https://animethemes.moe/video/LupinTheFirst-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"GIFT\"", + "link": "https://animethemes.moe/video/LupinTheFirst-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39196", + "title": "Mairimashita! Iruma-kun", + "year": "2019", + "themes": [ + { + "name": "OP \"Magical Babyrinth\"", + "link": "https://animethemes.moe/video/MairimashitaIrumaKun-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Devi-kyuu\"", + "link": "https://animethemes.moe/video/MairimashitaIrumaKun-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Akuma Gakkou Babylus Kouka\"", + "link": "https://animethemes.moe/video/MairimashitaIrumaKun-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "40437", + "title": "Mono no Kamisama Cocotama", + "year": "2019", + "themes": [ + { + "name": "OP \"Happy Cocotama Dance!\"", + "link": "https://animethemes.moe/video/MonoNoKamisamaCocotama-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Happy Cocotama Dance!\"", + "link": "https://animethemes.moe/video/MonoNoKamisamaCocotama-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39806", + "title": "Mugen no Juunin: Immortal", + "year": "2019", + "themes": [ + { + "name": "OP \"SURVIVE OF VISION\"", + "link": "https://animethemes.moe/video/MugenNoJuunin-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "39701", + "title": "Nanatsu no Taizai: Kamigami no Gekirin", + "year": "2019", + "themes": [ + { + "name": "OP1 \"ROB THE FRONTIER\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiKamigamiNoGekirin-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"delete\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiKamigamiNoGekirin-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Regeneration\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiKamigamiNoGekirin-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Good day\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiKamigamiNoGekirin-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39689", + "title": "Nande Koko ni Sensei ga!? Special", + "year": "2019", + "themes": [ + { + "name": "OP \"Bon♡Kyu♡Bon wa Kare no Mono♡\"", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-OP1-NCBD1080.webm", + "type": "opening" + }, + { + "name": "ED \"Ringo-iro Memories\" by Kana Kojima, Mayu Matsukaze, Hikari Hazakura & Chizuru Tachibana", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGaSpecial-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39539", + "title": "No Guns Life", + "year": "2019", + "themes": [ + { + "name": "OP \"MOTOR CITY\"", + "link": "https://animethemes.moe/video/NoGunsLife-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Game Over\"", + "link": "https://animethemes.moe/video/NoGunsLife-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40178", + "title": "Null Peta", + "year": "2019", + "themes": [ + { + "name": "OP \"#NULL!*Peta\"", + "link": "https://animethemes.moe/video/NullPeta-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "38483", + "title": "Ore wo Suki nano wa Omae dake ka yo", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Papapa\"", + "link": "https://animethemes.moe/video/Oresuki-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Oresuki-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Papapa\"", + "link": "https://animethemes.moe/video/Oresuki-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Hanakotoba\"", + "link": "https://animethemes.moe/video/Oresuki-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Oresuki-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39506", + "title": "Phantasy Star Online 2: Episode Oracle", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Destiny\"", + "link": "https://animethemes.moe/video/PhantasyStarOnline2EpisodeOracle-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"UniVerse\"", + "link": "https://animethemes.moe/video/PhantasyStarOnline2EpisodeOracle-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Timeless Fortune\"", + "link": "https://animethemes.moe/video/PhantasyStarOnline2EpisodeOracle-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Eien no encore\"", + "link": "https://animethemes.moe/video/PhantasyStarOnline2EpisodeOracle-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Soleil -Dear Destiny-\"", + "link": "https://animethemes.moe/video/PhantasyStarOnline2EpisodeOracle-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Living on like stars\"", + "link": "https://animethemes.moe/video/PhantasyStarOnline2EpisodeOracle-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hello\"", + "link": "https://animethemes.moe/video/PhantasyStarOnline2EpisodeOracle-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "40351", + "title": "Pokemon", + "year": "2019", + "themes": [ + { + "name": "OP1 \"1・2・3\" by After the Rain", + "link": "https://animethemes.moe/video/Pokemon2019-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"1・2・3\" by Nishikawa-kun", + "link": "https://animethemes.moe/video/Pokemon2019-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Pokemon Shiritori (Pikachu → Mew Ver.)\"", + "link": "https://animethemes.moe/video/Pokemon2019-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Pokemon Shiritori (Mew → Zamazenta Ver.)\"", + "link": "https://animethemes.moe/video/Pokemon2019-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39491", + "title": "Psycho-Pass 3", + "year": "2019", + "themes": [ + { + "name": "OP \"Q-vism\"", + "link": "https://animethemes.moe/video/PsychoPassS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PsychoPassS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"bullet\"", + "link": "https://animethemes.moe/video/PsychoPassS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PsychoPassS3-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39355", + "title": "Radiant 2nd Season", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Naraku\"", + "link": "https://animethemes.moe/video/RadiantS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Naraku\"", + "link": "https://animethemes.moe/video/RadiantS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Naraku\"", + "link": "https://animethemes.moe/video/RadiantS2-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Chitto mo Shiranakatta\"", + "link": "https://animethemes.moe/video/RadiantS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Chitto mo Shiranakatta\"", + "link": "https://animethemes.moe/video/RadiantS2-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "38529", + "title": "Rifle Is Beautiful", + "year": "2019", + "themes": [ + { + "name": "OP \"Let's go! Rifling4!!!!\"", + "link": "https://animethemes.moe/video/RifleIsBeautiful-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yuuyake Friends\"", + "link": "https://animethemes.moe/video/RifleIsBeautiful-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39194", + "title": "Shin Chuuka Ichiban!", + "year": "2019", + "themes": [ + { + "name": "OP \"Koufukuron\"", + "link": "https://animethemes.moe/video/ShinChuukaIchiban-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Paradigm Shift\"", + "link": "https://animethemes.moe/video/ShinChuukaIchiban-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38659", + "title": "Shinchou Yuusha: Kono Yuusha ga Ore Tueee Kuse ni Shinchou Sugiru", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"TIT FOR TAT\"", + "link": "https://animethemes.moe/video/ShinchouYuusha-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"TIT FOR TAT\"", + "link": "https://animethemes.moe/video/ShinchouYuusha-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShinchouYuusha-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"TIT FOR TAT\"", + "link": "https://animethemes.moe/video/ShinchouYuusha-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"TIT FOR TAT\"", + "link": "https://animethemes.moe/video/ShinchouYuusha-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED1 \"be perfect, plz!\"", + "link": "https://animethemes.moe/video/ShinchouYuusha-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShinchouYuusha-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Saisho kara Zutto\"", + "link": "https://animethemes.moe/video/ShinchouYuusha-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39967", + "title": "Shinkansen Henkei Robo Shinkalion: Mirai kara Kita Shinsoku no ALFA-X", + "year": "2019", + "themes": [ + { + "name": "ED \"Gattan Gotton GO!\"", + "link": "https://animethemes.moe/video/ShinkalionMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39940", + "title": "Shokugeki no Souma: Shin no Sara", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Chronos\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaShinNoSara-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaShinNoSara-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Chronos\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaShinNoSara-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Chronos\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaShinNoSara-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaShinNoSara-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V4 \"Chronos\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaShinNoSara-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED \"Emblem\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaShinNoSara-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaShinNoSara-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39569", + "title": "Sora no Aosa wo Shiru Hito yo", + "year": "2019", + "themes": [ + { + "name": "ED \"Aoi\"", + "link": "https://animethemes.moe/video/SoraNoAosaWoShiruHitoYo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40109", + "title": "Soukyuu no Fafner: Dead Aggressor - The Beyond Part 2", + "year": "2019", + "themes": [ + { + "name": "OP \"THE BEYOND\"", + "link": "https://animethemes.moe/video/FafnerTheBeyond-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Naze ni...\"", + "link": "https://animethemes.moe/video/FafnerTheBeyond-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi wo Yurusu You ni\"", + "link": "https://animethemes.moe/video/FafnerTheBeyondPart2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38331", + "title": "Stand My Heroes: Piece of Truth", + "year": "2019", + "themes": [ + { + "name": "OP \"Thought I Knew ft.ra'z, Hayes\"", + "link": "https://animethemes.moe/video/StandMyHeroes-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StandMyHeroes-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Precious My Heroes\"", + "link": "https://animethemes.moe/video/StandMyHeroes-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StandMyHeroes-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38850", + "title": "Star☆Twinkle Precure: Hoshi no Uta ni Omoi wo Komete", + "year": "2019", + "themes": [ + { + "name": "OP \"Kirari ☆彡Star☆Twinkle Precure\"", + "link": "https://animethemes.moe/video/StarTwinklePrecureMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Twinkle Stars\"", + "link": "https://animethemes.moe/video/StarTwinklePrecureMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39183", + "title": "Super Shiro", + "year": "2019", + "themes": [ + { + "name": "ED \"SUPER SHIRO\"", + "link": "https://animethemes.moe/video/SuperShiro-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39597", + "title": "Sword Art Online: Alicization - War of Underworld", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Resolution\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Resolution\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS2-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"unlasting\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40489", + "title": "Sword Art Online: Alicization - War of Underworld Reflection", + "year": "2019", + "themes": [ + { + "name": "ED \"Blazing the future\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationReflection-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40320", + "title": "Tenka Hyakken: Meiji-kan e Youkoso!", + "year": "2019", + "themes": [ + { + "name": "OP \"Aka, Hana wo Sakasete\"", + "link": "https://animethemes.moe/video/TenkaHyakken-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "40197", + "title": "Urashimasakatasen no Nichijou", + "year": "2019", + "themes": [ + { + "name": "OP \"Calendar Reminder\"", + "link": "https://animethemes.moe/video/UrashimasakatasenNoNichijou-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "39799", + "title": "Val x Love", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"for...\"", + "link": "https://animethemes.moe/video/ValXLove-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"for...\"", + "link": "https://animethemes.moe/video/ValXLove-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ValXLove-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"for...\"", + "link": "https://animethemes.moe/video/ValXLove-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"UP-DATE x PLEASE!!! ver 1.7.8\"", + "link": "https://animethemes.moe/video/ValXLove-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ValXLove-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"UP-DATE x PLEASE!!! ver 1.7.8\"", + "link": "https://animethemes.moe/video/ValXLove-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ValXLove-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"UP-DATE x PLEASE!!! ver 3.4.5\"", + "link": "https://animethemes.moe/video/ValXLove-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ValXLove-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"UP-DATE x PLEASE!!! ver 2.6.9\"", + "link": "https://animethemes.moe/video/ValXLove-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ValXLove-ED3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37393", + "title": "Watashi, Nouryoku wa Heikinchi de tte Itta yo ne!", + "year": "2019", + "themes": [ + { + "name": "OP \"Smile Skill = Suki Skill\"", + "link": "https://animethemes.moe/video/Noukin-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Noukin-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Genzai↑ Banzai↑\"", + "link": "https://animethemes.moe/video/Noukin-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Noukin-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37773", + "title": "Yuru Yuri,", + "year": "2019", + "themes": [ + { + "name": "OP \"Yuru Yuri, Tenya Wanya☆\"", + "link": "https://animethemes.moe/video/YuruYuriTen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ripitte Chime♪\"", + "link": "https://animethemes.moe/video/YuruYuriTen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37268", + "title": "Z/X: Code Reunion", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Destiny\"", + "link": "https://animethemes.moe/video/ZXCodeReunion-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Destiny\"", + "link": "https://animethemes.moe/video/ZXCodeReunion-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Destiny\"", + "link": "https://animethemes.moe/video/ZXCodeReunion-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Girl Meets Girl\" by Yui Ogura & Aya Uchida", + "link": "https://animethemes.moe/video/ZXCodeReunion-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Girl Meets Girl\" by Inori Minase & Maria Naganawa", + "link": "https://animethemes.moe/video/ZXCodeReunion-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Girl Meets Girl\" by Aina Suzuki & Miyu Tomita", + "link": "https://animethemes.moe/video/ZXCodeReunion-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 V1 \"Girl Meets Girl\" by Yui Ogura, Aya Uchida, Inori Minase, Maria Naganawa, Aina Suzuki & Miyu Tomita", + "link": "https://animethemes.moe/video/ZXCodeReunion-ED4.webm", + "type": "ending" + }, + { + "name": "ED4 V2 \"Girl Meets Girl\" by Yui Ogura, Aya Uchida, Inori Minase, Maria Naganawa, Aina Suzuki & Miyu Tomita", + "link": "https://animethemes.moe/video/ZXCodeReunion-ED4v2.webm", + "type": "ending" + } + ] + }, + { + "id": "40166", + "title": "Zoids Wild Zero", + "year": "2019", + "themes": [ + { + "name": "OP1 \"blue blue blue\"", + "link": "https://animethemes.moe/video/ZoidsWildZero-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Player\"", + "link": "https://animethemes.moe/video/ZoidsWildZero-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hikari\"", + "link": "https://animethemes.moe/video/ZoidsWildZero-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"DOOR\"", + "link": "https://animethemes.moe/video/ZoidsWildZero-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yume no Wadachi\"", + "link": "https://animethemes.moe/video/ZoidsWildZero-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Namonaki Tabi\"", + "type": "ending" + } + ] + }, + { + "id": "38753", + "title": "Araburu Kisetsu no Otome-domo yo.", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Otome-domo yo\"", + "link": "https://animethemes.moe/video/Araoto-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Araoto-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Otome-domo yo\"", + "link": "https://animethemes.moe/video/Araoto-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Araoto-OP1v2-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Otome-domo yo\"", + "link": "https://animethemes.moe/video/Araoto-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Yume Cinderella\"", + "link": "https://animethemes.moe/video/Araoto-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Araoto-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Yume Cinderella\"", + "link": "https://animethemes.moe/video/Araoto-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "36882", + "title": "Arifureta Shokugyou de Sekai Saikyou", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"FLARE\"", + "link": "https://animethemes.moe/video/Arifureta-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Arifureta-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"FLARE\"", + "link": "https://animethemes.moe/video/Arifureta-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Arifureta-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hajime no Uta\"", + "link": "https://animethemes.moe/video/Arifureta-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Arifureta-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39221", + "title": "Bem", + "year": "2019", + "themes": [ + { + "name": "OP \"Uchuu no Kioku\"", + "link": "https://animethemes.moe/video/Bem-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Iru Imi\"", + "link": "https://animethemes.moe/video/Bem-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39979", + "title": "Business Fish", + "year": "2019", + "themes": [ + { + "name": "ED \"Don't Stop Moving\"", + "link": "https://animethemes.moe/video/BusinessFish-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40256", + "title": "Cannon Busters", + "year": "2019", + "themes": [ + { + "name": "OP \"Showdown\"", + "link": "https://animethemes.moe/video/CannonBusters-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Regardless\"", + "link": "https://animethemes.moe/video/CannonBusters-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40167", + "title": "Cardfight!! Vanguard: Shinemon-hen", + "year": "2019", + "themes": [ + { + "name": "OP \"Lead the way\"", + "link": "https://animethemes.moe/video/CardfightVanguardShinemonHen-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Gift\"", + "link": "https://animethemes.moe/video/CardfightVanguardShinemonHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bokura no Turn\"", + "link": "https://animethemes.moe/video/CardfightVanguardShinemonHen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38940", + "title": "Cop Craft", + "year": "2019", + "themes": [ + { + "name": "OP \"Rakuen Toshi\"", + "link": "https://animethemes.moe/video/CopCraft-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CopCraft-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Connected\"", + "link": "https://animethemes.moe/video/CopCraft-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CopCraft-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40405", + "title": "Cop Craft Recap", + "year": "2019", + "themes": [ + { + "name": "OP \"Rakuen Toshi\"", + "link": "https://animethemes.moe/video/CopCraft-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nonfiction\"", + "link": "https://animethemes.moe/video/CopCraftRecap-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38691", + "title": "Dr. Stone", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Good Morning World!\"", + "link": "https://animethemes.moe/video/DrStone-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DrStone-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Sangenshoku\"", + "link": "https://animethemes.moe/video/DrStone-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"LIFE\"", + "link": "https://animethemes.moe/video/DrStone-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DrStone-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yume no You na\"", + "link": "https://animethemes.moe/video/DrStone-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39026", + "title": "Dumbbell Nan Kilo Moteru?", + "year": "2019", + "themes": [ + { + "name": "OP \"Onegai Muscle\"", + "link": "https://animethemes.moe/video/DumbbellNanKiloMoteru-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DumbbellNanKiloMoteru-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DumbbellNanKiloMoteru-OP1-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Macho a Name?\"", + "link": "https://animethemes.moe/video/DumbbellNanKiloMoteru-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DumbbellNanKiloMoteru-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Snow Globe\"", + "link": "https://animethemes.moe/video/DumbbellNanKiloMoteru-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37347", + "title": "Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka II", + "year": "2019", + "themes": [ + { + "name": "OP \"HELLO to DREAM\"", + "link": "https://animethemes.moe/video/DanMachiS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DanMachiS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Sasayaka na Shukusai\"", + "link": "https://animethemes.moe/video/DanMachiS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DanMachiS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Sasayaka na Shukusai\"", + "link": "https://animethemes.moe/video/DanMachiS2-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "38671", + "title": "Enen no Shouboutai", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Inferno\"", + "link": "https://animethemes.moe/video/EnenNoShouboutai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EnenNoShouboutai-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"MAYDAY feat. Ryo from CRYSTAL LAKE\"", + "link": "https://animethemes.moe/video/EnenNoShouboutai-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"veil\"", + "link": "https://animethemes.moe/video/EnenNoShouboutai-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EnenNoShouboutai-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nounai\"", + "link": "https://animethemes.moe/video/EnenNoShouboutai-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32212", + "title": "Ensemble Stars!", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Stars' Ensemble!\"", + "link": "https://animethemes.moe/video/EnsembleStars-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kiseki\" by Trickstar", + "link": "https://animethemes.moe/video/EnsembleStars-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Kiseki\" by Eden", + "link": "https://animethemes.moe/video/EnsembleStars-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Kiseki\" by Trickstar & Eden", + "link": "https://animethemes.moe/video/EnsembleStars-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"1st SING-ALONG☆\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"IMMORAL WORLD\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Made in Tokimeki♪\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Gekka Musou, Beni no Mai\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Mischievous Party Time!!\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Hajimari no Fantasia\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Meteor Scramble☆Ryuusei-tai!\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Magic for your 'Switch'\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Yukai Tsuukai That's Alright!\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Kaisenka\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Promise Swords\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Awakening Myth\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "39533", + "title": "Given", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Kizuato\"", + "link": "https://animethemes.moe/video/Given-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Given-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Kizuato\"", + "link": "https://animethemes.moe/video/Given-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Given-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Marutsuke -Piano ver.-\"", + "link": "https://animethemes.moe/video/Given-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Marutsuke\"", + "link": "https://animethemes.moe/video/Given-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Given-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38333", + "title": "Gochuumon wa Usagi Desuka??: Sing for You", + "year": "2019", + "themes": [ + { + "name": "ED \"Gin no Spoon ~Blend of Memory~\"", + "link": "https://animethemes.moe/video/GochiUsaSingForYou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39417", + "title": "Granbelm", + "year": "2019", + "themes": [ + { + "name": "OP \"Tsuki wo Ou Mayonaka\"", + "link": "https://animethemes.moe/video/Granbelm-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Granbelm-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Negai\"", + "link": "https://animethemes.moe/video/Granbelm-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Granbelm-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Scenery\"", + "link": "https://animethemes.moe/video/Granbelm-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39620", + "title": "Hakata Mentai! Pirikarako-chan", + "year": "2019", + "themes": [ + { + "name": "OP \"Hakata Mentai! Pirikarako-chan\"", + "link": "https://animethemes.moe/video/PirikarakoChan-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "38816", + "title": "Hello World", + "year": "2019", + "themes": [ + { + "name": "OP \"Opening Theme feat. AAAMYYY\"", + "link": "https://animethemes.moe/video/HelloWorld-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shin Sekai\"", + "link": "https://animethemes.moe/video/HelloWorld-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37744", + "title": "Isekai Cheat Magician", + "year": "2019", + "themes": [ + { + "name": "OP \"PANTA RHEI\"", + "link": "https://animethemes.moe/video/IsekaiCheatMagician-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiCheatMagician-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Chiisana Omoi\"", + "link": "https://animethemes.moe/video/IsekaiCheatMagician-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiCheatMagician-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38619", + "title": "Joshikousei no Mudazukai", + "year": "2019", + "themes": [ + { + "name": "OP \"Rin! Moon! dass! cry!\"", + "link": "https://animethemes.moe/video/JoshikouseiNoMudazukai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JoshikouseiNoMudazukai-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Seishun no Reverb\"", + "link": "https://animethemes.moe/video/JoshikouseiNoMudazukai-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JoshikouseiNoMudazukai-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Saitama Joshi Koutou Gakkou Kouka\"", + "link": "https://animethemes.moe/video/JoshikouseiNoMudazukai-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39198", + "title": "Kanata no Astra", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"star*frost\"", + "link": "https://animethemes.moe/video/KanataNoAstra-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KanataNoAstra-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"star*frost\"", + "link": "https://animethemes.moe/video/KanataNoAstra-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KanataNoAstra-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"star*frost\"", + "link": "https://animethemes.moe/video/KanataNoAstra-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"star*frost\"", + "link": "https://animethemes.moe/video/KanataNoAstra-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Glow at the Velocity of Light\"", + "link": "https://animethemes.moe/video/KanataNoAstra-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KanataNoAstra-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Star of Hope\"", + "link": "https://animethemes.moe/video/KanataNoAstra-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38993", + "title": "Karakai Jouzu no Takagi-san 2", + "year": "2019", + "themes": [ + { + "name": "OP \"Zero Centimeter\"", + "link": "https://animethemes.moe/video/Takagi3S2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3S2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kanade\"", + "link": "https://animethemes.moe/video/Takagi3S2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3S2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Konayuki\"", + "link": "https://animethemes.moe/video/Takagi3S2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3S2-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kiseki\"", + "link": "https://animethemes.moe/video/Takagi3S2-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3S2-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Arigatou\"", + "link": "https://animethemes.moe/video/Takagi3S2-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3S2-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"STARS\"", + "link": "https://animethemes.moe/video/Takagi3S2-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3S2-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Anata ni\"", + "link": "https://animethemes.moe/video/Takagi3S2-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3S2-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Iwanai kedo ne.\"", + "link": "https://animethemes.moe/video/Takagi3S2-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3S2-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Yasashii Kimochi\"", + "link": "https://animethemes.moe/video/Takagi3S2-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3S2-ED8-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39199", + "title": "Katsute Kami Datta Kemono-tachi e", + "year": "2019", + "themes": [ + { + "name": "OP \"Sacrifice\"", + "link": "https://animethemes.moe/video/Katsukami-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Katsukami-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"HHOOWWLL\"", + "link": "https://animethemes.moe/video/Katsukami-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Katsukami-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39326", + "title": "Kawaikereba Hentai demo Suki ni Natte Kuremasu ka?", + "year": "2019", + "themes": [ + { + "name": "OP \"Daisuki.\"", + "link": "https://animethemes.moe/video/Hensuki-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hensuki-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Mubyuu no Hana\"", + "link": "https://animethemes.moe/video/Hensuki-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hensuki-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Stella\"", + "link": "https://animethemes.moe/video/Hensuki-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hensuki-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36903", + "title": "Kengan Ashura", + "year": "2019", + "themes": [ + { + "name": "OP \"KING & ASHLEY\"", + "link": "https://animethemes.moe/video/KenganAshura-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Born This Way\"", + "link": "https://animethemes.moe/video/KenganAshura-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36040", + "title": "Knights of the Zodiac: Saint Seiya", + "year": "2019", + "themes": [ + { + "name": "OP \"PEGASUS SEIYA\"", + "link": "https://animethemes.moe/video/SaintSeiya2019-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SOMEBODY NEW\"", + "link": "https://animethemes.moe/video/SaintSeiya2019-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38920", + "title": "Kochouki: Wakaki Nobunaga", + "year": "2019", + "themes": [ + { + "name": "OP \"Shissou\"", + "link": "https://animethemes.moe/video/Kochouki-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kiba to Tsubasa\"", + "link": "https://animethemes.moe/video/Kochouki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38040", + "title": "Kono Subarashii Sekai ni Shukufuku wo!: Kurenai Densetsu", + "year": "2019", + "themes": [ + { + "name": "ED1 \"My Home Town\"", + "link": "https://animethemes.moe/video/KonosubaKurenaiDensetsu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"1-Milli Symphony\"", + "link": "https://animethemes.moe/video/KonosubaKurenaiDensetsu-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38959", + "title": "Lord El-Melloi II Sei no Jikenbo: Rail Zeppelin Grace Note", + "year": "2019", + "themes": [ + { + "name": "OP \"starting the case : Rail Zeppelin\"", + "link": "https://animethemes.moe/video/ElMelloi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ElMelloi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hibari\"", + "link": "https://animethemes.moe/video/ElMelloi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ElMelloi-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39071", + "title": "Machikado Mazoku", + "year": "2019", + "themes": [ + { + "name": "OP \"Machikado Tangent\"", + "link": "https://animethemes.moe/video/MachikadoMazoku-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MachikadoMazoku-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Yoimachi Cantare\"", + "link": "https://animethemes.moe/video/MachikadoMazoku-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MachikadoMazoku-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38297", + "title": "Maou-sama, Retry!", + "year": "2019", + "themes": [ + { + "name": "OP \"TEMPEST\"", + "link": "https://animethemes.moe/video/MaouSamaRetry-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MaouSamaRetry-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"NEW\"", + "link": "https://animethemes.moe/video/MaouSamaRetry-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MaouSamaRetry-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38450", + "title": "Mo Dao Zu Shi 2", + "year": "2019", + "themes": [ + { + "name": "OP \"Zui Meng Qian Chen\"", + "link": "https://animethemes.moe/video/MoDaoZuShiS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shao Nian Ru Gu\"", + "link": "https://animethemes.moe/video/MoDaoZuShiS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40031", + "title": "Mugyutto! Black Clover", + "year": "2019", + "themes": [ + { + "name": "OP \"POSSIBLE\"", + "link": "https://animethemes.moe/video/MugyuttoBlackClover-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "37926", + "title": "Nakanohito Genome [Jikkyouchuu]", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"not GAME\"", + "link": "https://animethemes.moe/video/NakanohitoGenome-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NakanohitoGenome-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"not GAME\"", + "link": "https://animethemes.moe/video/NakanohitoGenome-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NakanohitoGenome-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Boku wo Mitsukete\"", + "link": "https://animethemes.moe/video/NakanohitoGenome-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NakanohitoGenome-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Boku wo Mitsukete\"", + "link": "https://animethemes.moe/video/NakanohitoGenome-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Where you are\"", + "link": "https://animethemes.moe/video/NakanohitoGenome-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39235", + "title": "Ni no Kuni", + "year": "2019", + "themes": [ + { + "name": "ED \"MOIL\"", + "link": "https://animethemes.moe/video/NiNoKuni-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38009", + "title": "Re:Stage! Dream Days♪", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Brilliant Wings\"", + "link": "https://animethemes.moe/video/ReStageDreamDays-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Don't think, Smile!!\"", + "link": "https://animethemes.moe/video/ReStageDreamDays-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ReStageDreamDays-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP3 \"Yes, We Are!!!\"", + "link": "https://animethemes.moe/video/ReStageDreamDays-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Akogare Future Sign\"", + "link": "https://animethemes.moe/video/ReStageDreamDays-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ReStageDreamDays-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sensei Sensation\"", + "link": "https://animethemes.moe/video/ReStageDreamDays-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"367Days\"", + "link": "https://animethemes.moe/video/ReStageDreamDays-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "38715", + "title": "SD Gundam World: Sangoku Souketsuden", + "year": "2019", + "themes": [ + { + "name": "OP \"Removes\"", + "link": "https://animethemes.moe/video/SDGundamWorld-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tri-Alive\"", + "link": "https://animethemes.moe/video/SDGundamWorld-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32843", + "title": "Senki Zesshou Symphogear XV", + "year": "2019", + "themes": [ + { + "name": "OP \"METANOIA\"", + "link": "https://animethemes.moe/video/SymphogearS5-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SymphogearS5-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"FINAL COMMANDER\"", + "link": "https://animethemes.moe/video/SymphogearS5-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Lasting Song\"", + "link": "https://animethemes.moe/video/SymphogearS5-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SymphogearS5-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sforzando no Zankyou\"", + "link": "https://animethemes.moe/video/SymphogearS5-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Ashita no Flugel\"", + "link": "https://animethemes.moe/video/SymphogearS5-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "39643", + "title": "Shoujo☆Conto All Starlight", + "year": "2019", + "themes": [ + { + "name": "ED \"Butai Shoujo Taisou\"", + "link": "https://animethemes.moe/video/ShoujoContoAllStarlight-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoContoAllStarlight-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39456", + "title": "Sounan Desu ka?", + "year": "2019", + "themes": [ + { + "name": "OP \"Koko wa Doko\"", + "link": "https://animethemes.moe/video/SounanDesuKa-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ikiru\"", + "link": "https://animethemes.moe/video/SounanDesuKa-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ikiru\"", + "link": "https://animethemes.moe/video/SounanDesuKa-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "36536", + "title": "Starmyu 3rd Season", + "year": "2019", + "themes": [ + { + "name": "OP \"DREAM TOGETHER\"", + "link": "https://animethemes.moe/video/StarmyuS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"On Stage\"", + "link": "https://animethemes.moe/video/StarmyuS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Warera, Ayanagi Gakuen Kao Kai ~NEXT STAGE Ver.~\"", + "link": "https://animethemes.moe/video/StarmyuS3-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38610", + "title": "Tejina-senpai", + "year": "2019", + "themes": [ + { + "name": "OP \"FANTASTIC ILLUSION\"", + "link": "https://animethemes.moe/video/TejinaSenpai-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dame wa Dame\"", + "link": "https://animethemes.moe/video/TejinaSenpai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38826", + "title": "Tenki no Ko", + "year": "2019", + "themes": [ + { + "name": "ED1 \"Daijoubu (Movie edit)\"", + "link": "https://animethemes.moe/video/TenkiNoKo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ai ni Dekiru Koto wa Mada Aru Kai\"", + "link": "https://animethemes.moe/video/TenkiNoKo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38480", + "title": "Toaru Kagaku no Accelerator", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Shadow is the Light\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoAccelerator-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruKagakuNoAccelerator-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Shadow is the Light\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoAccelerator-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Shadow is the Light\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoAccelerator-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Shadow is the Light\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoAccelerator-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED \"Parole\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoAccelerator-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruKagakuNoAccelerator-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39527", + "title": "Try Knights", + "year": "2019", + "themes": [ + { + "name": "OP \"Mugen no Try\"", + "link": "https://animethemes.moe/video/TryKnights-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Moyou\"", + "link": "https://animethemes.moe/video/TryKnights-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38573", + "title": "Tsuujou Kougeki ga Zentai Kougeki de Ni-kai Kougeki no Okaasan wa Suki Desu ka?", + "year": "2019", + "themes": [ + { + "name": "OP \"Iyayo Iyayo mo Suki no Uchi!\"", + "link": "https://animethemes.moe/video/OkaaSanOnline-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OkaaSanOnline-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Tsuujou Kougeki ga Zentai Kougeki de Ni-kai Kougeki Mama\"", + "link": "https://animethemes.moe/video/OkaaSanOnline-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OkaaSanOnline-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39324", + "title": "Uchi no Ko no Tame naraba, Ore wa Moshikashitara Maou mo Taoseru kamo Shirenai.", + "year": "2019", + "themes": [ + { + "name": "OP \"I'm with you\"", + "link": "https://animethemes.moe/video/Uchinoko-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Uchinoko-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"This is Yuusha, but Zannen!?\"", + "link": "https://animethemes.moe/video/Uchinoko-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Uchinoko-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hana no Eda\"", + "link": "https://animethemes.moe/video/Uchinoko-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37521", + "title": "Vinland Saga", + "year": "2019", + "themes": [ + { + "name": "OP1 \"MUKANJYO\"", + "link": "https://animethemes.moe/video/VinlandSaga-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/VinlandSaga-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Dark Crow\"", + "link": "https://animethemes.moe/video/VinlandSaga-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/VinlandSaga-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Torches\"", + "link": "https://animethemes.moe/video/VinlandSaga-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/VinlandSaga-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Drown\"", + "link": "https://animethemes.moe/video/VinlandSaga-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/VinlandSaga-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39741", + "title": "Violet Evergarden Gaiden: Eien to Jidou Shuki Ningyou", + "year": "2019", + "themes": [ + { + "name": "ED \"Amy\"", + "link": "https://animethemes.moe/video/VioletEvergardenGaiden-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39836", + "title": "Yami Shibai 7", + "year": "2019", + "themes": [ + { + "name": "ED \"Kekkai\"", + "link": "https://animethemes.moe/video/YamiShibaiS7-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39963", + "title": "Yubisaki kara no Honki no Netsujou: Osananajimi wa Shouboushi", + "year": "2019", + "themes": [ + { + "name": "ED \"BLAZING LUV!!\"", + "link": "https://animethemes.moe/video/Yubinetsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38735", + "title": "7 Seeds", + "year": "2019", + "themes": [ + { + "name": "OP \"Ark\"", + "link": "https://animethemes.moe/video/7Seeds-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"WISH\"", + "link": "https://animethemes.moe/video/7Seeds-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39078", + "title": "Aikatsu Friends!: Kagayaki no Jewel", + "year": "2019", + "themes": [ + { + "name": "OP \"Hitori ja Nai!\"", + "link": "https://animethemes.moe/video/AikatsuFriendsKagayakiNoJewel-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuFriendsKagayakiNoJewel-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Be star\"", + "link": "https://animethemes.moe/video/AikatsuFriendsKagayakiNoJewel-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuFriendsKagayakiNoJewel-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39337", + "title": "Araiya-san!: Ore to Aitsu ga Onnayu de!?", + "year": "2019", + "themes": [ + { + "name": "ED \"Renai☆Sensation\"", + "link": "https://animethemes.moe/video/AraiyaSan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39622", + "title": "Bakugan Battle Planet", + "year": "2019", + "themes": [ + { + "name": "OP \"Jounetsu Jamboree\"", + "link": "https://animethemes.moe/video/BakuganBattlePlanet-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Be my story\"", + "link": "https://animethemes.moe/video/BakuganBattlePlanet-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sayonara no Houteishiki\"", + "link": "https://animethemes.moe/video/BakuganBattlePlanet-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38860", + "title": "Bakumatsu: Crisis", + "year": "2019", + "themes": [ + { + "name": "OP \"Brave Rejection\"", + "link": "https://animethemes.moe/video/BakumatsuS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aoki Honoo\"", + "link": "https://animethemes.moe/video/BakumatsuS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39282", + "title": "Beyblade Burst Gachi", + "year": "2019", + "themes": [ + { + "name": "OP \"GATTI'N'ROLL!!\"", + "link": "https://animethemes.moe/video/BeybladeBurstGachi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"GATTI'N'ROLL!! (Instrumental)\"", + "link": "https://animethemes.moe/video/BeybladeBurstGachi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38985", + "title": "Birthday Wonderland", + "year": "2019", + "themes": [ + { + "name": "ED \"THE SHOW\"", + "link": "https://animethemes.moe/video/BirthdayWonderland-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38186", + "title": "Bokutachi wa Benkyou ga Dekinai", + "year": "2019", + "themes": [ + { + "name": "OP \"Seishun Seminar\"", + "link": "https://animethemes.moe/video/BokuBen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuBen-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Never Give It Up!!\"", + "link": "https://animethemes.moe/video/BokuBen-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuBen-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38003", + "title": "Bungou Stray Dogs 3rd Season", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Setsuna no Ai\"", + "link": "https://animethemes.moe/video/BungouStrayDogsS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BungouStrayDogsS3-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Setsuna no Ai\"", + "link": "https://animethemes.moe/video/BungouStrayDogsS3-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BungouStrayDogsS3-OP1v2-BD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Lily\"", + "link": "https://animethemes.moe/video/BungouStrayDogsS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BungouStrayDogsS3-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39244", + "title": "Cardfight!! Vanguard: Zoku Koukousei-hen", + "year": "2019", + "themes": [ + { + "name": "OP \"Invincible Fighter\"", + "link": "https://animethemes.moe/video/CardfightVanguardZokuKoukouseiHen-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Takin' my Heart\"", + "link": "https://animethemes.moe/video/CardfightVanguardZokuKoukouseiHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mainichi Climax☆\"", + "link": "https://animethemes.moe/video/CardfightVanguardZokuKoukouseiHen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37435", + "title": "Carole & Tuesday", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Kiss Me\"", + "link": "https://animethemes.moe/video/CaroleAndTuesday-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CaroleAndTuesday-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Polly Jean\"", + "link": "https://animethemes.moe/video/CaroleAndTuesday-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CaroleAndTuesday-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Hold Me Now\"", + "link": "https://animethemes.moe/video/CaroleAndTuesday-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CaroleAndTuesday-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Not Afraid\"", + "link": "https://animethemes.moe/video/CaroleAndTuesday-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CaroleAndTuesday-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Endless\"", + "link": "https://animethemes.moe/video/CaroleAndTuesday-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"The Tower\"", + "link": "https://animethemes.moe/video/CaroleAndTuesday-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Mother\"", + "link": "https://animethemes.moe/video/CaroleAndTuesday-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "9488", + "title": "Cencoroll Connect", + "year": "2019", + "themes": [ + { + "name": "ED \"#Love feat. Ann, gaku\"", + "link": "https://animethemes.moe/video/CencorollConnect-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38226", + "title": "Chou Kadou Girl ⅙: Amazing Stranger", + "year": "2019", + "themes": [ + { + "name": "OP \"Soreyuke! Koigokoro\"", + "link": "https://animethemes.moe/video/ChouKadouGirl-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChouKadouGirl-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"ONE\"", + "link": "https://animethemes.moe/video/ChouKadouGirl-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChouKadouGirl-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38767", + "title": "Cinderella Girls Gekijou: Climax Season", + "year": "2019", + "themes": [ + { + "name": "ED1 \"Kyun Kyun Max\"", + "link": "https://animethemes.moe/video/CingekiS4-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Max Beat\"", + "link": "https://animethemes.moe/video/CingekiS4-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"TAKAMARI☆CLIMAXXX!!!!!\"", + "link": "https://animethemes.moe/video/CingekiS4-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "38731", + "title": "Diamond no Ace: Act II", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Hajimari no Uta\"", + "link": "https://animethemes.moe/video/DiamondNoAceActII-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Ryuusei no Howl\"", + "link": "https://animethemes.moe/video/DiamondNoAceActII-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Ryuusei no Howl\"", + "link": "https://animethemes.moe/video/DiamondNoAceActII-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Go EXCEED!!\"", + "link": "https://animethemes.moe/video/DiamondNoAceActII-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Golden After School\"", + "link": "https://animethemes.moe/video/DiamondNoAceActII-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kodou Escalation\"", + "link": "https://animethemes.moe/video/DiamondNoAceActII-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Chance!\"", + "link": "https://animethemes.moe/video/DiamondNoAceActII-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 V1 \"Everlasting Dream\"", + "link": "https://animethemes.moe/video/DiamondNoAceActII-ED4.webm", + "type": "ending" + }, + { + "name": "ED4 V2 \"Everlasting Dream\"", + "link": "https://animethemes.moe/video/DiamondNoAceActII-ED4v2.webm", + "type": "ending" + } + ] + }, + { + "id": "39039", + "title": "Duel Masters!!", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Chou Ten Fever\"", + "link": "https://animethemes.moe/video/DuelMasters2019-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Gotcha!!\"", + "link": "https://animethemes.moe/video/DuelMasters2019-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Teppen New Days\"", + "link": "https://animethemes.moe/video/DuelMasters2019-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kokoro no Canvas\"", + "link": "https://animethemes.moe/video/DuelMasters2019-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Happy Days!!!\"", + "link": "https://animethemes.moe/video/DuelMasters2019-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Curtain Call​ wo Yurashite\"", + "link": "https://animethemes.moe/video/DuelMasters2019-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"I'm Your Joker\"", + "link": "https://animethemes.moe/video/DuelMasters2019-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "39063", + "title": "Fairy Gone", + "year": "2019", + "themes": [ + { + "name": "OP \"KNOCK on the CORE\"", + "link": "https://animethemes.moe/video/FairyGone-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FairyGone-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Ash-like Snow\"", + "link": "https://animethemes.moe/video/FairyGone-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FairyGone-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38897", + "title": "Fate/kaleid liner Prisma☆Illya: Prisma☆Phantasm", + "year": "2019", + "themes": [ + { + "name": "OP \"Kaleid☆Festival!\"", + "link": "https://animethemes.moe/video/FatePrismaIllyaPhantasm-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"After School Route\"", + "link": "https://animethemes.moe/video/FatePrismaIllyaPhantasm-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37600", + "title": "Frame Arms Girl Movie: Kyakkya Ufufu na Wonderland", + "year": "2019", + "themes": [ + { + "name": "OP \"Tiny Tiny\"", + "link": "https://animethemes.moe/video/FrameArmsGirlMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi to Contrast\"", + "link": "https://animethemes.moe/video/FrameArmsGirlMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38680", + "title": "Fruits Basket", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Again\"", + "link": "https://animethemes.moe/video/FruitsBasket2019-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FruitsBasket2019-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Chime\"", + "link": "https://animethemes.moe/video/FruitsBasket2019-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FruitsBasket2019-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Lucky Ending\"", + "link": "https://animethemes.moe/video/FruitsBasket2019-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FruitsBasket2019-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Lucky Ending\"", + "link": "https://animethemes.moe/video/FruitsBasket2019-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Lucky Ending\"", + "link": "https://animethemes.moe/video/FruitsBasket2019-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Lucky Ending\"", + "link": "https://animethemes.moe/video/FruitsBasket2019-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED2 \"One Step Closer\"", + "link": "https://animethemes.moe/video/FruitsBasket2019-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FruitsBasket2019-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38081", + "title": "Girls und Panzer das Finale Part 2", + "year": "2019", + "themes": [ + { + "name": "OP \"Grand symphony\"", + "link": "https://animethemes.moe/video/GirlsUndPanzerDasFinale2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Enter Enter MISSION! Saishuushou ver.\"", + "link": "https://animethemes.moe/video/GirlsUndPanzerDasFinale2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37806", + "title": "Gunjou no Magmel", + "year": "2019", + "themes": [ + { + "name": "OP \"Dash&Daaash!!\"", + "link": "https://animethemes.moe/video/GunjouNoMagmel-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"The Key\"", + "link": "https://animethemes.moe/video/GunjouNoMagmel-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"The Key\"", + "link": "https://animethemes.moe/video/GunjouNoMagmel-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "38091", + "title": "Hachigatsu no Cinderella Nine", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Etude\"", + "link": "https://animethemes.moe/video/Hachinai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hachinai-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Etude\"", + "link": "https://animethemes.moe/video/Hachinai-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hachinai-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Donna Toki mo.\"", + "link": "https://animethemes.moe/video/Hachinai-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hachinai-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Donna Toki mo.\"", + "link": "https://animethemes.moe/video/Hachinai-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hachinai-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Donna Toki mo.\"", + "link": "https://animethemes.moe/video/Hachinai-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hachinai-ED1v3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38268", + "title": "Hangyakusei Million Arthur 2nd Season", + "year": "2019", + "themes": [ + { + "name": "OP \"OPEN THE WORLDS\"", + "link": "https://animethemes.moe/video/HangyakuseiMillionArthurS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HangyakuseiMillionArthurS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"PEARLY×PARTY\"", + "link": "https://animethemes.moe/video/HangyakuseiMillionArthurS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HangyakuseiMillionArthurS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35678", + "title": "Hibike! Euphonium Movie 3: Chikai no Finale", + "year": "2019", + "themes": [ + { + "name": "ED \"Blast!\"", + "link": "https://animethemes.moe/video/HibikeEuphoniumChikaiNoFinale-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37614", + "title": "Hitoribocchi no Marumaru Seikatsu", + "year": "2019", + "themes": [ + { + "name": "OP \"Hitoribocchi no Monologue\"", + "link": "https://animethemes.moe/video/HitoribocchiNoMarumaruSeikatsu-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HitoribocchiNoMarumaruSeikatsu-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Ne, Issho ni Kaero.\"", + "link": "https://animethemes.moe/video/HitoribocchiNoMarumaruSeikatsu-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HitoribocchiNoMarumaruSeikatsu-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Ne, Issho ni Kaero.\"", + "link": "https://animethemes.moe/video/HitoribocchiNoMarumaruSeikatsu-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HitoribocchiNoMarumaruSeikatsu-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Ne, Issho ni Kaero.\"", + "link": "https://animethemes.moe/video/HitoribocchiNoMarumaruSeikatsu-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HitoribocchiNoMarumaruSeikatsu-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bakushou Bocchi Juku Kouka\"", + "link": "https://animethemes.moe/video/HitoribocchiNoMarumaruSeikatsu-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HitoribocchiNoMarumaruSeikatsu-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38472", + "title": "Isekai Quartet", + "year": "2019", + "themes": [ + { + "name": "OP \"Isekai Quartet\"", + "link": "https://animethemes.moe/video/IsekaiQuartet-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiQuartet-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Isekai Girls♡Talk\"", + "link": "https://animethemes.moe/video/IsekaiQuartet-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiQuartet-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hollow Veil\"", + "link": "https://animethemes.moe/video/IsekaiQuartet-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiQuartet-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38881", + "title": "Jimoto ga Japan", + "year": "2019", + "themes": [ + { + "name": "ED \"Appare! Jimoto ga Ichiban!!\"", + "link": "https://animethemes.moe/video/JimotoGaJapan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38295", + "title": "Joshikausei", + "year": "2019", + "themes": [ + { + "name": "ED \"silent days\"", + "link": "https://animethemes.moe/video/Joshikausei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37981", + "title": "Kaijuu no Kodomo", + "year": "2019", + "themes": [ + { + "name": "ED \"Umi no Yuurei\"", + "link": "https://animethemes.moe/video/KaijuuNoKodomo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39040", + "title": "Kedama no Gonjirou", + "year": "2019", + "themes": [ + { + "name": "OP \"Let's! Gonjirou\"", + "link": "https://animethemes.moe/video/KedamaNoGonjirou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Wasa Wasa Wasa!\"", + "link": "https://animethemes.moe/video/KedamaNoGonjirou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36407", + "title": "Kenja no Mago", + "year": "2019", + "themes": [ + { + "name": "OP \"Ultimate☆MAGIC\"", + "link": "https://animethemes.moe/video/KenjaNoMago-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KenjaNoMago-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Attouteki Vivid Days\"", + "link": "https://animethemes.moe/video/KenjaNoMago-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KenjaNoMago-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Attouteki Vivid Days\"", + "link": "https://animethemes.moe/video/KenjaNoMago-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "38000", + "title": "Kimetsu no Yaiba", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Gurenge\"", + "link": "https://animethemes.moe/video/KimetsuNoYaiba-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KimetsuNoYaiba-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Gurenge\"", + "link": "https://animethemes.moe/video/KimetsuNoYaiba-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Gurenge\"", + "link": "https://animethemes.moe/video/KimetsuNoYaiba-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Gurenge\"", + "link": "https://animethemes.moe/video/KimetsuNoYaiba-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED1 \"from the edge\"", + "link": "https://animethemes.moe/video/KimetsuNoYaiba-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KimetsuNoYaiba-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kamado Tanjiro no Uta\"", + "link": "https://animethemes.moe/video/KimetsuNoYaiba-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KimetsuNoYaiba-ED2-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "38594", + "title": "Kimi to, Nami ni Noretara", + "year": "2019", + "themes": [ + { + "name": "ED \"Brand New Story\"", + "link": "https://animethemes.moe/video/KimiToNamiNiNoretara-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39699", + "title": "King of Prism: Shiny Seven Stars", + "year": "2019", + "themes": [ + { + "name": "OP \"Shiny Seven Stars!\"", + "link": "https://animethemes.moe/video/KingOfPrism-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Samui Yoru Dakara...\"", + "link": "https://animethemes.moe/video/KingOfPrism-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"masquerade\"", + "link": "https://animethemes.moe/video/KingOfPrism-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Unite! The Night!\"", + "link": "https://animethemes.moe/video/KingOfPrism-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"JOY\"", + "link": "https://animethemes.moe/video/KingOfPrism-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"LEGEND OF WIND\"", + "link": "https://animethemes.moe/video/KingOfPrism-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Love & Peace Forever\"", + "link": "https://animethemes.moe/video/KingOfPrism-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Overnight Sensation ~Jidai wa Anata ni Yudane Teru~\"", + "link": "https://animethemes.moe/video/KingOfPrism-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Silver and Gold dance\"", + "link": "https://animethemes.moe/video/KingOfPrism-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Ai ga Mou Sukoshi Hoshii yo\"", + "link": "https://animethemes.moe/video/KingOfPrism-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"BRAND NEW TOMORROW\"", + "link": "https://animethemes.moe/video/KingOfPrism-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"BOY MEETS GIRL\"", + "link": "https://animethemes.moe/video/KingOfPrism-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "38804", + "title": "Kiratto Pri☆chan 2nd Season", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Diamond Smile\"", + "link": "https://animethemes.moe/video/KirattoPriChanS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kiralist Jewelist\"", + "link": "https://animethemes.moe/video/KirattoPriChanS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Janken Kiratto! Pri☆chan\"", + "link": "https://animethemes.moe/video/KirattoPriChanS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Brand New Girls\"", + "link": "https://animethemes.moe/video/KirattoPriChanS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38080", + "title": "Kono Oto Tomare!", + "year": "2019", + "themes": [ + { + "name": "OP \"Tone\"", + "link": "https://animethemes.moe/video/KonoOtoTomare-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonoOtoTomare-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Speechless\"", + "link": "https://animethemes.moe/video/KonoOtoTomare-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonoOtoTomare-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34620", + "title": "Kono Yo no Hate de Koi wo Utau Shoujo YU-NO", + "year": "2019", + "themes": [ + { + "name": "OP1 V1 \"Kono Yo no Hate de Koi wo Utau Shoujo\"", + "link": "https://animethemes.moe/video/Yuno-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Yuno-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP1 V2 \"Kono Yo no Hate de Koi wo Utau Shoujo\"", + "link": "https://animethemes.moe/video/Yuno-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"MOTHER\"", + "link": "https://animethemes.moe/video/Yuno-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"MOTHER\"", + "link": "https://animethemes.moe/video/Yuno-OP2v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Yuno-OP2v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Shinri no Kagami, Tsurugi no You ni\"", + "link": "https://animethemes.moe/video/Yuno-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Yuno-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Kami no Suushiki\"", + "link": "https://animethemes.moe/video/Yuno-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Kami no Suushiki\"", + "link": "https://animethemes.moe/video/Yuno-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Kami no Suushiki\"", + "link": "https://animethemes.moe/video/Yuno-ED2v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Yuno-ED2v3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34544", + "title": "Koutetsujou no Kabaneri Movie 3: Unato Kessen", + "year": "2019", + "themes": [ + { + "name": "ED \"Sakase ya Sakase\"", + "link": "https://animethemes.moe/video/KoutetsujouNoKabaneriMovie3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38558", + "title": "Laidbackers", + "year": "2019", + "themes": [ + { + "name": "ED \"Precious Piece\"", + "link": "https://animethemes.moe/video/Laidbackers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39487", + "title": "Lupin the IIIrd: Mine Fujiko no Uso", + "year": "2019", + "themes": [ + { + "name": "ED \"Innocent deceiver\"", + "link": "https://animethemes.moe/video/LupinMineFujikoNoUso-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37964", + "title": "Mayonaka no Occult Koumuin", + "year": "2019", + "themes": [ + { + "name": "OP \"dis-communicate\"", + "link": "https://animethemes.moe/video/MayonakaNoOccultKoumuin-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yakusoku no Overture\"", + "link": "https://animethemes.moe/video/MayonakaNoOccultKoumuin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38778", + "title": "Midara na Ao-chan wa Benkyou ga Dekinai", + "year": "2019", + "themes": [ + { + "name": "OP \"WONDERFUL WONDER\"", + "link": "https://animethemes.moe/video/MidaraNaAoChanWaBenkyouGaDekinai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MidaraNaAoChanWaBenkyouGaDekinai-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Koi wa Miracle\"", + "link": "https://animethemes.moe/video/MidaraNaAoChanWaBenkyouGaDekinai-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MidaraNaAoChanWaBenkyouGaDekinai-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38935", + "title": "Miru Tights", + "year": "2019", + "themes": [ + { + "name": "ED1 \"True Days\" by Ren Aikawa", + "link": "https://animethemes.moe/video/MiruTights-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"True Days\" by Yua Akabeni", + "link": "https://animethemes.moe/video/MiruTights-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"True Days\" by Homi Moegi", + "link": "https://animethemes.moe/video/MiruTights-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"True Days\" by Ren Aikawa, Yua Akabeni & Homi Moegi", + "link": "https://animethemes.moe/video/MiruTights-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "38098", + "title": "Mix: Meisei Story", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Equal\"", + "link": "https://animethemes.moe/video/Mix-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Mix-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"VS\"", + "link": "https://animethemes.moe/video/Mix-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Mix-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kimi ni Todoku made\"", + "link": "https://animethemes.moe/video/Mix-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Mix-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi ni Tsutaeta Story\"", + "link": "https://animethemes.moe/video/Mix-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Mix-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39592", + "title": "Mobile Suit Gundam: The Origin - Advent of the Red Comet", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Sora no Uta ~Higher and Higher~\"", + "link": "https://animethemes.moe/video/GundamTheOriginTV-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamTheOriginTV-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Hisoubi\"", + "link": "https://animethemes.moe/video/GundamTheOriginTV-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamTheOriginTV-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP3 \"BEYOND THE TIME (Mobius no Sora wo Koete)\"", + "link": "https://animethemes.moe/video/GundamTheOriginTV-OP3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamTheOriginTV-OP3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Meguriai\"", + "link": "https://animethemes.moe/video/GundamTheOriginTV-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamTheOriginTV-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mizu no Hoshi e Ai wo Komete\"", + "link": "https://animethemes.moe/video/GundamTheOriginTV-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamTheOriginTV-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"A Red Ray\"", + "link": "https://animethemes.moe/video/GundamTheOriginTV-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamTheOriginTV-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"A Red Ray\"", + "link": "https://animethemes.moe/video/GundamTheOriginTV-ED3v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamTheOriginTV-ED3v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hikari no Hate\"", + "link": "https://animethemes.moe/video/GundamTheOriginTV-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamTheOriginTV-ED4-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38150", + "title": "Namu Amida Butsu!: Rendai Utena", + "year": "2019", + "themes": [ + { + "name": "OP \"Sorauta\"", + "link": "https://animethemes.moe/video/NamuAmidaButsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ruby\"", + "link": "https://animethemes.moe/video/NamuAmidaButsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38397", + "title": "Nande Koko ni Sensei ga!?", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Bon♡Kyu♡Bon wa Kare no Mono♡\"", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Bon♡Kyu♡Bon wa Kare no Mono♡\"", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Bon♡Kyu♡Bon wa Kare no Mono♡\"", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V4 \"Bon♡Kyu♡Bon wa Kare no Mono♡\"", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-OP1v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-OP1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Ringo-iro Memories\" by Kana Kojima", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ringo-iro Memories\" by Mayu Matsukaze", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ringo-iro Memories\" by Hikari Hazakura", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Ringo-iro Memories\" by Hikari Hazakura & Mayu Matsukaze", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Ringo-iro Memories\" by Chizuru Tachibana", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-ED5-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38814", + "title": "Nobunaga-sensei no Osanazuma", + "year": "2019", + "themes": [ + { + "name": "OP \"Koise yo Minna, Hai!\"", + "link": "https://animethemes.moe/video/NobunagaSenseiNoOsanazuma-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NobunagaSenseiNoOsanazuma-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Returner Butterfly\"", + "link": "https://animethemes.moe/video/NobunagaSenseiNoOsanazuma-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NobunagaSenseiNoOsanazuma-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34134", + "title": "One Punch Man 2nd Season", + "year": "2019", + "themes": [ + { + "name": "OP \"Seijaku no Apostle\"", + "link": "https://animethemes.moe/video/OnePunchManS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chizu ga Nakutemo Modoru kara\"", + "link": "https://animethemes.moe/video/OnePunchManS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39249", + "title": "Pandora to Akubi", + "year": "2019", + "themes": [ + { + "name": "OP \"D.A.Y.S.\"", + "link": "https://animethemes.moe/video/PandoraToAkubi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"B.U.R.N.\"", + "link": "https://animethemes.moe/video/PandoraToAkubi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37596", + "title": "Poputepipikku Special", + "year": "2019", + "themes": [ + { + "name": "OP1 \"last sparkle\"", + "link": "https://animethemes.moe/video/PopTeamEpicSpecial-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Pretty candle star\"", + "link": "https://animethemes.moe/video/PopTeamEpicSpecial-OP2.webm", + "type": "opening" + } + ] + }, + { + "id": "35848", + "title": "Promare", + "year": "2019", + "themes": [ + { + "name": "ED1 \"Inferno\"", + "link": "https://animethemes.moe/video/Promare-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koori ni Tojikomete\"", + "link": "https://animethemes.moe/video/Promare-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38707", + "title": "RobiHachi", + "year": "2019", + "themes": [ + { + "name": "OP \"Tensai no Playlist\"", + "link": "https://animethemes.moe/video/RobiHachi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dancing to Night ~Kimi e no Saidan Warp Kouro~\"", + "link": "https://animethemes.moe/video/RobiHachi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37426", + "title": "Sarazanmai", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Massara\"", + "link": "https://animethemes.moe/video/Sarazanmai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Sarazanmai-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Massara\"", + "link": "https://animethemes.moe/video/Sarazanmai-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Stand by me\"", + "link": "https://animethemes.moe/video/Sarazanmai-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Sarazanmai-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Stand by me\"", + "link": "https://animethemes.moe/video/Sarazanmai-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Stand by me\"", + "link": "https://animethemes.moe/video/Sarazanmai-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Stand by me\"", + "link": "https://animethemes.moe/video/Sarazanmai-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "38329", + "title": "Seishun Buta Yarou wa Yumemiru Shoujo no Yume wo Minai", + "year": "2019", + "themes": [ + { + "name": "ED \"Fukashigi no Carte movie ver.\"", + "link": "https://animethemes.moe/video/AobutaMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38787", + "title": "Senryuu Shoujo", + "year": "2019", + "themes": [ + { + "name": "OP \"Kotonoha no Omoi\"", + "link": "https://animethemes.moe/video/SenryuuShoujo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SenryuuShoujo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"ORDINARY LOVE\"", + "link": "https://animethemes.moe/video/SenryuuShoujo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SenryuuShoujo-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38759", + "title": "Sewayaki Kitsune no Senko-san", + "year": "2019", + "themes": [ + { + "name": "OP \"Koyoi mofumofu!!\"", + "link": "https://animethemes.moe/video/SewayakiKitsuneNoSenkoSan-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SewayakiKitsuneNoSenkoSan-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Moffumoffu DE Yoi no Ja yo\"", + "link": "https://animethemes.moe/video/SewayakiKitsuneNoSenkoSan-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SewayakiKitsuneNoSenkoSan-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38524", + "title": "Shingeki no Kyojin Season 3 Part 2", + "year": "2019", + "themes": [ + { + "name": "OP \"Shoukei to Shikabane no Michi\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS3Part2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS3Part2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Name of Love\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS3Part2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS3Part2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Name of Love\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS3Part2-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "37952", + "title": "Shoumetsu Toshi", + "year": "2019", + "themes": [ + { + "name": "OP \"Kotae\"", + "link": "https://animethemes.moe/video/ShoumetsuToshi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoumetsuToshi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Swallowtail Butterfly ~Ai no Uta~ from Shoumetsu Toshi\"", + "link": "https://animethemes.moe/video/ShoumetsuToshi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"With Your Breath\"", + "link": "https://animethemes.moe/video/ShoumetsuToshi-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoumetsuToshi-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hello, Again ~Mukashi Kara Aru Basho~ from Shoumetsu Toshi\"", + "link": "https://animethemes.moe/video/ShoumetsuToshi-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "34649", + "title": "Soukyuu no Fafner: Dead Aggressor - The Beyond", + "year": "2019", + "themes": [ + { + "name": "OP \"THE BEYOND\"", + "link": "https://animethemes.moe/video/FafnerTheBeyond-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Naze ni...\"", + "link": "https://animethemes.moe/video/FafnerTheBeyond-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38004", + "title": "Strike Witches: 501 Butai Hasshin Shimasu!", + "year": "2019", + "themes": [ + { + "name": "OP \"Sora ga Yobu Hou e\"", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Treasure of life\" by Yoshika Miyafuji", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Treasure of life\" by Erica Hartmann", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Treasure of life\" by Minna-Dietlinde Wilcke", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Treasure of life\" by Gertrud Barkhorn", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Treasure of life\" by Mio Sakamoto", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Treasure of life\" by Charlotte E. Yeager", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Treasure of life\" by Francesca Lucchini", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Treasure of life\" by Sanya V. Litvyak", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED8-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED9 \"Treasure of life\" by Eila Ilmatar Juutilainen", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED9.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED9-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED10 \"Treasure of life\" by Lynette Bishop", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED10.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED10-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED11 \"Treasure of life\" by Perrine H. Clostermann", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED11.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED11-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED12 \"Treasure of life\" by Dai 501 Sougou Sentou Kuukoudan", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED12.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED12-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36871", + "title": "Ultraman", + "year": "2019", + "themes": [ + { + "name": "ED \"Sight Over The Battle\"", + "link": "https://animethemes.moe/video/Ultraman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37940", + "title": "Yatogame-chan Kansatsu Nikki", + "year": "2019", + "themes": [ + { + "name": "ED \"DELUXE DELUXE HAPPY\"", + "link": "https://animethemes.moe/video/YatogameChanKansatsuNikki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39277", + "title": "Youkai Watch", + "year": "2019", + "themes": [ + { + "name": "OP \"Kerakeraho no Uta\"", + "link": "https://animethemes.moe/video/YoukaiWatch2019-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Youkai Taisou Daiichi ~Tsuzuku~\"", + "link": "https://animethemes.moe/video/YoukaiWatch2019-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37956", + "title": "3D Kanojo: Real Girl 2nd Season", + "year": "2019", + "themes": [ + { + "name": "OP \"Futari nara\"", + "link": "https://animethemes.moe/video/3DKanojoS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/3DKanojoS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Hagan\"", + "link": "https://animethemes.moe/video/3DKanojoS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/3DKanojoS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Hagan\"", + "link": "https://animethemes.moe/video/3DKanojoS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/3DKanojoS2-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Daiji na Koto\"", + "link": "https://animethemes.moe/video/3DKanojoS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37747", + "title": "Ame-iro Cocoa: Side G", + "year": "2019", + "themes": [ + { + "name": "OP \"Colorful Passage\"", + "link": "https://animethemes.moe/video/AmeiroCocoaSideG-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "38464", + "title": "Ashita Sekai ga Owaru toshitemo", + "year": "2019", + "themes": [ + { + "name": "ED \"Ashita Sekai ga Owaru toshitemo\"", + "link": "https://animethemes.moe/video/AshitaSekaiGa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36483", + "title": "B-Project: Zecchou*Emotion", + "year": "2019", + "themes": [ + { + "name": "OP \"Zecchou*Emotion\"", + "link": "https://animethemes.moe/video/BProjectS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hikari to Kage no Toki Musubu\" by B-Project", + "link": "https://animethemes.moe/video/BProjectS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hikari to Kage no Toki Musubu\" by Killer King", + "link": "https://animethemes.moe/video/BProjectS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hikari to Kage no Toki Musubu\" by Moons", + "link": "https://animethemes.moe/video/BProjectS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hikari to Kage no Toki Musubu\" by Kitakore", + "link": "https://animethemes.moe/video/BProjectS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hikari to Kage no Toki Musubu\" by Thrive", + "link": "https://animethemes.moe/video/BProjectS2-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "37869", + "title": "BanG Dream! 2nd Season", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Kizuna Music♪\"", + "link": "https://animethemes.moe/video/BangDreamS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"BRAVE JEWEL\"", + "link": "https://animethemes.moe/video/BangDreamS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Safe and Sound\"", + "link": "https://animethemes.moe/video/BangDreamS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Jumpin'\"", + "link": "https://animethemes.moe/video/BangDreamS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38199", + "title": "Bermuda Triangle: Colorful Pastrale", + "year": "2019", + "themes": [ + { + "name": "OP \"Wonderland Girl\"", + "link": "https://animethemes.moe/video/BermudaTriangle-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shabon -Sonata ver.-\"", + "link": "https://animethemes.moe/video/BermudaTriangle-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shabon -Fina ver.-\"", + "link": "https://animethemes.moe/video/BermudaTriangle-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Shabon -Kanon ver.-\"", + "link": "https://animethemes.moe/video/BermudaTriangle-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Shabon -Serena ver.-\"", + "link": "https://animethemes.moe/video/BermudaTriangle-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Shabon -Kyaro ver.-\"", + "link": "https://animethemes.moe/video/BermudaTriangle-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Shabon -Cier ver.-\"", + "link": "https://animethemes.moe/video/BermudaTriangle-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Shabon -Colorful Pastrale ver.-\"", + "link": "https://animethemes.moe/video/BermudaTriangle-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "37451", + "title": "Boogiepop wa Warawanai", + "year": "2019", + "themes": [ + { + "name": "OP \"shadowgraph\"", + "link": "https://animethemes.moe/video/BoogiepopWaWarawanai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BoogiepopWaWarawanai-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Whiteout\"", + "link": "https://animethemes.moe/video/BoogiepopWaWarawanai-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BoogiepopWaWarawanai-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sayonara\"", + "link": "https://animethemes.moe/video/BoogiepopWaWarawanai-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38157", + "title": "Circlet Princess", + "year": "2019", + "themes": [ + { + "name": "OP \"HEAT:Moment\"", + "link": "https://animethemes.moe/video/CircletPrincess-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Circle-Lets Friends!\"", + "link": "https://animethemes.moe/video/CircletPrincess-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37516", + "title": "City Hunter Movie: Shinjuku Private Eyes", + "year": "2019", + "themes": [ + { + "name": "OP \"Mr. Cool\"", + "link": "https://animethemes.moe/video/CityHunterShinjukuPrivateEyes-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Get Wild\"", + "link": "https://animethemes.moe/video/CityHunterShinjukuPrivateEyes-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"STILL LOVE HER (Ushinawareta Fuukei)\"", + "link": "https://animethemes.moe/video/CityHunterShinjukuPrivateEyes-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34437", + "title": "Code Geass: Fukkatsu no Lelouch", + "year": "2019", + "themes": [ + { + "name": "OP \"Kono Sekai de\"", + "link": "https://animethemes.moe/video/CodeGeassFukkatsuNoLelouch-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Revive\"", + "link": "https://animethemes.moe/video/CodeGeassFukkatsuNoLelouch-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36633", + "title": "Date A Live III", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"I swear\"", + "link": "https://animethemes.moe/video/DateALiveS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DateALiveS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"I swear\"", + "link": "https://animethemes.moe/video/DateALiveS3-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DateALiveS3-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"I swear\"", + "link": "https://animethemes.moe/video/DateALiveS3-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DateALiveS3-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V4 \"I swear\"", + "link": "https://animethemes.moe/video/DateALiveS3-OP1v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DateALiveS3-OP1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V5 \"I swear\"", + "link": "https://animethemes.moe/video/DateALiveS3-OP1v5.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DateALiveS3-OP1v5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Last Promise\"", + "link": "https://animethemes.moe/video/DateALiveS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DateALiveS3-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Last Promise\"", + "link": "https://animethemes.moe/video/DateALiveS3-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DateALiveS3-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Last Promise\"", + "link": "https://animethemes.moe/video/DateALiveS3-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DateALiveS3-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Last Promise\"", + "link": "https://animethemes.moe/video/DateALiveS3-ED1v4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DateALiveS3-ED1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Last Promise\"", + "link": "https://animethemes.moe/video/DateALiveS3-ED1v5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DateALiveS3-ED1v5-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38449", + "title": "Dimension High School", + "year": "2019", + "themes": [ + { + "name": "OP \"Here we go!\"", + "link": "https://animethemes.moe/video/DimensionHighSchool-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"My Home\"", + "link": "https://animethemes.moe/video/DimensionHighSchool-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37982", + "title": "Domestic na Kanojo", + "year": "2019", + "themes": [ + { + "name": "OP \"Kawaki wo Ameku\"", + "link": "https://animethemes.moe/video/DomesticNaKanojo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DomesticNaKanojo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Wagamama\"", + "link": "https://animethemes.moe/video/DomesticNaKanojo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Always\"", + "link": "https://animethemes.moe/video/DomesticNaKanojo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37520", + "title": "Dororo", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Kaen\"", + "link": "https://animethemes.moe/video/Dororo2019-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Dororo2019-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Dororo\"", + "link": "https://animethemes.moe/video/Dororo2019-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Dororo2019-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Sayonara Gokko\"", + "link": "https://animethemes.moe/video/Dororo2019-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Dororo2019-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Yamiyo\"", + "link": "https://animethemes.moe/video/Dororo2019-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Dororo2019-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Yamiyo\"", + "link": "https://animethemes.moe/video/Dororo2019-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Yamiyo\"", + "link": "https://animethemes.moe/video/Dororo2019-ED2v3.webm", + "type": "ending" + } + ] + }, + { + "id": "38145", + "title": "Doukyonin wa Hiza, Tokidoki, Atama no Ue.", + "year": "2019", + "themes": [ + { + "name": "OP \"Unknown World\"", + "link": "https://animethemes.moe/video/Hizaue-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hizaue-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kimi no Tonari Watashi no Basho\"", + "link": "https://animethemes.moe/video/Hizaue-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hizaue-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37348", + "title": "Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka Movie: Orion no Ya", + "year": "2019", + "themes": [ + { + "name": "ED \"Onaji Sora no Shita de\"", + "link": "https://animethemes.moe/video/DanMachiOrionNoYa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38544", + "title": "Egao no Daika", + "year": "2019", + "themes": [ + { + "name": "OP \"Egao no Kanata\"", + "link": "https://animethemes.moe/video/EgaoNoDaika-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EgaoNoDaika-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Kono Sekai ni Hanataba wo\"", + "link": "https://animethemes.moe/video/EgaoNoDaika-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EgaoNoDaika-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kono Sekai ni Hanataba wo\"", + "link": "https://animethemes.moe/video/EgaoNoDaika-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "38062", + "title": "Endro~!", + "year": "2019", + "themes": [ + { + "name": "OP \"Endoro~ru!\"", + "link": "https://animethemes.moe/video/Endro-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Endro-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Wonder Caravan!\"", + "link": "https://animethemes.moe/video/Endro-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Endro-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36792", + "title": "Eromanga-sensei OVA", + "year": "2019", + "themes": [ + { + "name": "OP \"Hitorigoto\"", + "link": "https://animethemes.moe/video/EromangaSensei-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EromangaSensei-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"adrenaline!!!\"", + "link": "https://animethemes.moe/video/EromangaSenseiOVA-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"adrenaline!!!\"", + "link": "https://animethemes.moe/video/EromangaSenseiOVA-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "33049", + "title": "Fate/stay night Movie: Heaven's Feel - II. Lost Butterfly", + "year": "2019", + "themes": [ + { + "name": "ED \"I beg you\"", + "link": "https://animethemes.moe/video/FateStayNightHeavensFeelLostButterfly-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38719", + "title": "Fight League: Gear Gadget Generators", + "year": "2019", + "themes": [ + { + "name": "OP \"Winners feat. Reol & Giga\"", + "link": "https://animethemes.moe/video/FightLeague-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"N.U.L.L. feat. kradness (Ver. GGG)\"", + "link": "https://animethemes.moe/video/FightLeague-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37958", + "title": "Fukigen na Mononokean Tsuzuki", + "year": "2019", + "themes": [ + { + "name": "OP \"Long Time Traveler\"", + "link": "https://animethemes.moe/video/FukigenNaMononokeanS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"1%\"", + "link": "https://animethemes.moe/video/FukigenNaMononokeanS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37998", + "title": "Girly Air Force", + "year": "2019", + "themes": [ + { + "name": "OP \"Break the Blue!!\"", + "link": "https://animethemes.moe/video/GirlyAirForce-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GirlyAirForce-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Colorful☆Wing\"", + "link": "https://animethemes.moe/video/GirlyAirForce-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GirlyAirForce-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Colorful☆Wing\"", + "link": "https://animethemes.moe/video/GirlyAirForce-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GirlyAirForce-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Colorful☆Wing\"", + "link": "https://animethemes.moe/video/GirlyAirForce-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GirlyAirForce-ED1v3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38101", + "title": "Gotoubun no Hanayome", + "year": "2019", + "themes": [ + { + "name": "OP \"Gotoubun no Kimochi\"", + "link": "https://animethemes.moe/video/GotoubunNoHanayome-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GotoubunNoHanayome-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Sign\"", + "link": "https://animethemes.moe/video/GotoubunNoHanayome-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GotoubunNoHanayome-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37154", + "title": "Grimms Notes The Animation", + "year": "2019", + "themes": [ + { + "name": "OP \"Innocent Notes\"", + "link": "https://animethemes.moe/video/GrimmsNotes-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrimmsNotes-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Eiyuu no Shihen\"", + "link": "https://animethemes.moe/video/GrimmsNotes-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Endless Notes\"", + "link": "https://animethemes.moe/video/GrimmsNotes-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrimmsNotes-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35868", + "title": "Grisaia: Phantom Trigger The Animation", + "year": "2019", + "themes": [ + { + "name": "OP \"Gensou no Ranbu\"", + "link": "https://animethemes.moe/video/GrisaiaPhantomTrigger-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sayonara no Wakusei\"", + "link": "https://animethemes.moe/video/GrisaiaPhantomTrigger-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34332", + "title": "Hulaing Babies", + "year": "2019", + "themes": [ + { + "name": "OP \"Hulaing Babies\"", + "link": "https://animethemes.moe/video/HulaingBabies-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Akaruku Youki Ni, Ikimashou.\"", + "link": "https://animethemes.moe/video/HulaingBabies-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38425", + "title": "Ikkitousen: Western Wolves", + "year": "2019", + "themes": [ + { + "name": "ED \"Kurenai no Kougyou\"", + "link": "https://animethemes.moe/video/IkkitousenWesternWolves-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37999", + "title": "Kaguya-sama wa Kokurasetai: Tensai-tachi no Renai Zunousen", + "year": "2019", + "themes": [ + { + "name": "OP \"Love Dramatic feat. Rikka Ihara\"", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetai-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetai-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Sentimental Crisis\"", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetai-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetai-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetai-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Chikatto Chika Chika♡\"", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetai-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetai-ED2-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetai-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37086", + "title": "Kakegurui××", + "year": "2019", + "themes": [ + { + "name": "OP \"Kono Yubi Tomare\"", + "link": "https://animethemes.moe/video/KakeguruiS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakeguruiS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"AlegriA\"", + "link": "https://animethemes.moe/video/KakeguruiS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakeguruiS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35313", + "title": "Kemono Friends 2", + "year": "2019", + "themes": [ + { + "name": "OP \"Notteke! Japari Beat\"", + "link": "https://animethemes.moe/video/KemonoFriendsS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KemonoFriendsS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Hoshi o Tsunagete\"", + "link": "https://animethemes.moe/video/KemonoFriendsS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KemonoFriendsS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Hoshi o Tsunagete\"", + "link": "https://animethemes.moe/video/KemonoFriendsS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi wa Kaeru Basho\"", + "link": "https://animethemes.moe/video/KemonoFriendsS2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KemonoFriendsS2-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Youkoso Japari Park e\"", + "link": "https://animethemes.moe/video/KemonoFriendsS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "37302", + "title": "Kemurikusa", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"KEMURIKUSA\"", + "link": "https://animethemes.moe/video/Kemurikusa-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"KEMURIKUSA\"", + "link": "https://animethemes.moe/video/Kemurikusa-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"KEMURIKUSA\"", + "link": "https://animethemes.moe/video/Kemurikusa-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"INDETERMINATE UNIVERSE\"", + "link": "https://animethemes.moe/video/Kemurikusa-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"INDETERMINATE UNIVERSE\"", + "link": "https://animethemes.moe/video/Kemurikusa-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"INDETERMINATE UNIVERSE\"", + "link": "https://animethemes.moe/video/Kemurikusa-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "38301", + "title": "Kouya no Kotobuki Hikoutai", + "year": "2019", + "themes": [ + { + "name": "OP \"Soranone\"", + "link": "https://animethemes.moe/video/Kotobuki-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kotobuki-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Tsubasa wo Motsu Mono-tachi\"", + "link": "https://animethemes.moe/video/Kotobuki-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kotobuki-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Tsubasa wo Motsu Mono-tachi\"", + "link": "https://animethemes.moe/video/Kotobuki-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kotobuki-ED1v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37027", + "title": "Love Live! Sunshine!! The School Idol Movie: Over the Rainbow", + "year": "2019", + "themes": [ + { + "name": "OP \"Bokura no Hashittekita Michi wa...\"", + "link": "https://animethemes.moe/video/LoveLiveSunshineMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Next SPARKLING!!\"", + "link": "https://animethemes.moe/video/LoveLiveSunshineMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37979", + "title": "Mahou Shoujo Tokushusen Asuka", + "year": "2019", + "themes": [ + { + "name": "OP \"KODO\"", + "link": "https://animethemes.moe/video/MahouShoujoTokushusenAsuka-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahouShoujoTokushusenAsuka-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"REBEL FLAG\"", + "link": "https://animethemes.moe/video/MahouShoujoTokushusenAsuka-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahouShoujoTokushusenAsuka-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34209", + "title": "Meiji Tokyo Renka", + "year": "2019", + "themes": [ + { + "name": "OP \"Tsuki Akari no Rhapsodia\"", + "link": "https://animethemes.moe/video/MeijiTokyoRenka-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MeijiTokyoRenka-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Hoshikuzu no Yomibito\" by Ougai Mori & Shouzou Hishida", + "link": "https://animethemes.moe/video/MeijiTokyoRenka-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mellow na Yoru ni Odorimashou\"", + "link": "https://animethemes.moe/video/MeijiTokyoRenka-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yoiya Yoiya\"", + "link": "https://animethemes.moe/video/MeijiTokyoRenka-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hoshikuzu no Yomibito\" by Ougai Mori", + "link": "https://animethemes.moe/video/MeijiTokyoRenka-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hoshikuzu no Yomibito\" by Shouzou Hishida", + "link": "https://animethemes.moe/video/MeijiTokyoRenka-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "38673", + "title": "Mini Toji", + "year": "2019", + "themes": [ + { + "name": "OP \"Kono Bangumi wa Ura Wakaki Koumuin-tachi no Teikyou de Ookuri Itashimasu\"", + "link": "https://animethemes.moe/video/MiniToji-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MiniToji-OP1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37510", + "title": "Mob Psycho 100 II", + "year": "2019", + "themes": [ + { + "name": "OP \"99.9\"", + "link": "https://animethemes.moe/video/MobPsycho100S2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MobPsycho100S2-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Gray\"", + "link": "https://animethemes.moe/video/MobPsycho100S2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MobPsycho100S2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Memosepia\"", + "link": "https://animethemes.moe/video/MobPsycho100S2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MobPsycho100S2-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Mabuta no Ura\"", + "link": "https://animethemes.moe/video/MobPsycho100S2-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MobPsycho100S2-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Ikeru Hitobito\"", + "link": "https://animethemes.moe/video/MobPsycho100S2-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MobPsycho100S2-ED4-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37374", + "title": "Pastel Memories", + "year": "2019", + "themes": [ + { + "name": "OP \"Believe in Sky\"", + "link": "https://animethemes.moe/video/PastelMemories-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sparkle☆Power\"", + "link": "https://animethemes.moe/video/PastelMemories-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sparkle☆Power (8-bit Remix)\"", + "link": "https://animethemes.moe/video/PastelMemories-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "37975", + "title": "Piano no Mori (TV) 2nd Season", + "year": "2019", + "themes": [ + { + "name": "OP \"Umi e\"", + "link": "https://animethemes.moe/video/PianoNoMoriTVS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PianoNoMoriTVS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hajimari no Basho\"", + "link": "https://animethemes.moe/video/PianoNoMoriTVS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PianoNoMoriTVS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38672", + "title": "Precure Miracle Universe Movie", + "year": "2019", + "themes": [ + { + "name": "OP \"Precure! Kana Yell☆Miracle\"", + "link": "https://animethemes.moe/video/PrecureMiracleUniverse-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"WIN Kuru! Miracle Universe☆\"", + "link": "https://animethemes.moe/video/PrecureMiracleUniverse-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37440", + "title": "Psycho-Pass: Sinners of the System Case.1 - Tsumi to Bachi", + "year": "2019", + "themes": [ + { + "name": "OP \"Abnormalize (Remixed by Masayuki Nakano)\"", + "link": "https://animethemes.moe/video/PsychoPassSSCase1-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Fallen (Remixed by Masayuki Nakano) \"", + "link": "https://animethemes.moe/video/PsychoPassSSCase1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37441", + "title": "Psycho-Pass: Sinners of the System Case.2 - First Guardian", + "year": "2019", + "themes": [ + { + "name": "OP \"Abnormalize (Remixed by Masayuki Nakano)\"", + "link": "https://animethemes.moe/video/PsychoPassSSCase2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"All Alone with You (Remixed by Masayuki Nakano)\"", + "link": "https://animethemes.moe/video/PsychoPassSSCase2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37442", + "title": "Psycho-Pass: Sinners of the System Case.3 - Onshuu no Kanata ni", + "year": "2019", + "themes": [ + { + "name": "OP \"Abnormalize (Remixed by Masayuki Nakano)\"", + "link": "https://animethemes.moe/video/PsychoPassSSCase3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Namae no Nai Kaibutsu (Remixed by Masayuki Nakano)\"", + "link": "https://animethemes.moe/video/PsychoPassSSCase3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37436", + "title": "Revisions", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Wagamama de Gomakasanai de\"", + "link": "https://animethemes.moe/video/Revisions-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Revisions-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Wagamama de Gomakasanai de\"", + "link": "https://animethemes.moe/video/Revisions-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Revisions-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Curtain Call\"", + "link": "https://animethemes.moe/video/Revisions-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Revisions-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38162", + "title": "Rinshi!! Ekoda-chan", + "year": "2019", + "themes": [ + { + "name": "ED1 \"Ukiyo ni Hana\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yume ni Yowasarete\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"NAKED ECHO\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Sora Omoi ~Dattanjin no Odori~\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Ganbarima Sengen\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Mukudori Bojou\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Ito no Yume\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Roudousha no Ballad\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Koi ga Hajimara Night\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Numa\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Tokyo Shinobi Saki\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Dear Gemstones\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "38578", + "title": "Star☆Twinkle Precure", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Kirari ☆彡Star☆Twinkle Precure\"", + "link": "https://animethemes.moe/video/StarTwinklePrecure-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kirari ☆彡Star☆Twinkle Precure\"", + "link": "https://animethemes.moe/video/StarTwinklePrecure-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Kirari ☆彡Star☆Twinkle Precure\"", + "link": "https://animethemes.moe/video/StarTwinklePrecure-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Papepipu Romantic\"", + "link": "https://animethemes.moe/video/StarTwinklePrecure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"WIN Kuru! Miracle Universe☆\"", + "link": "https://animethemes.moe/video/StarTwinklePrecure-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Oshiete...! Twinkle☆\"", + "link": "https://animethemes.moe/video/StarTwinklePrecure-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Oshiete...! Twinkle☆\"", + "link": "https://animethemes.moe/video/StarTwinklePrecure-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED4 \"Twinkle Stars\"", + "link": "https://animethemes.moe/video/StarTwinklePrecure-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "35790", + "title": "Tate no Yuusha no Nariagari", + "year": "2019", + "themes": [ + { + "name": "OP1 \"RISE\"", + "link": "https://animethemes.moe/video/ShieldHero-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShieldHero-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"FAITH\"", + "link": "https://animethemes.moe/video/ShieldHero-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShieldHero-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kimi no Namae\"", + "link": "https://animethemes.moe/video/ShieldHero-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShieldHero-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Falling Through Starlight\"", + "link": "https://animethemes.moe/video/ShieldHero-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Atashi ga Tonari ni Iru Uchi ni\"", + "link": "https://animethemes.moe/video/ShieldHero-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShieldHero-ED3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37986", + "title": "Trinity Seven Movie 2: Heavens Library to Crimson Lord", + "year": "2019", + "themes": [ + { + "name": "ED \"Against The Abyss\"", + "link": "https://animethemes.moe/video/TrinitySevenMovie2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37920", + "title": "Ueno-san wa Bukiyou", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Hirameki Heartbeat\"", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Hirameki Heartbeat\"", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"My Pace Science\"", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Love Me Science\"", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Houkago Traveler\"", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Cosmo Lumina\"", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Bukiyou Sensation\"", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Kokoro no Furiko\"", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED6-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38851", + "title": "Virtual-san wa Miteiru", + "year": "2019", + "themes": [ + { + "name": "OP1 \"AIAIAI (feat. Nakata Yasutaka)\"", + "link": "https://animethemes.moe/video/VirtualSanWaMiteiru-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Ai ga Tarinai (feat. Nakata Yasutaka)\"", + "link": "https://animethemes.moe/video/VirtualSanWaMiteiru-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Ai ga Tarinai (feat. Nakata Yasutaka)\"", + "link": "https://animethemes.moe/video/VirtualSanWaMiteiru-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Hitogata\"", + "link": "https://animethemes.moe/video/VirtualSanWaMiteiru-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hitogata\"", + "link": "https://animethemes.moe/video/VirtualSanWaMiteiru-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "37509", + "title": "W'z", + "year": "2019", + "themes": [ + { + "name": "OP \"Reason\"", + "link": "https://animethemes.moe/video/Wz-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Wz-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kamisama wa Kitto\"", + "link": "https://animethemes.moe/video/Wz-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Wz-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37993", + "title": "Watashi ni Tenshi ga Maiorita!", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Kimama na Tenshi-tachi\"", + "link": "https://animethemes.moe/video/Wataten-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Wataten-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Kimama na Tenshi-tachi\"", + "link": "https://animethemes.moe/video/Wataten-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Wataten-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Happy Happy Friends\"", + "link": "https://animethemes.moe/video/Wataten-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Wataten-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Happy Happy Friends\"", + "link": "https://animethemes.moe/video/Wataten-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Wataten-ED1v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37779", + "title": "Yakusoku no Neverland", + "year": "2019", + "themes": [ + { + "name": "OP \"Touch Off\"", + "link": "https://animethemes.moe/video/YakusokuNoNeverland-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YakusokuNoNeverland-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YakusokuNoNeverland-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Zettai Zetsumei\"", + "link": "https://animethemes.moe/video/YakusokuNoNeverland-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YakusokuNoNeverland-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YakusokuNoNeverland-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Lamp\"", + "link": "https://animethemes.moe/video/YakusokuNoNeverland-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YakusokuNoNeverland-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37055", + "title": "Youjo Senki Movie", + "year": "2019", + "themes": [ + { + "name": "ED1 \"Los! Los! Los!\"", + "link": "https://animethemes.moe/video/YoujoSenkiMovie-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Remembrance\"", + "link": "https://animethemes.moe/video/YoujoSenkiMovie-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38670", + "title": "Actors: Songs Connection", + "year": "2019", + "themes": [ + { + "name": "OP \"Titania\"", + "link": "https://animethemes.moe/video/Actors-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"INAZUMA SHOCK Sakutasuke Ver.\"", + "link": "https://animethemes.moe/video/Actors-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"INAZUMA SHOCK Koukogakubu Ver.\"", + "link": "https://animethemes.moe/video/Actors-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"INAZUMA SHOCK Kashoubu Ver.\"", + "link": "https://animethemes.moe/video/Actors-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Toki no Neiro ~Tenshou Gakuen Kouka~\"", + "link": "https://animethemes.moe/video/Actors-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "39590", + "title": "Africa no Salaryman", + "year": "2019", + "themes": [ + { + "name": "OP \"Soul Flag\"", + "link": "https://animethemes.moe/video/AfricaNoSalaryman-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"White-Collar Elegy\"", + "link": "https://animethemes.moe/video/AfricaNoSalaryman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37403", + "title": "Ahiru no Sora", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Happy Go Ducky!\"", + "link": "https://animethemes.moe/video/AhiruNoSora-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Nevermind\"", + "link": "https://animethemes.moe/video/AhiruNoSora-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Humming Bird\"", + "link": "https://animethemes.moe/video/AhiruNoSora-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Rebirth\"", + "link": "https://animethemes.moe/video/AhiruNoSora-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tsubasa\"", + "link": "https://animethemes.moe/video/AhiruNoSora-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Over\"", + "link": "https://animethemes.moe/video/AhiruNoSora-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hikari Sasu Hou e\"", + "link": "https://animethemes.moe/video/AhiruNoSora-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Taiyou Runner\"", + "link": "https://animethemes.moe/video/AhiruNoSora-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "40266", + "title": "Aikatsu on Parade!", + "year": "2019", + "themes": [ + { + "name": "OP \"Kimi no Entrance\"", + "link": "https://animethemes.moe/video/AikatsuOnParade-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuOnParade-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Idol Katsudou! On Parade ver.\"", + "link": "https://animethemes.moe/video/AikatsuOnParade-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuOnParade-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"So Beautiful Story\"", + "link": "https://animethemes.moe/video/AikatsuStars-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Good morning my dream\"", + "link": "https://animethemes.moe/video/Aikatsu-ED6.webm", + "type": "ending" + }, + { + "name": "ED4 \"Chuchu Ballerina\"", + "link": "https://animethemes.moe/video/Aikatsu-ED7.webm", + "type": "ending" + }, + { + "name": "ED5 \"Calendar Girl\"", + "link": "https://animethemes.moe/video/Aikatsu-ED1.webm", + "type": "ending" + }, + { + "name": "ED6 \"Original Star☆彡\"", + "link": "https://animethemes.moe/video/Aikatsu-ED4.webm", + "type": "ending" + }, + { + "name": "ED7 \"Precious\"", + "link": "https://animethemes.moe/video/Aikatsu-ED5.webm", + "type": "ending" + }, + { + "name": "ED8 \"Alice Blue no Kiss ~Another Color~\"", + "link": "https://animethemes.moe/video/AikatsuOnParade-ED2.webm", + "type": "ending" + }, + { + "name": "ED9 \"lucky train!\"", + "link": "https://animethemes.moe/video/Aikatsu-ED8.webm", + "type": "ending" + }, + { + "name": "ED10 \"Pride\"", + "link": "https://animethemes.moe/video/AikatsuFriends-ED2.webm", + "type": "ending" + }, + { + "name": "ED11 \"Hirari / Hitori / Kirari\"", + "link": "https://animethemes.moe/video/Aikatsu-ED2.webm", + "type": "ending" + }, + { + "name": "ED12 \"Mori no Hikari no Pirouette\"", + "link": "https://animethemes.moe/video/AikatsuStars-ED4.webm", + "type": "ending" + }, + { + "name": "ED13 \"Be star\"", + "link": "https://animethemes.moe/video/AikatsuFriendsKagayakiNoJewel-ED1.webm", + "type": "ending" + }, + { + "name": "ED14 \"Bon Bon Voyage!\"", + "link": "https://animethemes.moe/video/AikatsuStars-ED3.webm", + "type": "ending" + }, + { + "name": "ED15 \"episode Solo\"", + "link": "https://animethemes.moe/video/AikatsuStars-ED1.webm", + "type": "ending" + }, + { + "name": "ED16 \"Believe it\"", + "link": "https://animethemes.moe/video/AikatsuFriends-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39959", + "title": "Ani ni Tsukeru Kusuri wa Nai! 3", + "year": "2019", + "themes": [ + { + "name": "OP \"Jinji de Qingchun\"", + "link": "https://animethemes.moe/video/AniNiTsukeruS3-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "38572", + "title": "Assassins Pride", + "year": "2019", + "themes": [ + { + "name": "OP \"Share the light\"", + "link": "https://animethemes.moe/video/AssassinsPride-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ijin-tachi no Jikan\"", + "link": "https://animethemes.moe/video/AssassinsPride-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ijin-tachi no Jikan\"", + "link": "https://animethemes.moe/video/AssassinsPride-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "38328", + "title": "Azur Lane", + "year": "2019", + "themes": [ + { + "name": "OP \"graphite/diamond\"", + "link": "https://animethemes.moe/video/AzurLane-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AzurLane-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Hikari no Michishirube\"", + "link": "https://animethemes.moe/video/AzurLane-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AzurLane-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hikari no Michishirube\"", + "link": "https://animethemes.moe/video/AzurLane-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AzurLane-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Hikari no Michishirube\"", + "link": "https://animethemes.moe/video/AzurLane-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AzurLane-ED1v3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37525", + "title": "Babylon", + "year": "2019", + "themes": [ + { + "name": "ED1 \"Live and let die\"", + "link": "https://animethemes.moe/video/Babylon-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Babylon-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Inochi Hamu Tamashii\"", + "link": "https://animethemes.moe/video/Babylon-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Babylon-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Inochi Hamu Tamashii (requiem ver.)\"", + "link": "https://animethemes.moe/video/Babylon-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"The next new world that no one knows (blood stained ver.)\"", + "link": "https://animethemes.moe/video/Babylon-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Babylon-ED4-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39735", + "title": "Baja no Studio: Baja no Mita Umi", + "year": "2019", + "themes": [ + { + "name": "ED \"Te to Te to Te\"", + "link": "https://animethemes.moe/video/BajaNoStudio2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39195", + "title": "Beastars", + "year": "2019", + "themes": [ + { + "name": "OP \"Wild Side\"", + "link": "https://animethemes.moe/video/Beastars-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Beastars-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Le zoo\"", + "link": "https://animethemes.moe/video/Beastars-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Beastars-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nemureru Honoo\"", + "link": "https://animethemes.moe/video/Beastars-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Beastars-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Marble\"", + "link": "https://animethemes.moe/video/Beastars-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Beastars-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Tsuki ni Ukabu Monogatari\"", + "link": "https://animethemes.moe/video/Beastars-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "37498", + "title": "Black Fox", + "year": "2019", + "themes": [ + { + "name": "ED \"BLACKFOX\"", + "link": "https://animethemes.moe/video/Blackfox-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38408", + "title": "Boku no Hero Academia 4th Season", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Polaris\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS4-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS4-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP2 \"Star Marker\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS4-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS4-OP2-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED1 \"Koukai no Uta\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS4-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS4-ED1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shout Baby\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS4-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS4-ED2-NCDVD480.webm", + "type": "ending" + } + ] + }, + { + "id": "39565", + "title": "Boku no Hero Academia the Movie 2: Heroes:Rising", + "year": "2019", + "themes": [ + { + "name": "ED \"Higher Ground\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaHeroesRising-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37828", + "title": "Bokura no Nanokakan Sensou", + "year": "2019", + "themes": [ + { + "name": "OP \"Kessen Zenya\"", + "link": "https://animethemes.moe/video/BokuraNoNanokakanSensou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Spirit\"", + "link": "https://animethemes.moe/video/BokuraNoNanokakanSensou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40004", + "title": "Bokutachi wa Benkyou ga Dekinai 2", + "year": "2019", + "themes": [ + { + "name": "OP \"Can now, Can now\"", + "link": "https://animethemes.moe/video/BokuBenS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuBenS2-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Houkago no Liberty\"", + "link": "https://animethemes.moe/video/BokuBenS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuBenS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kankei ≧ Houteishiki\"", + "link": "https://animethemes.moe/video/BokuBenS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37379", + "title": "Chihayafuru 3", + "year": "2019", + "themes": [ + { + "name": "OP \"COLORFUL\"", + "link": "https://animethemes.moe/video/ChihayafuruS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChihayafuruS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hitomebore\"", + "link": "https://animethemes.moe/video/ChihayafuruS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChihayafuruS3-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39523", + "title": "Choujin Koukousei-tachi wa Isekai demo Yoyuu de Ikinuku you desu!", + "year": "2019", + "themes": [ + { + "name": "OP \"Hajimete no Kakumei!\"", + "link": "https://animethemes.moe/video/Choyoyu-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Choyoyu-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"dear my distance\"", + "link": "https://animethemes.moe/video/Choyoyu-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Choyoyu-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38390", + "title": "Chuubyou Gekihatsu Boy", + "year": "2019", + "themes": [ + { + "name": "OP \"Chuubyou Gekihatsu Boy\"", + "link": "https://animethemes.moe/video/ChuubyouGekihatsuBoy-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Here comes The SUN\"", + "link": "https://animethemes.moe/video/ChuubyouGekihatsuBoy-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39811", + "title": "Fairy Gone 2nd Season", + "year": "2019", + "themes": [ + { + "name": "OP \"STILL STANDING\"", + "link": "https://animethemes.moe/video/FairyGoneS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Stay Gold\"", + "link": "https://animethemes.moe/video/FairyGoneS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38084", + "title": "Fate/Grand Order: Zettai Majuu Sensen Babylonia", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Phantom Joke\"", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Phantom Joke\"", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Hoshi ga Furu Yume\"", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Hoshi ga Furu Yume\"", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Prover\"", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tell me\"", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateGrandOrderBabylonia-ED3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39545", + "title": "Fragtime", + "year": "2019", + "themes": [ + { + "name": "ED \"fragile\"", + "link": "https://animethemes.moe/video/Fragtime-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36369", + "title": "Ginga Eiyuu Densetsu: Die Neue These - Seiran", + "year": "2019", + "themes": [ + { + "name": "OP \"Binary Star\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsuDieNeueTheseKaikoku-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Tranquility\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsuDieNeueTheseSeiran-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Tranquility\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsuDieNeueTheseSeiran-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "36587", + "title": "Granblue Fantasy The Animation Season 2", + "year": "2019", + "themes": [ + { + "name": "OP \"Stay With Me\"", + "link": "https://animethemes.moe/video/GranblueFantasyS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GranblueFantasyS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Ao\"", + "link": "https://animethemes.moe/video/GranblueFantasyS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GranblueFantasyS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40192", + "title": "Gundam Build Divers Re:Rise", + "year": "2019", + "themes": [ + { + "name": "OP \"Re:RISE\"", + "link": "https://animethemes.moe/video/GundamBuildDiversReRise-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"MAGIC TIME\"", + "link": "https://animethemes.moe/video/GundamBuildDiversReRise-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39030", + "title": "Hataage! Kemono Michi", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v6.webm", + "type": "opening" + }, + { + "name": "OP V7 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v7.webm", + "type": "opening" + }, + { + "name": "OP V8 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v8.webm", + "type": "opening" + }, + { + "name": "OP V9 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v9.webm", + "type": "opening" + }, + { + "name": "OP V10 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v10.webm", + "type": "opening" + }, + { + "name": "OP V11 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v11.webm", + "type": "opening" + }, + { + "name": "OP V12 \"Fight! Kemona Mask\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v12.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HataageKemonoMichi-OP1v12-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Anecdote\"", + "link": "https://animethemes.moe/video/HataageKemonoMichi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HataageKemonoMichi-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39570", + "title": "High Score Girl II", + "year": "2019", + "themes": [ + { + "name": "OP \"flash\"", + "link": "https://animethemes.moe/video/HighScoreGirlS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HighScoreGirlS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Unknown World Map\"", + "link": "https://animethemes.moe/video/HighScoreGirlS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HighScoreGirlS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39468", + "title": "Honzuki no Gekokujou: Shisho ni Naru Tame ni wa Shudan wo Erandeiraremasen", + "year": "2019", + "themes": [ + { + "name": "OP \"Masshiro\"", + "link": "https://animethemes.moe/video/HonzukiNoGekokujou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HonzukiNoGekokujou-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kamikazari no Tenshi\"", + "link": "https://animethemes.moe/video/HonzukiNoGekokujou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HonzukiNoGekokujou-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37972", + "title": "Hoshiai no Sora", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Suisou\"", + "link": "https://animethemes.moe/video/HoshiaiNoSora-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HoshiaiNoSora-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Suisou\"", + "link": "https://animethemes.moe/video/HoshiaiNoSora-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HoshiaiNoSora-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kago no Naka no Bokura wa\"", + "link": "https://animethemes.moe/video/HoshiaiNoSora-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HoshiaiNoSora-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38276", + "title": "Houkago Saikoro Club", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Present Moment\"", + "link": "https://animethemes.moe/video/HoukagoSaikoroClub-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Present Moment\"", + "link": "https://animethemes.moe/video/HoukagoSaikoroClub-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"On the Board\"", + "link": "https://animethemes.moe/video/HoukagoSaikoroClub-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39584", + "title": "Human Lost: Ningen Shikkaku", + "year": "2019", + "themes": [ + { + "name": "ED \"HUMAN LOST feat. J. Balvin\"", + "link": "https://animethemes.moe/video/HumanLost-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38163", + "title": "Iya na Kao sare nagara Opantsu Misete Moraitai 2", + "year": "2019", + "themes": [ + { + "name": "ED \"\"", + "link": "https://animethemes.moe/video/Iyapan2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38161", + "title": "Kabukichou Sherlock", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"CAPTURE\"", + "link": "https://animethemes.moe/video/KabukichouSherlock-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"CAPTURE\"", + "link": "https://animethemes.moe/video/KabukichouSherlock-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hyakuoku Kounen\"", + "link": "https://animethemes.moe/video/KabukichouSherlock-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Parade\"", + "link": "https://animethemes.moe/video/KabukichouSherlock-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "40196", + "title": "Kandagawa Jet Girls", + "year": "2019", + "themes": [ + { + "name": "OP \"BULLET MERMAID\"", + "link": "https://animethemes.moe/video/KandagawaJetGirls-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KandagawaJetGirls-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"RIVALS\"", + "link": "https://animethemes.moe/video/KandagawaJetGirls-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"RIVALS\"", + "link": "https://animethemes.moe/video/KandagawaJetGirls-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KandagawaJetGirls-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"RIVALS\"", + "link": "https://animethemes.moe/video/KandagawaJetGirls-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "39567", + "title": "Keishichou Tokumubu Tokushu Kyouakuhan Taisakushitsu Dainanaka: Tokunana", + "year": "2019", + "themes": [ + { + "name": "OP \"Take On Fever\"", + "link": "https://animethemes.moe/video/Tokunana-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"One Wish\"", + "link": "https://animethemes.moe/video/Tokunana-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38889", + "title": "Kono Oto Tomare! 2nd Season", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Harmony\"", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Harmony\"", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Harmony\"", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V4 \"Harmony\"", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-OP1v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-OP1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V5 \"Harmony\"", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-OP1v5.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-OP1v5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Rainbow\"", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tone\"", + "link": "https://animethemes.moe/video/KonoOtoTomareS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39574", + "title": "Levius", + "year": "2019", + "themes": [ + { + "name": "OP \"wit and love\"", + "link": "https://animethemes.moe/video/Levius-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"child dancer\"", + "link": "https://animethemes.moe/video/Levius-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40082", + "title": "Lupin III: The First", + "year": "2019", + "themes": [ + { + "name": "OP \"THEME FROM LUPIN III 2019\"", + "link": "https://animethemes.moe/video/LupinTheFirst-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"GIFT\"", + "link": "https://animethemes.moe/video/LupinTheFirst-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39196", + "title": "Mairimashita! Iruma-kun", + "year": "2019", + "themes": [ + { + "name": "OP \"Magical Babyrinth\"", + "link": "https://animethemes.moe/video/MairimashitaIrumaKun-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Devi-kyuu\"", + "link": "https://animethemes.moe/video/MairimashitaIrumaKun-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Akuma Gakkou Babylus Kouka\"", + "link": "https://animethemes.moe/video/MairimashitaIrumaKun-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "40437", + "title": "Mono no Kamisama Cocotama", + "year": "2019", + "themes": [ + { + "name": "OP \"Happy Cocotama Dance!\"", + "link": "https://animethemes.moe/video/MonoNoKamisamaCocotama-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Happy Cocotama Dance!\"", + "link": "https://animethemes.moe/video/MonoNoKamisamaCocotama-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39806", + "title": "Mugen no Juunin: Immortal", + "year": "2019", + "themes": [ + { + "name": "OP \"SURVIVE OF VISION\"", + "link": "https://animethemes.moe/video/MugenNoJuunin-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "39701", + "title": "Nanatsu no Taizai: Kamigami no Gekirin", + "year": "2019", + "themes": [ + { + "name": "OP1 \"ROB THE FRONTIER\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiKamigamiNoGekirin-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"delete\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiKamigamiNoGekirin-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Regeneration\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiKamigamiNoGekirin-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Good day\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiKamigamiNoGekirin-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39689", + "title": "Nande Koko ni Sensei ga!? Special", + "year": "2019", + "themes": [ + { + "name": "OP \"Bon♡Kyu♡Bon wa Kare no Mono♡\"", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-OP1-NCBD1080.webm", + "type": "opening" + }, + { + "name": "ED \"Ringo-iro Memories\" by Kana Kojima, Mayu Matsukaze, Hikari Hazakura & Chizuru Tachibana", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGaSpecial-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39539", + "title": "No Guns Life", + "year": "2019", + "themes": [ + { + "name": "OP \"MOTOR CITY\"", + "link": "https://animethemes.moe/video/NoGunsLife-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Game Over\"", + "link": "https://animethemes.moe/video/NoGunsLife-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40178", + "title": "Null Peta", + "year": "2019", + "themes": [ + { + "name": "OP \"#NULL!*Peta\"", + "link": "https://animethemes.moe/video/NullPeta-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "38483", + "title": "Ore wo Suki nano wa Omae dake ka yo", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Papapa\"", + "link": "https://animethemes.moe/video/Oresuki-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Oresuki-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Papapa\"", + "link": "https://animethemes.moe/video/Oresuki-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Hanakotoba\"", + "link": "https://animethemes.moe/video/Oresuki-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Oresuki-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39506", + "title": "Phantasy Star Online 2: Episode Oracle", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Destiny\"", + "link": "https://animethemes.moe/video/PhantasyStarOnline2EpisodeOracle-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"UniVerse\"", + "link": "https://animethemes.moe/video/PhantasyStarOnline2EpisodeOracle-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Timeless Fortune\"", + "link": "https://animethemes.moe/video/PhantasyStarOnline2EpisodeOracle-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Eien no encore\"", + "link": "https://animethemes.moe/video/PhantasyStarOnline2EpisodeOracle-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Soleil -Dear Destiny-\"", + "link": "https://animethemes.moe/video/PhantasyStarOnline2EpisodeOracle-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Living on like stars\"", + "link": "https://animethemes.moe/video/PhantasyStarOnline2EpisodeOracle-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hello\"", + "link": "https://animethemes.moe/video/PhantasyStarOnline2EpisodeOracle-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "40351", + "title": "Pokemon", + "year": "2019", + "themes": [ + { + "name": "OP1 \"1・2・3\" by After the Rain", + "link": "https://animethemes.moe/video/Pokemon2019-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"1・2・3\" by Nishikawa-kun", + "link": "https://animethemes.moe/video/Pokemon2019-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Pokemon Shiritori (Pikachu → Mew Ver.)\"", + "link": "https://animethemes.moe/video/Pokemon2019-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Pokemon Shiritori (Mew → Zamazenta Ver.)\"", + "link": "https://animethemes.moe/video/Pokemon2019-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39491", + "title": "Psycho-Pass 3", + "year": "2019", + "themes": [ + { + "name": "OP \"Q-vism\"", + "link": "https://animethemes.moe/video/PsychoPassS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PsychoPassS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"bullet\"", + "link": "https://animethemes.moe/video/PsychoPassS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PsychoPassS3-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39355", + "title": "Radiant 2nd Season", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Naraku\"", + "link": "https://animethemes.moe/video/RadiantS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Naraku\"", + "link": "https://animethemes.moe/video/RadiantS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Naraku\"", + "link": "https://animethemes.moe/video/RadiantS2-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Chitto mo Shiranakatta\"", + "link": "https://animethemes.moe/video/RadiantS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Chitto mo Shiranakatta\"", + "link": "https://animethemes.moe/video/RadiantS2-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "38529", + "title": "Rifle Is Beautiful", + "year": "2019", + "themes": [ + { + "name": "OP \"Let's go! Rifling4!!!!\"", + "link": "https://animethemes.moe/video/RifleIsBeautiful-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yuuyake Friends\"", + "link": "https://animethemes.moe/video/RifleIsBeautiful-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39194", + "title": "Shin Chuuka Ichiban!", + "year": "2019", + "themes": [ + { + "name": "OP \"Koufukuron\"", + "link": "https://animethemes.moe/video/ShinChuukaIchiban-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Paradigm Shift\"", + "link": "https://animethemes.moe/video/ShinChuukaIchiban-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38659", + "title": "Shinchou Yuusha: Kono Yuusha ga Ore Tueee Kuse ni Shinchou Sugiru", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"TIT FOR TAT\"", + "link": "https://animethemes.moe/video/ShinchouYuusha-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"TIT FOR TAT\"", + "link": "https://animethemes.moe/video/ShinchouYuusha-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShinchouYuusha-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"TIT FOR TAT\"", + "link": "https://animethemes.moe/video/ShinchouYuusha-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"TIT FOR TAT\"", + "link": "https://animethemes.moe/video/ShinchouYuusha-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED1 \"be perfect, plz!\"", + "link": "https://animethemes.moe/video/ShinchouYuusha-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShinchouYuusha-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Saisho kara Zutto\"", + "link": "https://animethemes.moe/video/ShinchouYuusha-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39967", + "title": "Shinkansen Henkei Robo Shinkalion: Mirai kara Kita Shinsoku no ALFA-X", + "year": "2019", + "themes": [ + { + "name": "ED \"Gattan Gotton GO!\"", + "link": "https://animethemes.moe/video/ShinkalionMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39940", + "title": "Shokugeki no Souma: Shin no Sara", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Chronos\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaShinNoSara-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaShinNoSara-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Chronos\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaShinNoSara-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Chronos\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaShinNoSara-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaShinNoSara-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V4 \"Chronos\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaShinNoSara-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED \"Emblem\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaShinNoSara-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaShinNoSara-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39569", + "title": "Sora no Aosa wo Shiru Hito yo", + "year": "2019", + "themes": [ + { + "name": "ED \"Aoi\"", + "link": "https://animethemes.moe/video/SoraNoAosaWoShiruHitoYo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40109", + "title": "Soukyuu no Fafner: Dead Aggressor - The Beyond Part 2", + "year": "2019", + "themes": [ + { + "name": "OP \"THE BEYOND\"", + "link": "https://animethemes.moe/video/FafnerTheBeyond-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Naze ni...\"", + "link": "https://animethemes.moe/video/FafnerTheBeyond-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi wo Yurusu You ni\"", + "link": "https://animethemes.moe/video/FafnerTheBeyondPart2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38331", + "title": "Stand My Heroes: Piece of Truth", + "year": "2019", + "themes": [ + { + "name": "OP \"Thought I Knew ft.ra'z, Hayes\"", + "link": "https://animethemes.moe/video/StandMyHeroes-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StandMyHeroes-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Precious My Heroes\"", + "link": "https://animethemes.moe/video/StandMyHeroes-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StandMyHeroes-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38850", + "title": "Star☆Twinkle Precure: Hoshi no Uta ni Omoi wo Komete", + "year": "2019", + "themes": [ + { + "name": "OP \"Kirari ☆彡Star☆Twinkle Precure\"", + "link": "https://animethemes.moe/video/StarTwinklePrecureMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Twinkle Stars\"", + "link": "https://animethemes.moe/video/StarTwinklePrecureMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39183", + "title": "Super Shiro", + "year": "2019", + "themes": [ + { + "name": "ED \"SUPER SHIRO\"", + "link": "https://animethemes.moe/video/SuperShiro-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39597", + "title": "Sword Art Online: Alicization - War of Underworld", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Resolution\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Resolution\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS2-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"unlasting\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40489", + "title": "Sword Art Online: Alicization - War of Underworld Reflection", + "year": "2019", + "themes": [ + { + "name": "ED \"Blazing the future\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicizationReflection-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40320", + "title": "Tenka Hyakken: Meiji-kan e Youkoso!", + "year": "2019", + "themes": [ + { + "name": "OP \"Aka, Hana wo Sakasete\"", + "link": "https://animethemes.moe/video/TenkaHyakken-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "40197", + "title": "Urashimasakatasen no Nichijou", + "year": "2019", + "themes": [ + { + "name": "OP \"Calendar Reminder\"", + "link": "https://animethemes.moe/video/UrashimasakatasenNoNichijou-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "39799", + "title": "Val x Love", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"for...\"", + "link": "https://animethemes.moe/video/ValXLove-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"for...\"", + "link": "https://animethemes.moe/video/ValXLove-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ValXLove-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"for...\"", + "link": "https://animethemes.moe/video/ValXLove-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"UP-DATE x PLEASE!!! ver 1.7.8\"", + "link": "https://animethemes.moe/video/ValXLove-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ValXLove-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"UP-DATE x PLEASE!!! ver 1.7.8\"", + "link": "https://animethemes.moe/video/ValXLove-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ValXLove-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"UP-DATE x PLEASE!!! ver 3.4.5\"", + "link": "https://animethemes.moe/video/ValXLove-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ValXLove-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"UP-DATE x PLEASE!!! ver 2.6.9\"", + "link": "https://animethemes.moe/video/ValXLove-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ValXLove-ED3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37393", + "title": "Watashi, Nouryoku wa Heikinchi de tte Itta yo ne!", + "year": "2019", + "themes": [ + { + "name": "OP \"Smile Skill = Suki Skill\"", + "link": "https://animethemes.moe/video/Noukin-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Noukin-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Genzai↑ Banzai↑\"", + "link": "https://animethemes.moe/video/Noukin-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Noukin-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37773", + "title": "Yuru Yuri,", + "year": "2019", + "themes": [ + { + "name": "OP \"Yuru Yuri, Tenya Wanya☆\"", + "link": "https://animethemes.moe/video/YuruYuriTen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ripitte Chime♪\"", + "link": "https://animethemes.moe/video/YuruYuriTen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37268", + "title": "Z/X: Code Reunion", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Destiny\"", + "link": "https://animethemes.moe/video/ZXCodeReunion-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Destiny\"", + "link": "https://animethemes.moe/video/ZXCodeReunion-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Destiny\"", + "link": "https://animethemes.moe/video/ZXCodeReunion-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Girl Meets Girl\" by Yui Ogura & Aya Uchida", + "link": "https://animethemes.moe/video/ZXCodeReunion-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Girl Meets Girl\" by Inori Minase & Maria Naganawa", + "link": "https://animethemes.moe/video/ZXCodeReunion-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Girl Meets Girl\" by Aina Suzuki & Miyu Tomita", + "link": "https://animethemes.moe/video/ZXCodeReunion-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 V1 \"Girl Meets Girl\" by Yui Ogura, Aya Uchida, Inori Minase, Maria Naganawa, Aina Suzuki & Miyu Tomita", + "link": "https://animethemes.moe/video/ZXCodeReunion-ED4.webm", + "type": "ending" + }, + { + "name": "ED4 V2 \"Girl Meets Girl\" by Yui Ogura, Aya Uchida, Inori Minase, Maria Naganawa, Aina Suzuki & Miyu Tomita", + "link": "https://animethemes.moe/video/ZXCodeReunion-ED4v2.webm", + "type": "ending" + } + ] + }, + { + "id": "40166", + "title": "Zoids Wild Zero", + "year": "2019", + "themes": [ + { + "name": "OP1 \"blue blue blue\"", + "link": "https://animethemes.moe/video/ZoidsWildZero-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Player\"", + "link": "https://animethemes.moe/video/ZoidsWildZero-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hikari\"", + "link": "https://animethemes.moe/video/ZoidsWildZero-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"DOOR\"", + "link": "https://animethemes.moe/video/ZoidsWildZero-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yume no Wadachi\"", + "link": "https://animethemes.moe/video/ZoidsWildZero-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Namonaki Tabi\"", + "type": "ending" + } + ] + }, + { + "id": "38753", + "title": "Araburu Kisetsu no Otome-domo yo.", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Otome-domo yo\"", + "link": "https://animethemes.moe/video/Araoto-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Araoto-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Otome-domo yo\"", + "link": "https://animethemes.moe/video/Araoto-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Araoto-OP1v2-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Otome-domo yo\"", + "link": "https://animethemes.moe/video/Araoto-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Yume Cinderella\"", + "link": "https://animethemes.moe/video/Araoto-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Araoto-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Yume Cinderella\"", + "link": "https://animethemes.moe/video/Araoto-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "36882", + "title": "Arifureta Shokugyou de Sekai Saikyou", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"FLARE\"", + "link": "https://animethemes.moe/video/Arifureta-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Arifureta-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"FLARE\"", + "link": "https://animethemes.moe/video/Arifureta-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Arifureta-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hajime no Uta\"", + "link": "https://animethemes.moe/video/Arifureta-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Arifureta-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39221", + "title": "Bem", + "year": "2019", + "themes": [ + { + "name": "OP \"Uchuu no Kioku\"", + "link": "https://animethemes.moe/video/Bem-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Iru Imi\"", + "link": "https://animethemes.moe/video/Bem-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39979", + "title": "Business Fish", + "year": "2019", + "themes": [ + { + "name": "ED \"Don't Stop Moving\"", + "link": "https://animethemes.moe/video/BusinessFish-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40256", + "title": "Cannon Busters", + "year": "2019", + "themes": [ + { + "name": "OP \"Showdown\"", + "link": "https://animethemes.moe/video/CannonBusters-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Regardless\"", + "link": "https://animethemes.moe/video/CannonBusters-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40167", + "title": "Cardfight!! Vanguard: Shinemon-hen", + "year": "2019", + "themes": [ + { + "name": "OP \"Lead the way\"", + "link": "https://animethemes.moe/video/CardfightVanguardShinemonHen-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Gift\"", + "link": "https://animethemes.moe/video/CardfightVanguardShinemonHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bokura no Turn\"", + "link": "https://animethemes.moe/video/CardfightVanguardShinemonHen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38940", + "title": "Cop Craft", + "year": "2019", + "themes": [ + { + "name": "OP \"Rakuen Toshi\"", + "link": "https://animethemes.moe/video/CopCraft-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CopCraft-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Connected\"", + "link": "https://animethemes.moe/video/CopCraft-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CopCraft-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "40405", + "title": "Cop Craft Recap", + "year": "2019", + "themes": [ + { + "name": "OP \"Rakuen Toshi\"", + "link": "https://animethemes.moe/video/CopCraft-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nonfiction\"", + "link": "https://animethemes.moe/video/CopCraftRecap-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38691", + "title": "Dr. Stone", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Good Morning World!\"", + "link": "https://animethemes.moe/video/DrStone-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DrStone-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Sangenshoku\"", + "link": "https://animethemes.moe/video/DrStone-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"LIFE\"", + "link": "https://animethemes.moe/video/DrStone-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DrStone-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yume no You na\"", + "link": "https://animethemes.moe/video/DrStone-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39026", + "title": "Dumbbell Nan Kilo Moteru?", + "year": "2019", + "themes": [ + { + "name": "OP \"Onegai Muscle\"", + "link": "https://animethemes.moe/video/DumbbellNanKiloMoteru-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DumbbellNanKiloMoteru-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DumbbellNanKiloMoteru-OP1-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Macho a Name?\"", + "link": "https://animethemes.moe/video/DumbbellNanKiloMoteru-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DumbbellNanKiloMoteru-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Snow Globe\"", + "link": "https://animethemes.moe/video/DumbbellNanKiloMoteru-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37347", + "title": "Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka II", + "year": "2019", + "themes": [ + { + "name": "OP \"HELLO to DREAM\"", + "link": "https://animethemes.moe/video/DanMachiS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DanMachiS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Sasayaka na Shukusai\"", + "link": "https://animethemes.moe/video/DanMachiS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DanMachiS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Sasayaka na Shukusai\"", + "link": "https://animethemes.moe/video/DanMachiS2-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "38671", + "title": "Enen no Shouboutai", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Inferno\"", + "link": "https://animethemes.moe/video/EnenNoShouboutai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EnenNoShouboutai-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"MAYDAY feat. Ryo from CRYSTAL LAKE\"", + "link": "https://animethemes.moe/video/EnenNoShouboutai-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"veil\"", + "link": "https://animethemes.moe/video/EnenNoShouboutai-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EnenNoShouboutai-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nounai\"", + "link": "https://animethemes.moe/video/EnenNoShouboutai-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32212", + "title": "Ensemble Stars!", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Stars' Ensemble!\"", + "link": "https://animethemes.moe/video/EnsembleStars-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kiseki\" by Trickstar", + "link": "https://animethemes.moe/video/EnsembleStars-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Kiseki\" by Eden", + "link": "https://animethemes.moe/video/EnsembleStars-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Kiseki\" by Trickstar & Eden", + "link": "https://animethemes.moe/video/EnsembleStars-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"1st SING-ALONG☆\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"IMMORAL WORLD\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Made in Tokimeki♪\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Gekka Musou, Beni no Mai\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Mischievous Party Time!!\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Hajimari no Fantasia\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Meteor Scramble☆Ryuusei-tai!\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Magic for your 'Switch'\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Yukai Tsuukai That's Alright!\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Kaisenka\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Promise Swords\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Awakening Myth\"", + "link": "https://animethemes.moe/video/EnsembleStars-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "39533", + "title": "Given", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Kizuato\"", + "link": "https://animethemes.moe/video/Given-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Given-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Kizuato\"", + "link": "https://animethemes.moe/video/Given-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Given-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Marutsuke -Piano ver.-\"", + "link": "https://animethemes.moe/video/Given-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Marutsuke\"", + "link": "https://animethemes.moe/video/Given-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Given-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38333", + "title": "Gochuumon wa Usagi Desuka??: Sing for You", + "year": "2019", + "themes": [ + { + "name": "ED \"Gin no Spoon ~Blend of Memory~\"", + "link": "https://animethemes.moe/video/GochiUsaSingForYou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39417", + "title": "Granbelm", + "year": "2019", + "themes": [ + { + "name": "OP \"Tsuki wo Ou Mayonaka\"", + "link": "https://animethemes.moe/video/Granbelm-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Granbelm-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Negai\"", + "link": "https://animethemes.moe/video/Granbelm-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Granbelm-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Scenery\"", + "link": "https://animethemes.moe/video/Granbelm-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39620", + "title": "Hakata Mentai! Pirikarako-chan", + "year": "2019", + "themes": [ + { + "name": "OP \"Hakata Mentai! Pirikarako-chan\"", + "link": "https://animethemes.moe/video/PirikarakoChan-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "38816", + "title": "Hello World", + "year": "2019", + "themes": [ + { + "name": "OP \"Opening Theme feat. AAAMYYY\"", + "link": "https://animethemes.moe/video/HelloWorld-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shin Sekai\"", + "link": "https://animethemes.moe/video/HelloWorld-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37744", + "title": "Isekai Cheat Magician", + "year": "2019", + "themes": [ + { + "name": "OP \"PANTA RHEI\"", + "link": "https://animethemes.moe/video/IsekaiCheatMagician-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiCheatMagician-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Chiisana Omoi\"", + "link": "https://animethemes.moe/video/IsekaiCheatMagician-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiCheatMagician-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38619", + "title": "Joshikousei no Mudazukai", + "year": "2019", + "themes": [ + { + "name": "OP \"Rin! Moon! dass! cry!\"", + "link": "https://animethemes.moe/video/JoshikouseiNoMudazukai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JoshikouseiNoMudazukai-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Seishun no Reverb\"", + "link": "https://animethemes.moe/video/JoshikouseiNoMudazukai-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JoshikouseiNoMudazukai-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Saitama Joshi Koutou Gakkou Kouka\"", + "link": "https://animethemes.moe/video/JoshikouseiNoMudazukai-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39198", + "title": "Kanata no Astra", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"star*frost\"", + "link": "https://animethemes.moe/video/KanataNoAstra-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KanataNoAstra-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"star*frost\"", + "link": "https://animethemes.moe/video/KanataNoAstra-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KanataNoAstra-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"star*frost\"", + "link": "https://animethemes.moe/video/KanataNoAstra-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"star*frost\"", + "link": "https://animethemes.moe/video/KanataNoAstra-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Glow at the Velocity of Light\"", + "link": "https://animethemes.moe/video/KanataNoAstra-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KanataNoAstra-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Star of Hope\"", + "link": "https://animethemes.moe/video/KanataNoAstra-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38993", + "title": "Karakai Jouzu no Takagi-san 2", + "year": "2019", + "themes": [ + { + "name": "OP \"Zero Centimeter\"", + "link": "https://animethemes.moe/video/Takagi3S2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3S2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kanade\"", + "link": "https://animethemes.moe/video/Takagi3S2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3S2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Konayuki\"", + "link": "https://animethemes.moe/video/Takagi3S2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3S2-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kiseki\"", + "link": "https://animethemes.moe/video/Takagi3S2-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3S2-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Arigatou\"", + "link": "https://animethemes.moe/video/Takagi3S2-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3S2-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"STARS\"", + "link": "https://animethemes.moe/video/Takagi3S2-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3S2-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Anata ni\"", + "link": "https://animethemes.moe/video/Takagi3S2-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3S2-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Iwanai kedo ne.\"", + "link": "https://animethemes.moe/video/Takagi3S2-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3S2-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Yasashii Kimochi\"", + "link": "https://animethemes.moe/video/Takagi3S2-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3S2-ED8-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39199", + "title": "Katsute Kami Datta Kemono-tachi e", + "year": "2019", + "themes": [ + { + "name": "OP \"Sacrifice\"", + "link": "https://animethemes.moe/video/Katsukami-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Katsukami-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"HHOOWWLL\"", + "link": "https://animethemes.moe/video/Katsukami-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Katsukami-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39326", + "title": "Kawaikereba Hentai demo Suki ni Natte Kuremasu ka?", + "year": "2019", + "themes": [ + { + "name": "OP \"Daisuki.\"", + "link": "https://animethemes.moe/video/Hensuki-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hensuki-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Mubyuu no Hana\"", + "link": "https://animethemes.moe/video/Hensuki-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hensuki-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Stella\"", + "link": "https://animethemes.moe/video/Hensuki-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hensuki-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36903", + "title": "Kengan Ashura", + "year": "2019", + "themes": [ + { + "name": "OP \"KING & ASHLEY\"", + "link": "https://animethemes.moe/video/KenganAshura-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Born This Way\"", + "link": "https://animethemes.moe/video/KenganAshura-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36040", + "title": "Knights of the Zodiac: Saint Seiya", + "year": "2019", + "themes": [ + { + "name": "OP \"PEGASUS SEIYA\"", + "link": "https://animethemes.moe/video/SaintSeiya2019-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SOMEBODY NEW\"", + "link": "https://animethemes.moe/video/SaintSeiya2019-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38920", + "title": "Kochouki: Wakaki Nobunaga", + "year": "2019", + "themes": [ + { + "name": "OP \"Shissou\"", + "link": "https://animethemes.moe/video/Kochouki-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kiba to Tsubasa\"", + "link": "https://animethemes.moe/video/Kochouki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38040", + "title": "Kono Subarashii Sekai ni Shukufuku wo!: Kurenai Densetsu", + "year": "2019", + "themes": [ + { + "name": "ED1 \"My Home Town\"", + "link": "https://animethemes.moe/video/KonosubaKurenaiDensetsu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"1-Milli Symphony\"", + "link": "https://animethemes.moe/video/KonosubaKurenaiDensetsu-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38959", + "title": "Lord El-Melloi II Sei no Jikenbo: Rail Zeppelin Grace Note", + "year": "2019", + "themes": [ + { + "name": "OP \"starting the case : Rail Zeppelin\"", + "link": "https://animethemes.moe/video/ElMelloi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ElMelloi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hibari\"", + "link": "https://animethemes.moe/video/ElMelloi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ElMelloi-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39071", + "title": "Machikado Mazoku", + "year": "2019", + "themes": [ + { + "name": "OP \"Machikado Tangent\"", + "link": "https://animethemes.moe/video/MachikadoMazoku-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MachikadoMazoku-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Yoimachi Cantare\"", + "link": "https://animethemes.moe/video/MachikadoMazoku-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MachikadoMazoku-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38297", + "title": "Maou-sama, Retry!", + "year": "2019", + "themes": [ + { + "name": "OP \"TEMPEST\"", + "link": "https://animethemes.moe/video/MaouSamaRetry-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MaouSamaRetry-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"NEW\"", + "link": "https://animethemes.moe/video/MaouSamaRetry-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MaouSamaRetry-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38450", + "title": "Mo Dao Zu Shi 2", + "year": "2019", + "themes": [ + { + "name": "OP \"Zui Meng Qian Chen\"", + "link": "https://animethemes.moe/video/MoDaoZuShiS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shao Nian Ru Gu\"", + "link": "https://animethemes.moe/video/MoDaoZuShiS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "40031", + "title": "Mugyutto! Black Clover", + "year": "2019", + "themes": [ + { + "name": "OP \"POSSIBLE\"", + "link": "https://animethemes.moe/video/MugyuttoBlackClover-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "37926", + "title": "Nakanohito Genome [Jikkyouchuu]", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"not GAME\"", + "link": "https://animethemes.moe/video/NakanohitoGenome-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NakanohitoGenome-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"not GAME\"", + "link": "https://animethemes.moe/video/NakanohitoGenome-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NakanohitoGenome-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Boku wo Mitsukete\"", + "link": "https://animethemes.moe/video/NakanohitoGenome-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NakanohitoGenome-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Boku wo Mitsukete\"", + "link": "https://animethemes.moe/video/NakanohitoGenome-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Where you are\"", + "link": "https://animethemes.moe/video/NakanohitoGenome-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "39235", + "title": "Ni no Kuni", + "year": "2019", + "themes": [ + { + "name": "ED \"MOIL\"", + "link": "https://animethemes.moe/video/NiNoKuni-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38009", + "title": "Re:Stage! Dream Days♪", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Brilliant Wings\"", + "link": "https://animethemes.moe/video/ReStageDreamDays-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Don't think, Smile!!\"", + "link": "https://animethemes.moe/video/ReStageDreamDays-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ReStageDreamDays-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP3 \"Yes, We Are!!!\"", + "link": "https://animethemes.moe/video/ReStageDreamDays-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Akogare Future Sign\"", + "link": "https://animethemes.moe/video/ReStageDreamDays-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ReStageDreamDays-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sensei Sensation\"", + "link": "https://animethemes.moe/video/ReStageDreamDays-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"367Days\"", + "link": "https://animethemes.moe/video/ReStageDreamDays-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "38715", + "title": "SD Gundam World: Sangoku Souketsuden", + "year": "2019", + "themes": [ + { + "name": "OP \"Removes\"", + "link": "https://animethemes.moe/video/SDGundamWorld-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tri-Alive\"", + "link": "https://animethemes.moe/video/SDGundamWorld-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32843", + "title": "Senki Zesshou Symphogear XV", + "year": "2019", + "themes": [ + { + "name": "OP \"METANOIA\"", + "link": "https://animethemes.moe/video/SymphogearS5-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SymphogearS5-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"FINAL COMMANDER\"", + "link": "https://animethemes.moe/video/SymphogearS5-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Lasting Song\"", + "link": "https://animethemes.moe/video/SymphogearS5-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SymphogearS5-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sforzando no Zankyou\"", + "link": "https://animethemes.moe/video/SymphogearS5-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Ashita no Flugel\"", + "link": "https://animethemes.moe/video/SymphogearS5-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "39643", + "title": "Shoujo☆Conto All Starlight", + "year": "2019", + "themes": [ + { + "name": "ED \"Butai Shoujo Taisou\"", + "link": "https://animethemes.moe/video/ShoujoContoAllStarlight-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoContoAllStarlight-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39456", + "title": "Sounan Desu ka?", + "year": "2019", + "themes": [ + { + "name": "OP \"Koko wa Doko\"", + "link": "https://animethemes.moe/video/SounanDesuKa-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ikiru\"", + "link": "https://animethemes.moe/video/SounanDesuKa-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ikiru\"", + "link": "https://animethemes.moe/video/SounanDesuKa-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "36536", + "title": "Starmyu 3rd Season", + "year": "2019", + "themes": [ + { + "name": "OP \"DREAM TOGETHER\"", + "link": "https://animethemes.moe/video/StarmyuS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"On Stage\"", + "link": "https://animethemes.moe/video/StarmyuS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Warera, Ayanagi Gakuen Kao Kai ~NEXT STAGE Ver.~\"", + "link": "https://animethemes.moe/video/StarmyuS3-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38610", + "title": "Tejina-senpai", + "year": "2019", + "themes": [ + { + "name": "OP \"FANTASTIC ILLUSION\"", + "link": "https://animethemes.moe/video/TejinaSenpai-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dame wa Dame\"", + "link": "https://animethemes.moe/video/TejinaSenpai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38826", + "title": "Tenki no Ko", + "year": "2019", + "themes": [ + { + "name": "ED1 \"Daijoubu (Movie edit)\"", + "link": "https://animethemes.moe/video/TenkiNoKo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ai ni Dekiru Koto wa Mada Aru Kai\"", + "link": "https://animethemes.moe/video/TenkiNoKo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38480", + "title": "Toaru Kagaku no Accelerator", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Shadow is the Light\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoAccelerator-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruKagakuNoAccelerator-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Shadow is the Light\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoAccelerator-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Shadow is the Light\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoAccelerator-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Shadow is the Light\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoAccelerator-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED \"Parole\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoAccelerator-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruKagakuNoAccelerator-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39527", + "title": "Try Knights", + "year": "2019", + "themes": [ + { + "name": "OP \"Mugen no Try\"", + "link": "https://animethemes.moe/video/TryKnights-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Moyou\"", + "link": "https://animethemes.moe/video/TryKnights-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38573", + "title": "Tsuujou Kougeki ga Zentai Kougeki de Ni-kai Kougeki no Okaasan wa Suki Desu ka?", + "year": "2019", + "themes": [ + { + "name": "OP \"Iyayo Iyayo mo Suki no Uchi!\"", + "link": "https://animethemes.moe/video/OkaaSanOnline-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OkaaSanOnline-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Tsuujou Kougeki ga Zentai Kougeki de Ni-kai Kougeki Mama\"", + "link": "https://animethemes.moe/video/OkaaSanOnline-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OkaaSanOnline-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39324", + "title": "Uchi no Ko no Tame naraba, Ore wa Moshikashitara Maou mo Taoseru kamo Shirenai.", + "year": "2019", + "themes": [ + { + "name": "OP \"I'm with you\"", + "link": "https://animethemes.moe/video/Uchinoko-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Uchinoko-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"This is Yuusha, but Zannen!?\"", + "link": "https://animethemes.moe/video/Uchinoko-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Uchinoko-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hana no Eda\"", + "link": "https://animethemes.moe/video/Uchinoko-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37521", + "title": "Vinland Saga", + "year": "2019", + "themes": [ + { + "name": "OP1 \"MUKANJYO\"", + "link": "https://animethemes.moe/video/VinlandSaga-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/VinlandSaga-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Dark Crow\"", + "link": "https://animethemes.moe/video/VinlandSaga-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/VinlandSaga-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Torches\"", + "link": "https://animethemes.moe/video/VinlandSaga-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/VinlandSaga-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Drown\"", + "link": "https://animethemes.moe/video/VinlandSaga-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/VinlandSaga-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39741", + "title": "Violet Evergarden Gaiden: Eien to Jidou Shuki Ningyou", + "year": "2019", + "themes": [ + { + "name": "ED \"Amy\"", + "link": "https://animethemes.moe/video/VioletEvergardenGaiden-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39836", + "title": "Yami Shibai 7", + "year": "2019", + "themes": [ + { + "name": "ED \"Kekkai\"", + "link": "https://animethemes.moe/video/YamiShibaiS7-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39963", + "title": "Yubisaki kara no Honki no Netsujou: Osananajimi wa Shouboushi", + "year": "2019", + "themes": [ + { + "name": "ED \"BLAZING LUV!!\"", + "link": "https://animethemes.moe/video/Yubinetsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38735", + "title": "7 Seeds", + "year": "2019", + "themes": [ + { + "name": "OP \"Ark\"", + "link": "https://animethemes.moe/video/7Seeds-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"WISH\"", + "link": "https://animethemes.moe/video/7Seeds-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39078", + "title": "Aikatsu Friends!: Kagayaki no Jewel", + "year": "2019", + "themes": [ + { + "name": "OP \"Hitori ja Nai!\"", + "link": "https://animethemes.moe/video/AikatsuFriendsKagayakiNoJewel-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuFriendsKagayakiNoJewel-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Be star\"", + "link": "https://animethemes.moe/video/AikatsuFriendsKagayakiNoJewel-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuFriendsKagayakiNoJewel-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39337", + "title": "Araiya-san!: Ore to Aitsu ga Onnayu de!?", + "year": "2019", + "themes": [ + { + "name": "ED \"Renai☆Sensation\"", + "link": "https://animethemes.moe/video/AraiyaSan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39622", + "title": "Bakugan Battle Planet", + "year": "2019", + "themes": [ + { + "name": "OP \"Jounetsu Jamboree\"", + "link": "https://animethemes.moe/video/BakuganBattlePlanet-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Be my story\"", + "link": "https://animethemes.moe/video/BakuganBattlePlanet-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sayonara no Houteishiki\"", + "link": "https://animethemes.moe/video/BakuganBattlePlanet-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38860", + "title": "Bakumatsu: Crisis", + "year": "2019", + "themes": [ + { + "name": "OP \"Brave Rejection\"", + "link": "https://animethemes.moe/video/BakumatsuS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aoki Honoo\"", + "link": "https://animethemes.moe/video/BakumatsuS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39282", + "title": "Beyblade Burst Gachi", + "year": "2019", + "themes": [ + { + "name": "OP \"GATTI'N'ROLL!!\"", + "link": "https://animethemes.moe/video/BeybladeBurstGachi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"GATTI'N'ROLL!! (Instrumental)\"", + "link": "https://animethemes.moe/video/BeybladeBurstGachi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38985", + "title": "Birthday Wonderland", + "year": "2019", + "themes": [ + { + "name": "ED \"THE SHOW\"", + "link": "https://animethemes.moe/video/BirthdayWonderland-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38186", + "title": "Bokutachi wa Benkyou ga Dekinai", + "year": "2019", + "themes": [ + { + "name": "OP \"Seishun Seminar\"", + "link": "https://animethemes.moe/video/BokuBen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuBen-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Never Give It Up!!\"", + "link": "https://animethemes.moe/video/BokuBen-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuBen-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38003", + "title": "Bungou Stray Dogs 3rd Season", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Setsuna no Ai\"", + "link": "https://animethemes.moe/video/BungouStrayDogsS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BungouStrayDogsS3-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Setsuna no Ai\"", + "link": "https://animethemes.moe/video/BungouStrayDogsS3-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BungouStrayDogsS3-OP1v2-BD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Lily\"", + "link": "https://animethemes.moe/video/BungouStrayDogsS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BungouStrayDogsS3-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39244", + "title": "Cardfight!! Vanguard: Zoku Koukousei-hen", + "year": "2019", + "themes": [ + { + "name": "OP \"Invincible Fighter\"", + "link": "https://animethemes.moe/video/CardfightVanguardZokuKoukouseiHen-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Takin' my Heart\"", + "link": "https://animethemes.moe/video/CardfightVanguardZokuKoukouseiHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mainichi Climax☆\"", + "link": "https://animethemes.moe/video/CardfightVanguardZokuKoukouseiHen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37435", + "title": "Carole & Tuesday", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Kiss Me\"", + "link": "https://animethemes.moe/video/CaroleAndTuesday-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CaroleAndTuesday-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Polly Jean\"", + "link": "https://animethemes.moe/video/CaroleAndTuesday-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CaroleAndTuesday-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Hold Me Now\"", + "link": "https://animethemes.moe/video/CaroleAndTuesday-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CaroleAndTuesday-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Not Afraid\"", + "link": "https://animethemes.moe/video/CaroleAndTuesday-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CaroleAndTuesday-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Endless\"", + "link": "https://animethemes.moe/video/CaroleAndTuesday-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"The Tower\"", + "link": "https://animethemes.moe/video/CaroleAndTuesday-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Mother\"", + "link": "https://animethemes.moe/video/CaroleAndTuesday-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "9488", + "title": "Cencoroll Connect", + "year": "2019", + "themes": [ + { + "name": "ED \"#Love feat. Ann, gaku\"", + "link": "https://animethemes.moe/video/CencorollConnect-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38226", + "title": "Chou Kadou Girl ⅙: Amazing Stranger", + "year": "2019", + "themes": [ + { + "name": "OP \"Soreyuke! Koigokoro\"", + "link": "https://animethemes.moe/video/ChouKadouGirl-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChouKadouGirl-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"ONE\"", + "link": "https://animethemes.moe/video/ChouKadouGirl-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChouKadouGirl-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38767", + "title": "Cinderella Girls Gekijou: Climax Season", + "year": "2019", + "themes": [ + { + "name": "ED1 \"Kyun Kyun Max\"", + "link": "https://animethemes.moe/video/CingekiS4-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Max Beat\"", + "link": "https://animethemes.moe/video/CingekiS4-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"TAKAMARI☆CLIMAXXX!!!!!\"", + "link": "https://animethemes.moe/video/CingekiS4-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "38731", + "title": "Diamond no Ace: Act II", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Hajimari no Uta\"", + "link": "https://animethemes.moe/video/DiamondNoAceActII-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Ryuusei no Howl\"", + "link": "https://animethemes.moe/video/DiamondNoAceActII-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Ryuusei no Howl\"", + "link": "https://animethemes.moe/video/DiamondNoAceActII-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Go EXCEED!!\"", + "link": "https://animethemes.moe/video/DiamondNoAceActII-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Golden After School\"", + "link": "https://animethemes.moe/video/DiamondNoAceActII-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kodou Escalation\"", + "link": "https://animethemes.moe/video/DiamondNoAceActII-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Chance!\"", + "link": "https://animethemes.moe/video/DiamondNoAceActII-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 V1 \"Everlasting Dream\"", + "link": "https://animethemes.moe/video/DiamondNoAceActII-ED4.webm", + "type": "ending" + }, + { + "name": "ED4 V2 \"Everlasting Dream\"", + "link": "https://animethemes.moe/video/DiamondNoAceActII-ED4v2.webm", + "type": "ending" + } + ] + }, + { + "id": "39039", + "title": "Duel Masters!!", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Chou Ten Fever\"", + "link": "https://animethemes.moe/video/DuelMasters2019-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Gotcha!!\"", + "link": "https://animethemes.moe/video/DuelMasters2019-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Teppen New Days\"", + "link": "https://animethemes.moe/video/DuelMasters2019-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kokoro no Canvas\"", + "link": "https://animethemes.moe/video/DuelMasters2019-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Happy Days!!!\"", + "link": "https://animethemes.moe/video/DuelMasters2019-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Curtain Call​ wo Yurashite\"", + "link": "https://animethemes.moe/video/DuelMasters2019-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"I'm Your Joker\"", + "link": "https://animethemes.moe/video/DuelMasters2019-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "39063", + "title": "Fairy Gone", + "year": "2019", + "themes": [ + { + "name": "OP \"KNOCK on the CORE\"", + "link": "https://animethemes.moe/video/FairyGone-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FairyGone-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Ash-like Snow\"", + "link": "https://animethemes.moe/video/FairyGone-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FairyGone-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38897", + "title": "Fate/kaleid liner Prisma☆Illya: Prisma☆Phantasm", + "year": "2019", + "themes": [ + { + "name": "OP \"Kaleid☆Festival!\"", + "link": "https://animethemes.moe/video/FatePrismaIllyaPhantasm-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"After School Route\"", + "link": "https://animethemes.moe/video/FatePrismaIllyaPhantasm-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37600", + "title": "Frame Arms Girl Movie: Kyakkya Ufufu na Wonderland", + "year": "2019", + "themes": [ + { + "name": "OP \"Tiny Tiny\"", + "link": "https://animethemes.moe/video/FrameArmsGirlMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi to Contrast\"", + "link": "https://animethemes.moe/video/FrameArmsGirlMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38680", + "title": "Fruits Basket", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Again\"", + "link": "https://animethemes.moe/video/FruitsBasket2019-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FruitsBasket2019-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Chime\"", + "link": "https://animethemes.moe/video/FruitsBasket2019-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FruitsBasket2019-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Lucky Ending\"", + "link": "https://animethemes.moe/video/FruitsBasket2019-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FruitsBasket2019-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Lucky Ending\"", + "link": "https://animethemes.moe/video/FruitsBasket2019-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Lucky Ending\"", + "link": "https://animethemes.moe/video/FruitsBasket2019-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Lucky Ending\"", + "link": "https://animethemes.moe/video/FruitsBasket2019-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED2 \"One Step Closer\"", + "link": "https://animethemes.moe/video/FruitsBasket2019-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FruitsBasket2019-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38081", + "title": "Girls und Panzer das Finale Part 2", + "year": "2019", + "themes": [ + { + "name": "OP \"Grand symphony\"", + "link": "https://animethemes.moe/video/GirlsUndPanzerDasFinale2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Enter Enter MISSION! Saishuushou ver.\"", + "link": "https://animethemes.moe/video/GirlsUndPanzerDasFinale2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37806", + "title": "Gunjou no Magmel", + "year": "2019", + "themes": [ + { + "name": "OP \"Dash&Daaash!!\"", + "link": "https://animethemes.moe/video/GunjouNoMagmel-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"The Key\"", + "link": "https://animethemes.moe/video/GunjouNoMagmel-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"The Key\"", + "link": "https://animethemes.moe/video/GunjouNoMagmel-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "38091", + "title": "Hachigatsu no Cinderella Nine", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Etude\"", + "link": "https://animethemes.moe/video/Hachinai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hachinai-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Etude\"", + "link": "https://animethemes.moe/video/Hachinai-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hachinai-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Donna Toki mo.\"", + "link": "https://animethemes.moe/video/Hachinai-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hachinai-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Donna Toki mo.\"", + "link": "https://animethemes.moe/video/Hachinai-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hachinai-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Donna Toki mo.\"", + "link": "https://animethemes.moe/video/Hachinai-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hachinai-ED1v3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38268", + "title": "Hangyakusei Million Arthur 2nd Season", + "year": "2019", + "themes": [ + { + "name": "OP \"OPEN THE WORLDS\"", + "link": "https://animethemes.moe/video/HangyakuseiMillionArthurS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HangyakuseiMillionArthurS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"PEARLY×PARTY\"", + "link": "https://animethemes.moe/video/HangyakuseiMillionArthurS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HangyakuseiMillionArthurS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35678", + "title": "Hibike! Euphonium Movie 3: Chikai no Finale", + "year": "2019", + "themes": [ + { + "name": "ED \"Blast!\"", + "link": "https://animethemes.moe/video/HibikeEuphoniumChikaiNoFinale-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37614", + "title": "Hitoribocchi no Marumaru Seikatsu", + "year": "2019", + "themes": [ + { + "name": "OP \"Hitoribocchi no Monologue\"", + "link": "https://animethemes.moe/video/HitoribocchiNoMarumaruSeikatsu-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HitoribocchiNoMarumaruSeikatsu-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Ne, Issho ni Kaero.\"", + "link": "https://animethemes.moe/video/HitoribocchiNoMarumaruSeikatsu-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HitoribocchiNoMarumaruSeikatsu-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Ne, Issho ni Kaero.\"", + "link": "https://animethemes.moe/video/HitoribocchiNoMarumaruSeikatsu-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HitoribocchiNoMarumaruSeikatsu-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Ne, Issho ni Kaero.\"", + "link": "https://animethemes.moe/video/HitoribocchiNoMarumaruSeikatsu-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HitoribocchiNoMarumaruSeikatsu-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bakushou Bocchi Juku Kouka\"", + "link": "https://animethemes.moe/video/HitoribocchiNoMarumaruSeikatsu-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HitoribocchiNoMarumaruSeikatsu-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38472", + "title": "Isekai Quartet", + "year": "2019", + "themes": [ + { + "name": "OP \"Isekai Quartet\"", + "link": "https://animethemes.moe/video/IsekaiQuartet-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiQuartet-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Isekai Girls♡Talk\"", + "link": "https://animethemes.moe/video/IsekaiQuartet-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiQuartet-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hollow Veil\"", + "link": "https://animethemes.moe/video/IsekaiQuartet-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiQuartet-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38881", + "title": "Jimoto ga Japan", + "year": "2019", + "themes": [ + { + "name": "ED \"Appare! Jimoto ga Ichiban!!\"", + "link": "https://animethemes.moe/video/JimotoGaJapan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38295", + "title": "Joshikausei", + "year": "2019", + "themes": [ + { + "name": "ED \"silent days\"", + "link": "https://animethemes.moe/video/Joshikausei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37981", + "title": "Kaijuu no Kodomo", + "year": "2019", + "themes": [ + { + "name": "ED \"Umi no Yuurei\"", + "link": "https://animethemes.moe/video/KaijuuNoKodomo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39040", + "title": "Kedama no Gonjirou", + "year": "2019", + "themes": [ + { + "name": "OP \"Let's! Gonjirou\"", + "link": "https://animethemes.moe/video/KedamaNoGonjirou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Wasa Wasa Wasa!\"", + "link": "https://animethemes.moe/video/KedamaNoGonjirou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36407", + "title": "Kenja no Mago", + "year": "2019", + "themes": [ + { + "name": "OP \"Ultimate☆MAGIC\"", + "link": "https://animethemes.moe/video/KenjaNoMago-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KenjaNoMago-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Attouteki Vivid Days\"", + "link": "https://animethemes.moe/video/KenjaNoMago-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KenjaNoMago-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Attouteki Vivid Days\"", + "link": "https://animethemes.moe/video/KenjaNoMago-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "38000", + "title": "Kimetsu no Yaiba", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Gurenge\"", + "link": "https://animethemes.moe/video/KimetsuNoYaiba-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KimetsuNoYaiba-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Gurenge\"", + "link": "https://animethemes.moe/video/KimetsuNoYaiba-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Gurenge\"", + "link": "https://animethemes.moe/video/KimetsuNoYaiba-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Gurenge\"", + "link": "https://animethemes.moe/video/KimetsuNoYaiba-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED1 \"from the edge\"", + "link": "https://animethemes.moe/video/KimetsuNoYaiba-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KimetsuNoYaiba-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kamado Tanjiro no Uta\"", + "link": "https://animethemes.moe/video/KimetsuNoYaiba-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KimetsuNoYaiba-ED2-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "38594", + "title": "Kimi to, Nami ni Noretara", + "year": "2019", + "themes": [ + { + "name": "ED \"Brand New Story\"", + "link": "https://animethemes.moe/video/KimiToNamiNiNoretara-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39699", + "title": "King of Prism: Shiny Seven Stars", + "year": "2019", + "themes": [ + { + "name": "OP \"Shiny Seven Stars!\"", + "link": "https://animethemes.moe/video/KingOfPrism-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Samui Yoru Dakara...\"", + "link": "https://animethemes.moe/video/KingOfPrism-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"masquerade\"", + "link": "https://animethemes.moe/video/KingOfPrism-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Unite! The Night!\"", + "link": "https://animethemes.moe/video/KingOfPrism-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"JOY\"", + "link": "https://animethemes.moe/video/KingOfPrism-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"LEGEND OF WIND\"", + "link": "https://animethemes.moe/video/KingOfPrism-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Love & Peace Forever\"", + "link": "https://animethemes.moe/video/KingOfPrism-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Overnight Sensation ~Jidai wa Anata ni Yudane Teru~\"", + "link": "https://animethemes.moe/video/KingOfPrism-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Silver and Gold dance\"", + "link": "https://animethemes.moe/video/KingOfPrism-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Ai ga Mou Sukoshi Hoshii yo\"", + "link": "https://animethemes.moe/video/KingOfPrism-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"BRAND NEW TOMORROW\"", + "link": "https://animethemes.moe/video/KingOfPrism-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"BOY MEETS GIRL\"", + "link": "https://animethemes.moe/video/KingOfPrism-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "38804", + "title": "Kiratto Pri☆chan 2nd Season", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Diamond Smile\"", + "link": "https://animethemes.moe/video/KirattoPriChanS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kiralist Jewelist\"", + "link": "https://animethemes.moe/video/KirattoPriChanS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Janken Kiratto! Pri☆chan\"", + "link": "https://animethemes.moe/video/KirattoPriChanS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Brand New Girls\"", + "link": "https://animethemes.moe/video/KirattoPriChanS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38080", + "title": "Kono Oto Tomare!", + "year": "2019", + "themes": [ + { + "name": "OP \"Tone\"", + "link": "https://animethemes.moe/video/KonoOtoTomare-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonoOtoTomare-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Speechless\"", + "link": "https://animethemes.moe/video/KonoOtoTomare-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonoOtoTomare-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34620", + "title": "Kono Yo no Hate de Koi wo Utau Shoujo YU-NO", + "year": "2019", + "themes": [ + { + "name": "OP1 V1 \"Kono Yo no Hate de Koi wo Utau Shoujo\"", + "link": "https://animethemes.moe/video/Yuno-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Yuno-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP1 V2 \"Kono Yo no Hate de Koi wo Utau Shoujo\"", + "link": "https://animethemes.moe/video/Yuno-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"MOTHER\"", + "link": "https://animethemes.moe/video/Yuno-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"MOTHER\"", + "link": "https://animethemes.moe/video/Yuno-OP2v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Yuno-OP2v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Shinri no Kagami, Tsurugi no You ni\"", + "link": "https://animethemes.moe/video/Yuno-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Yuno-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Kami no Suushiki\"", + "link": "https://animethemes.moe/video/Yuno-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Kami no Suushiki\"", + "link": "https://animethemes.moe/video/Yuno-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Kami no Suushiki\"", + "link": "https://animethemes.moe/video/Yuno-ED2v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Yuno-ED2v3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34544", + "title": "Koutetsujou no Kabaneri Movie 3: Unato Kessen", + "year": "2019", + "themes": [ + { + "name": "ED \"Sakase ya Sakase\"", + "link": "https://animethemes.moe/video/KoutetsujouNoKabaneriMovie3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38558", + "title": "Laidbackers", + "year": "2019", + "themes": [ + { + "name": "ED \"Precious Piece\"", + "link": "https://animethemes.moe/video/Laidbackers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39487", + "title": "Lupin the IIIrd: Mine Fujiko no Uso", + "year": "2019", + "themes": [ + { + "name": "ED \"Innocent deceiver\"", + "link": "https://animethemes.moe/video/LupinMineFujikoNoUso-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37964", + "title": "Mayonaka no Occult Koumuin", + "year": "2019", + "themes": [ + { + "name": "OP \"dis-communicate\"", + "link": "https://animethemes.moe/video/MayonakaNoOccultKoumuin-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yakusoku no Overture\"", + "link": "https://animethemes.moe/video/MayonakaNoOccultKoumuin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38778", + "title": "Midara na Ao-chan wa Benkyou ga Dekinai", + "year": "2019", + "themes": [ + { + "name": "OP \"WONDERFUL WONDER\"", + "link": "https://animethemes.moe/video/MidaraNaAoChanWaBenkyouGaDekinai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MidaraNaAoChanWaBenkyouGaDekinai-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Koi wa Miracle\"", + "link": "https://animethemes.moe/video/MidaraNaAoChanWaBenkyouGaDekinai-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MidaraNaAoChanWaBenkyouGaDekinai-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38935", + "title": "Miru Tights", + "year": "2019", + "themes": [ + { + "name": "ED1 \"True Days\" by Ren Aikawa", + "link": "https://animethemes.moe/video/MiruTights-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"True Days\" by Yua Akabeni", + "link": "https://animethemes.moe/video/MiruTights-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"True Days\" by Homi Moegi", + "link": "https://animethemes.moe/video/MiruTights-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"True Days\" by Ren Aikawa, Yua Akabeni & Homi Moegi", + "link": "https://animethemes.moe/video/MiruTights-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "38098", + "title": "Mix: Meisei Story", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Equal\"", + "link": "https://animethemes.moe/video/Mix-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Mix-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"VS\"", + "link": "https://animethemes.moe/video/Mix-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Mix-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kimi ni Todoku made\"", + "link": "https://animethemes.moe/video/Mix-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Mix-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi ni Tsutaeta Story\"", + "link": "https://animethemes.moe/video/Mix-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Mix-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "39592", + "title": "Mobile Suit Gundam: The Origin - Advent of the Red Comet", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Sora no Uta ~Higher and Higher~\"", + "link": "https://animethemes.moe/video/GundamTheOriginTV-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamTheOriginTV-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Hisoubi\"", + "link": "https://animethemes.moe/video/GundamTheOriginTV-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamTheOriginTV-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP3 \"BEYOND THE TIME (Mobius no Sora wo Koete)\"", + "link": "https://animethemes.moe/video/GundamTheOriginTV-OP3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamTheOriginTV-OP3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Meguriai\"", + "link": "https://animethemes.moe/video/GundamTheOriginTV-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamTheOriginTV-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mizu no Hoshi e Ai wo Komete\"", + "link": "https://animethemes.moe/video/GundamTheOriginTV-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamTheOriginTV-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"A Red Ray\"", + "link": "https://animethemes.moe/video/GundamTheOriginTV-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamTheOriginTV-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"A Red Ray\"", + "link": "https://animethemes.moe/video/GundamTheOriginTV-ED3v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamTheOriginTV-ED3v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hikari no Hate\"", + "link": "https://animethemes.moe/video/GundamTheOriginTV-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamTheOriginTV-ED4-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38150", + "title": "Namu Amida Butsu!: Rendai Utena", + "year": "2019", + "themes": [ + { + "name": "OP \"Sorauta\"", + "link": "https://animethemes.moe/video/NamuAmidaButsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ruby\"", + "link": "https://animethemes.moe/video/NamuAmidaButsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38397", + "title": "Nande Koko ni Sensei ga!?", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Bon♡Kyu♡Bon wa Kare no Mono♡\"", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Bon♡Kyu♡Bon wa Kare no Mono♡\"", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Bon♡Kyu♡Bon wa Kare no Mono♡\"", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V4 \"Bon♡Kyu♡Bon wa Kare no Mono♡\"", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-OP1v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-OP1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Ringo-iro Memories\" by Kana Kojima", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ringo-iro Memories\" by Mayu Matsukaze", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ringo-iro Memories\" by Hikari Hazakura", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Ringo-iro Memories\" by Hikari Hazakura & Mayu Matsukaze", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Ringo-iro Memories\" by Chizuru Tachibana", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NandeKokoNiSenseiGa-ED5-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38814", + "title": "Nobunaga-sensei no Osanazuma", + "year": "2019", + "themes": [ + { + "name": "OP \"Koise yo Minna, Hai!\"", + "link": "https://animethemes.moe/video/NobunagaSenseiNoOsanazuma-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NobunagaSenseiNoOsanazuma-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Returner Butterfly\"", + "link": "https://animethemes.moe/video/NobunagaSenseiNoOsanazuma-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NobunagaSenseiNoOsanazuma-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34134", + "title": "One Punch Man 2nd Season", + "year": "2019", + "themes": [ + { + "name": "OP \"Seijaku no Apostle\"", + "link": "https://animethemes.moe/video/OnePunchManS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chizu ga Nakutemo Modoru kara\"", + "link": "https://animethemes.moe/video/OnePunchManS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39249", + "title": "Pandora to Akubi", + "year": "2019", + "themes": [ + { + "name": "OP \"D.A.Y.S.\"", + "link": "https://animethemes.moe/video/PandoraToAkubi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"B.U.R.N.\"", + "link": "https://animethemes.moe/video/PandoraToAkubi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37596", + "title": "Poputepipikku Special", + "year": "2019", + "themes": [ + { + "name": "OP1 \"last sparkle\"", + "link": "https://animethemes.moe/video/PopTeamEpicSpecial-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Pretty candle star\"", + "link": "https://animethemes.moe/video/PopTeamEpicSpecial-OP2.webm", + "type": "opening" + } + ] + }, + { + "id": "35848", + "title": "Promare", + "year": "2019", + "themes": [ + { + "name": "ED1 \"Inferno\"", + "link": "https://animethemes.moe/video/Promare-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koori ni Tojikomete\"", + "link": "https://animethemes.moe/video/Promare-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38707", + "title": "RobiHachi", + "year": "2019", + "themes": [ + { + "name": "OP \"Tensai no Playlist\"", + "link": "https://animethemes.moe/video/RobiHachi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dancing to Night ~Kimi e no Saidan Warp Kouro~\"", + "link": "https://animethemes.moe/video/RobiHachi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37426", + "title": "Sarazanmai", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Massara\"", + "link": "https://animethemes.moe/video/Sarazanmai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Sarazanmai-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Massara\"", + "link": "https://animethemes.moe/video/Sarazanmai-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Stand by me\"", + "link": "https://animethemes.moe/video/Sarazanmai-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Sarazanmai-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Stand by me\"", + "link": "https://animethemes.moe/video/Sarazanmai-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Stand by me\"", + "link": "https://animethemes.moe/video/Sarazanmai-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Stand by me\"", + "link": "https://animethemes.moe/video/Sarazanmai-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "38329", + "title": "Seishun Buta Yarou wa Yumemiru Shoujo no Yume wo Minai", + "year": "2019", + "themes": [ + { + "name": "ED \"Fukashigi no Carte movie ver.\"", + "link": "https://animethemes.moe/video/AobutaMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38787", + "title": "Senryuu Shoujo", + "year": "2019", + "themes": [ + { + "name": "OP \"Kotonoha no Omoi\"", + "link": "https://animethemes.moe/video/SenryuuShoujo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SenryuuShoujo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"ORDINARY LOVE\"", + "link": "https://animethemes.moe/video/SenryuuShoujo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SenryuuShoujo-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38759", + "title": "Sewayaki Kitsune no Senko-san", + "year": "2019", + "themes": [ + { + "name": "OP \"Koyoi mofumofu!!\"", + "link": "https://animethemes.moe/video/SewayakiKitsuneNoSenkoSan-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SewayakiKitsuneNoSenkoSan-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Moffumoffu DE Yoi no Ja yo\"", + "link": "https://animethemes.moe/video/SewayakiKitsuneNoSenkoSan-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SewayakiKitsuneNoSenkoSan-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38524", + "title": "Shingeki no Kyojin Season 3 Part 2", + "year": "2019", + "themes": [ + { + "name": "OP \"Shoukei to Shikabane no Michi\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS3Part2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS3Part2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Name of Love\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS3Part2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS3Part2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Name of Love\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS3Part2-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "37952", + "title": "Shoumetsu Toshi", + "year": "2019", + "themes": [ + { + "name": "OP \"Kotae\"", + "link": "https://animethemes.moe/video/ShoumetsuToshi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoumetsuToshi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Swallowtail Butterfly ~Ai no Uta~ from Shoumetsu Toshi\"", + "link": "https://animethemes.moe/video/ShoumetsuToshi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"With Your Breath\"", + "link": "https://animethemes.moe/video/ShoumetsuToshi-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoumetsuToshi-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hello, Again ~Mukashi Kara Aru Basho~ from Shoumetsu Toshi\"", + "link": "https://animethemes.moe/video/ShoumetsuToshi-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "34649", + "title": "Soukyuu no Fafner: Dead Aggressor - The Beyond", + "year": "2019", + "themes": [ + { + "name": "OP \"THE BEYOND\"", + "link": "https://animethemes.moe/video/FafnerTheBeyond-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Naze ni...\"", + "link": "https://animethemes.moe/video/FafnerTheBeyond-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38004", + "title": "Strike Witches: 501 Butai Hasshin Shimasu!", + "year": "2019", + "themes": [ + { + "name": "OP \"Sora ga Yobu Hou e\"", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Treasure of life\" by Yoshika Miyafuji", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Treasure of life\" by Erica Hartmann", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Treasure of life\" by Minna-Dietlinde Wilcke", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Treasure of life\" by Gertrud Barkhorn", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Treasure of life\" by Mio Sakamoto", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Treasure of life\" by Charlotte E. Yeager", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Treasure of life\" by Francesca Lucchini", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Treasure of life\" by Sanya V. Litvyak", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED8-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED9 \"Treasure of life\" by Eila Ilmatar Juutilainen", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED9.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED9-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED10 \"Treasure of life\" by Lynette Bishop", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED10.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED10-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED11 \"Treasure of life\" by Perrine H. Clostermann", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED11.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED11-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED12 \"Treasure of life\" by Dai 501 Sougou Sentou Kuukoudan", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED12.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StrikeWitches501ButaiHasshinshimasu-ED12-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36871", + "title": "Ultraman", + "year": "2019", + "themes": [ + { + "name": "ED \"Sight Over The Battle\"", + "link": "https://animethemes.moe/video/Ultraman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37940", + "title": "Yatogame-chan Kansatsu Nikki", + "year": "2019", + "themes": [ + { + "name": "ED \"DELUXE DELUXE HAPPY\"", + "link": "https://animethemes.moe/video/YatogameChanKansatsuNikki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "39277", + "title": "Youkai Watch", + "year": "2019", + "themes": [ + { + "name": "OP \"Kerakeraho no Uta\"", + "link": "https://animethemes.moe/video/YoukaiWatch2019-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Youkai Taisou Daiichi ~Tsuzuku~\"", + "link": "https://animethemes.moe/video/YoukaiWatch2019-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37956", + "title": "3D Kanojo: Real Girl 2nd Season", + "year": "2019", + "themes": [ + { + "name": "OP \"Futari nara\"", + "link": "https://animethemes.moe/video/3DKanojoS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/3DKanojoS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Hagan\"", + "link": "https://animethemes.moe/video/3DKanojoS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/3DKanojoS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Hagan\"", + "link": "https://animethemes.moe/video/3DKanojoS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/3DKanojoS2-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Daiji na Koto\"", + "link": "https://animethemes.moe/video/3DKanojoS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37747", + "title": "Ame-iro Cocoa: Side G", + "year": "2019", + "themes": [ + { + "name": "OP \"Colorful Passage\"", + "link": "https://animethemes.moe/video/AmeiroCocoaSideG-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "38464", + "title": "Ashita Sekai ga Owaru toshitemo", + "year": "2019", + "themes": [ + { + "name": "ED \"Ashita Sekai ga Owaru toshitemo\"", + "link": "https://animethemes.moe/video/AshitaSekaiGa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36483", + "title": "B-Project: Zecchou*Emotion", + "year": "2019", + "themes": [ + { + "name": "OP \"Zecchou*Emotion\"", + "link": "https://animethemes.moe/video/BProjectS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hikari to Kage no Toki Musubu\" by B-Project", + "link": "https://animethemes.moe/video/BProjectS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hikari to Kage no Toki Musubu\" by Killer King", + "link": "https://animethemes.moe/video/BProjectS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hikari to Kage no Toki Musubu\" by Moons", + "link": "https://animethemes.moe/video/BProjectS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hikari to Kage no Toki Musubu\" by Kitakore", + "link": "https://animethemes.moe/video/BProjectS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hikari to Kage no Toki Musubu\" by Thrive", + "link": "https://animethemes.moe/video/BProjectS2-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "37869", + "title": "BanG Dream! 2nd Season", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Kizuna Music♪\"", + "link": "https://animethemes.moe/video/BangDreamS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"BRAVE JEWEL\"", + "link": "https://animethemes.moe/video/BangDreamS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Safe and Sound\"", + "link": "https://animethemes.moe/video/BangDreamS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Jumpin'\"", + "link": "https://animethemes.moe/video/BangDreamS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38199", + "title": "Bermuda Triangle: Colorful Pastrale", + "year": "2019", + "themes": [ + { + "name": "OP \"Wonderland Girl\"", + "link": "https://animethemes.moe/video/BermudaTriangle-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shabon -Sonata ver.-\"", + "link": "https://animethemes.moe/video/BermudaTriangle-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shabon -Fina ver.-\"", + "link": "https://animethemes.moe/video/BermudaTriangle-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Shabon -Kanon ver.-\"", + "link": "https://animethemes.moe/video/BermudaTriangle-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Shabon -Serena ver.-\"", + "link": "https://animethemes.moe/video/BermudaTriangle-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Shabon -Kyaro ver.-\"", + "link": "https://animethemes.moe/video/BermudaTriangle-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Shabon -Cier ver.-\"", + "link": "https://animethemes.moe/video/BermudaTriangle-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Shabon -Colorful Pastrale ver.-\"", + "link": "https://animethemes.moe/video/BermudaTriangle-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "37451", + "title": "Boogiepop wa Warawanai", + "year": "2019", + "themes": [ + { + "name": "OP \"shadowgraph\"", + "link": "https://animethemes.moe/video/BoogiepopWaWarawanai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BoogiepopWaWarawanai-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Whiteout\"", + "link": "https://animethemes.moe/video/BoogiepopWaWarawanai-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BoogiepopWaWarawanai-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sayonara\"", + "link": "https://animethemes.moe/video/BoogiepopWaWarawanai-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38157", + "title": "Circlet Princess", + "year": "2019", + "themes": [ + { + "name": "OP \"HEAT:Moment\"", + "link": "https://animethemes.moe/video/CircletPrincess-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Circle-Lets Friends!\"", + "link": "https://animethemes.moe/video/CircletPrincess-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37516", + "title": "City Hunter Movie: Shinjuku Private Eyes", + "year": "2019", + "themes": [ + { + "name": "OP \"Mr. Cool\"", + "link": "https://animethemes.moe/video/CityHunterShinjukuPrivateEyes-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Get Wild\"", + "link": "https://animethemes.moe/video/CityHunterShinjukuPrivateEyes-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"STILL LOVE HER (Ushinawareta Fuukei)\"", + "link": "https://animethemes.moe/video/CityHunterShinjukuPrivateEyes-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34437", + "title": "Code Geass: Fukkatsu no Lelouch", + "year": "2019", + "themes": [ + { + "name": "OP \"Kono Sekai de\"", + "link": "https://animethemes.moe/video/CodeGeassFukkatsuNoLelouch-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Revive\"", + "link": "https://animethemes.moe/video/CodeGeassFukkatsuNoLelouch-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36633", + "title": "Date A Live III", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"I swear\"", + "link": "https://animethemes.moe/video/DateALiveS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DateALiveS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"I swear\"", + "link": "https://animethemes.moe/video/DateALiveS3-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DateALiveS3-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"I swear\"", + "link": "https://animethemes.moe/video/DateALiveS3-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DateALiveS3-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V4 \"I swear\"", + "link": "https://animethemes.moe/video/DateALiveS3-OP1v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DateALiveS3-OP1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V5 \"I swear\"", + "link": "https://animethemes.moe/video/DateALiveS3-OP1v5.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DateALiveS3-OP1v5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Last Promise\"", + "link": "https://animethemes.moe/video/DateALiveS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DateALiveS3-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Last Promise\"", + "link": "https://animethemes.moe/video/DateALiveS3-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DateALiveS3-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Last Promise\"", + "link": "https://animethemes.moe/video/DateALiveS3-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DateALiveS3-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Last Promise\"", + "link": "https://animethemes.moe/video/DateALiveS3-ED1v4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DateALiveS3-ED1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Last Promise\"", + "link": "https://animethemes.moe/video/DateALiveS3-ED1v5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DateALiveS3-ED1v5-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38449", + "title": "Dimension High School", + "year": "2019", + "themes": [ + { + "name": "OP \"Here we go!\"", + "link": "https://animethemes.moe/video/DimensionHighSchool-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"My Home\"", + "link": "https://animethemes.moe/video/DimensionHighSchool-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37982", + "title": "Domestic na Kanojo", + "year": "2019", + "themes": [ + { + "name": "OP \"Kawaki wo Ameku\"", + "link": "https://animethemes.moe/video/DomesticNaKanojo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DomesticNaKanojo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Wagamama\"", + "link": "https://animethemes.moe/video/DomesticNaKanojo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Always\"", + "link": "https://animethemes.moe/video/DomesticNaKanojo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37520", + "title": "Dororo", + "year": "2019", + "themes": [ + { + "name": "OP1 \"Kaen\"", + "link": "https://animethemes.moe/video/Dororo2019-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Dororo2019-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Dororo\"", + "link": "https://animethemes.moe/video/Dororo2019-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Dororo2019-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Sayonara Gokko\"", + "link": "https://animethemes.moe/video/Dororo2019-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Dororo2019-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Yamiyo\"", + "link": "https://animethemes.moe/video/Dororo2019-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Dororo2019-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Yamiyo\"", + "link": "https://animethemes.moe/video/Dororo2019-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Yamiyo\"", + "link": "https://animethemes.moe/video/Dororo2019-ED2v3.webm", + "type": "ending" + } + ] + }, + { + "id": "38145", + "title": "Doukyonin wa Hiza, Tokidoki, Atama no Ue.", + "year": "2019", + "themes": [ + { + "name": "OP \"Unknown World\"", + "link": "https://animethemes.moe/video/Hizaue-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hizaue-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kimi no Tonari Watashi no Basho\"", + "link": "https://animethemes.moe/video/Hizaue-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hizaue-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37348", + "title": "Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka Movie: Orion no Ya", + "year": "2019", + "themes": [ + { + "name": "ED \"Onaji Sora no Shita de\"", + "link": "https://animethemes.moe/video/DanMachiOrionNoYa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38544", + "title": "Egao no Daika", + "year": "2019", + "themes": [ + { + "name": "OP \"Egao no Kanata\"", + "link": "https://animethemes.moe/video/EgaoNoDaika-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EgaoNoDaika-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Kono Sekai ni Hanataba wo\"", + "link": "https://animethemes.moe/video/EgaoNoDaika-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EgaoNoDaika-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kono Sekai ni Hanataba wo\"", + "link": "https://animethemes.moe/video/EgaoNoDaika-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "38062", + "title": "Endro~!", + "year": "2019", + "themes": [ + { + "name": "OP \"Endoro~ru!\"", + "link": "https://animethemes.moe/video/Endro-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Endro-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Wonder Caravan!\"", + "link": "https://animethemes.moe/video/Endro-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Endro-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36792", + "title": "Eromanga-sensei OVA", + "year": "2019", + "themes": [ + { + "name": "OP \"Hitorigoto\"", + "link": "https://animethemes.moe/video/EromangaSensei-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EromangaSensei-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"adrenaline!!!\"", + "link": "https://animethemes.moe/video/EromangaSenseiOVA-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"adrenaline!!!\"", + "link": "https://animethemes.moe/video/EromangaSenseiOVA-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "33049", + "title": "Fate/stay night Movie: Heaven's Feel - II. Lost Butterfly", + "year": "2019", + "themes": [ + { + "name": "ED \"I beg you\"", + "link": "https://animethemes.moe/video/FateStayNightHeavensFeelLostButterfly-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38719", + "title": "Fight League: Gear Gadget Generators", + "year": "2019", + "themes": [ + { + "name": "OP \"Winners feat. Reol & Giga\"", + "link": "https://animethemes.moe/video/FightLeague-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"N.U.L.L. feat. kradness (Ver. GGG)\"", + "link": "https://animethemes.moe/video/FightLeague-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37958", + "title": "Fukigen na Mononokean Tsuzuki", + "year": "2019", + "themes": [ + { + "name": "OP \"Long Time Traveler\"", + "link": "https://animethemes.moe/video/FukigenNaMononokeanS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"1%\"", + "link": "https://animethemes.moe/video/FukigenNaMononokeanS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37998", + "title": "Girly Air Force", + "year": "2019", + "themes": [ + { + "name": "OP \"Break the Blue!!\"", + "link": "https://animethemes.moe/video/GirlyAirForce-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GirlyAirForce-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Colorful☆Wing\"", + "link": "https://animethemes.moe/video/GirlyAirForce-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GirlyAirForce-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Colorful☆Wing\"", + "link": "https://animethemes.moe/video/GirlyAirForce-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GirlyAirForce-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Colorful☆Wing\"", + "link": "https://animethemes.moe/video/GirlyAirForce-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GirlyAirForce-ED1v3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38101", + "title": "Gotoubun no Hanayome", + "year": "2019", + "themes": [ + { + "name": "OP \"Gotoubun no Kimochi\"", + "link": "https://animethemes.moe/video/GotoubunNoHanayome-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GotoubunNoHanayome-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Sign\"", + "link": "https://animethemes.moe/video/GotoubunNoHanayome-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GotoubunNoHanayome-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37154", + "title": "Grimms Notes The Animation", + "year": "2019", + "themes": [ + { + "name": "OP \"Innocent Notes\"", + "link": "https://animethemes.moe/video/GrimmsNotes-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrimmsNotes-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Eiyuu no Shihen\"", + "link": "https://animethemes.moe/video/GrimmsNotes-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Endless Notes\"", + "link": "https://animethemes.moe/video/GrimmsNotes-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrimmsNotes-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35868", + "title": "Grisaia: Phantom Trigger The Animation", + "year": "2019", + "themes": [ + { + "name": "OP \"Gensou no Ranbu\"", + "link": "https://animethemes.moe/video/GrisaiaPhantomTrigger-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sayonara no Wakusei\"", + "link": "https://animethemes.moe/video/GrisaiaPhantomTrigger-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34332", + "title": "Hulaing Babies", + "year": "2019", + "themes": [ + { + "name": "OP \"Hulaing Babies\"", + "link": "https://animethemes.moe/video/HulaingBabies-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Akaruku Youki Ni, Ikimashou.\"", + "link": "https://animethemes.moe/video/HulaingBabies-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38425", + "title": "Ikkitousen: Western Wolves", + "year": "2019", + "themes": [ + { + "name": "ED \"Kurenai no Kougyou\"", + "link": "https://animethemes.moe/video/IkkitousenWesternWolves-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37999", + "title": "Kaguya-sama wa Kokurasetai: Tensai-tachi no Renai Zunousen", + "year": "2019", + "themes": [ + { + "name": "OP \"Love Dramatic feat. Rikka Ihara\"", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetai-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetai-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Sentimental Crisis\"", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetai-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetai-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetai-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Chikatto Chika Chika♡\"", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetai-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetai-ED2-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaguyaSamaWaKokurasetai-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37086", + "title": "Kakegurui××", + "year": "2019", + "themes": [ + { + "name": "OP \"Kono Yubi Tomare\"", + "link": "https://animethemes.moe/video/KakeguruiS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakeguruiS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"AlegriA\"", + "link": "https://animethemes.moe/video/KakeguruiS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakeguruiS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35313", + "title": "Kemono Friends 2", + "year": "2019", + "themes": [ + { + "name": "OP \"Notteke! Japari Beat\"", + "link": "https://animethemes.moe/video/KemonoFriendsS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KemonoFriendsS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Hoshi o Tsunagete\"", + "link": "https://animethemes.moe/video/KemonoFriendsS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KemonoFriendsS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Hoshi o Tsunagete\"", + "link": "https://animethemes.moe/video/KemonoFriendsS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi wa Kaeru Basho\"", + "link": "https://animethemes.moe/video/KemonoFriendsS2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KemonoFriendsS2-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Youkoso Japari Park e\"", + "link": "https://animethemes.moe/video/KemonoFriendsS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "37302", + "title": "Kemurikusa", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"KEMURIKUSA\"", + "link": "https://animethemes.moe/video/Kemurikusa-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"KEMURIKUSA\"", + "link": "https://animethemes.moe/video/Kemurikusa-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"KEMURIKUSA\"", + "link": "https://animethemes.moe/video/Kemurikusa-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"INDETERMINATE UNIVERSE\"", + "link": "https://animethemes.moe/video/Kemurikusa-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"INDETERMINATE UNIVERSE\"", + "link": "https://animethemes.moe/video/Kemurikusa-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"INDETERMINATE UNIVERSE\"", + "link": "https://animethemes.moe/video/Kemurikusa-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "38301", + "title": "Kouya no Kotobuki Hikoutai", + "year": "2019", + "themes": [ + { + "name": "OP \"Soranone\"", + "link": "https://animethemes.moe/video/Kotobuki-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kotobuki-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Tsubasa wo Motsu Mono-tachi\"", + "link": "https://animethemes.moe/video/Kotobuki-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kotobuki-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Tsubasa wo Motsu Mono-tachi\"", + "link": "https://animethemes.moe/video/Kotobuki-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kotobuki-ED1v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37027", + "title": "Love Live! Sunshine!! The School Idol Movie: Over the Rainbow", + "year": "2019", + "themes": [ + { + "name": "OP \"Bokura no Hashittekita Michi wa...\"", + "link": "https://animethemes.moe/video/LoveLiveSunshineMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Next SPARKLING!!\"", + "link": "https://animethemes.moe/video/LoveLiveSunshineMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37979", + "title": "Mahou Shoujo Tokushusen Asuka", + "year": "2019", + "themes": [ + { + "name": "OP \"KODO\"", + "link": "https://animethemes.moe/video/MahouShoujoTokushusenAsuka-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahouShoujoTokushusenAsuka-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"REBEL FLAG\"", + "link": "https://animethemes.moe/video/MahouShoujoTokushusenAsuka-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahouShoujoTokushusenAsuka-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34209", + "title": "Meiji Tokyo Renka", + "year": "2019", + "themes": [ + { + "name": "OP \"Tsuki Akari no Rhapsodia\"", + "link": "https://animethemes.moe/video/MeijiTokyoRenka-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MeijiTokyoRenka-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Hoshikuzu no Yomibito\" by Ougai Mori & Shouzou Hishida", + "link": "https://animethemes.moe/video/MeijiTokyoRenka-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mellow na Yoru ni Odorimashou\"", + "link": "https://animethemes.moe/video/MeijiTokyoRenka-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yoiya Yoiya\"", + "link": "https://animethemes.moe/video/MeijiTokyoRenka-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hoshikuzu no Yomibito\" by Ougai Mori", + "link": "https://animethemes.moe/video/MeijiTokyoRenka-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hoshikuzu no Yomibito\" by Shouzou Hishida", + "link": "https://animethemes.moe/video/MeijiTokyoRenka-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "38673", + "title": "Mini Toji", + "year": "2019", + "themes": [ + { + "name": "OP \"Kono Bangumi wa Ura Wakaki Koumuin-tachi no Teikyou de Ookuri Itashimasu\"", + "link": "https://animethemes.moe/video/MiniToji-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MiniToji-OP1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37510", + "title": "Mob Psycho 100 II", + "year": "2019", + "themes": [ + { + "name": "OP \"99.9\"", + "link": "https://animethemes.moe/video/MobPsycho100S2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MobPsycho100S2-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Gray\"", + "link": "https://animethemes.moe/video/MobPsycho100S2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MobPsycho100S2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Memosepia\"", + "link": "https://animethemes.moe/video/MobPsycho100S2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MobPsycho100S2-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Mabuta no Ura\"", + "link": "https://animethemes.moe/video/MobPsycho100S2-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MobPsycho100S2-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Ikeru Hitobito\"", + "link": "https://animethemes.moe/video/MobPsycho100S2-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MobPsycho100S2-ED4-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37374", + "title": "Pastel Memories", + "year": "2019", + "themes": [ + { + "name": "OP \"Believe in Sky\"", + "link": "https://animethemes.moe/video/PastelMemories-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sparkle☆Power\"", + "link": "https://animethemes.moe/video/PastelMemories-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sparkle☆Power (8-bit Remix)\"", + "link": "https://animethemes.moe/video/PastelMemories-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "37975", + "title": "Piano no Mori (TV) 2nd Season", + "year": "2019", + "themes": [ + { + "name": "OP \"Umi e\"", + "link": "https://animethemes.moe/video/PianoNoMoriTVS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PianoNoMoriTVS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hajimari no Basho\"", + "link": "https://animethemes.moe/video/PianoNoMoriTVS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PianoNoMoriTVS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38672", + "title": "Precure Miracle Universe Movie", + "year": "2019", + "themes": [ + { + "name": "OP \"Precure! Kana Yell☆Miracle\"", + "link": "https://animethemes.moe/video/PrecureMiracleUniverse-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"WIN Kuru! Miracle Universe☆\"", + "link": "https://animethemes.moe/video/PrecureMiracleUniverse-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37440", + "title": "Psycho-Pass: Sinners of the System Case.1 - Tsumi to Bachi", + "year": "2019", + "themes": [ + { + "name": "OP \"Abnormalize (Remixed by Masayuki Nakano)\"", + "link": "https://animethemes.moe/video/PsychoPassSSCase1-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Fallen (Remixed by Masayuki Nakano) \"", + "link": "https://animethemes.moe/video/PsychoPassSSCase1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37441", + "title": "Psycho-Pass: Sinners of the System Case.2 - First Guardian", + "year": "2019", + "themes": [ + { + "name": "OP \"Abnormalize (Remixed by Masayuki Nakano)\"", + "link": "https://animethemes.moe/video/PsychoPassSSCase2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"All Alone with You (Remixed by Masayuki Nakano)\"", + "link": "https://animethemes.moe/video/PsychoPassSSCase2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37442", + "title": "Psycho-Pass: Sinners of the System Case.3 - Onshuu no Kanata ni", + "year": "2019", + "themes": [ + { + "name": "OP \"Abnormalize (Remixed by Masayuki Nakano)\"", + "link": "https://animethemes.moe/video/PsychoPassSSCase3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Namae no Nai Kaibutsu (Remixed by Masayuki Nakano)\"", + "link": "https://animethemes.moe/video/PsychoPassSSCase3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37436", + "title": "Revisions", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Wagamama de Gomakasanai de\"", + "link": "https://animethemes.moe/video/Revisions-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Revisions-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Wagamama de Gomakasanai de\"", + "link": "https://animethemes.moe/video/Revisions-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Revisions-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Curtain Call\"", + "link": "https://animethemes.moe/video/Revisions-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Revisions-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38162", + "title": "Rinshi!! Ekoda-chan", + "year": "2019", + "themes": [ + { + "name": "ED1 \"Ukiyo ni Hana\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yume ni Yowasarete\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"NAKED ECHO\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Sora Omoi ~Dattanjin no Odori~\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Ganbarima Sengen\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Mukudori Bojou\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Ito no Yume\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Roudousha no Ballad\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Koi ga Hajimara Night\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Numa\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Tokyo Shinobi Saki\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Dear Gemstones\"", + "link": "https://animethemes.moe/video/RinshiEkodaChan-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "38578", + "title": "Star☆Twinkle Precure", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Kirari ☆彡Star☆Twinkle Precure\"", + "link": "https://animethemes.moe/video/StarTwinklePrecure-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kirari ☆彡Star☆Twinkle Precure\"", + "link": "https://animethemes.moe/video/StarTwinklePrecure-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Kirari ☆彡Star☆Twinkle Precure\"", + "link": "https://animethemes.moe/video/StarTwinklePrecure-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Papepipu Romantic\"", + "link": "https://animethemes.moe/video/StarTwinklePrecure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"WIN Kuru! Miracle Universe☆\"", + "link": "https://animethemes.moe/video/StarTwinklePrecure-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Oshiete...! Twinkle☆\"", + "link": "https://animethemes.moe/video/StarTwinklePrecure-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Oshiete...! Twinkle☆\"", + "link": "https://animethemes.moe/video/StarTwinklePrecure-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED4 \"Twinkle Stars\"", + "link": "https://animethemes.moe/video/StarTwinklePrecure-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "35790", + "title": "Tate no Yuusha no Nariagari", + "year": "2019", + "themes": [ + { + "name": "OP1 \"RISE\"", + "link": "https://animethemes.moe/video/ShieldHero-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShieldHero-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"FAITH\"", + "link": "https://animethemes.moe/video/ShieldHero-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShieldHero-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kimi no Namae\"", + "link": "https://animethemes.moe/video/ShieldHero-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShieldHero-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Falling Through Starlight\"", + "link": "https://animethemes.moe/video/ShieldHero-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Atashi ga Tonari ni Iru Uchi ni\"", + "link": "https://animethemes.moe/video/ShieldHero-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShieldHero-ED3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37986", + "title": "Trinity Seven Movie 2: Heavens Library to Crimson Lord", + "year": "2019", + "themes": [ + { + "name": "ED \"Against The Abyss\"", + "link": "https://animethemes.moe/video/TrinitySevenMovie2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37920", + "title": "Ueno-san wa Bukiyou", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Hirameki Heartbeat\"", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Hirameki Heartbeat\"", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"My Pace Science\"", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Love Me Science\"", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Houkago Traveler\"", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Cosmo Lumina\"", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Bukiyou Sensation\"", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Kokoro no Furiko\"", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UenoSanWaBukiyou-ED6-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38851", + "title": "Virtual-san wa Miteiru", + "year": "2019", + "themes": [ + { + "name": "OP1 \"AIAIAI (feat. Nakata Yasutaka)\"", + "link": "https://animethemes.moe/video/VirtualSanWaMiteiru-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Ai ga Tarinai (feat. Nakata Yasutaka)\"", + "link": "https://animethemes.moe/video/VirtualSanWaMiteiru-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Ai ga Tarinai (feat. Nakata Yasutaka)\"", + "link": "https://animethemes.moe/video/VirtualSanWaMiteiru-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Hitogata\"", + "link": "https://animethemes.moe/video/VirtualSanWaMiteiru-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hitogata\"", + "link": "https://animethemes.moe/video/VirtualSanWaMiteiru-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "37509", + "title": "W'z", + "year": "2019", + "themes": [ + { + "name": "OP \"Reason\"", + "link": "https://animethemes.moe/video/Wz-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Wz-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kamisama wa Kitto\"", + "link": "https://animethemes.moe/video/Wz-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Wz-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37993", + "title": "Watashi ni Tenshi ga Maiorita!", + "year": "2019", + "themes": [ + { + "name": "OP V1 \"Kimama na Tenshi-tachi\"", + "link": "https://animethemes.moe/video/Wataten-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Wataten-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Kimama na Tenshi-tachi\"", + "link": "https://animethemes.moe/video/Wataten-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Wataten-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Happy Happy Friends\"", + "link": "https://animethemes.moe/video/Wataten-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Wataten-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Happy Happy Friends\"", + "link": "https://animethemes.moe/video/Wataten-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Wataten-ED1v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37779", + "title": "Yakusoku no Neverland", + "year": "2019", + "themes": [ + { + "name": "OP \"Touch Off\"", + "link": "https://animethemes.moe/video/YakusokuNoNeverland-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YakusokuNoNeverland-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YakusokuNoNeverland-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Zettai Zetsumei\"", + "link": "https://animethemes.moe/video/YakusokuNoNeverland-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YakusokuNoNeverland-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YakusokuNoNeverland-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Lamp\"", + "link": "https://animethemes.moe/video/YakusokuNoNeverland-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YakusokuNoNeverland-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37055", + "title": "Youjo Senki Movie", + "year": "2019", + "themes": [ + { + "name": "ED1 \"Los! Los! Los!\"", + "link": "https://animethemes.moe/video/YoujoSenkiMovie-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Remembrance\"", + "link": "https://animethemes.moe/video/YoujoSenkiMovie-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37561", + "title": "Akanesasu Shoujo", + "year": "2018", + "themes": [ + { + "name": "OP \"Soranetarium\"", + "link": "https://animethemes.moe/video/AkanesasuShoujo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AkanesasuShoujo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kowarekake no Radio\"", + "link": "https://animethemes.moe/video/AkanesasuShoujo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AkanesasuShoujo-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37206", + "title": "Anima Yell!", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Jump Up↑ Yell!!\"", + "link": "https://animethemes.moe/video/AnimaYell-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AnimaYell-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Jump Up↑ Yell!!\"", + "link": "https://animethemes.moe/video/AnimaYell-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AnimaYell-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"One for All\"", + "link": "https://animethemes.moe/video/AnimaYell-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AnimaYell-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"One for All\"", + "link": "https://animethemes.moe/video/AnimaYell-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AnimaYell-ED1v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37584", + "title": "Bakumatsu", + "year": "2018", + "themes": [ + { + "name": "OP \"Spiral Maze\"", + "link": "https://animethemes.moe/video/Bakumatsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Harukanaru Tabi\"", + "link": "https://animethemes.moe/video/Bakumatsu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Part of Me\"", + "link": "https://animethemes.moe/video/Bakumatsu-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37117", + "title": "Bakutsuri Bar Hunter", + "year": "2018", + "themes": [ + { + "name": "OP \"Bakutsuri Soul\"", + "link": "https://animethemes.moe/video/BakutsuriBarHunter-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yuujou ZABOOOON!!\"", + "link": "https://animethemes.moe/video/BakutsuriBarHunter-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37716", + "title": "Beelzebub-jou no Okinimesu mama.", + "year": "2018", + "themes": [ + { + "name": "OP \"Pink Lemonade\"", + "link": "https://animethemes.moe/video/BeelzebubJouNoOkinimesuMama-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BeelzebubJouNoOkinimesuMama-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Akumade Koi Wazurai\"", + "link": "https://animethemes.moe/video/BeelzebubJouNoOkinimesuMama-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BeelzebubJouNoOkinimesuMama-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37823", + "title": "Conception", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Star light, Star bright\"", + "link": "https://animethemes.moe/video/Conception-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Star light, Star bright\"", + "link": "https://animethemes.moe/video/Conception-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Desires\"", + "link": "https://animethemes.moe/video/Conception-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sailor Fuku to Kikanjuu\"", + "link": "https://animethemes.moe/video/Conception-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37597", + "title": "Dakaretai Otoko 1-i ni Odosarete Imasu.", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Fukanzen Monologue\"", + "link": "https://animethemes.moe/video/Dakaichi-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Fukanzen Monologue\"", + "link": "https://animethemes.moe/video/Dakaichi-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Chuntaka!\"", + "link": "https://animethemes.moe/video/Dakaichi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38284", + "title": "Devidol!", + "year": "2018", + "themes": [ + { + "name": "OP \"Devil☆Idol\"", + "link": "https://animethemes.moe/video/Devidol-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Idol Nante Naranai\"", + "link": "https://animethemes.moe/video/Devidol-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37496", + "title": "Double Decker! Doug & Kirill", + "year": "2018", + "themes": [ + { + "name": "OP \"Stereo to Monologue\"", + "link": "https://animethemes.moe/video/DoubleDecker-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Buntline Special\"", + "link": "https://animethemes.moe/video/DoubleDecker-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36946", + "title": "Dragon Ball Super Movie: Broly", + "year": "2018", + "themes": [ + { + "name": "ED \"Blizzard\"", + "link": "https://animethemes.moe/video/DragonBallSuperBroly-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35972", + "title": "Fairy Tail: Final Series", + "year": "2018", + "themes": [ + { + "name": "OP1 \"power of the dream\"", + "link": "https://animethemes.moe/video/FairyTail2018-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FairyTail2018-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"DOWN BY LAW\"", + "link": "https://animethemes.moe/video/FairyTail2018-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"NO-LIMIT\"", + "link": "https://animethemes.moe/video/FairyTail2018-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"MORE THAN LiKE\"", + "link": "https://animethemes.moe/video/FairyTail2018-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Endless Harmony\"", + "link": "https://animethemes.moe/video/FairyTail2018-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FairyTail2018-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Pierce\"", + "link": "https://animethemes.moe/video/FairyTail2018-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Boku to Kimi no Lullaby\"", + "link": "https://animethemes.moe/video/FairyTail2018-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Exceed\"", + "link": "https://animethemes.moe/video/FairyTail2018-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "36317", + "title": "Gaikotsu Shotenin Honda-san", + "year": "2018", + "themes": [ + { + "name": "OP \"ISBN ~Inner Sound & Book's Narrative~\"", + "link": "https://animethemes.moe/video/GaikotsuShoteninHondaSan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Book-end, Happy-end\"", + "link": "https://animethemes.moe/video/GaikotsuShoteninHondaSan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37657", + "title": "Gakuen Basara", + "year": "2018", + "themes": [ + { + "name": "OP \"Hokore Kedakaki Utsukushiki, Ikizama wo\"", + "link": "https://animethemes.moe/video/GakuenBasara-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Be Affected\"", + "link": "https://animethemes.moe/video/GakuenBasara-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37349", + "title": "Goblin Slayer", + "year": "2018", + "themes": [ + { + "name": "OP \"Rightfully\"", + "link": "https://animethemes.moe/video/GoblinSlayer-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GoblinSlayer-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GoblinSlayer-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Gin no Kisei\"", + "link": "https://animethemes.moe/video/GoblinSlayer-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GoblinSlayer-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Though Our Paths May Diverge\"", + "link": "https://animethemes.moe/video/GoblinSlayer-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Within\"", + "link": "https://animethemes.moe/video/GoblinSlayer-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "37989", + "title": "Golden Kamuy 2nd Season", + "year": "2018", + "themes": [ + { + "name": "OP \"Reimei\"", + "link": "https://animethemes.moe/video/GoldenKamuyS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GoldenKamuyS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Tokeidai no Kane\"", + "link": "https://animethemes.moe/video/GoldenKamuyS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GoldenKamuyS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37990", + "title": "Gurazeni 2nd Season", + "year": "2018", + "themes": [ + { + "name": "OP \"Merigo feat. SKY-HI\"", + "link": "https://animethemes.moe/video/GurazeniS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SHADOW MONSTER\"", + "link": "https://animethemes.moe/video/GurazeniS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37490", + "title": "Gyakuten Saiban: Sono "Shinjitsu", Igi Ari! Season 2", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Never Lose\"", + "link": "https://animethemes.moe/video/GyakutenSaibanS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Reason\"", + "link": "https://animethemes.moe/video/GyakutenSaibanS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Starting Blue\"", + "link": "https://animethemes.moe/video/GyakutenSaibanS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Beautiful Days\"", + "link": "https://animethemes.moe/video/GyakutenSaibanS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37555", + "title": "Hangyakusei Million Arthur", + "year": "2018", + "themes": [ + { + "name": "OP \"Highlight\"", + "link": "https://animethemes.moe/video/HangyakuseiMillionArthur-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HangyakuseiMillionArthur-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"KI-te MI-te HIT PARADE!\"", + "link": "https://animethemes.moe/video/HangyakuseiMillionArthur-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HangyakuseiMillionArthur-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ito Utsukushiki Hikari no Naka de\"", + "link": "https://animethemes.moe/video/HangyakuseiMillionArthur-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38254", + "title": "Hashiri Tsuzukete Yokattatte.", + "year": "2018", + "themes": [ + { + "name": "OP \"Yume Fanfare\"", + "link": "https://animethemes.moe/video/HashiriTsuzuketeYokattatte-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Aikatsu Happy End\"", + "link": "https://animethemes.moe/video/HashiriTsuzuketeYokattatte-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Aikatsu Happy End\"", + "link": "https://animethemes.moe/video/HashiriTsuzuketeYokattatte-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "36945", + "title": "Himote House", + "year": "2018", + "themes": [ + { + "name": "OP \"Motetaino\"", + "link": "https://animethemes.moe/video/HimoteHouse-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ouchi ni Kaerou\"", + "link": "https://animethemes.moe/video/HimoteHouse-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37007", + "title": "Hinomaru Zumou", + "year": "2018", + "themes": [ + { + "name": "OP1 \"FIRE GROUND\"", + "link": "https://animethemes.moe/video/HinomaruZumou-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Be the NAKED\"", + "link": "https://animethemes.moe/video/HinomaruZumou-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hiizuru Basho\"", + "link": "https://animethemes.moe/video/HinomaruZumou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sakura Sake\"", + "link": "https://animethemes.moe/video/HinomaruZumou-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37501", + "title": "Hug tto! Precure♡Futari wa Precure Movie: All Stars Memories", + "year": "2018", + "themes": [ + { + "name": "OP \"We can!! HUG tto! Precure\"", + "link": "https://animethemes.moe/video/PrecureAllStarsMemories-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"DANZEN! Futari wa Precure ~Yuiitsu Muni no Hikari-tachi~\"", + "link": "https://animethemes.moe/video/PrecureAllStarsMemories-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38235", + "title": "Inazuma Eleven: Orion no Kokuin", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Butai wa Dekkai Hou ga Ii!\"", + "link": "https://animethemes.moe/video/InazumaElevenOrionNoKokuin-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Chikyuu wo Kick!\"", + "link": "https://animethemes.moe/video/InazumaElevenOrionNoKokuin-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Suisei Girls\"", + "link": "https://animethemes.moe/video/InazumaElevenOrionNoKokuin-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Summer Zombie\"", + "link": "https://animethemes.moe/video/InazumaElevenOrionNoKokuin-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ashita e no Bye Bye\"", + "link": "https://animethemes.moe/video/InazumaElevenOrionNoKokuin-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "37438", + "title": "Ingress the Animation", + "year": "2018", + "themes": [ + { + "name": "OP \"Tessellate\"", + "link": "https://animethemes.moe/video/Ingress-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"In Cold Blood\"", + "link": "https://animethemes.moe/video/Ingress-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37497", + "title": "Irozuku Sekai no Ashita kara", + "year": "2018", + "themes": [ + { + "name": "OP \"17 Sai\"", + "link": "https://animethemes.moe/video/Iroduku-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Iroduku-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Iroduku-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Mimei no Kimi to Hakumei no Mahou\"", + "link": "https://animethemes.moe/video/Iroduku-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Iroduku-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37992", + "title": "Jingai-san no Yome", + "year": "2018", + "themes": [ + { + "name": "ED \"Happy Life Spectacle\"", + "link": "https://animethemes.moe/video/JingaiSanNoYome-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37991", + "title": "JoJo no Kimyou na Bouken: Ougon no Kaze", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Fighting Gold\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V1 \"Uragirimono no Requiem\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"Uragirimono no Requiem\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-OP2v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-OP2v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V3 \"Uragirimono no Requiem\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-OP2v3.webm", + "type": "opening" + }, + { + "name": "OP2 V4 \"Uragirimono no Requiem\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-OP2v4.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Freek'n You\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Freek'n You\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Modern Crusaders\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37447", + "title": "Karakuri Circus", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Gekkou\"", + "link": "https://animethemes.moe/video/KarakuriCircus-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Haguruma\"", + "link": "https://animethemes.moe/video/KarakuriCircus-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Over me\"", + "link": "https://animethemes.moe/video/KarakuriCircus-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Marionette\"", + "link": "https://animethemes.moe/video/KarakuriCircus-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yuudachi\"", + "link": "https://animethemes.moe/video/KarakuriCircus-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Gekkou\"", + "link": "https://animethemes.moe/video/KarakuriCircus-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "37965", + "title": "Kaze ga Tsuyoku Fuiteiru", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Catch up, latency\"", + "link": "https://animethemes.moe/video/KazeGaTsuyokuFuiteiru-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KazeGaTsuyokuFuiteiru-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Kaze Tsuyoku, Kimi Atsuku.\"", + "link": "https://animethemes.moe/video/KazeGaTsuyokuFuiteiru-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KazeGaTsuyokuFuiteiru-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Reset\"", + "link": "https://animethemes.moe/video/KazeGaTsuyokuFuiteiru-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KazeGaTsuyokuFuiteiru-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Michi\"", + "link": "https://animethemes.moe/video/KazeGaTsuyokuFuiteiru-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KazeGaTsuyokuFuiteiru-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Michi\"", + "link": "https://animethemes.moe/video/KazeGaTsuyokuFuiteiru-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "38083", + "title": "Ken En Ken: Aoki Kagayaki", + "year": "2018", + "themes": [ + { + "name": "OP \"Nageki no Hana\"", + "link": "https://animethemes.moe/video/KenEnKen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Negai no Hana\"", + "link": "https://animethemes.moe/video/KenEnKen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37475", + "title": "Kishuku Gakkou no Juliet", + "year": "2018", + "themes": [ + { + "name": "OP \"Love with You\"", + "link": "https://animethemes.moe/video/KishukuGakkouNoJuliet-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KishukuGakkouNoJuliet-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Itsuka Sekai ga Kawaru Made\"", + "link": "https://animethemes.moe/video/KishukuGakkouNoJuliet-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KishukuGakkouNoJuliet-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37106", + "title": "Kitsune no Koe", + "year": "2018", + "themes": [ + { + "name": "OP \"COME:BACK Stage!\"", + "link": "https://animethemes.moe/video/KitsuneNoKoe-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"HOPE\"", + "link": "https://animethemes.moe/video/KitsuneNoKoe-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35984", + "title": "Mahou Shoujo Lyrical Nanoha: Detonation", + "year": "2018", + "themes": [ + { + "name": "ED \"NEVER SURRENDER\"", + "link": "https://animethemes.moe/video/NanohaDetonation-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38958", + "title": "Manga de Wakaru! Fate/Grand Order", + "year": "2018", + "themes": [ + { + "name": "OP \"Mawaseba Wakaru! FGO\"", + "link": "https://animethemes.moe/video/MangaDeWakaruFGO-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "37232", + "title": "Merc Storia: Mukiryoku no Shounen to Bin no Naka no Shoujo", + "year": "2018", + "themes": [ + { + "name": "OP \"Origin\"", + "link": "https://animethemes.moe/video/MercStoria-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MercStoria-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Bottleship\"", + "link": "https://animethemes.moe/video/MercStoria-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MercStoria-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38089", + "title": "Okoshiyasu, Chitose-chan", + "year": "2018", + "themes": [ + { + "name": "ED1 \"Naku Ko mo Warau\"", + "link": "https://animethemes.moe/video/OkoshiyasuChitoseChan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Itsuka Dokoka de\"", + "link": "https://animethemes.moe/video/OkoshiyasuChitoseChan-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36632", + "title": "Ore ga Suki nano wa Imouto dakedo Imouto ja Nai", + "year": "2018", + "themes": [ + { + "name": "OP \"Secret Story\"", + "link": "https://animethemes.moe/video/ImoImo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ImoImo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Ki・Shou・Ten・Ketsu・Jo・Ha・Kyuu\"", + "link": "https://animethemes.moe/video/ImoImo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ImoImo-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37202", + "title": "Radiant", + "year": "2018", + "themes": [ + { + "name": "OP \"Utopia\"", + "link": "https://animethemes.moe/video/Radiant-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Radiant\"", + "link": "https://animethemes.moe/video/Radiant-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi no Mirai\"", + "link": "https://animethemes.moe/video/Radiant-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36286", + "title": "Re:Zero kara Hajimeru Isekai Seikatsu: Memory Snow", + "year": "2018", + "themes": [ + { + "name": "ED \"White White Snow\"", + "link": "https://animethemes.moe/video/ReZeroMemorySnow-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37221", + "title": "Release the Spyce", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Spatto! Spy & Spyce\"", + "link": "https://animethemes.moe/video/ReleaseTheSpyce-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ReleaseTheSpyce-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Spatto! Spy & Spyce\"", + "link": "https://animethemes.moe/video/ReleaseTheSpyce-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Spatto! Spy & Spyce\"", + "link": "https://animethemes.moe/video/ReleaseTheSpyce-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hide & Seek\"", + "link": "https://animethemes.moe/video/ReleaseTheSpyce-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ReleaseTheSpyce-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsuki Musubi\"", + "link": "https://animethemes.moe/video/ReleaseTheSpyce-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ReleaseTheSpyce-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35835", + "title": "RErideD: Tokigoe no Derrida", + "year": "2018", + "themes": [ + { + "name": "OP \"PARADOX\"", + "link": "https://animethemes.moe/video/RErideD-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Toki no Tsubasa\" by M・A・O", + "link": "https://animethemes.moe/video/RErideD-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Toki no Tsubasa\" by Himika Akaneya", + "link": "https://animethemes.moe/video/RErideD-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Toki no Tsubasa\" by M・A・O & Himika Akaneya", + "link": "https://animethemes.moe/video/RErideD-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "34539", + "title": "Saint Seiya: Saintia Shou", + "year": "2018", + "themes": [ + { + "name": "OP \"The Beautiful Brave\"", + "link": "https://animethemes.moe/video/SaintSeiyaSaintiaShou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaintSeiyaSaintiaShou-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Hohoemi no Resonance\"", + "link": "https://animethemes.moe/video/SaintSeiyaSaintiaShou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaintSeiyaSaintiaShou-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Arasoi Shi ni Yuku Monotachi ni Shukufuku wo\"", + "link": "https://animethemes.moe/video/SaintSeiyaSaintiaShou-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaintSeiyaSaintiaShou-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37450", + "title": "Seishun Buta Yarou wa Bunny Girl Senpai no Yume wo Minai", + "year": "2018", + "themes": [ + { + "name": "OP \"Kimi no Sei\"", + "link": "https://animethemes.moe/video/Aobuta-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aobuta-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aobuta-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Fukashigi no Karte\" by Mai Sakurajima, Tomoe Koga, Rio Futaba, Nodoka Toyohama, Kaede Azusagawa & Shouko Makinohara", + "link": "https://animethemes.moe/video/Aobuta-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Fukashigi no Karte\" by Mai Sakurajima, Tomoe Koga, Rio Futaba, Nodoka Toyohama, Kaede Azusagawa & Shouko Makinohara", + "link": "https://animethemes.moe/video/Aobuta-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Fukashigi no Karte\" by Mai Sakurajima", + "link": "https://animethemes.moe/video/Aobuta-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aobuta-ED2-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aobuta-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Fukashigi no Karte\" by Tomoe Koga", + "link": "https://animethemes.moe/video/Aobuta-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aobuta-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Fukashigi no Karte\" by Rio Futaba", + "link": "https://animethemes.moe/video/Aobuta-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aobuta-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Fukashigi no Karte\" by Nodoka Toyohama", + "link": "https://animethemes.moe/video/Aobuta-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aobuta-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Fukashigi no Karte\" by Kaede Azusagawa", + "link": "https://animethemes.moe/video/Aobuta-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aobuta-ED6-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36037", + "title": "Senran Kagura Shinovi Master: Tokyo Youma-hen", + "year": "2018", + "themes": [ + { + "name": "OP \"SCARLET MASTER\"", + "link": "https://animethemes.moe/video/SenranKaguraS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SenranKaguraS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Junsei Erotic\"", + "link": "https://animethemes.moe/video/SenranKaguraS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SenranKaguraS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38212", + "title": "Shuudengo, Capsule Hotel de, Joushi ni Binetsu Tsutawaru Yoru.", + "year": "2018", + "themes": [ + { + "name": "ED \"Bounce\"", + "link": "https://animethemes.moe/video/Shucap-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38251", + "title": "Sono Toki, Kanojo wa.", + "year": "2018", + "themes": [ + { + "name": "ED \"Maji de Koisuru 5-byou Mae\"", + "link": "https://animethemes.moe/video/SonoTokiKanojoWa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36000", + "title": "Sora to Umi no Aida", + "year": "2018", + "themes": [ + { + "name": "OP \"Sora to Umi no Aida\"", + "link": "https://animethemes.moe/video/SoraToUmiNoAida-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ao no Kanata\"", + "link": "https://animethemes.moe/video/SoraToUmiNoAida-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37388", + "title": "Souten no Ken: Regenesis 2nd Season", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Soul Seeker\"", + "link": "https://animethemes.moe/video/SoutenNoKenReGenesisS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Soul Seeker\"", + "link": "https://animethemes.moe/video/SoutenNoKenReGenesisS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Kono Sora wo Subete Kimi ni\"", + "link": "https://animethemes.moe/video/SoutenNoKenReGenesisS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35847", + "title": "SSSS.Gridman", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"UNION\"", + "link": "https://animethemes.moe/video/SSSSGridman-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SSSSGridman-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"UNION\"", + "link": "https://animethemes.moe/video/SSSSGridman-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"UNION\"", + "link": "https://animethemes.moe/video/SSSSGridman-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"youthful beautiful\"", + "link": "https://animethemes.moe/video/SSSSGridman-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SSSSGridman-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37449", + "title": "Strike the Blood III", + "year": "2018", + "themes": [ + { + "name": "OP \"Blood and Emotions\"", + "link": "https://animethemes.moe/video/StrikeTheBloodS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"LOVE STOIC\"", + "link": "https://animethemes.moe/video/StrikeTheBloodS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36474", + "title": "Sword Art Online: Alicization", + "year": "2018", + "themes": [ + { + "name": "OP1 \"ADAMAS\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicization-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicization-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V1 \"RESISTER\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicization-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicization-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"RESISTER\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicization-OP2v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicization-OP2v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Iris\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicization-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicization-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"forget-me-not\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicization-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicization-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Niji no Kanata ni\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicization-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "38540", + "title": "Tantei Opera Milky Holmes: Psycho no Aisatsu", + "year": "2018", + "themes": [ + { + "name": "ED \"Soshite, Gunjou ni Tokete Iku\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmesPsychoNoAisatsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37430", + "title": "Tensei shitara Slime Datta Ken", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Nameless story\"", + "link": "https://animethemes.moe/video/Tensura-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tensura-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Meguru Mono\"", + "link": "https://animethemes.moe/video/Tensura-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tensura-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Another colony\"", + "link": "https://animethemes.moe/video/Tensura-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tensura-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Little Soldier\"", + "link": "https://animethemes.moe/video/Tensura-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tensura-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38203", + "title": "The iDOLM@STER SideM: Wake Atte Mini!", + "year": "2018", + "themes": [ + { + "name": "ED1 \"DRIVE A LIVE\"", + "link": "https://animethemes.moe/video/SideMWakeMini-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"LET'S GO!!\"", + "link": "https://animethemes.moe/video/SideMWakeMini-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Friendly Smile\"", + "link": "https://animethemes.moe/video/SideMWakeMini-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"POKER FAITH\"", + "link": "https://animethemes.moe/video/SideMWakeMini-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "36432", + "title": "Toaru Majutsu no Index III", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Gravitation\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"ROAR\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS3-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS3-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Kakumei Zenya\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS3-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Kakumei Zenya\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS3-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS3-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Owaranai Uta\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS3-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS3-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37799", + "title": "Tokyo Ghoul:re 2nd Season", + "year": "2018", + "themes": [ + { + "name": "OP \"katharsis\"", + "link": "https://animethemes.moe/video/TokyoGhoulRES2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TokyoGhoulRES2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Rakuen no Kimi\"", + "link": "https://animethemes.moe/video/TokyoGhoulRES2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TokyoGhoulRES2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37579", + "title": "Tonari no Kyuuketsuki-san", + "year": "2018", + "themes": [ + { + "name": "OP \"†Kyuutie Ladies†\"", + "link": "https://animethemes.moe/video/TonariNoKyuuketsukiSan-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TonariNoKyuuketsukiSan-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Happy!! Strange Friends\"", + "link": "https://animethemes.moe/video/TonariNoKyuuketsukiSan-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TonariNoKyuuketsukiSan-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36653", + "title": "Tsurune: Kazemai Koukou Kyuudoubu", + "year": "2018", + "themes": [ + { + "name": "OP \"Naru\"", + "link": "https://animethemes.moe/video/Tsurune-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tsurune-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Orange-iro\"", + "link": "https://animethemes.moe/video/Tsurune-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tsurune-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37722", + "title": "Uchi no Maid ga Uzasugiru!", + "year": "2018", + "themes": [ + { + "name": "OP \"Uzauza☆Waossu!\"", + "link": "https://animethemes.moe/video/UzaMaid-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UzaMaid-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Tokimeki☆Climax\"", + "link": "https://animethemes.moe/video/UzaMaid-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UzaMaid-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UzaMaid-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37988", + "title": "Uchuu Senkan Tiramisù II", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Breakthrough\"", + "link": "https://animethemes.moe/video/UchuuSenkanTiramisu-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Gravity Heart\"", + "link": "https://animethemes.moe/video/UchuuSenkanTiramisuS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"DURANDAL New ver.\"", + "link": "https://animethemes.moe/video/UchuuSenkanTiramisuS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36510", + "title": "Ulysses: Jehanne Darc to Renkin no Kishi", + "year": "2018", + "themes": [ + { + "name": "OP \"Liberation\"", + "link": "https://animethemes.moe/video/Ulysses-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hyakunen no Melum ~Dai 1 Uta Kiengi~\"", + "link": "https://animethemes.moe/video/Ulysses-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hyakunen no Melum ~Dai 2 Uta Enki~\"", + "link": "https://animethemes.moe/video/Ulysses-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hyakunen no Melum ~Dai 3 Uta Enlil~\"", + "link": "https://animethemes.moe/video/Ulysses-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hyakunen no Melum ~Dai 4 Uta Inanna~\"", + "link": "https://animethemes.moe/video/Ulysses-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hyakunen no Melum ~Dai 5 Uta Inanna (Shouzen)~\"", + "link": "https://animethemes.moe/video/Ulysses-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Hyakunen no Melum ~Dai 6 Uta Étemen Houkai~\"", + "link": "https://animethemes.moe/video/Ulysses-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Hyakunen no Melum ~Dai 7 Uta Ziusudra~\"", + "link": "https://animethemes.moe/video/Ulysses-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Hyakunen no Melum ~Dai 8 Uta Rakuen Houkai~\"", + "link": "https://animethemes.moe/video/Ulysses-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 V1 \"Hyakunen no Melum\"", + "link": "https://animethemes.moe/video/Ulysses-ED9.webm", + "type": "ending" + }, + { + "name": "ED9 V2 \"Hyakunen no Melum\"", + "link": "https://animethemes.moe/video/Ulysses-ED9v2.webm", + "type": "ending" + } + ] + }, + { + "id": "37916", + "title": "Uma Musume: Pretty Derby - BNW no Chikai", + "year": "2018", + "themes": [ + { + "name": "OP \"Make Debut!\"", + "link": "https://animethemes.moe/video/UmaMusume-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UmaMusume-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Grow Up Shine!\"", + "link": "https://animethemes.moe/video/UmaMusume-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UmaMusume-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Enjoy and Join\"", + "link": "https://animethemes.moe/video/UmaMusumeBNWNoChikai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37786", + "title": "Yagate Kimi ni Naru", + "year": "2018", + "themes": [ + { + "name": "OP \"Kimi ni Furete\"", + "link": "https://animethemes.moe/video/YagateKimiNiNaru-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YagateKimiNiNaru-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"hectopascal\"", + "link": "https://animethemes.moe/video/YagateKimiNiNaru-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YagateKimiNiNaru-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"hectopascal\"", + "link": "https://animethemes.moe/video/YagateKimiNiNaru-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Suki, Igai no Kotoba de\"", + "link": "https://animethemes.moe/video/YagateKimiNiNaru-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36999", + "title": "Zoku Owarimonogatari", + "year": "2018", + "themes": [ + { + "name": "OP \"07734\"", + "link": "https://animethemes.moe/video/ZokuOwarimonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"azure\"", + "link": "https://animethemes.moe/video/ZokuOwarimonogatari-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"azure\"", + "link": "https://animethemes.moe/video/ZokuOwarimonogatari-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "37976", + "title": "Zombieland Saga", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Temptation from the Hell\"", + "link": "https://animethemes.moe/video/ZombielandSaga-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Adabana Necromancy\"", + "link": "https://animethemes.moe/video/ZombielandSaga-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZombielandSaga-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"Adabana Necromancy\"", + "link": "https://animethemes.moe/video/ZombielandSaga-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hikari e\"", + "link": "https://animethemes.moe/video/ZombielandSaga-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZombielandSaga-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mezame RETURNER\"", + "link": "https://animethemes.moe/video/ZombielandSaga-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"To My Dearest\"", + "link": "https://animethemes.moe/video/ZombielandSaga-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Tokkou DANCE\"", + "link": "https://animethemes.moe/video/ZombielandSaga-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"FLAG o Hatamekasero\"", + "link": "https://animethemes.moe/video/ZombielandSaga-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "37769", + "title": "Aguu: Tensai Ningyou", + "year": "2018", + "themes": [ + { + "name": "OP \"prima dynamis\"", + "link": "https://animethemes.moe/video/Aguu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tsugihagi\"", + "link": "https://animethemes.moe/video/Aguu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35834", + "title": "Angolmois: Genkou Kassenki", + "year": "2018", + "themes": [ + { + "name": "OP \"Braver\"", + "link": "https://animethemes.moe/video/Angolmois-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Angolmois-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Upside Down\"", + "link": "https://animethemes.moe/video/Angolmois-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Angolmois-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37924", + "title": "Ani ni Tsukeru Kusuri wa Nai! 2", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Let Him Go!\"", + "link": "https://animethemes.moe/video/AniNiTsukeruS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Let Him Go!\"", + "link": "https://animethemes.moe/video/AniNiTsukeruS2-OP1v2.webm", + "type": "opening" + } + ] + }, + { + "id": "37171", + "title": "Asobi Asobase", + "year": "2018", + "themes": [ + { + "name": "OP \"Suripisu\"", + "link": "https://animethemes.moe/video/AsobiAsobase-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AsobiAsobase-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Inkya Impulse\"", + "link": "https://animethemes.moe/video/AsobiAsobase-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AsobiAsobase-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Inkya Impulse\"", + "link": "https://animethemes.moe/video/AsobiAsobase-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "36873", + "title": "Back Street Girls: Gokudolls", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Gokudoll Music\" by Gokudolls Niji Gumi", + "link": "https://animethemes.moe/video/BackStreetGirls-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BackStreetGirls-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Gokudoll Music\" by Gokudolls Kan Gumi", + "link": "https://animethemes.moe/video/BackStreetGirls-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BackStreetGirls-OP2-BD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Hoshi no Katachi\" by Gokudolls Niji Gumi", + "link": "https://animethemes.moe/video/BackStreetGirls-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BackStreetGirls-ED1-BD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hoshi no Katachi\" by Gokudolls Kan Gumi", + "link": "https://animethemes.moe/video/BackStreetGirls-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BackStreetGirls-ED2-BD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36649", + "title": "Banana Fish", + "year": "2018", + "themes": [ + { + "name": "OP1 \"found & lost\"", + "link": "https://animethemes.moe/video/BananaFish-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BananaFish-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BananaFish-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"FREEDOM\"", + "link": "https://animethemes.moe/video/BananaFish-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BananaFish-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Prayer X\"", + "link": "https://animethemes.moe/video/BananaFish-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BananaFish-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BananaFish-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"RED\"", + "link": "https://animethemes.moe/video/BananaFish-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BananaFish-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37873", + "title": "BanG Dream! Garupa☆Pico", + "year": "2018", + "themes": [ + { + "name": "ED \"Picotto! Papitto!! Garupa Piko!!!\"", + "link": "https://animethemes.moe/video/BanGDreamGarupaPico-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36896", + "title": "Boku no Hero Academia the Movie 1: Futari no Hero", + "year": "2018", + "themes": [ + { + "name": "ED \"Long Hope Philia\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaFutariNoHero-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37623", + "title": "Chiisana Eiyuu: Kani to Tamago to Toumei Ningen", + "year": "2018", + "themes": [ + { + "name": "ED \"Chiisana Eiyuu\"", + "link": "https://animethemes.moe/video/ChiisanaEiyuu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35821", + "title": "Chio-chan no Tsuugakuro", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Danger in my Tsuugakuro\"", + "link": "https://animethemes.moe/video/ChioChanNoTsuugakuro-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChioChanNoTsuugakuro-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Danger in my Tsuugakuro\"", + "link": "https://animethemes.moe/video/ChioChanNoTsuugakuro-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Nanairoad\"", + "link": "https://animethemes.moe/video/ChioChanNoTsuugakuro-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChioChanNoTsuugakuro-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37338", + "title": "Chuukan Kanriroku Tonegawa", + "year": "2018", + "themes": [ + { + "name": "OP \"Sassou to Hashiru Tonegawa-kun\"", + "link": "https://animethemes.moe/video/ChuukanKanrirokuTonegawa-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChuukanKanrirokuTonegawa-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Oki Tegami\"", + "link": "https://animethemes.moe/video/ChuukanKanrirokuTonegawa-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChuukanKanrirokuTonegawa-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kyougen Mawashi\"", + "link": "https://animethemes.moe/video/ChuukanKanrirokuTonegawa-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37422", + "title": "Cinderella Girls Gekijou 3rd Season", + "year": "2018", + "themes": [ + { + "name": "ED1 \"Itoshiisaa\"", + "link": "https://animethemes.moe/video/CingekiS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Natsukko Ondo\"", + "link": "https://animethemes.moe/video/CingekiS3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sayonara Aloha\"", + "link": "https://animethemes.moe/video/CingekiS3-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Dreaming Star\"", + "link": "https://animethemes.moe/video/CingekiS3-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "37885", + "title": "Dragon Ball Heroes", + "year": "2018", + "themes": [ + { + "name": "OP \"Universe Mission Series Theme Song\"", + "link": "https://animethemes.moe/video/DragonBallHeroes-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "35842", + "title": "FLCL Alternative", + "year": "2018", + "themes": [ + { + "name": "ED \"Star overhead\"", + "link": "https://animethemes.moe/video/FLCLAlternative-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36704", + "title": "Free!: Dive to the Future", + "year": "2018", + "themes": [ + { + "name": "OP \"Heading to Over\"", + "link": "https://animethemes.moe/video/FreeS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FreeS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Gold Evolution\"", + "link": "https://animethemes.moe/video/FreeS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Blue Destination\"", + "link": "https://animethemes.moe/video/FreeS3-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37739", + "title": "Future Card Shin Buddyfight", + "year": "2018", + "themes": [ + { + "name": "OP \"Saa Ikou!\"", + "link": "https://animethemes.moe/video/FutureCardBuddyfightAce-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Buddy☆Funny Days\"", + "link": "https://animethemes.moe/video/FutureCardBuddyfightAce-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Niji no Yakusoku\"", + "link": "https://animethemes.moe/video/FutureCardBuddyfightAce-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37105", + "title": "Grand Blue", + "year": "2018", + "themes": [ + { + "name": "OP \"Grand Blue\"", + "link": "https://animethemes.moe/video/GrandBlue-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrandBlue-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrandBlue-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Konpeki no Alpine ~ni Kenme ni Karaoke ni Haitta Oretachi no Tension Super MAX ver.~\"", + "link": "https://animethemes.moe/video/GrandBlue-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrandBlue-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Konpeki no Alpine ~Kaya Mizuki ver.~\"", + "link": "https://animethemes.moe/video/GrandBlue-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrandBlue-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37491", + "title": "Gintama.: Shirogane no Tamashii-hen 2", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"I Wanna Be...\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHenS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHenS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"I Wanna Be...\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHenS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHenS2-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hikari Shoumeiron\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHenS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHenS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37259", + "title": "Hanebado!", + "year": "2018", + "themes": [ + { + "name": "OP \"Futari no Hane\"", + "link": "https://animethemes.moe/video/Hanebado-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hanebado-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hanebado-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"High Stepper\"", + "link": "https://animethemes.moe/video/Hanebado-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hanebado-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"High Stepper\"", + "link": "https://animethemes.moe/video/Hanebado-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"High Stepper (Acoustic Ver.)\"", + "link": "https://animethemes.moe/video/Hanebado-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37517", + "title": "Happy Sugar Life", + "year": "2018", + "themes": [ + { + "name": "OP \"One Room Sugar Life\"", + "link": "https://animethemes.moe/video/HappySugarLife-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HappySugarLife-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"SWEET HURT\"", + "link": "https://animethemes.moe/video/HappySugarLife-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HappySugarLife-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Canary\"", + "link": "https://animethemes.moe/video/HappySugarLife-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "35983", + "title": "Harukana Receive", + "year": "2018", + "themes": [ + { + "name": "OP1 \"FLY two BLUE\"", + "link": "https://animethemes.moe/video/HarukanaReceive-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HarukanaReceive-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Mae wo Muite!\"", + "link": "https://animethemes.moe/video/HarukanaReceive-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Wish me luck!!!!\"", + "link": "https://animethemes.moe/video/HarukanaReceive-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HarukanaReceive-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Wish me luck!!!!\"", + "link": "https://animethemes.moe/video/HarukanaReceive-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HarukanaReceive-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rise [Vocal version]\"", + "link": "https://animethemes.moe/video/HarukanaReceive-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37646", + "title": "Hataraku Onii-san! No 2!", + "year": "2018", + "themes": [ + { + "name": "ED \"LOVE YOUR LIFE\"", + "link": "https://animethemes.moe/video/HatarakuOniiSanS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HatarakuOniiSanS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37141", + "title": "Hataraku Saibou", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Mission! Ken・Kou・Dai・Ichi\"", + "link": "https://animethemes.moe/video/HatarakuSaibou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HatarakuSaibou-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Mission! Ken・Kou・Dai・Ichi\"", + "link": "https://animethemes.moe/video/HatarakuSaibou-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"CheerS\"", + "link": "https://animethemes.moe/video/HatarakuSaibou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HatarakuSaibou-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HatarakuSaibou-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "21877", + "title": "High Score Girl", + "year": "2018", + "themes": [ + { + "name": "OP \"New Stranger\"", + "link": "https://animethemes.moe/video/HighScoreGirl-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HighScoreGirl-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HighScoreGirl-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Houkago Distraction\"", + "link": "https://animethemes.moe/video/HighScoreGirl-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HighScoreGirl-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HighScoreGirl-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37446", + "title": "Hyakuren no Haou to Seiyaku no Valkyria", + "year": "2018", + "themes": [ + { + "name": "OP \"Bright way\"", + "link": "https://animethemes.moe/video/Hyakuren-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hyakuren-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Sekaichuu ga Koi wo suru Yoru\"", + "link": "https://animethemes.moe/video/Hyakuren-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hyakuren-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37210", + "title": "Isekai Maou to Shoukan Shoujo no Dorei Majutsu", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"DeCIDE\"", + "link": "https://animethemes.moe/video/IsekaiMaou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiMaou-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"DeCIDE\"", + "link": "https://animethemes.moe/video/IsekaiMaou-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiMaou-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Saiaku na hi demo Anata ga Suki\"", + "link": "https://animethemes.moe/video/IsekaiMaou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiMaou-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Saiaku na hi demo Anata ga Suki\"", + "link": "https://animethemes.moe/video/IsekaiMaou-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiMaou-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Saiaku na hi demo Anata ga Suki\"", + "link": "https://animethemes.moe/video/IsekaiMaou-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiMaou-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Saiaku na hi demo Anata ga Suki\"", + "link": "https://animethemes.moe/video/IsekaiMaou-ED1v4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiMaou-ED1v4-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33012", + "title": "Island", + "year": "2018", + "themes": [ + { + "name": "OP1 V1 \"Eien no Hitotsu\"", + "link": "https://animethemes.moe/video/Island-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Island-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP1 V2 \"Eien no Hitotsu\"", + "link": "https://animethemes.moe/video/Island-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Island-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Closing tears\"", + "link": "https://animethemes.moe/video/Island-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Island-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Eternal Star\"", + "link": "https://animethemes.moe/video/Island-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Island-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Eternal Star\"", + "link": "https://animethemes.moe/video/Island-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Island-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Marine SNOW\"", + "link": "https://animethemes.moe/video/Island-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Island-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37021", + "title": "Iya na Kao sare nagara Opantsu Misete Moraitai", + "year": "2018", + "themes": [ + { + "name": "ED \"NEXT STAGE\"", + "link": "https://animethemes.moe/video/Iyapan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36906", + "title": "Jashin-chan Dropkick", + "year": "2018", + "themes": [ + { + "name": "OP \"Anoko ni Drop Kick\"", + "link": "https://animethemes.moe/video/JashinChanDropkick-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JashinChanDropkick-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Home Sweet Home!\"", + "link": "https://animethemes.moe/video/JashinChanDropkick-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JashinChanDropkick-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37281", + "title": "Joshiochi!: 2-kai kara Onnanoko ga... Futtekita!?", + "year": "2018", + "themes": [ + { + "name": "ED \"Koi no Ana\"", + "link": "https://animethemes.moe/video/Joshiochi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36098", + "title": "Kimi no Suizou wo Tabetai", + "year": "2018", + "themes": [ + { + "name": "OP \"Fanfare\"", + "link": "https://animethemes.moe/video/KimiSui-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Haru Natsu Aki Fuyu\"", + "link": "https://animethemes.moe/video/KimiSui-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37968", + "title": "Kirakira Happy★Hirake! Cocotama", + "year": "2018", + "themes": [ + { + "name": "OP \"Himitsu no Kagi, Cocotama!\"", + "link": "https://animethemes.moe/video/KirakiraHappyHirakeCocotama-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Cocotama Sagaso! Mi~tsukketa♪\"", + "link": "https://animethemes.moe/video/KirakiraHappyHirakeCocotama-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Cocotama Town de Nikkoniko★\"", + "link": "https://animethemes.moe/video/KirakiraHappyHirakeCocotama-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37458", + "title": "Kyoto Teramachi Sanjou no Holmes", + "year": "2018", + "themes": [ + { + "name": "OP \"Koi ni Saku Nazo, Hara Hara to\"", + "link": "https://animethemes.moe/video/KyotoTeramachiSanjouNoHolmes-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hosoyuki\"", + "link": "https://animethemes.moe/video/KyotoTeramachiSanjouNoHolmes-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37601", + "title": "Lord of Vermilion: Guren no Ou", + "year": "2018", + "themes": [ + { + "name": "OP \"Tenshi yo Kokyou wo Kike\"", + "link": "https://animethemes.moe/video/LordOfVermilion-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Akaku, Zetsubou no Hana\"", + "link": "https://animethemes.moe/video/LordOfVermilion-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37208", + "title": "Mo Dao Zu Shi", + "year": "2018", + "themes": [ + { + "name": "OP \"Zui Meng Qianchen\"", + "link": "https://animethemes.moe/video/MoDaoZuShi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Wen Qin\"", + "link": "https://animethemes.moe/video/MoDaoZuShi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bu Xian\"", + "link": "https://animethemes.moe/video/MoDaoZuShi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38022", + "title": "Monster Strike The Animation", + "year": "2018", + "themes": [ + { + "name": "ED1 \"Monster Strike Main Theme Animation Ver.\"", + "link": "https://animethemes.moe/video/MonsterStrikeTheAnimation-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"WHAT YOU WANT\"", + "link": "https://animethemes.moe/video/MonsterStrikeTheAnimation-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Solomon Main Theme\"", + "link": "https://animethemes.moe/video/MonsterStrikeTheAnimation-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Born Free\"", + "link": "https://animethemes.moe/video/MonsterStrikeTheAnimation-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hero\"", + "link": "https://animethemes.moe/video/MonsterStrikeTheAnimation-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Departure\"", + "link": "https://animethemes.moe/video/MonsterStrikeTheAnimation-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"BRAVE OUT\"", + "link": "https://animethemes.moe/video/MonsterStrikeTheAnimation-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Kimi Sora\"", + "link": "https://animethemes.moe/video/MonsterStrikeTheAnimation-ED8.webm", + "type": "ending" + } + ] + }, + { + "id": "37487", + "title": "Muhyo to Rouji no Mahouritsu Soudan Jimusho", + "year": "2018", + "themes": [ + { + "name": "OP \"Gifted\"", + "link": "https://animethemes.moe/video/Mahouritsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hotohashiru\"", + "link": "https://animethemes.moe/video/Mahouritsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36538", + "title": "Natsume Yuujinchou Movie: Utsusemi ni Musubu", + "year": "2018", + "themes": [ + { + "name": "ED \"remember\"", + "link": "https://animethemes.moe/video/NatsumeYuujinchouMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36990", + "title": "Non Non Biyori Movie: Vacation", + "year": "2018", + "themes": [ + { + "name": "OP \"Ao no Rakugaki\"", + "link": "https://animethemes.moe/video/NonNonBiyoriVacation-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Omoide\"", + "link": "https://animethemes.moe/video/NonNonBiyoriVacation-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36431", + "title": "One Room 2nd Season", + "year": "2018", + "themes": [ + { + "name": "ED1 \"Aozora Morning Glory\"", + "link": "https://animethemes.moe/video/OneRoomS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Poplar to Bokura no History\"", + "link": "https://animethemes.moe/video/OneRoomS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Searchlight to Tsuki Akari\"", + "link": "https://animethemes.moe/video/OneRoomS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "37481", + "title": "Ongaku Shoujo", + "year": "2018", + "themes": [ + { + "name": "OP \"Eien Shounen\"", + "link": "https://animethemes.moe/video/OngakuShoujo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OngakuShoujo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Shining Peace\"", + "link": "https://animethemes.moe/video/OngakuShoujo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OngakuShoujo-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Onegai Marguerite\"", + "link": "https://animethemes.moe/video/OngakuShoujo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37641", + "title": "Onmyouji: Heian Monogatari", + "year": "2018", + "themes": [ + { + "name": "ED \"Kaze Tachinu\"", + "link": "https://animethemes.moe/video/OnmyoujiHeianMonogatari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37328", + "title": "Oshiete Mahou no Pendulum: Rilu Rilu Fairilu", + "year": "2018", + "themes": [ + { + "name": "OP \"Oshiete Mahou no Pendulum\"", + "link": "https://animethemes.moe/video/FairiluS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"'Suki' no Katachi\"", + "link": "https://animethemes.moe/video/FairiluS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37675", + "title": "Overlord III", + "year": "2018", + "themes": [ + { + "name": "OP \"VORACITY\"", + "link": "https://animethemes.moe/video/OverlordS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OverlordS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Silent Solitude\"", + "link": "https://animethemes.moe/video/OverlordS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OverlordS3-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37407", + "title": "Penguin Highway", + "year": "2018", + "themes": [ + { + "name": "ED \"Good Night\"", + "link": "https://animethemes.moe/video/PenguinHighway-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37598", + "title": "Phantom in the Twilight", + "year": "2018", + "themes": [ + { + "name": "OP \"Flowery Song\"", + "link": "https://animethemes.moe/video/PhantomInTheTwilight-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"HOME\"", + "link": "https://animethemes.moe/video/PhantomInTheTwilight-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yousei no Koibito\"", + "link": "https://animethemes.moe/video/PhantomInTheTwilight-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37578", + "title": "Planet With", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"One Unit\"", + "link": "https://animethemes.moe/video/PlanetWith-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PlanetWith-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"One Unit\"", + "link": "https://animethemes.moe/video/PlanetWith-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PlanetWith-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"One Unit\"", + "link": "https://animethemes.moe/video/PlanetWith-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Rainbow Planet\"", + "link": "https://animethemes.moe/video/PlanetWith-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PlanetWith-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Rainbow Planet\"", + "link": "https://animethemes.moe/video/PlanetWith-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PlanetWith-ED1v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35994", + "title": "Satsuriku no Tenshi", + "year": "2018", + "themes": [ + { + "name": "OP \"Vital\"", + "link": "https://animethemes.moe/video/SatsurikuNoTenshi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SatsurikuNoTenshi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Pray\"", + "link": "https://animethemes.moe/video/SatsurikuNoTenshi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SatsurikuNoTenshi-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37571", + "title": "Senjuushi", + "year": "2018", + "themes": [ + { + "name": "OP \"antique memory\"", + "link": "https://animethemes.moe/video/Senjuushi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"BLACK MATRIX\"", + "link": "https://animethemes.moe/video/Senjuushi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37209", + "title": "Sheng Shi Zhuang Niang", + "year": "2018", + "themes": [ + { + "name": "OP \"Bu Fu Liunian\"", + "link": "https://animethemes.moe/video/ShengShiZhuangNiang-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sheng Zhuang\"", + "link": "https://animethemes.moe/video/ShengShiZhuangNiang-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36316", + "title": "Shichisei no Subaru", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"360° Hoshi no Orchestra\"", + "link": "https://animethemes.moe/video/ShichiseiNoSubaru-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShichiseiNoSubaru-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"360° Hoshi no Orchestra\"", + "link": "https://animethemes.moe/video/ShichiseiNoSubaru-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Starlight\"", + "link": "https://animethemes.moe/video/ShichiseiNoSubaru-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShichiseiNoSubaru-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Starlight\"", + "link": "https://animethemes.moe/video/ShichiseiNoSubaru-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "37396", + "title": "Shikioriori", + "year": "2018", + "themes": [ + { + "name": "ED \"WALK\"", + "link": "https://animethemes.moe/video/Shikioriori-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35760", + "title": "Shingeki no Kyojin Season 3", + "year": "2018", + "themes": [ + { + "name": "OP \"Red Swan\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Akatsuki no Chinkonka\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS3-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Akatsuki no Chinkonka\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS3-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "37662", + "title": "Shinya! Tensai Bakabon", + "year": "2018", + "themes": [ + { + "name": "OP \"Baka-Bonsoir!\"", + "link": "https://animethemes.moe/video/ShinyaTensaiBakabon-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kaze ga Fuiteiru\"", + "link": "https://animethemes.moe/video/ShinyaTensaiBakabon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35503", + "title": "Shoujo☆Kageki Revue Starlight", + "year": "2018", + "themes": [ + { + "name": "OP \"Hoshi no Dialogue\"", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Fly Me to the Star\" by Hikari Kagura", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Fly Me to the Star\" by Karen Aijou & Hikari Kagura", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Fly Me to the Star\" by Mahiru Tsuyuzaki", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Fly Me to the Star\" by Futaba Isurugi & Kaoruko Hanayagi", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Fly Me to the Star\"", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Fly Me to the Star\" by Karen Aijou", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Fly Me to the Star\" by Junna Hoshimi & Nana Daiba", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Fly Me to the Star\" by Maya Tendou & Claudine Saijou", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED8-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED9 \"Fly Me to the Star\" by Maya Tendou, Junna Hoshimi, Mahiru Tsuyuzaki, Nana Daiba, Claudine Saijou, Futaba Isurugi & Kaoruko Hanayagi", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED9.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED9-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37569", + "title": "Sirius the Jaeger", + "year": "2018", + "themes": [ + { + "name": "OP \"Sirius\"", + "link": "https://animethemes.moe/video/Tenrou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tenrou-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hoshie\"", + "link": "https://animethemes.moe/video/Tenrou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tenrou-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36817", + "title": "Sunoharasou no Kanrinin-san", + "year": "2018", + "themes": [ + { + "name": "OP \"Bitter Sweet Harmony\"", + "link": "https://animethemes.moe/video/SunoharasouNoKanrininSan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sonna no Boku Janai.\"", + "link": "https://animethemes.moe/video/SunoharasouNoKanrininSan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36654", + "title": "Tsukumogami Kashimasu", + "year": "2018", + "themes": [ + { + "name": "OP \"Get Into My Heart\"", + "link": "https://animethemes.moe/video/TsukumogamiKashimasu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koyoi wa Yume wo Misasete\"", + "link": "https://animethemes.moe/video/TsukumogamiKashimasu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37682", + "title": "Wakaokami wa Shougakusei! Movie", + "year": "2018", + "themes": [ + { + "name": "ED \"Mata Ashita\"", + "link": "https://animethemes.moe/video/WakaokamiWaShougakuseiMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36626", + "title": "Yakiniku-ten Sengoku", + "year": "2018", + "themes": [ + { + "name": "OP \"YAKINIKU♥TABETA\"", + "link": "https://animethemes.moe/video/YakinikuTenSengoku-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "37970", + "title": "Yakusoku no Nanaya Matsuri", + "year": "2018", + "themes": [ + { + "name": "ED \"Awai\"", + "link": "https://animethemes.moe/video/NanayaMatsuri-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35672", + "title": "Yama no Susume Third Season", + "year": "2018", + "themes": [ + { + "name": "OP \"Chiheisen Stride\"", + "link": "https://animethemes.moe/video/YamaNoSusumeS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YamaNoSusumeS3-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YamaNoSusumeS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Irochigai no Tsubasa\"", + "link": "https://animethemes.moe/video/YamaNoSusumeS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YamaNoSusumeS3-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YamaNoSusumeS3-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37893", + "title": "Yami Shibai 6", + "year": "2018", + "themes": [ + { + "name": "ED \"Mayakashi Yokochou\"", + "link": "https://animethemes.moe/video/YamiShibaiS6-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37585", + "title": "Yarichin☆Bitch-bu", + "year": "2018", + "themes": [ + { + "name": "ED \"Touch You\"", + "link": "https://animethemes.moe/video/YarichinBitchBu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33966", + "title": "Yume Oukoku to Nemureru 100 Nin no Ouji-sama", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Afureru Hikari\"", + "link": "https://animethemes.moe/video/Yume100-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Afureru Hikari\"", + "link": "https://animethemes.moe/video/Yume100-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Afureru Hikari\"", + "link": "https://animethemes.moe/video/Yume100-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Secret Dreams\"", + "link": "https://animethemes.moe/video/Yume100-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Secret Dreams Unplugged MIX\"", + "link": "https://animethemes.moe/video/Yume100-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36726", + "title": "Yuragi-sou no Yuuna-san", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Momoiro Typhoon\"", + "link": "https://animethemes.moe/video/YuragiSouNoYuunaSan-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Momoiro Typhoon\"", + "link": "https://animethemes.moe/video/YuragiSouNoYuunaSan-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuragiSouNoYuunaSan-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Happen ~Kogarashi ni Fukarete~\"", + "link": "https://animethemes.moe/video/YuragiSouNoYuunaSan-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuragiSouNoYuunaSan-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37395", + "title": "Zoids Wild", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Starting Over\"", + "link": "https://animethemes.moe/video/ZoidsWild-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Defiance\"", + "link": "https://animethemes.moe/video/ZoidsWild-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Sky Flight\"", + "link": "https://animethemes.moe/video/ZoidsWild-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Kettou\"", + "link": "https://animethemes.moe/video/ZoidsWild-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shounen no Boku e\"", + "link": "https://animethemes.moe/video/ZoidsWild-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"blue moon\"", + "link": "https://animethemes.moe/video/ZoidsWild-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Speed Up\"", + "link": "https://animethemes.moe/video/ZoidsWild-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"best friends\"", + "link": "https://animethemes.moe/video/ZoidsWild-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "36793", + "title": "3D Kanojo: Real Girl", + "year": "2018", + "themes": [ + { + "name": "OP \"Daiji na Koto\"", + "link": "https://animethemes.moe/video/3DKanojo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"HiDE the BLUE\"", + "link": "https://animethemes.moe/video/3DKanojo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/3DKanojo-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37204", + "title": "Aikatsu Friends!", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Arigato⇄Daijoubu\"", + "link": "https://animethemes.moe/video/AikatsuFriends-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuFriends-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Soko ni Shikanai Mono\"", + "link": "https://animethemes.moe/video/AikatsuFriends-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuFriends-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Believe it\"", + "link": "https://animethemes.moe/video/AikatsuFriends-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuFriends-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Pride\"", + "link": "https://animethemes.moe/video/AikatsuFriends-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuFriends-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36864", + "title": "Akkun to Kanojo", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Koi no Balloon\"", + "link": "https://animethemes.moe/video/AkkunToKanojo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AkkunToKanojo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"We☆Pace!!\"", + "link": "https://animethemes.moe/video/AkkunToKanojo-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AkkunToKanojo-OP2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36001", + "title": "Alice or Alice: Siscon Niisan to Futago no Imouto", + "year": "2018", + "themes": [ + { + "name": "OP \"A or A!?\"", + "link": "https://animethemes.moe/video/AliceOrAlice-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AliceOrAlice-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"LONELY ALICE\"", + "link": "https://animethemes.moe/video/AliceOrAlice-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AliceOrAlice-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"LONELY ALICE\"", + "link": "https://animethemes.moe/video/AliceOrAlice-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AliceOrAlice-ED1v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37320", + "title": "Amai Choubatsu: Watashi wa Kanshu Senyou Pet", + "year": "2018", + "themes": [ + { + "name": "ED \"Sweet Punishment\"", + "link": "https://animethemes.moe/video/AmaiChoubatsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36800", + "title": "Amanchu! Advance", + "year": "2018", + "themes": [ + { + "name": "OP \"Crosswalk\"", + "link": "https://animethemes.moe/video/AmanchuAdvance-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AmanchuAdvance-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AmanchuAdvance-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hello, Hello\"", + "link": "https://animethemes.moe/video/AmanchuAdvance-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AmanchuAdvance-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AmanchuAdvance-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36214", + "title": "Asagao to Kase-san.", + "year": "2018", + "themes": [ + { + "name": "ED \"Asu e no Tobira\"", + "link": "https://animethemes.moe/video/AsagaoToKaseSan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34443", + "title": "Baki", + "year": "2018", + "themes": [ + { + "name": "OP1 \"BEASTFUL\"", + "link": "https://animethemes.moe/video/Baki-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"The Gong of Knockout\"", + "link": "https://animethemes.moe/video/Baki-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"RESOLVE\"", + "link": "https://animethemes.moe/video/Baki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"BEAUTIFUL BEAST\"", + "link": "https://animethemes.moe/video/Baki-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37283", + "title": "Beyblade Burst Chouzetsu", + "year": "2018", + "themes": [ + { + "name": "OP \"Chouzetsu Muteki Blader!\"", + "link": "https://animethemes.moe/video/BeybladeBurstChouzetsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"BEY-POP\"", + "link": "https://animethemes.moe/video/BeybladeBurstChouzetsu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"BEY-POP SWING\"", + "link": "https://animethemes.moe/video/BeybladeBurstChouzetsu-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37036", + "title": "Binan Koukou Chikyuu Bouei-bu Happy Kiss!", + "year": "2018", + "themes": [ + { + "name": "OP \"Zettai Saikou ☆Happy Kiss☆\"", + "link": "https://animethemes.moe/video/BinanKoukouChikyuuBoueiBuHappyKiss-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Warera Kitakaki Etherstein!!\"", + "link": "https://animethemes.moe/video/BinanKoukouChikyuuBoueiBuHappyKiss-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36456", + "title": "Boku no Hero Academia 3rd Season", + "year": "2018", + "themes": [ + { + "name": "OP1 \"ODD FUTURE\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Make My Story\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS3-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS3-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Update\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS3-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Long Hope Philia <TV Limited.>\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS3-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS3-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36309", + "title": "Butlers: Chitose Momotose Monogatari", + "year": "2018", + "themes": [ + { + "name": "OP \"Growth Arrow\"", + "link": "https://animethemes.moe/video/Butlers-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Hidamari no Niwa ~Eternal Garden~\"", + "link": "https://animethemes.moe/video/Butlers-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Hidamari no Niwa ~Eternal Garden~\"", + "link": "https://animethemes.moe/video/Butlers-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Equal\"", + "link": "https://animethemes.moe/video/Butlers-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36828", + "title": "Caligula", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Re Netto\"", + "link": "https://animethemes.moe/video/Caligula-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Paradigm Box\"", + "link": "https://animethemes.moe/video/Caligula-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Caligula-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"HYPNO\"", + "link": "https://animethemes.moe/video/Caligula-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Caligula-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36934", + "title": "Captain Tsubasa", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Start Dash!\"", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kizudarake no Ai\"", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Moete Hero\" by Tsubasa Oozora", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Moete Hero\" by Genzou Wakabayashi", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Moete Hero\" by Kojirou Hyuuga", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Moete Hero\" by Tarou Misaki", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Moete Hero\" by Jun Misugi", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Moete Hero\" by Tsubasa Oozora & Tarou Misaki", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Moete Hero\" by Genzou Wakabayashi & Kojirou Hyuuga", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Moete Hero\" by Tsubasa Oozora, Genzou Wakabayashi, Kojirou Hyuuga, Tarou Misaki & Jun Misugi", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Moete Hero (Chuugakusei-hen Arrange)\" by Tsubasa Oozora", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Moete Hero (Chuugakusei-hen Arrange)\" by Kojirou Hyuuga & Jun Misugi", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Moete Hero (Chuugakusei-hen Arrange)\" by Genzou Wakabayashi & Tarou Misaki", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Moete Hero (Chuugakusei-hen Arrange)\" by Hikaru Matsuyama", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Moete Hero (Chuugakusei-hen Arrange)\" by Ken Wakashimazu", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Moete Hero (Chuugakusei-hen Arrange)\" by Kojirou Hyuuga", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Moete Hero (Chuugakusei-hen Arrange)\" by Kojirou Hyuuga & Ken Wakashimazu", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"Moete Hero (Chuugakusei-hen Arrange)\" by Tsubasa Oozora & Kojirou Hyuuga", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED16.webm", + "type": "ending" + } + ] + }, + { + "id": "37476", + "title": "Cardfight!! Vanguard", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Legendary\"", + "link": "https://animethemes.moe/video/CardfightVanguard2018-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Destiny Calls\"", + "link": "https://animethemes.moe/video/CardfightVanguard2018-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"GIFT from THE FIGHT!!\"", + "link": "https://animethemes.moe/video/CardfightVanguard2018-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Triangle Message\"", + "link": "https://animethemes.moe/video/CardfightVanguard2018-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Mainichi Climax☆\"", + "link": "https://animethemes.moe/video/CardfightVanguard2018-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"UNSTOPPABLE\"", + "link": "https://animethemes.moe/video/CardfightVanguard2018-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "34440", + "title": "Code Geass: Hangyaku no Lelouch III - Oudou", + "year": "2018", + "themes": [ + { + "name": "OP \"WORLD END\"", + "link": "https://animethemes.moe/video/CodeGeassMovie3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"NE:ONE\"", + "link": "https://animethemes.moe/video/CodeGeassMovie3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35756", + "title": "Comic Girls", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Memories\"", + "link": "https://animethemes.moe/video/ComicGirls-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ComicGirls-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Memories\"", + "link": "https://animethemes.moe/video/ComicGirls-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Namida wa Misenai\"", + "link": "https://animethemes.moe/video/ComicGirls-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ComicGirls-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Namida wa Misenai\"", + "link": "https://animethemes.moe/video/ComicGirls-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Namida wa Misenai\"", + "link": "https://animethemes.moe/video/ComicGirls-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Namida wa Misenai\"", + "link": "https://animethemes.moe/video/ComicGirls-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "36976", + "title": "Cutie Honey Universe", + "year": "2018", + "themes": [ + { + "name": "OP \"Ai ga Nakucha Tatakaenai\"", + "link": "https://animethemes.moe/video/CutieHoneyUniverse-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SISTER\"", + "link": "https://animethemes.moe/video/CutieHoneyUniverse-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35928", + "title": "Devils Line", + "year": "2018", + "themes": [ + { + "name": "OP \"Eclipse\"", + "link": "https://animethemes.moe/video/DevilsLine-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DevilsLine-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Sotto Tokete Yuku You ni\"", + "link": "https://animethemes.moe/video/DevilsLine-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DevilsLine-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36525", + "title": "Dorei-ku The Animation", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Karakara na Kokoro\"", + "link": "https://animethemes.moe/video/Doreiku-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Karakara na Kokoro\"", + "link": "https://animethemes.moe/video/Doreiku-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"BJ\"", + "link": "https://animethemes.moe/video/Doreiku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37484", + "title": "Duel Masters!", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Jo☆Decki!!!\"", + "link": "https://animethemes.moe/video/DuelMasters2018-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Uchouten Shooter\"", + "link": "https://animethemes.moe/video/DuelMasters2018-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kirari☆Yume Ondo\"", + "link": "https://animethemes.moe/video/DuelMasters2018-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"INAZUMA Jacket\"", + "link": "https://animethemes.moe/video/DuelMasters2018-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"CRY MAX!!\"", + "link": "https://animethemes.moe/video/DuelMasters2018-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "33010", + "title": "FLCL Progressive", + "year": "2018", + "themes": [ + { + "name": "ED \"spiky seeds\"", + "link": "https://animethemes.moe/video/FLCLProgressive-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31931", + "title": "Full Metal Panic! Invisible Victory", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Even...if\"", + "link": "https://animethemes.moe/video/FullMetalPanicInvisibleVictory-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FullMetalPanicInvisibleVictory-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Even...if (English Ver.)\"", + "link": "https://animethemes.moe/video/FullMetalPanicInvisibleVictory-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"yes\"", + "link": "https://animethemes.moe/video/FullMetalPanicInvisibleVictory-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FullMetalPanicInvisibleVictory-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"yes (English Ver.)\"", + "link": "https://animethemes.moe/video/FullMetalPanicInvisibleVictory-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Remained dream\"", + "link": "https://animethemes.moe/video/FullMetalPanicInvisibleVictory-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Tomorrow\"", + "link": "https://animethemes.moe/video/FullMetalPanicInvisibleVictory-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "37188", + "title": "Fumikiri Jikan", + "year": "2018", + "themes": [ + { + "name": "OP \"Tomare no Susume\"", + "link": "https://animethemes.moe/video/FumikiriJikan-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "37140", + "title": "Gegege no Kitarou", + "year": "2018", + "themes": [ + { + "name": "OP \"Gegege no Kitarou\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kagami no Naka kara\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Get A Note\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Mienkeredomo, Orunda yo\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"No.999\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"RONDO\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Ushimitsu Jamboree\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Aru Wakenai no Sono Oku ni\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"A.M.D.K.J.\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED8-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31433", + "title": "Ginga Eiyuu Densetsu: Die Neue These - Kaikou", + "year": "2018", + "themes": [ + { + "name": "OP \"Binary Star\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsuDieNeueTheseKaikoku-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsuDieNeueTheseKaikoku-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"WISH\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsuDieNeueTheseKaikoku-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsuDieNeueTheseKaikoku-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"WISH\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsuDieNeueTheseKaikoku-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsuDieNeueTheseKaikoku-ED1v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36028", + "title": "Golden Kamuy", + "year": "2018", + "themes": [ + { + "name": "OP \"Winding Road\"", + "link": "https://animethemes.moe/video/GoldenKamuy-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GoldenKamuy-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hibana\"", + "link": "https://animethemes.moe/video/GoldenKamuy-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GoldenKamuy-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37245", + "title": "Gundam Build Divers", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Diver's High\"", + "link": "https://animethemes.moe/video/GundamBuildDivers-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamBuildDivers-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Infinity\"", + "link": "https://animethemes.moe/video/GundamBuildDivers-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamBuildDivers-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Ashita e\"", + "link": "https://animethemes.moe/video/GundamBuildDivers-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamBuildDivers-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Start Dash\"", + "link": "https://animethemes.moe/video/GundamBuildDivers-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamBuildDivers-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35183", + "title": "Gurazeni", + "year": "2018", + "themes": [ + { + "name": "OP \"Merigo feat. SKY-HI\"", + "link": "https://animethemes.moe/video/Gurazeni-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SHADOW MONSTER\"", + "link": "https://animethemes.moe/video/Gurazeni-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34281", + "title": "High School DxD Hero", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"SWITCH\"", + "link": "https://animethemes.moe/video/HighSchoolDxDHero-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HighSchoolDxDHero-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"SWITCH\"", + "link": "https://animethemes.moe/video/HighSchoolDxDHero-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Motenai Kuseni (`;ω;´)\"", + "link": "https://animethemes.moe/video/HighSchoolDxDHero-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HighSchoolDxDHero-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36296", + "title": "Hinamatsuri", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Distance\"", + "link": "https://animethemes.moe/video/Hinamatsuri-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hinamatsuri-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hinamatsuri-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Distance\"", + "link": "https://animethemes.moe/video/Hinamatsuri-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Distance\"", + "link": "https://animethemes.moe/video/Hinamatsuri-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Distance\"", + "link": "https://animethemes.moe/video/Hinamatsuri-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"Distance\"", + "link": "https://animethemes.moe/video/Hinamatsuri-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"Distance\"", + "link": "https://animethemes.moe/video/Hinamatsuri-OP1v6.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Sake to Ikura to 893 to Musume\"", + "link": "https://animethemes.moe/video/Hinamatsuri-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hinamatsuri-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hinamatsuri-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Sake to Ikura to 893 to Musume\"", + "link": "https://animethemes.moe/video/Hinamatsuri-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Sake to Ikura to 893 to Musume\"", + "link": "https://animethemes.moe/video/Hinamatsuri-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Sake to Ikura to 893 to Musume\"", + "link": "https://animethemes.moe/video/Hinamatsuri-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Sake to Ikura to 893 to Musume\"", + "link": "https://animethemes.moe/video/Hinamatsuri-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shashin Jou\"", + "link": "https://animethemes.moe/video/Hinamatsuri-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hajimete no Kimochi\"", + "link": "https://animethemes.moe/video/Hinamatsuri-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "36884", + "title": "Hisone to Maso-tan", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Shoujo wa Ano Sora wo Wataru\"", + "link": "https://animethemes.moe/video/HisoneToMasotan-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HisoneToMasotan-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Shoujo wa Ano Sora ni Madou\"", + "link": "https://animethemes.moe/video/HisoneToMasotan-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HisoneToMasotan-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Le temps de la rentrée ~Koi no Shingakki~\" by Hisone Amakasu & Nao Kaizaki", + "link": "https://animethemes.moe/video/HisoneToMasotan-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HisoneToMasotan-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Le temps de la rentrée ~Koi no Shingakki~\" by Hisone Amakasu & Nao Kaizaki", + "link": "https://animethemes.moe/video/HisoneToMasotan-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Le temps de la rentrée ~Koi no Shingakki~\" by Hisone Amakasu & Nao Kaizaki", + "link": "https://animethemes.moe/video/HisoneToMasotan-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 \"Le temps de la rentrée ~Koi no Shingakki~\" by Eri Hoshino, Ririko Kinutsugai & Mayumi Hitomi", + "link": "https://animethemes.moe/video/HisoneToMasotan-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Le temps de la rentrée ~Koi no Shingakki~\" by Hisone Amakasu & Eri Hoshino", + "link": "https://animethemes.moe/video/HisoneToMasotan-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Le temps de la rentrée ~Koi no Shingakki~\" by Hisone Amakasu, Eri Hoshino, Ririko Kinutsugai & Mayumi Hitomi", + "link": "https://animethemes.moe/video/HisoneToMasotan-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Le temps de la rentrée ~Koi no Shingakki~\" by Ririko Kinutsugai", + "link": "https://animethemes.moe/video/HisoneToMasotan-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Le temps de la rentrée ~Koi no Shingakki~\" by Hisone Amakasu", + "link": "https://animethemes.moe/video/HisoneToMasotan-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Le temps de la rentrée ~Koi no Shingakki~\" by Hisone Amakasu, Nao Kaizaki, Eri Hoshino, Ririko Kinutsugai & Mayumi Hitomi", + "link": "https://animethemes.moe/video/HisoneToMasotan-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Le temps de la rentrée ~Koi no Shingakki~\"", + "link": "https://animethemes.moe/video/HisoneToMasotan-ED8.webm", + "type": "ending" + } + ] + }, + { + "id": "37029", + "title": "Hoozuki no Reitetsu 2nd Season: Sono Ni", + "year": "2018", + "themes": [ + { + "name": "OP \"Haikei, Jigoku yori\"", + "link": "https://animethemes.moe/video/HoozukiNoReitetsuS2SonoNi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Jigoku de Hot Cake\"", + "link": "https://animethemes.moe/video/HoozukiNoReitetsuS2SonoNi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33733", + "title": "Inazuma Eleven: Ares no Tenbin", + "year": "2018", + "themes": [ + { + "name": "OP \"Teppen e Dasshu!\"", + "link": "https://animethemes.moe/video/InazumaElevenAresNoTenbin-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koisuru Otome wa Amamoyou\"", + "link": "https://animethemes.moe/video/InazumaElevenAresNoTenbin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34420", + "title": "Isekai Izakaya: Koto Aitheria no Izakaya Nobu", + "year": "2018", + "themes": [ + { + "name": "ED \"Prosit!\"", + "link": "https://animethemes.moe/video/IsekaiIzakaya-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36397", + "title": "Jikken-hin Kazoku: Creatures Family Days", + "year": "2018", + "themes": [ + { + "name": "OP \"Early Days\"", + "link": "https://animethemes.moe/video/JikkenhinKazoku-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Haru ni Ochite\"", + "link": "https://animethemes.moe/video/JikkenhinKazoku-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Haru ni Ochite\"", + "link": "https://animethemes.moe/video/JikkenhinKazoku-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "33531", + "title": "Juushinki Pandora", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Sirius\"", + "link": "https://animethemes.moe/video/JuushinkiPandora-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Sirius\"", + "link": "https://animethemes.moe/video/JuushinkiPandora-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Spica\"", + "link": "https://animethemes.moe/video/JuushinkiPandora-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Spica\"", + "link": "https://animethemes.moe/video/JuushinkiPandora-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "36754", + "title": "Kakuriyo no Yadomeshi", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Tomoshibi no Manimani\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Utsushiyo no Yume\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Sai -color-\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Negai Hana\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Toki no Suna\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"My sweet sweet love\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kaze\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Shiranai Kimochi\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Yashiho no Hana\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Koi Mamoru Uta\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED8-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED9 \"Setsuna no Kirameki\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED9.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED9-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED10 \"Eien no Kizuna\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED10.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED10-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37178", + "title": "Kiratto Pri☆chan", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Kiratto Start\"", + "link": "https://animethemes.moe/video/KirattoPriChan-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Go! Up! Stardom!\"", + "link": "https://animethemes.moe/video/KirattoPriChan-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"never-ending!!\"", + "link": "https://animethemes.moe/video/KirattoPriChan-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Pretty☆Channel\"", + "link": "https://animethemes.moe/video/KirattoPriChan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"KIRA KIRA Hologram\"", + "link": "https://animethemes.moe/video/KirattoPriChan-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"SHINING FLOWER\"", + "link": "https://animethemes.moe/video/KirattoPriChan-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "37448", + "title": "Ladyspo", + "year": "2018", + "themes": [ + { + "name": "ED \"Happy Thinking!\"", + "link": "https://animethemes.moe/video/Ladyspo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37254", + "title": "Last Period: Owarinaki Rasen no Monogatari", + "year": "2018", + "themes": [ + { + "name": "OP \"Yokubari Dreamer\"", + "link": "https://animethemes.moe/video/LastPeriod-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LastPeriod-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Wiseman no Theme\"", + "link": "https://animethemes.moe/video/LastPeriod-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LastPeriod-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37023", + "title": "Layton Mystery Tanteisha: Katri no Nazotoki File", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Change!\"", + "link": "https://animethemes.moe/video/LaytonMysteryTanteisha-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LaytonMysteryTanteisha-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"blooming\"", + "link": "https://animethemes.moe/video/LaytonMysteryTanteisha-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LaytonMysteryTanteisha-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Daijoubu\"", + "link": "https://animethemes.moe/video/LaytonMysteryTanteisha-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LaytonMysteryTanteisha-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ashita mo, Sekai wa Mawaru kara.\"", + "link": "https://animethemes.moe/video/LaytonMysteryTanteisha-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LaytonMysteryTanteisha-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35677", + "title": "Liz to Aoi Tori", + "year": "2018", + "themes": [ + { + "name": "ED1 \"Girls, Dance, Staircase\"", + "link": "https://animethemes.moe/video/LizToAoiTori-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Songbirds\"", + "link": "https://animethemes.moe/video/LizToAoiTori-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34338", + "title": "Lost Song", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Utaeba Soko ni Kimi ga Iru kara\"", + "link": "https://animethemes.moe/video/LostSong-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LostSong-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Utaeba Soko ni Kimi ga Iru kara\"", + "link": "https://animethemes.moe/video/LostSong-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"TEARS ECHO\"", + "link": "https://animethemes.moe/video/LostSong-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LostSong-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"TEARS ECHO\"", + "link": "https://animethemes.moe/video/LostSong-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"TEARS ECHO\"", + "link": "https://animethemes.moe/video/LostSong-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LostSong-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shuumetsu no Uta\"", + "link": "https://animethemes.moe/video/LostSong-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34607", + "title": "Lostorage Conflated WIXOSS", + "year": "2018", + "themes": [ + { + "name": "OP \"UNLOCK\"", + "link": "https://animethemes.moe/video/LostorageConflatedWIXOSS-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LostorageConflatedWIXOSS-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"I\"", + "link": "https://animethemes.moe/video/LostorageConflatedWIXOSS-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LostorageConflatedWIXOSS-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35857", + "title": "Lupin III: Part V", + "year": "2018", + "themes": [ + { + "name": "OP \"LUPIN TROIS 2018\"", + "link": "https://animethemes.moe/video/Lupin2018-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Seine no Kaze ni... (Adieu)\"", + "link": "https://animethemes.moe/video/Lupin2018-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36902", + "title": "Mahou Shoujo Ore", + "year": "2018", + "themes": [ + { + "name": "OP \"NOISY LOVE POWER☆\"", + "link": "https://animethemes.moe/video/MahouShoujoOre-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Glass no Ginga\"", + "link": "https://animethemes.moe/video/MahouShoujoOre-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bucchake Shoujo Janai\"", + "link": "https://animethemes.moe/video/MahouShoujoOre-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36266", + "title": "Mahou Shoujo Site", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Changing point\" by i☆Ris", + "link": "https://animethemes.moe/video/MahouShoujoSite-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahouShoujoSite-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Changing point\" by Ryuusei Nakao", + "link": "https://animethemes.moe/video/MahouShoujoSite-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Zenzen Tomodachi\"", + "link": "https://animethemes.moe/video/MahouShoujoSite-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahouShoujoSite-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"...Watashi dake Mitete♡\"", + "link": "https://animethemes.moe/video/MahouShoujoSite-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36565", + "title": "Major 2nd", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Koete Ike\"", + "link": "https://animethemes.moe/video/Major2nd-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Dream Catcher\"", + "link": "https://animethemes.moe/video/Major2nd-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Pride\"", + "link": "https://animethemes.moe/video/Major2nd-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"SAIREN\"", + "link": "https://animethemes.moe/video/Major2nd-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36563", + "title": "Megalo Box", + "year": "2018", + "themes": [ + { + "name": "OP \"Bite\"", + "link": "https://animethemes.moe/video/MegaloBox-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MegaloBox-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Kakatte koi yo\"", + "link": "https://animethemes.moe/video/MegaloBox-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MegaloBox-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "33850", + "title": "Nil Admirari no Tenbin: Teito Genwaku Kitan", + "year": "2018", + "themes": [ + { + "name": "OP \"Tandeki Mirage-ism\"", + "link": "https://animethemes.moe/video/NilAdmirariNoTenbin-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NilAdmirariNoTenbin-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Black Thunder\"", + "link": "https://animethemes.moe/video/NilAdmirariNoTenbin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37126", + "title": "Nobunaga no Shinobi: Anegawa Ishiyama-hen", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Kingyo Namida.\"", + "link": "https://animethemes.moe/video/NobunagaNoShinobiS3-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Tsuisou no Kotowari\"", + "link": "https://animethemes.moe/video/NobunagaNoShinobiS3-OP2.webm", + "type": "opening" + } + ] + }, + { + "id": "37258", + "title": "Omae wa Mada Gunma wo Shiranai", + "year": "2018", + "themes": [ + { + "name": "ED \"So Happy\"", + "link": "https://animethemes.moe/video/Omagun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37778", + "title": "Pastel Life", + "year": "2018", + "themes": [ + { + "name": "OP \"Shuwarin☆Dreaming\"", + "link": "https://animethemes.moe/video/PastelLife-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "36023", + "title": "Persona 5 the Animation", + "year": "2018", + "themes": [ + { + "name": "OP1 \"BREAK IN TO BREAK OUT\"", + "link": "https://animethemes.moe/video/Persona5-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Dark Sun...\"", + "link": "https://animethemes.moe/video/Persona5-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Dark Sun...\"", + "link": "https://animethemes.moe/video/Persona5-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP2 V3 \"Dark Sun...\"", + "link": "https://animethemes.moe/video/Persona5-OP2v3.webm", + "type": "opening" + }, + { + "name": "OP2 V4 \"Dark Sun...\"", + "link": "https://animethemes.moe/video/Persona5-OP2v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Persona5-OP2v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"INFINITY\"", + "link": "https://animethemes.moe/video/Persona5-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Found a Light\"", + "link": "https://animethemes.moe/video/Persona5-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Autonomy\"", + "link": "https://animethemes.moe/video/Persona5-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Autonomy\"", + "link": "https://animethemes.moe/video/Persona5-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED3 V3 \"Autonomy\"", + "link": "https://animethemes.moe/video/Persona5-ED3v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Persona5-ED3v3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36652", + "title": "Piano no Mori", + "year": "2018", + "themes": [ + { + "name": "OP \"Umi e\"", + "link": "https://animethemes.moe/video/PianoNoMoriTV-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PianoNoMoriTV-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kaeru Basho ga Aru to Iu Koto\"", + "link": "https://animethemes.moe/video/PianoNoMoriTV-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PianoNoMoriTV-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37096", + "title": "Puzzle & Dragon", + "year": "2018", + "themes": [ + { + "name": "OP1 V1 \"Everybody GO!\"", + "link": "https://animethemes.moe/video/PuzzleAndDragon-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Everybody GO!\"", + "link": "https://animethemes.moe/video/PuzzleAndDragon-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hallelujahlujah\"", + "link": "https://animethemes.moe/video/PuzzleAndDragon-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"▷START\"", + "link": "https://animethemes.moe/video/PuzzleAndDragon-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Träumerei\"", + "link": "https://animethemes.moe/video/PuzzleAndDragon-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Smash Drop\"", + "link": "https://animethemes.moe/video/PuzzleAndDragon-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"GET OVER\"", + "link": "https://animethemes.moe/video/PuzzleAndDragon-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Friendship No.1\"", + "link": "https://animethemes.moe/video/PuzzleAndDragon-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"PEACE!!!\"", + "link": "https://animethemes.moe/video/PuzzleAndDragon-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "36513", + "title": "Rokuhoudou Yotsuiro Biyori", + "year": "2018", + "themes": [ + { + "name": "OP \"Sakurairo Cliché\"", + "link": "https://animethemes.moe/video/RokuhoudouYotsuiroBiyori-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RokuhoudouYotsuiroBiyori-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Clover\" by Coffee Creamers", + "link": "https://animethemes.moe/video/RokuhoudouYotsuiroBiyori-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RokuhoudouYotsuiroBiyori-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"\"", + "link": "https://animethemes.moe/video/RokuhoudouYotsuiroBiyori-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Clover\" By Coffee Creamers, Junichi Suwabe, Yuuichi Nakamura, Daisuke Ono & Daiki Yamashita", + "link": "https://animethemes.moe/video/RokuhoudouYotsuiroBiyori-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RokuhoudouYotsuiroBiyori-ED3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33889", + "title": "Saredo Tsumibito wa Ryuu to Odoru", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"divine criminal\"", + "link": "https://animethemes.moe/video/SaredoTsumibitoWaRyuuToOdoru-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"divine criminal\"", + "link": "https://animethemes.moe/video/SaredoTsumibitoWaRyuuToOdoru-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"décadence\"", + "link": "https://animethemes.moe/video/SaredoTsumibitoWaRyuuToOdoru-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36949", + "title": "Shokugeki no Souma: San no Sara - Toutsuki Ressha-hen", + "year": "2018", + "themes": [ + { + "name": "OP \"Symbol\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSaraToutsukiResshaHen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSaraToutsukiResshaHen-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Atoria\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSaraToutsukiResshaHen-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSaraToutsukiResshaHen-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36655", + "title": "Souten no Ken: Regenesis", + "year": "2018", + "themes": [ + { + "name": "OP \"Souten no Hate ni\"", + "link": "https://animethemes.moe/video/SoutenNoKenReGenesis-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Inori no Hoshizora\"", + "link": "https://animethemes.moe/video/SoutenNoKenReGenesis-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30484", + "title": "Steins;Gate 0", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Fatima\"", + "link": "https://animethemes.moe/video/SteinsGateZero-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SteinsGateZero-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SteinsGateZero-OP1-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Fatima\"", + "link": "https://animethemes.moe/video/SteinsGateZero-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SteinsGateZero-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Amadeus\"", + "link": "https://animethemes.moe/video/SteinsGateZero-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"LAST GAME\"", + "link": "https://animethemes.moe/video/SteinsGateZero-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SteinsGateZero-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Lyra\"", + "link": "https://animethemes.moe/video/SteinsGateZero-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hoshi no Kanaderu Uta\"", + "link": "https://animethemes.moe/video/SteinsGateZero-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"World-Line\"", + "link": "https://animethemes.moe/video/SteinsGateZero-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SteinsGateZero-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"GATE OF STEINER\"", + "link": "https://animethemes.moe/video/SteinsGateZero-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "36475", + "title": "Sword Art Online Alternative: Gun Gale Online", + "year": "2018", + "themes": [ + { + "name": "OP \"Ryuusei\"", + "link": "https://animethemes.moe/video/SwordArtOnlineGunGaleOnline-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineGunGaleOnline-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"To see the future\"", + "link": "https://animethemes.moe/video/SwordArtOnlineGunGaleOnline-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineGunGaleOnline-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36943", + "title": "Tachibanakan Triangle", + "year": "2018", + "themes": [ + { + "name": "ED \"Motto, Nee Motto\"", + "link": "https://animethemes.moe/video/TachibanakanTriangle-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36470", + "title": "Tada-kun wa Koi wo Shinai", + "year": "2018", + "themes": [ + { + "name": "OP \"Otomodachi Film\"", + "link": "https://animethemes.moe/video/Tadakoi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tadakoi-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tadakoi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Love Song\"", + "link": "https://animethemes.moe/video/Tadakoi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tadakoi-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tadakoi-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35044", + "title": "To Be Heroine", + "year": "2018", + "themes": [ + { + "name": "OP \"Ray\"", + "link": "https://animethemes.moe/video/ToBeHeroine-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Renka Renbo\"", + "link": "https://animethemes.moe/video/ToBeHeroine-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36511", + "title": "Tokyo Ghoul:re", + "year": "2018", + "themes": [ + { + "name": "OP \"asphyxia\"", + "link": "https://animethemes.moe/video/TokyoGhoulRE-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TokyoGhoulRE-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"HALF\"", + "link": "https://animethemes.moe/video/TokyoGhoulRE-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TokyoGhoulRE-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"HALF\"", + "link": "https://animethemes.moe/video/TokyoGhoulRE-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TokyoGhoulRE-ED1v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36267", + "title": "Uchuu Senkan Tiramisù", + "year": "2018", + "themes": [ + { + "name": "OP \"Breakthrough\"", + "link": "https://animethemes.moe/video/UchuuSenkanTiramisu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"DURANDAL\"", + "link": "https://animethemes.moe/video/UchuuSenkanTiramisu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35249", + "title": "Uma Musume: Pretty Derby", + "year": "2018", + "themes": [ + { + "name": "OP \"Make Debut!\"", + "link": "https://animethemes.moe/video/UmaMusume-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UmaMusume-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Grow Up Shine!\"", + "link": "https://animethemes.moe/video/UmaMusume-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UmaMusume-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Arigatou, Kamisama\"", + "link": "https://animethemes.moe/video/UmaMusume-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Silent Star\"", + "link": "https://animethemes.moe/video/UmaMusume-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Find My Only Way\"", + "link": "https://animethemes.moe/video/UmaMusume-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Uma Piyu Densetsu\"", + "link": "https://animethemes.moe/video/UmaMusume-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "37433", + "title": "Wakaokami wa Shougakusei!", + "year": "2018", + "themes": [ + { + "name": "ED1 \"Kimi no Stage e\"", + "link": "https://animethemes.moe/video/WakaokamiWaShougakusei-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"NEW DAY\"", + "link": "https://animethemes.moe/video/WakaokamiWaShougakusei-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"NEW DAY\"", + "link": "https://animethemes.moe/video/WakaokamiWaShougakusei-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "35968", + "title": "Wotaku ni Koi wa Muzukashii", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Fiction\"", + "link": "https://animethemes.moe/video/WotaKoi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/WotaKoi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Fiction\"", + "link": "https://animethemes.moe/video/WotaKoi-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Fiction\"", + "link": "https://animethemes.moe/video/WotaKoi-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/WotaKoi-OP1v3-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kimi no Tonari\"", + "link": "https://animethemes.moe/video/WotaKoi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/WotaKoi-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ashita mo Mata\"", + "link": "https://animethemes.moe/video/WotaKoi-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/WotaKoi-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37324", + "title": "Youkai Watch: Shadow Side", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Toki wo Matou\"", + "link": "https://animethemes.moe/video/YoukaiWatchShadowSide-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Susume Shounen! Hyuuihyuu\"", + "link": "https://animethemes.moe/video/YoukaiWatchShadowSide-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Funky Boogie Bar\"", + "link": "https://animethemes.moe/video/YoukaiWatchShadowSide-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Oyasumi Sanka\"", + "link": "https://animethemes.moe/video/YoukaiWatchShadowSide-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36840", + "title": "25-sai no Joshikousei", + "year": "2018", + "themes": [ + { + "name": "ED \"Reunion\"", + "link": "https://animethemes.moe/video/Nigojo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36039", + "title": "A.I.C.O.: Incarnation", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"A.I.C.O.\"", + "link": "https://animethemes.moe/video/AICOIncarnation-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"A.I.C.O.\"", + "link": "https://animethemes.moe/video/AICOIncarnation-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"A.I.C.O.\"", + "link": "https://animethemes.moe/video/AICOIncarnation-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"A.I.C.O.\"", + "link": "https://animethemes.moe/video/AICOIncarnation-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"A.I.C.O.\"", + "link": "https://animethemes.moe/video/AICOIncarnation-OP1v5.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AICOIncarnation-OP1v5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Michi no Kanata\"", + "link": "https://animethemes.moe/video/AICOIncarnation-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AICOIncarnation-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32827", + "title": "B: The Beginning", + "year": "2018", + "themes": [ + { + "name": "ED \"The Perfect World\"", + "link": "https://animethemes.moe/video/BTheBeginning-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BTheBeginning-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35964", + "title": "Basilisk: Ouka Ninpouchou", + "year": "2018", + "themes": [ + { + "name": "OP \"Ouka Ninpouchou\"", + "link": "https://animethemes.moe/video/BasiliskOukaNinpouchou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BasiliskOukaNinpouchou-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"HOT BLOOD\"", + "link": "https://animethemes.moe/video/BasiliskOukaNinpouchou-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"HOT BLOOD\"", + "link": "https://animethemes.moe/video/BasiliskOukaNinpouchou-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BasiliskOukaNinpouchou-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Suiren\"", + "link": "https://animethemes.moe/video/BasiliskOukaNinpouchou-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Suiren\"", + "link": "https://animethemes.moe/video/BasiliskOukaNinpouchou-ED2v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BasiliskOukaNinpouchou-ED2v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36516", + "title": "Beatless", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Error\"", + "link": "https://animethemes.moe/video/Beatless-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Beatless-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Truth.\"", + "link": "https://animethemes.moe/video/Beatless-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Beatless-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"PRIMALove\"", + "link": "https://animethemes.moe/video/Beatless-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Beatless-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shapeless\"", + "link": "https://animethemes.moe/video/Beatless-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34944", + "title": "Bungou Stray Dogs: Dead Apple", + "year": "2018", + "themes": [ + { + "name": "OP \"Deadly Drive\"", + "link": "https://animethemes.moe/video/BungouStaryDogsDeadApple-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Bokura\"", + "link": "https://animethemes.moe/video/BungouStaryDogsDeadApple-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33354", + "title": "Cardcaptor Sakura: Clear Card-hen", + "year": "2018", + "themes": [ + { + "name": "OP1 \"CLEAR\"", + "link": "https://animethemes.moe/video/CardcaptorSakuraClearCardHen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CardcaptorSakuraClearCardHen-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Rocket Beat\"", + "link": "https://animethemes.moe/video/CardcaptorSakuraClearCardHen-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CardcaptorSakuraClearCardHen-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Jewelry\"", + "link": "https://animethemes.moe/video/CardcaptorSakuraClearCardHen-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CardcaptorSakuraClearCardHen-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rewind\"", + "link": "https://animethemes.moe/video/CardcaptorSakuraClearCardHen-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CardcaptorSakuraClearCardHen-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35608", + "title": "Chuunibyou demo Koi ga Shitai! Movie: Take On Me", + "year": "2018", + "themes": [ + { + "name": "OP \"Journey\"", + "link": "https://animethemes.moe/video/ChuunibyouTakeOnMe-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kokoro no Namae\"", + "link": "https://animethemes.moe/video/ChuunibyouTakeOnMe-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34382", + "title": "Citrus", + "year": "2018", + "themes": [ + { + "name": "OP \"Azalea\"", + "link": "https://animethemes.moe/video/Citrus-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Citrus-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Dear Teardrop\"", + "link": "https://animethemes.moe/video/Citrus-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Citrus-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Dear Teardrop\"", + "link": "https://animethemes.moe/video/Citrus-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "34439", + "title": "Code Geass: Hangyaku no Lelouch II - Handou", + "year": "2018", + "themes": [ + { + "name": "OP \"Yuukyou Seishunka\"", + "link": "https://animethemes.moe/video/CodeGeassMovie2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"The Moon\"", + "link": "https://animethemes.moe/video/CodeGeassMovie2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36049", + "title": "Dagashi Kashi 2", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"OH MY Sugar Feeling!!\"", + "link": "https://animethemes.moe/video/DagashiKashiS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DagashiKashiS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"OH MY Sugar Feeling!!\"", + "link": "https://animethemes.moe/video/DagashiKashiS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Okashi na Watashi to Hachimitsu no Kimi\"", + "link": "https://animethemes.moe/video/DagashiKashiS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DagashiKashiS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35988", + "title": "Dame x Prince Anime Caravan", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"DxDxD\"", + "link": "https://animethemes.moe/video/DamePriAnimeCaravan-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DamePriAnimeCaravan-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"DxDxD\"", + "link": "https://animethemes.moe/video/DamePriAnimeCaravan-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Light & Shade\"", + "link": "https://animethemes.moe/video/DamePriAnimeCaravan-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DamePriAnimeCaravan-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Promise\"", + "link": "https://animethemes.moe/video/DamePriAnimeCaravan-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DamePriAnimeCaravan-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Treasure\"", + "link": "https://animethemes.moe/video/DamePriAnimeCaravan-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DamePriAnimeCaravan-ED3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35849", + "title": "Darling in the FranXX", + "year": "2018", + "themes": [ + { + "name": "OP1 V1 \"KISS OF DEATH (Produced by HYDE)\"", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP1 V2 \"KISS OF DEATH (Produced by HYDE)\"", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"KISS OF DEATH (Produced by HYDE) Remix ver.\"", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Torikago\"", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Manatsu no Setsuna\"", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Beautiful World\"", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hitori\"", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Escape\"", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Darling\"", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "34497", + "title": "Death March kara Hajimaru Isekai Kyousoukyoku", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Slide Ride\"", + "link": "https://animethemes.moe/video/DeathMa-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DeathMa-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Slide Ride\"", + "link": "https://animethemes.moe/video/DeathMa-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Suki no Skill\"", + "link": "https://animethemes.moe/video/DeathMa-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DeathMa-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"\"", + "link": "https://animethemes.moe/video/DeathMa-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "35120", + "title": "Devilman: Crybaby", + "year": "2018", + "themes": [ + { + "name": "OP \"MAN HUMAN (DEVILMAN crybaby Ver.)\"", + "link": "https://animethemes.moe/video/DevilmanCrybaby-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DevilmanCrybaby-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Konya Dake\"", + "link": "https://animethemes.moe/video/DevilmanCrybaby-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37033", + "title": "Emiya-san Chi no Kyou no Gohan", + "year": "2018", + "themes": [ + { + "name": "OP \"Apron Boy\"", + "link": "https://animethemes.moe/video/EmiyaGohan-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EmiyaGohan-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Collage\"", + "link": "https://animethemes.moe/video/EmiyaGohan-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EmiyaGohan-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Collage\"", + "link": "https://animethemes.moe/video/EmiyaGohan-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "33047", + "title": "Fate/Extra Last Encore", + "year": "2018", + "themes": [ + { + "name": "OP \"Bright Burning Shout\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateExtraLastEncore-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Tsuki to Hanataba\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Tsuki to Hanataba\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Tsuki to Hanataba\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Tsuki to Hanataba\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Tsuki to Hanataba\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Tsuki to Hanataba\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Tsuki to Hanataba\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Tsuki to Hanataba\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED V9 \"Tsuki to Hanataba\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED V10 \"Tsuki to Hanataba\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED V11 \"Tsuki to Hanataba\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1v11.webm", + "type": "ending" + } + ] + }, + { + "id": "35222", + "title": "Gakuen Babysitters", + "year": "2018", + "themes": [ + { + "name": "OP \"Endless happy world\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED V9 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED V10 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED V11 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1v11.webm", + "type": "ending" + }, + { + "name": "ED V12 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1v12.webm", + "type": "ending" + } + ] + }, + { + "id": "36797", + "title": "gdMen", + "year": "2018", + "themes": [ + { + "name": "OP \"Mousou Teikoku Chikuouki\"", + "link": "https://animethemes.moe/video/gdMen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Duality\"", + "link": "https://animethemes.moe/video/gdMen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35757", + "title": "Gin no Guardian 2nd Season", + "year": "2018", + "themes": [ + { + "name": "OP \"Mamori Tsunagu\"", + "link": "https://animethemes.moe/video/GinNoGuardian-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GinNoGuardian-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kimi Kimi Kimi\"", + "link": "https://animethemes.moe/video/GinNoGuardianS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GinNoGuardianS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36838", + "title": "Gintama.: Shirogane no Tamashii-hen", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Katte ni My Soul\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Katte ni My Soul\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Katte ni My Soul\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V4 \"Katte ni My Soul\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"Katte ni My Soul\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-OP1v5.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-OP1v5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Hanaichi Monme\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hanaichi Monme\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Hanaichi Monme\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Hanaichi Monme\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "34279", + "title": "Grancrest Senki", + "year": "2018", + "themes": [ + { + "name": "OP1 \"starry\"", + "link": "https://animethemes.moe/video/GrancrestSenki-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrancrestSenki-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V1 \"Rin\"", + "link": "https://animethemes.moe/video/GrancrestSenki-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrancrestSenki-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"Rin\"", + "link": "https://animethemes.moe/video/GrancrestSenki-OP2v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrancrestSenki-OP2v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V3 \"Rin\"", + "link": "https://animethemes.moe/video/GrancrestSenki-OP2v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrancrestSenki-OP2v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"PLEDGE\"", + "link": "https://animethemes.moe/video/GrancrestSenki-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrancrestSenki-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shoudou\"", + "link": "https://animethemes.moe/video/GrancrestSenki-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrancrestSenki-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35889", + "title": "Hakata Tonkotsu Ramens", + "year": "2018", + "themes": [ + { + "name": "OP \"Stray\"", + "link": "https://animethemes.moe/video/HakataTonkotsuRamens-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HakataTonkotsuRamens-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"DIRTY BULLET\"", + "link": "https://animethemes.moe/video/HakataTonkotsuRamens-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HakataTonkotsuRamens-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36094", + "title": "Hakumei to Mikochi", + "year": "2018", + "themes": [ + { + "name": "OP \"urar\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Harvest Moon Night\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Harvest Moon Night\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Harvest Moon Night\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Harvest Moon Night\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Harvest Moon Night\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Harvest Moon Night\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED1 V7 \"Harvest Moon Night\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED1 V8 \"Harvest Moon Night\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED1 V9 \"Harvest Moon Night\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED1 V10 \"Harvest Moon Night\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED1 V11 \"Harvest Moon Night\"", + "type": "ending" + }, + { + "name": "ED2 \"Suitei no Rhythm\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36029", + "title": "Hakyuu Houshin Engi", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Keep the Heat and Fire Yourself Up\"", + "link": "https://animethemes.moe/video/HakyuuHoushinEngi-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Treasure in Your Hands\"", + "link": "https://animethemes.moe/video/HakyuuHoushinEngi-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Madoi Mirai\"", + "link": "https://animethemes.moe/video/HakyuuHoushinEngi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Mukei no Outline\"", + "link": "https://animethemes.moe/video/HakyuuHoushinEngi-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Mukei no Outline\"", + "link": "https://animethemes.moe/video/HakyuuHoushinEngi-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Mukei no Outline\"", + "link": "https://animethemes.moe/video/HakyuuHoushinEngi-ED2v3.webm", + "type": "ending" + } + ] + }, + { + "id": "36784", + "title": "Hataraku Onii-san!", + "year": "2018", + "themes": [ + { + "name": "ED \"KEEP YOUR HOPE ALIVE\"", + "link": "https://animethemes.moe/video/HatarakuOniiSan-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HatarakuOniiSan-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35333", + "title": "Hitori no Shita: The Outcast 2nd Season", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Kizudarake no Bokura\"", + "link": "https://animethemes.moe/video/HitoriNoShitaS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Wu Ya\"", + "link": "https://animethemes.moe/video/HitoriNoShitaS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yao Mei er Feng Bao Bao\"", + "link": "https://animethemes.moe/video/HitoriNoShitaS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ting Feng Yin\"", + "link": "https://animethemes.moe/video/HitoriNoShitaS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Dange Jinghong\"", + "link": "https://animethemes.moe/video/HitoriNoShitaS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Nian Dou Zhang\"", + "link": "https://animethemes.moe/video/HitoriNoShitaS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"You Long\"", + "link": "https://animethemes.moe/video/HitoriNoShitaS2-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "36593", + "title": "Hug tto! Precure", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"We can!! HUG tto! Precure\"", + "link": "https://animethemes.moe/video/HugttoPrecure-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HugttoPrecure-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"We can!! HUG tto! Precure\"", + "link": "https://animethemes.moe/video/HugttoPrecure-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HugttoPrecure-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"HUG tto! Mirai☆Dreamer\"", + "link": "https://animethemes.moe/video/HugttoPrecure-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HugttoPrecure-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi to Tomodachi\"", + "link": "https://animethemes.moe/video/HugttoPrecure-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HugttoPrecure-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"DANZEN! Futari wa Precure ~Yuiitsu Muni no Hikari-tachi~\"", + "link": "https://animethemes.moe/video/HugttoPrecure-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"HUG tto! Yell For You\"", + "link": "https://animethemes.moe/video/HugttoPrecure-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HugttoPrecure-ED4-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33899", + "title": "IDOLiSH7", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"WiSH VOYAGE\"", + "link": "https://animethemes.moe/video/IDOLiSH7-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"WiSH VOYAGE\"", + "link": "https://animethemes.moe/video/IDOLiSH7-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Heavenly zVisitor\"", + "link": "https://animethemes.moe/video/IDOLiSH7-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"TODAY IS\"", + "link": "https://animethemes.moe/video/IDOLiSH7-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ame\"", + "link": "https://animethemes.moe/video/IDOLiSH7-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"MONSTER GENERATiON\"", + "link": "https://animethemes.moe/video/IDOLiSH7-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "36963", + "title": "IDOLiSH7 Vibrato", + "year": "2018", + "themes": [ + { + "name": "ED1 \"DESTINY\"", + "link": "https://animethemes.moe/video/IDOLiSH7Vibrato-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"PARTY TIME TOGETHER\"", + "link": "https://animethemes.moe/video/IDOLiSH7Vibrato-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"NATSU☆Shiyouze!\"", + "link": "https://animethemes.moe/video/IDOLiSH7Vibrato-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "36124", + "title": "Ito Junji: Collection", + "year": "2018", + "themes": [ + { + "name": "OP \"Shichiten Battou no Blues\"", + "link": "https://animethemes.moe/video/ItoJunjiCollection-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Otagai no Uchuu\"", + "link": "https://animethemes.moe/video/ItoJunjiCollection-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36196", + "title": "Kaijuu Girls: Ultra Kaijuu Gijinka Keikaku 2nd Season", + "year": "2018", + "themes": [ + { + "name": "OP \"Joujou ↑↑ GAO !!\"", + "link": "https://animethemes.moe/video/KaijuuGirlsS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Soul-ride ON!\"", + "link": "https://animethemes.moe/video/KaijuuGirlsS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Soul-ride ON!\"", + "link": "https://animethemes.moe/video/KaijuuGirlsS2-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "35860", + "title": "Karakai Jouzu no Takagi-san", + "year": "2018", + "themes": [ + { + "name": "OP \"Iwanai kedo ne.\"", + "link": "https://animethemes.moe/video/Takagi3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kimagure Romantic\"", + "link": "https://animethemes.moe/video/Takagi3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"AM11:00\"", + "link": "https://animethemes.moe/video/Takagi3-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Jitensha\"", + "link": "https://animethemes.moe/video/Takagi3-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kaze Fukeba Koi\"", + "link": "https://animethemes.moe/video/Takagi3-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Chiisana Koi no Uta\"", + "link": "https://animethemes.moe/video/Takagi3-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Ai Uta\"", + "link": "https://animethemes.moe/video/Takagi3-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Deatta Koro no You ni\"", + "link": "https://animethemes.moe/video/Takagi3-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3-ED7-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34964", + "title": "Killing Bites", + "year": "2018", + "themes": [ + { + "name": "OP \"killing bites\"", + "link": "https://animethemes.moe/video/KillingBites-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KillingBites-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kedamono Damono\"", + "link": "https://animethemes.moe/video/KillingBites-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KillingBites-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34984", + "title": "Koi wa Ameagari no You ni", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Nostalgic Rainfall\"", + "link": "https://animethemes.moe/video/KoiWaAmeagariNoYouNi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoiWaAmeagariNoYouNi-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Nostalgic Rainfall\"", + "link": "https://animethemes.moe/video/KoiWaAmeagariNoYouNi-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoiWaAmeagariNoYouNi-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Ref:rain\"", + "link": "https://animethemes.moe/video/KoiWaAmeagariNoYouNi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoiWaAmeagariNoYouNi-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoiWaAmeagariNoYouNi-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36548", + "title": "Kokkoku", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Flashback\"", + "link": "https://animethemes.moe/video/Kokkoku-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Flashback\"", + "link": "https://animethemes.moe/video/Kokkoku-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kokkoku-OP1v2-BD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Flashback\"", + "link": "https://animethemes.moe/video/Kokkoku-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Flashback\"", + "link": "https://animethemes.moe/video/Kokkoku-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"Flashback\"", + "link": "https://animethemes.moe/video/Kokkoku-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"Flashback\"", + "link": "https://animethemes.moe/video/Kokkoku-OP1v6.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Asayake to Nettaigyo\"", + "link": "https://animethemes.moe/video/Kokkoku-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kokkoku-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Asayake to Nettaigyo\"", + "link": "https://animethemes.moe/video/Kokkoku-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "36728", + "title": "Mameneko", + "year": "2018", + "themes": [ + { + "name": "ED \"MIKE\"", + "link": "https://animethemes.moe/video/Mameneko-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35997", + "title": "Märchen Mädchen", + "year": "2018", + "themes": [ + { + "name": "OP \"Watashi no Tame no Monogatari ~My Uncompleted Story~\"", + "link": "https://animethemes.moe/video/MarchenMadchen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MarchenMadchen-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"sleepland\"", + "link": "https://animethemes.moe/video/MarchenMadchen-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MarchenMadchen-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36982", + "title": "Micchiri Neko", + "year": "2018", + "themes": [ + { + "name": "ED \"Micchiri Neko March 2\"", + "link": "https://animethemes.moe/video/MicchiriNeko-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35828", + "title": "Miira no Kaikata", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Fushigi na Tabi wa Tsuzuku no sa\"", + "link": "https://animethemes.moe/video/MiiraNoKaikata-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Fushigi na Tabi wa Tsuzuku no sa\"", + "link": "https://animethemes.moe/video/MiiraNoKaikata-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Fushigi na Tabi wa Tsuzuku no sa\"", + "link": "https://animethemes.moe/video/MiiraNoKaikata-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Fushigi na Tabi wa Tsuzuku no sa\"", + "link": "https://animethemes.moe/video/MiiraNoKaikata-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED \"Rosetta Stone\"", + "link": "https://animethemes.moe/video/MiiraNoKaikata-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35078", + "title": "Mitsuboshi Colors", + "year": "2018", + "themes": [ + { + "name": "OP \"Colors Power ni Omakasero!\"", + "link": "https://animethemes.moe/video/MitsuboshiColors-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MitsuboshiColors-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Miracle Colors☆Honjitsu mo Ijou Nashi!\"", + "link": "https://animethemes.moe/video/MitsuboshiColors-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MitsuboshiColors-ED1-BD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36847", + "title": "Nanatsu no Bitoku", + "year": "2018", + "themes": [ + { + "name": "ED \"Psychomachia\"", + "link": "https://animethemes.moe/video/NanatsuNoBitoku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34577", + "title": "Nanatsu no Taizai: Imashime no Fukkatsu", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Howling\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V1 \"Ame ga Furu kara Niji ga Deru\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"Ame ga Furu kara Niji ga Deru\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-OP2v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-OP2v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V3 \"Ame ga Furu kara Niji ga Deru\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-OP2v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-OP2v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Beautiful\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Chikai\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35073", + "title": "Overlord II", + "year": "2018", + "themes": [ + { + "name": "OP \"GO CRY GO\"", + "link": "https://animethemes.moe/video/OverlordS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OverlordS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"HYDRA\"", + "link": "https://animethemes.moe/video/OverlordS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OverlordS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"HYDRA\"", + "link": "https://animethemes.moe/video/OverlordS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"HYDRA\"", + "link": "https://animethemes.moe/video/OverlordS2-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 \"GO CRY GO\"", + "link": "https://animethemes.moe/video/OverlordS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36552", + "title": "Pikachin-Kit", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Poka☆Chin Time\"", + "link": "https://animethemes.moe/video/PikachinKit-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"bring back\"", + "link": "https://animethemes.moe/video/PikachinKit-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Poka☆Chin Time\"", + "link": "https://animethemes.moe/video/PikachinKit-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dracaena\"", + "link": "https://animethemes.moe/video/PikachinKit-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "35330", + "title": "Poputepipikku", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Twinkling star\"", + "link": "https://animethemes.moe/video/PopTeamEpic-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V1 \"POP TEAM EPIC\"", + "link": "https://animethemes.moe/video/PopTeamEpic-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"POP TEAM EPIC\"", + "link": "https://animethemes.moe/video/PopTeamEpic-OP2v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-OP2v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"POPPY PAPPY DAY\" by Kenji Akabane & Shunsuke Takeuchi", + "link": "https://animethemes.moe/video/PopTeamEpic-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"POPPY PAPPY DAY\" by Yui Makino & Yui Watanabe", + "link": "https://animethemes.moe/video/PopTeamEpic-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"POPPY PAPPY DAY (Route66 Mix)\" by Yui Makino & Yui Watanabe", + "link": "https://animethemes.moe/video/PopTeamEpic-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"POPPY PAPPY DAY (Route66 Mix)\" by Kenji Akabane & Shunsuke Takeuchi", + "link": "https://animethemes.moe/video/PopTeamEpic-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"POPPY PAPPY DAY (8 BIT MIX)\"", + "link": "https://animethemes.moe/video/PopTeamEpic-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"POPPY PAPPY DAY\" by Hiromi Igarashi & Rei Matsuzaki", + "link": "https://animethemes.moe/video/PopTeamEpic-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"POPPY PAPPY DAY\" by Wataru Hatano & Toshiki Masuda", + "link": "https://animethemes.moe/video/PopTeamEpic-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Jinsei\" by Hiromi Igarashi & Rei Matsuzaki", + "link": "https://animethemes.moe/video/PopTeamEpic-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-ED8-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED9 \"Jinsei\" by Wataru Hatano & Toshiki Masuda", + "link": "https://animethemes.moe/video/PopTeamEpic-ED9.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-ED9-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED10 \"POPPY PAPPY DAY\" by Shouta Aoi", + "link": "https://animethemes.moe/video/PopTeamEpic-ED10.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-ED10-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36995", + "title": "Precure Super Stars! Movie", + "year": "2018", + "themes": [ + { + "name": "OP \"Ashita Egao ni Naare!\"", + "link": "https://animethemes.moe/video/PrecureSuperStars-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nanairo no Sekai\"", + "link": "https://animethemes.moe/video/PrecureSuperStars-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35298", + "title": "Ramen Daisuki Koizumi-san", + "year": "2018", + "themes": [ + { + "name": "OP \"FEELING AROUND\"", + "link": "https://animethemes.moe/video/RamenKoizumi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RamenKoizumi-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "ED \"LOVE MEN HOLIC\"", + "link": "https://animethemes.moe/video/RamenKoizumi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RamenKoizumi-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35466", + "title": "ReLIFE: Kanketsu-hen", + "year": "2018", + "themes": [ + { + "name": "OP \"Button\"", + "link": "https://animethemes.moe/video/ReLIFE-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hana\"", + "link": "https://animethemes.moe/video/ReLIFEKanketsuHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"CHE.R.RY\"", + "link": "https://animethemes.moe/video/ReLIFEKanketsuHen-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"LA・LA・LA LOVE SONG\"", + "link": "https://animethemes.moe/video/ReLIFEKanketsuHen-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Button\"", + "link": "https://animethemes.moe/video/ReLIFEKanketsuHen-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "35905", + "title": "Ryuuou no Oshigoto!", + "year": "2018", + "themes": [ + { + "name": "OP \"Korekara\"", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Mamoritai Mono no Tame ni\"", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Mamoritai Mono no Tame ni\"", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Mamoritai Mono no Tame ni\"", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Mamoritai Mono no Tame ni\"", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED1v4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Mamoritai Mono no Tame ni\"", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED1v5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED1v5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ano Hi no Yume\"", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34612", + "title": "Saiki Kusuo no Ψ-nan 2", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Ψlent Prisoner\"", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Oteage Psychics\"", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanS2-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanS2-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Ψ Hakkenden!\"", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Duet♡ShitekudaΨ\"", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanS2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanS2-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34839", + "title": "Sanrio Danshi", + "year": "2018", + "themes": [ + { + "name": "OP \"Seishun Interlude\"", + "link": "https://animethemes.moe/video/SanrioDanshi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Now on dream!\"", + "link": "https://animethemes.moe/video/SanrioDanshi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kokoro ni Hanataba Wo\"", + "link": "https://animethemes.moe/video/SanrioDanshi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "35851", + "title": "Sayonara no Asa ni Yakusoku no Hana wo Kazarou", + "year": "2018", + "themes": [ + { + "name": "ED \"Viator\"", + "link": "https://animethemes.moe/video/SayoAsa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36702", + "title": "Shingeki no Kyojin Season 2 Movie: Kakusei no Houkou", + "year": "2018", + "themes": [ + { + "name": "ED \"Barricades <MOVIEver.>\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinKakuseiNoHoukou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36531", + "title": "Shinkansen Henkei Robo Shinkalion The Animation", + "year": "2018", + "themes": [ + { + "name": "OP \"Shinka Riron\"", + "link": "https://animethemes.moe/video/Shinkalion-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Go One Step Ahead\"", + "link": "https://animethemes.moe/video/Shinkalion-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"I WANNA BE WITH YOU\"", + "link": "https://animethemes.moe/video/Shinkalion-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Go Way!\"", + "link": "https://animethemes.moe/video/Shinkalion-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"STARTRAiN\"", + "link": "https://animethemes.moe/video/Shinkalion-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Start Line\"", + "link": "https://animethemes.moe/video/Shinkalion-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "35540", + "title": "Slow Start", + "year": "2018", + "themes": [ + { + "name": "OP \"ne! ne! ne!\"", + "link": "https://animethemes.moe/video/SlowStart-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SlowStart-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Kaze no Koe wo Kikinagara\"", + "link": "https://animethemes.moe/video/SlowStart-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SlowStart-ED1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Kaze no Koe wo Kikinagara\"", + "link": "https://animethemes.moe/video/SlowStart-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Kaze no Koe wo Kikinagara\"", + "link": "https://animethemes.moe/video/SlowStart-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Kaze no Koe wo Kikinagara\"", + "link": "https://animethemes.moe/video/SlowStart-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Kaze no Koe wo Kikinagara\"", + "link": "https://animethemes.moe/video/SlowStart-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Kaze no Koe wo Kikinagara\"", + "link": "https://animethemes.moe/video/SlowStart-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED1 V7 \"Kaze no Koe wo Kikinagara\"", + "link": "https://animethemes.moe/video/SlowStart-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yuuyake to Issho ni\"", + "link": "https://animethemes.moe/video/SlowStart-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "35839", + "title": "Sora yori mo Tooi Basho", + "year": "2018", + "themes": [ + { + "name": "OP \"The Girls Are Alright!\"", + "link": "https://animethemes.moe/video/Yorimoi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Yorimoi-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Yorimoi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Koko kara, Koko kara\"", + "link": "https://animethemes.moe/video/Yorimoi-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Koko kara, Koko kara\"", + "link": "https://animethemes.moe/video/Yorimoi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Yorimoi-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Yorimoi-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Koko kara, Koko kara\"", + "link": "https://animethemes.moe/video/Yorimoi-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mata Ne\"", + "link": "https://animethemes.moe/video/Yorimoi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36522", + "title": "Spiritpact 2", + "year": "2018", + "themes": [ + { + "name": "OP \"Taion\"", + "link": "https://animethemes.moe/video/SpiritpactS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"I'll be there\"", + "link": "https://animethemes.moe/video/SpiritpactS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "27783", + "title": "Sword Gai: The Animation", + "year": "2018", + "themes": [ + { + "name": "OP \"Sadamegoto\"", + "link": "https://animethemes.moe/video/SwordGai-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "36108", + "title": "Takunomi.", + "year": "2018", + "themes": [ + { + "name": "OP \"aventure bleu\"", + "link": "https://animethemes.moe/video/Takunomi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takunomi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Stoic ni Detox\"", + "link": "https://animethemes.moe/video/Takunomi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takunomi-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35589", + "title": "Toji no Miko", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Save you Save me\"", + "link": "https://animethemes.moe/video/TojiNoMiko-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TojiNoMiko-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Shinkakei Colors\"", + "link": "https://animethemes.moe/video/TojiNoMiko-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TojiNoMiko-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kokoro no Memoria\"", + "link": "https://animethemes.moe/video/TojiNoMiko-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TojiNoMiko-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ima kono mi ga Hateyou Tomo\"", + "link": "https://animethemes.moe/video/TojiNoMiko-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Mirai Epilogue\"", + "link": "https://animethemes.moe/video/TojiNoMiko-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TojiNoMiko-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Chinkon no Yasokyoku\"", + "link": "https://animethemes.moe/video/TojiNoMiko-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "33352", + "title": "Violet Evergarden", + "year": "2018", + "themes": [ + { + "name": "OP \"Sincerely\"", + "link": "https://animethemes.moe/video/VioletEvergarden-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/VioletEvergarden-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/VioletEvergarden-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Michishirube\"", + "link": "https://animethemes.moe/video/VioletEvergarden-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Michishirube\"", + "link": "https://animethemes.moe/video/VioletEvergarden-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/VioletEvergarden-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/VioletEvergarden-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Michishirube\"", + "link": "https://animethemes.moe/video/VioletEvergarden-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Michishirube\"", + "link": "https://animethemes.moe/video/VioletEvergarden-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED2 \"Believe in...\"", + "link": "https://animethemes.moe/video/VioletEvergarden-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "35789", + "title": "Yowamushi Pedal: Glory Line", + "year": "2018", + "themes": [ + { + "name": "OP1 V1 \"Boku no Koe\"", + "link": "https://animethemes.moe/video/YowamushiPedalGloryLine-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Boku no Koe\"", + "link": "https://animethemes.moe/video/YowamushiPedalGloryLine-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YowamushiPedalGloryLine-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Dancing\"", + "link": "https://animethemes.moe/video/YowamushiPedalGloryLine-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YowamushiPedalGloryLine-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Carry the Hope\"", + "link": "https://animethemes.moe/video/YowamushiPedalGloryLine-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YowamushiPedalGloryLine-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Over the Limit\"", + "link": "https://animethemes.moe/video/YowamushiPedalGloryLine-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YowamushiPedalGloryLine-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34798", + "title": "Yuru Camp△", + "year": "2018", + "themes": [ + { + "name": "OP \"SHINY DAYS\"", + "link": "https://animethemes.moe/video/YuruCamp-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuruCamp-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuruCamp-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Fuyu Biyori\"", + "link": "https://animethemes.moe/video/YuruCamp-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Fuyu Biyori\"", + "link": "https://animethemes.moe/video/YuruCamp-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuruCamp-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuruCamp-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Fuyu Biyori\"", + "link": "https://animethemes.moe/video/YuruCamp-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Fuyu Biyori\"", + "link": "https://animethemes.moe/video/YuruCamp-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "34863", + "title": "Zoku Touken Ranbu: Hanamaru", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Hanamaru In no Hi no Moto de\"", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Ten to Koyomi\"", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ashita Tenki ni Na Are\"", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kishiki Meguri wa Zuina Midori\"", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Medetashi Tsukurigoto\"", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Michiyuki, Yoriai\"", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Hanairo Goromo\"", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Reiseiri Toki Nite\"", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Ittai no Hibana, Hi no Koto ni Fure\"", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED8-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED9 \"Haseido\"", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED9.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED9-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED10 \"Sen no Kokuin\"", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED10.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED10-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37561", + "title": "Akanesasu Shoujo", + "year": "2018", + "themes": [ + { + "name": "OP \"Soranetarium\"", + "link": "https://animethemes.moe/video/AkanesasuShoujo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AkanesasuShoujo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kowarekake no Radio\"", + "link": "https://animethemes.moe/video/AkanesasuShoujo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AkanesasuShoujo-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37206", + "title": "Anima Yell!", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Jump Up↑ Yell!!\"", + "link": "https://animethemes.moe/video/AnimaYell-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AnimaYell-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Jump Up↑ Yell!!\"", + "link": "https://animethemes.moe/video/AnimaYell-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AnimaYell-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"One for All\"", + "link": "https://animethemes.moe/video/AnimaYell-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AnimaYell-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"One for All\"", + "link": "https://animethemes.moe/video/AnimaYell-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AnimaYell-ED1v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37584", + "title": "Bakumatsu", + "year": "2018", + "themes": [ + { + "name": "OP \"Spiral Maze\"", + "link": "https://animethemes.moe/video/Bakumatsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Harukanaru Tabi\"", + "link": "https://animethemes.moe/video/Bakumatsu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Part of Me\"", + "link": "https://animethemes.moe/video/Bakumatsu-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37117", + "title": "Bakutsuri Bar Hunter", + "year": "2018", + "themes": [ + { + "name": "OP \"Bakutsuri Soul\"", + "link": "https://animethemes.moe/video/BakutsuriBarHunter-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yuujou ZABOOOON!!\"", + "link": "https://animethemes.moe/video/BakutsuriBarHunter-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37716", + "title": "Beelzebub-jou no Okinimesu mama.", + "year": "2018", + "themes": [ + { + "name": "OP \"Pink Lemonade\"", + "link": "https://animethemes.moe/video/BeelzebubJouNoOkinimesuMama-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BeelzebubJouNoOkinimesuMama-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Akumade Koi Wazurai\"", + "link": "https://animethemes.moe/video/BeelzebubJouNoOkinimesuMama-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BeelzebubJouNoOkinimesuMama-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37823", + "title": "Conception", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Star light, Star bright\"", + "link": "https://animethemes.moe/video/Conception-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Star light, Star bright\"", + "link": "https://animethemes.moe/video/Conception-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Desires\"", + "link": "https://animethemes.moe/video/Conception-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sailor Fuku to Kikanjuu\"", + "link": "https://animethemes.moe/video/Conception-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37597", + "title": "Dakaretai Otoko 1-i ni Odosarete Imasu.", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Fukanzen Monologue\"", + "link": "https://animethemes.moe/video/Dakaichi-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Fukanzen Monologue\"", + "link": "https://animethemes.moe/video/Dakaichi-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Chuntaka!\"", + "link": "https://animethemes.moe/video/Dakaichi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38284", + "title": "Devidol!", + "year": "2018", + "themes": [ + { + "name": "OP \"Devil☆Idol\"", + "link": "https://animethemes.moe/video/Devidol-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Idol Nante Naranai\"", + "link": "https://animethemes.moe/video/Devidol-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37496", + "title": "Double Decker! Doug & Kirill", + "year": "2018", + "themes": [ + { + "name": "OP \"Stereo to Monologue\"", + "link": "https://animethemes.moe/video/DoubleDecker-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Buntline Special\"", + "link": "https://animethemes.moe/video/DoubleDecker-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36946", + "title": "Dragon Ball Super Movie: Broly", + "year": "2018", + "themes": [ + { + "name": "ED \"Blizzard\"", + "link": "https://animethemes.moe/video/DragonBallSuperBroly-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35972", + "title": "Fairy Tail: Final Series", + "year": "2018", + "themes": [ + { + "name": "OP1 \"power of the dream\"", + "link": "https://animethemes.moe/video/FairyTail2018-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FairyTail2018-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"DOWN BY LAW\"", + "link": "https://animethemes.moe/video/FairyTail2018-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"NO-LIMIT\"", + "link": "https://animethemes.moe/video/FairyTail2018-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"MORE THAN LiKE\"", + "link": "https://animethemes.moe/video/FairyTail2018-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Endless Harmony\"", + "link": "https://animethemes.moe/video/FairyTail2018-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FairyTail2018-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Pierce\"", + "link": "https://animethemes.moe/video/FairyTail2018-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Boku to Kimi no Lullaby\"", + "link": "https://animethemes.moe/video/FairyTail2018-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Exceed\"", + "link": "https://animethemes.moe/video/FairyTail2018-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "36317", + "title": "Gaikotsu Shotenin Honda-san", + "year": "2018", + "themes": [ + { + "name": "OP \"ISBN ~Inner Sound & Book's Narrative~\"", + "link": "https://animethemes.moe/video/GaikotsuShoteninHondaSan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Book-end, Happy-end\"", + "link": "https://animethemes.moe/video/GaikotsuShoteninHondaSan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37657", + "title": "Gakuen Basara", + "year": "2018", + "themes": [ + { + "name": "OP \"Hokore Kedakaki Utsukushiki, Ikizama wo\"", + "link": "https://animethemes.moe/video/GakuenBasara-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Be Affected\"", + "link": "https://animethemes.moe/video/GakuenBasara-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37349", + "title": "Goblin Slayer", + "year": "2018", + "themes": [ + { + "name": "OP \"Rightfully\"", + "link": "https://animethemes.moe/video/GoblinSlayer-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GoblinSlayer-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GoblinSlayer-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Gin no Kisei\"", + "link": "https://animethemes.moe/video/GoblinSlayer-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GoblinSlayer-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Though Our Paths May Diverge\"", + "link": "https://animethemes.moe/video/GoblinSlayer-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Within\"", + "link": "https://animethemes.moe/video/GoblinSlayer-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "37989", + "title": "Golden Kamuy 2nd Season", + "year": "2018", + "themes": [ + { + "name": "OP \"Reimei\"", + "link": "https://animethemes.moe/video/GoldenKamuyS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GoldenKamuyS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Tokeidai no Kane\"", + "link": "https://animethemes.moe/video/GoldenKamuyS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GoldenKamuyS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37990", + "title": "Gurazeni 2nd Season", + "year": "2018", + "themes": [ + { + "name": "OP \"Merigo feat. SKY-HI\"", + "link": "https://animethemes.moe/video/GurazeniS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SHADOW MONSTER\"", + "link": "https://animethemes.moe/video/GurazeniS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37490", + "title": "Gyakuten Saiban: Sono "Shinjitsu", Igi Ari! Season 2", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Never Lose\"", + "link": "https://animethemes.moe/video/GyakutenSaibanS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Reason\"", + "link": "https://animethemes.moe/video/GyakutenSaibanS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Starting Blue\"", + "link": "https://animethemes.moe/video/GyakutenSaibanS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Beautiful Days\"", + "link": "https://animethemes.moe/video/GyakutenSaibanS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37555", + "title": "Hangyakusei Million Arthur", + "year": "2018", + "themes": [ + { + "name": "OP \"Highlight\"", + "link": "https://animethemes.moe/video/HangyakuseiMillionArthur-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HangyakuseiMillionArthur-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"KI-te MI-te HIT PARADE!\"", + "link": "https://animethemes.moe/video/HangyakuseiMillionArthur-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HangyakuseiMillionArthur-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ito Utsukushiki Hikari no Naka de\"", + "link": "https://animethemes.moe/video/HangyakuseiMillionArthur-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38254", + "title": "Hashiri Tsuzukete Yokattatte.", + "year": "2018", + "themes": [ + { + "name": "OP \"Yume Fanfare\"", + "link": "https://animethemes.moe/video/HashiriTsuzuketeYokattatte-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Aikatsu Happy End\"", + "link": "https://animethemes.moe/video/HashiriTsuzuketeYokattatte-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Aikatsu Happy End\"", + "link": "https://animethemes.moe/video/HashiriTsuzuketeYokattatte-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "36945", + "title": "Himote House", + "year": "2018", + "themes": [ + { + "name": "OP \"Motetaino\"", + "link": "https://animethemes.moe/video/HimoteHouse-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ouchi ni Kaerou\"", + "link": "https://animethemes.moe/video/HimoteHouse-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37007", + "title": "Hinomaru Zumou", + "year": "2018", + "themes": [ + { + "name": "OP1 \"FIRE GROUND\"", + "link": "https://animethemes.moe/video/HinomaruZumou-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Be the NAKED\"", + "link": "https://animethemes.moe/video/HinomaruZumou-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hiizuru Basho\"", + "link": "https://animethemes.moe/video/HinomaruZumou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sakura Sake\"", + "link": "https://animethemes.moe/video/HinomaruZumou-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37501", + "title": "Hug tto! Precure♡Futari wa Precure Movie: All Stars Memories", + "year": "2018", + "themes": [ + { + "name": "OP \"We can!! HUG tto! Precure\"", + "link": "https://animethemes.moe/video/PrecureAllStarsMemories-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"DANZEN! Futari wa Precure ~Yuiitsu Muni no Hikari-tachi~\"", + "link": "https://animethemes.moe/video/PrecureAllStarsMemories-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38235", + "title": "Inazuma Eleven: Orion no Kokuin", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Butai wa Dekkai Hou ga Ii!\"", + "link": "https://animethemes.moe/video/InazumaElevenOrionNoKokuin-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Chikyuu wo Kick!\"", + "link": "https://animethemes.moe/video/InazumaElevenOrionNoKokuin-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Suisei Girls\"", + "link": "https://animethemes.moe/video/InazumaElevenOrionNoKokuin-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Summer Zombie\"", + "link": "https://animethemes.moe/video/InazumaElevenOrionNoKokuin-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ashita e no Bye Bye\"", + "link": "https://animethemes.moe/video/InazumaElevenOrionNoKokuin-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "37438", + "title": "Ingress the Animation", + "year": "2018", + "themes": [ + { + "name": "OP \"Tessellate\"", + "link": "https://animethemes.moe/video/Ingress-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"In Cold Blood\"", + "link": "https://animethemes.moe/video/Ingress-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37497", + "title": "Irozuku Sekai no Ashita kara", + "year": "2018", + "themes": [ + { + "name": "OP \"17 Sai\"", + "link": "https://animethemes.moe/video/Iroduku-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Iroduku-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Iroduku-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Mimei no Kimi to Hakumei no Mahou\"", + "link": "https://animethemes.moe/video/Iroduku-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Iroduku-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37992", + "title": "Jingai-san no Yome", + "year": "2018", + "themes": [ + { + "name": "ED \"Happy Life Spectacle\"", + "link": "https://animethemes.moe/video/JingaiSanNoYome-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37991", + "title": "JoJo no Kimyou na Bouken: Ougon no Kaze", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Fighting Gold\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V1 \"Uragirimono no Requiem\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"Uragirimono no Requiem\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-OP2v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-OP2v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V3 \"Uragirimono no Requiem\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-OP2v3.webm", + "type": "opening" + }, + { + "name": "OP2 V4 \"Uragirimono no Requiem\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-OP2v4.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Freek'n You\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Freek'n You\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Modern Crusaders\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS5-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37447", + "title": "Karakuri Circus", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Gekkou\"", + "link": "https://animethemes.moe/video/KarakuriCircus-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Haguruma\"", + "link": "https://animethemes.moe/video/KarakuriCircus-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Over me\"", + "link": "https://animethemes.moe/video/KarakuriCircus-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Marionette\"", + "link": "https://animethemes.moe/video/KarakuriCircus-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yuudachi\"", + "link": "https://animethemes.moe/video/KarakuriCircus-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Gekkou\"", + "link": "https://animethemes.moe/video/KarakuriCircus-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "37965", + "title": "Kaze ga Tsuyoku Fuiteiru", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Catch up, latency\"", + "link": "https://animethemes.moe/video/KazeGaTsuyokuFuiteiru-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KazeGaTsuyokuFuiteiru-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Kaze Tsuyoku, Kimi Atsuku.\"", + "link": "https://animethemes.moe/video/KazeGaTsuyokuFuiteiru-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KazeGaTsuyokuFuiteiru-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Reset\"", + "link": "https://animethemes.moe/video/KazeGaTsuyokuFuiteiru-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KazeGaTsuyokuFuiteiru-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Michi\"", + "link": "https://animethemes.moe/video/KazeGaTsuyokuFuiteiru-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KazeGaTsuyokuFuiteiru-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Michi\"", + "link": "https://animethemes.moe/video/KazeGaTsuyokuFuiteiru-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "38083", + "title": "Ken En Ken: Aoki Kagayaki", + "year": "2018", + "themes": [ + { + "name": "OP \"Nageki no Hana\"", + "link": "https://animethemes.moe/video/KenEnKen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Negai no Hana\"", + "link": "https://animethemes.moe/video/KenEnKen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37475", + "title": "Kishuku Gakkou no Juliet", + "year": "2018", + "themes": [ + { + "name": "OP \"Love with You\"", + "link": "https://animethemes.moe/video/KishukuGakkouNoJuliet-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KishukuGakkouNoJuliet-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Itsuka Sekai ga Kawaru Made\"", + "link": "https://animethemes.moe/video/KishukuGakkouNoJuliet-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KishukuGakkouNoJuliet-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37106", + "title": "Kitsune no Koe", + "year": "2018", + "themes": [ + { + "name": "OP \"COME:BACK Stage!\"", + "link": "https://animethemes.moe/video/KitsuneNoKoe-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"HOPE\"", + "link": "https://animethemes.moe/video/KitsuneNoKoe-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35984", + "title": "Mahou Shoujo Lyrical Nanoha: Detonation", + "year": "2018", + "themes": [ + { + "name": "ED \"NEVER SURRENDER\"", + "link": "https://animethemes.moe/video/NanohaDetonation-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38958", + "title": "Manga de Wakaru! Fate/Grand Order", + "year": "2018", + "themes": [ + { + "name": "OP \"Mawaseba Wakaru! FGO\"", + "link": "https://animethemes.moe/video/MangaDeWakaruFGO-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "37232", + "title": "Merc Storia: Mukiryoku no Shounen to Bin no Naka no Shoujo", + "year": "2018", + "themes": [ + { + "name": "OP \"Origin\"", + "link": "https://animethemes.moe/video/MercStoria-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MercStoria-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Bottleship\"", + "link": "https://animethemes.moe/video/MercStoria-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MercStoria-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38089", + "title": "Okoshiyasu, Chitose-chan", + "year": "2018", + "themes": [ + { + "name": "ED1 \"Naku Ko mo Warau\"", + "link": "https://animethemes.moe/video/OkoshiyasuChitoseChan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Itsuka Dokoka de\"", + "link": "https://animethemes.moe/video/OkoshiyasuChitoseChan-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36632", + "title": "Ore ga Suki nano wa Imouto dakedo Imouto ja Nai", + "year": "2018", + "themes": [ + { + "name": "OP \"Secret Story\"", + "link": "https://animethemes.moe/video/ImoImo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ImoImo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Ki・Shou・Ten・Ketsu・Jo・Ha・Kyuu\"", + "link": "https://animethemes.moe/video/ImoImo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ImoImo-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37202", + "title": "Radiant", + "year": "2018", + "themes": [ + { + "name": "OP \"Utopia\"", + "link": "https://animethemes.moe/video/Radiant-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Radiant\"", + "link": "https://animethemes.moe/video/Radiant-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi no Mirai\"", + "link": "https://animethemes.moe/video/Radiant-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36286", + "title": "Re:Zero kara Hajimeru Isekai Seikatsu: Memory Snow", + "year": "2018", + "themes": [ + { + "name": "ED \"White White Snow\"", + "link": "https://animethemes.moe/video/ReZeroMemorySnow-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37221", + "title": "Release the Spyce", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Spatto! Spy & Spyce\"", + "link": "https://animethemes.moe/video/ReleaseTheSpyce-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ReleaseTheSpyce-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Spatto! Spy & Spyce\"", + "link": "https://animethemes.moe/video/ReleaseTheSpyce-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Spatto! Spy & Spyce\"", + "link": "https://animethemes.moe/video/ReleaseTheSpyce-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hide & Seek\"", + "link": "https://animethemes.moe/video/ReleaseTheSpyce-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ReleaseTheSpyce-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsuki Musubi\"", + "link": "https://animethemes.moe/video/ReleaseTheSpyce-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ReleaseTheSpyce-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35835", + "title": "RErideD: Tokigoe no Derrida", + "year": "2018", + "themes": [ + { + "name": "OP \"PARADOX\"", + "link": "https://animethemes.moe/video/RErideD-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Toki no Tsubasa\" by M・A・O", + "link": "https://animethemes.moe/video/RErideD-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Toki no Tsubasa\" by Himika Akaneya", + "link": "https://animethemes.moe/video/RErideD-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Toki no Tsubasa\" by M・A・O & Himika Akaneya", + "link": "https://animethemes.moe/video/RErideD-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "34539", + "title": "Saint Seiya: Saintia Shou", + "year": "2018", + "themes": [ + { + "name": "OP \"The Beautiful Brave\"", + "link": "https://animethemes.moe/video/SaintSeiyaSaintiaShou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaintSeiyaSaintiaShou-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Hohoemi no Resonance\"", + "link": "https://animethemes.moe/video/SaintSeiyaSaintiaShou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaintSeiyaSaintiaShou-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Arasoi Shi ni Yuku Monotachi ni Shukufuku wo\"", + "link": "https://animethemes.moe/video/SaintSeiyaSaintiaShou-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaintSeiyaSaintiaShou-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37450", + "title": "Seishun Buta Yarou wa Bunny Girl Senpai no Yume wo Minai", + "year": "2018", + "themes": [ + { + "name": "OP \"Kimi no Sei\"", + "link": "https://animethemes.moe/video/Aobuta-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aobuta-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aobuta-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Fukashigi no Karte\" by Mai Sakurajima, Tomoe Koga, Rio Futaba, Nodoka Toyohama, Kaede Azusagawa & Shouko Makinohara", + "link": "https://animethemes.moe/video/Aobuta-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Fukashigi no Karte\" by Mai Sakurajima, Tomoe Koga, Rio Futaba, Nodoka Toyohama, Kaede Azusagawa & Shouko Makinohara", + "link": "https://animethemes.moe/video/Aobuta-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Fukashigi no Karte\" by Mai Sakurajima", + "link": "https://animethemes.moe/video/Aobuta-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aobuta-ED2-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aobuta-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Fukashigi no Karte\" by Tomoe Koga", + "link": "https://animethemes.moe/video/Aobuta-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aobuta-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Fukashigi no Karte\" by Rio Futaba", + "link": "https://animethemes.moe/video/Aobuta-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aobuta-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Fukashigi no Karte\" by Nodoka Toyohama", + "link": "https://animethemes.moe/video/Aobuta-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aobuta-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Fukashigi no Karte\" by Kaede Azusagawa", + "link": "https://animethemes.moe/video/Aobuta-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aobuta-ED6-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36037", + "title": "Senran Kagura Shinovi Master: Tokyo Youma-hen", + "year": "2018", + "themes": [ + { + "name": "OP \"SCARLET MASTER\"", + "link": "https://animethemes.moe/video/SenranKaguraS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SenranKaguraS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Junsei Erotic\"", + "link": "https://animethemes.moe/video/SenranKaguraS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SenranKaguraS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38212", + "title": "Shuudengo, Capsule Hotel de, Joushi ni Binetsu Tsutawaru Yoru.", + "year": "2018", + "themes": [ + { + "name": "ED \"Bounce\"", + "link": "https://animethemes.moe/video/Shucap-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "38251", + "title": "Sono Toki, Kanojo wa.", + "year": "2018", + "themes": [ + { + "name": "ED \"Maji de Koisuru 5-byou Mae\"", + "link": "https://animethemes.moe/video/SonoTokiKanojoWa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36000", + "title": "Sora to Umi no Aida", + "year": "2018", + "themes": [ + { + "name": "OP \"Sora to Umi no Aida\"", + "link": "https://animethemes.moe/video/SoraToUmiNoAida-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ao no Kanata\"", + "link": "https://animethemes.moe/video/SoraToUmiNoAida-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37388", + "title": "Souten no Ken: Regenesis 2nd Season", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Soul Seeker\"", + "link": "https://animethemes.moe/video/SoutenNoKenReGenesisS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Soul Seeker\"", + "link": "https://animethemes.moe/video/SoutenNoKenReGenesisS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Kono Sora wo Subete Kimi ni\"", + "link": "https://animethemes.moe/video/SoutenNoKenReGenesisS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35847", + "title": "SSSS.Gridman", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"UNION\"", + "link": "https://animethemes.moe/video/SSSSGridman-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SSSSGridman-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"UNION\"", + "link": "https://animethemes.moe/video/SSSSGridman-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"UNION\"", + "link": "https://animethemes.moe/video/SSSSGridman-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"youthful beautiful\"", + "link": "https://animethemes.moe/video/SSSSGridman-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SSSSGridman-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37449", + "title": "Strike the Blood III", + "year": "2018", + "themes": [ + { + "name": "OP \"Blood and Emotions\"", + "link": "https://animethemes.moe/video/StrikeTheBloodS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"LOVE STOIC\"", + "link": "https://animethemes.moe/video/StrikeTheBloodS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36474", + "title": "Sword Art Online: Alicization", + "year": "2018", + "themes": [ + { + "name": "OP1 \"ADAMAS\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicization-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicization-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V1 \"RESISTER\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicization-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicization-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"RESISTER\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicization-OP2v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicization-OP2v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Iris\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicization-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicization-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"forget-me-not\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicization-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicization-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Niji no Kanata ni\"", + "link": "https://animethemes.moe/video/SwordArtOnlineAlicization-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "38540", + "title": "Tantei Opera Milky Holmes: Psycho no Aisatsu", + "year": "2018", + "themes": [ + { + "name": "ED \"Soshite, Gunjou ni Tokete Iku\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmesPsychoNoAisatsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37430", + "title": "Tensei shitara Slime Datta Ken", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Nameless story\"", + "link": "https://animethemes.moe/video/Tensura-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tensura-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Meguru Mono\"", + "link": "https://animethemes.moe/video/Tensura-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tensura-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Another colony\"", + "link": "https://animethemes.moe/video/Tensura-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tensura-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Little Soldier\"", + "link": "https://animethemes.moe/video/Tensura-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tensura-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "38203", + "title": "The iDOLM@STER SideM: Wake Atte Mini!", + "year": "2018", + "themes": [ + { + "name": "ED1 \"DRIVE A LIVE\"", + "link": "https://animethemes.moe/video/SideMWakeMini-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"LET'S GO!!\"", + "link": "https://animethemes.moe/video/SideMWakeMini-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Friendly Smile\"", + "link": "https://animethemes.moe/video/SideMWakeMini-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"POKER FAITH\"", + "link": "https://animethemes.moe/video/SideMWakeMini-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "36432", + "title": "Toaru Majutsu no Index III", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Gravitation\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"ROAR\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS3-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS3-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Kakumei Zenya\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS3-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Kakumei Zenya\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS3-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS3-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Owaranai Uta\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS3-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS3-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37799", + "title": "Tokyo Ghoul:re 2nd Season", + "year": "2018", + "themes": [ + { + "name": "OP \"katharsis\"", + "link": "https://animethemes.moe/video/TokyoGhoulRES2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TokyoGhoulRES2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Rakuen no Kimi\"", + "link": "https://animethemes.moe/video/TokyoGhoulRES2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TokyoGhoulRES2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37579", + "title": "Tonari no Kyuuketsuki-san", + "year": "2018", + "themes": [ + { + "name": "OP \"†Kyuutie Ladies†\"", + "link": "https://animethemes.moe/video/TonariNoKyuuketsukiSan-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TonariNoKyuuketsukiSan-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Happy!! Strange Friends\"", + "link": "https://animethemes.moe/video/TonariNoKyuuketsukiSan-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TonariNoKyuuketsukiSan-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36653", + "title": "Tsurune: Kazemai Koukou Kyuudoubu", + "year": "2018", + "themes": [ + { + "name": "OP \"Naru\"", + "link": "https://animethemes.moe/video/Tsurune-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tsurune-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Orange-iro\"", + "link": "https://animethemes.moe/video/Tsurune-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tsurune-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37722", + "title": "Uchi no Maid ga Uzasugiru!", + "year": "2018", + "themes": [ + { + "name": "OP \"Uzauza☆Waossu!\"", + "link": "https://animethemes.moe/video/UzaMaid-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UzaMaid-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Tokimeki☆Climax\"", + "link": "https://animethemes.moe/video/UzaMaid-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UzaMaid-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UzaMaid-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37988", + "title": "Uchuu Senkan Tiramisù II", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Breakthrough\"", + "link": "https://animethemes.moe/video/UchuuSenkanTiramisu-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Gravity Heart\"", + "link": "https://animethemes.moe/video/UchuuSenkanTiramisuS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"DURANDAL New ver.\"", + "link": "https://animethemes.moe/video/UchuuSenkanTiramisuS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36510", + "title": "Ulysses: Jehanne Darc to Renkin no Kishi", + "year": "2018", + "themes": [ + { + "name": "OP \"Liberation\"", + "link": "https://animethemes.moe/video/Ulysses-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hyakunen no Melum ~Dai 1 Uta Kiengi~\"", + "link": "https://animethemes.moe/video/Ulysses-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hyakunen no Melum ~Dai 2 Uta Enki~\"", + "link": "https://animethemes.moe/video/Ulysses-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hyakunen no Melum ~Dai 3 Uta Enlil~\"", + "link": "https://animethemes.moe/video/Ulysses-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hyakunen no Melum ~Dai 4 Uta Inanna~\"", + "link": "https://animethemes.moe/video/Ulysses-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hyakunen no Melum ~Dai 5 Uta Inanna (Shouzen)~\"", + "link": "https://animethemes.moe/video/Ulysses-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Hyakunen no Melum ~Dai 6 Uta Étemen Houkai~\"", + "link": "https://animethemes.moe/video/Ulysses-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Hyakunen no Melum ~Dai 7 Uta Ziusudra~\"", + "link": "https://animethemes.moe/video/Ulysses-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Hyakunen no Melum ~Dai 8 Uta Rakuen Houkai~\"", + "link": "https://animethemes.moe/video/Ulysses-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 V1 \"Hyakunen no Melum\"", + "link": "https://animethemes.moe/video/Ulysses-ED9.webm", + "type": "ending" + }, + { + "name": "ED9 V2 \"Hyakunen no Melum\"", + "link": "https://animethemes.moe/video/Ulysses-ED9v2.webm", + "type": "ending" + } + ] + }, + { + "id": "37916", + "title": "Uma Musume: Pretty Derby - BNW no Chikai", + "year": "2018", + "themes": [ + { + "name": "OP \"Make Debut!\"", + "link": "https://animethemes.moe/video/UmaMusume-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UmaMusume-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Grow Up Shine!\"", + "link": "https://animethemes.moe/video/UmaMusume-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UmaMusume-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Enjoy and Join\"", + "link": "https://animethemes.moe/video/UmaMusumeBNWNoChikai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37786", + "title": "Yagate Kimi ni Naru", + "year": "2018", + "themes": [ + { + "name": "OP \"Kimi ni Furete\"", + "link": "https://animethemes.moe/video/YagateKimiNiNaru-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YagateKimiNiNaru-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"hectopascal\"", + "link": "https://animethemes.moe/video/YagateKimiNiNaru-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YagateKimiNiNaru-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"hectopascal\"", + "link": "https://animethemes.moe/video/YagateKimiNiNaru-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Suki, Igai no Kotoba de\"", + "link": "https://animethemes.moe/video/YagateKimiNiNaru-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36999", + "title": "Zoku Owarimonogatari", + "year": "2018", + "themes": [ + { + "name": "OP \"07734\"", + "link": "https://animethemes.moe/video/ZokuOwarimonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"azure\"", + "link": "https://animethemes.moe/video/ZokuOwarimonogatari-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"azure\"", + "link": "https://animethemes.moe/video/ZokuOwarimonogatari-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "37976", + "title": "Zombieland Saga", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Temptation from the Hell\"", + "link": "https://animethemes.moe/video/ZombielandSaga-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Adabana Necromancy\"", + "link": "https://animethemes.moe/video/ZombielandSaga-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZombielandSaga-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"Adabana Necromancy\"", + "link": "https://animethemes.moe/video/ZombielandSaga-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hikari e\"", + "link": "https://animethemes.moe/video/ZombielandSaga-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZombielandSaga-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mezame RETURNER\"", + "link": "https://animethemes.moe/video/ZombielandSaga-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"To My Dearest\"", + "link": "https://animethemes.moe/video/ZombielandSaga-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Tokkou DANCE\"", + "link": "https://animethemes.moe/video/ZombielandSaga-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"FLAG o Hatamekasero\"", + "link": "https://animethemes.moe/video/ZombielandSaga-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "37769", + "title": "Aguu: Tensai Ningyou", + "year": "2018", + "themes": [ + { + "name": "OP \"prima dynamis\"", + "link": "https://animethemes.moe/video/Aguu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tsugihagi\"", + "link": "https://animethemes.moe/video/Aguu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35834", + "title": "Angolmois: Genkou Kassenki", + "year": "2018", + "themes": [ + { + "name": "OP \"Braver\"", + "link": "https://animethemes.moe/video/Angolmois-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Angolmois-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Upside Down\"", + "link": "https://animethemes.moe/video/Angolmois-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Angolmois-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37924", + "title": "Ani ni Tsukeru Kusuri wa Nai! 2", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Let Him Go!\"", + "link": "https://animethemes.moe/video/AniNiTsukeruS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Let Him Go!\"", + "link": "https://animethemes.moe/video/AniNiTsukeruS2-OP1v2.webm", + "type": "opening" + } + ] + }, + { + "id": "37171", + "title": "Asobi Asobase", + "year": "2018", + "themes": [ + { + "name": "OP \"Suripisu\"", + "link": "https://animethemes.moe/video/AsobiAsobase-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AsobiAsobase-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Inkya Impulse\"", + "link": "https://animethemes.moe/video/AsobiAsobase-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AsobiAsobase-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Inkya Impulse\"", + "link": "https://animethemes.moe/video/AsobiAsobase-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "36873", + "title": "Back Street Girls: Gokudolls", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Gokudoll Music\" by Gokudolls Niji Gumi", + "link": "https://animethemes.moe/video/BackStreetGirls-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BackStreetGirls-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Gokudoll Music\" by Gokudolls Kan Gumi", + "link": "https://animethemes.moe/video/BackStreetGirls-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BackStreetGirls-OP2-BD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Hoshi no Katachi\" by Gokudolls Niji Gumi", + "link": "https://animethemes.moe/video/BackStreetGirls-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BackStreetGirls-ED1-BD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hoshi no Katachi\" by Gokudolls Kan Gumi", + "link": "https://animethemes.moe/video/BackStreetGirls-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BackStreetGirls-ED2-BD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36649", + "title": "Banana Fish", + "year": "2018", + "themes": [ + { + "name": "OP1 \"found & lost\"", + "link": "https://animethemes.moe/video/BananaFish-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BananaFish-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BananaFish-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"FREEDOM\"", + "link": "https://animethemes.moe/video/BananaFish-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BananaFish-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Prayer X\"", + "link": "https://animethemes.moe/video/BananaFish-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BananaFish-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BananaFish-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"RED\"", + "link": "https://animethemes.moe/video/BananaFish-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BananaFish-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37873", + "title": "BanG Dream! Garupa☆Pico", + "year": "2018", + "themes": [ + { + "name": "ED \"Picotto! Papitto!! Garupa Piko!!!\"", + "link": "https://animethemes.moe/video/BanGDreamGarupaPico-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36896", + "title": "Boku no Hero Academia the Movie 1: Futari no Hero", + "year": "2018", + "themes": [ + { + "name": "ED \"Long Hope Philia\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaFutariNoHero-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37623", + "title": "Chiisana Eiyuu: Kani to Tamago to Toumei Ningen", + "year": "2018", + "themes": [ + { + "name": "ED \"Chiisana Eiyuu\"", + "link": "https://animethemes.moe/video/ChiisanaEiyuu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35821", + "title": "Chio-chan no Tsuugakuro", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Danger in my Tsuugakuro\"", + "link": "https://animethemes.moe/video/ChioChanNoTsuugakuro-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChioChanNoTsuugakuro-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Danger in my Tsuugakuro\"", + "link": "https://animethemes.moe/video/ChioChanNoTsuugakuro-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Nanairoad\"", + "link": "https://animethemes.moe/video/ChioChanNoTsuugakuro-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChioChanNoTsuugakuro-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37338", + "title": "Chuukan Kanriroku Tonegawa", + "year": "2018", + "themes": [ + { + "name": "OP \"Sassou to Hashiru Tonegawa-kun\"", + "link": "https://animethemes.moe/video/ChuukanKanrirokuTonegawa-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChuukanKanrirokuTonegawa-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Oki Tegami\"", + "link": "https://animethemes.moe/video/ChuukanKanrirokuTonegawa-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChuukanKanrirokuTonegawa-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kyougen Mawashi\"", + "link": "https://animethemes.moe/video/ChuukanKanrirokuTonegawa-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37422", + "title": "Cinderella Girls Gekijou 3rd Season", + "year": "2018", + "themes": [ + { + "name": "ED1 \"Itoshiisaa\"", + "link": "https://animethemes.moe/video/CingekiS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Natsukko Ondo\"", + "link": "https://animethemes.moe/video/CingekiS3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sayonara Aloha\"", + "link": "https://animethemes.moe/video/CingekiS3-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Dreaming Star\"", + "link": "https://animethemes.moe/video/CingekiS3-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "37885", + "title": "Dragon Ball Heroes", + "year": "2018", + "themes": [ + { + "name": "OP \"Universe Mission Series Theme Song\"", + "link": "https://animethemes.moe/video/DragonBallHeroes-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "35842", + "title": "FLCL Alternative", + "year": "2018", + "themes": [ + { + "name": "ED \"Star overhead\"", + "link": "https://animethemes.moe/video/FLCLAlternative-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36704", + "title": "Free!: Dive to the Future", + "year": "2018", + "themes": [ + { + "name": "OP \"Heading to Over\"", + "link": "https://animethemes.moe/video/FreeS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FreeS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Gold Evolution\"", + "link": "https://animethemes.moe/video/FreeS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Blue Destination\"", + "link": "https://animethemes.moe/video/FreeS3-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37739", + "title": "Future Card Shin Buddyfight", + "year": "2018", + "themes": [ + { + "name": "OP \"Saa Ikou!\"", + "link": "https://animethemes.moe/video/FutureCardBuddyfightAce-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Buddy☆Funny Days\"", + "link": "https://animethemes.moe/video/FutureCardBuddyfightAce-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Niji no Yakusoku\"", + "link": "https://animethemes.moe/video/FutureCardBuddyfightAce-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37105", + "title": "Grand Blue", + "year": "2018", + "themes": [ + { + "name": "OP \"Grand Blue\"", + "link": "https://animethemes.moe/video/GrandBlue-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrandBlue-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrandBlue-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Konpeki no Alpine ~ni Kenme ni Karaoke ni Haitta Oretachi no Tension Super MAX ver.~\"", + "link": "https://animethemes.moe/video/GrandBlue-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrandBlue-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Konpeki no Alpine ~Kaya Mizuki ver.~\"", + "link": "https://animethemes.moe/video/GrandBlue-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrandBlue-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37491", + "title": "Gintama.: Shirogane no Tamashii-hen 2", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"I Wanna Be...\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHenS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHenS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"I Wanna Be...\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHenS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHenS2-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hikari Shoumeiron\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHenS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHenS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37259", + "title": "Hanebado!", + "year": "2018", + "themes": [ + { + "name": "OP \"Futari no Hane\"", + "link": "https://animethemes.moe/video/Hanebado-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hanebado-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hanebado-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"High Stepper\"", + "link": "https://animethemes.moe/video/Hanebado-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hanebado-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"High Stepper\"", + "link": "https://animethemes.moe/video/Hanebado-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"High Stepper (Acoustic Ver.)\"", + "link": "https://animethemes.moe/video/Hanebado-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37517", + "title": "Happy Sugar Life", + "year": "2018", + "themes": [ + { + "name": "OP \"One Room Sugar Life\"", + "link": "https://animethemes.moe/video/HappySugarLife-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HappySugarLife-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"SWEET HURT\"", + "link": "https://animethemes.moe/video/HappySugarLife-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HappySugarLife-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Canary\"", + "link": "https://animethemes.moe/video/HappySugarLife-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "35983", + "title": "Harukana Receive", + "year": "2018", + "themes": [ + { + "name": "OP1 \"FLY two BLUE\"", + "link": "https://animethemes.moe/video/HarukanaReceive-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HarukanaReceive-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Mae wo Muite!\"", + "link": "https://animethemes.moe/video/HarukanaReceive-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Wish me luck!!!!\"", + "link": "https://animethemes.moe/video/HarukanaReceive-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HarukanaReceive-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Wish me luck!!!!\"", + "link": "https://animethemes.moe/video/HarukanaReceive-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HarukanaReceive-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rise [Vocal version]\"", + "link": "https://animethemes.moe/video/HarukanaReceive-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37646", + "title": "Hataraku Onii-san! No 2!", + "year": "2018", + "themes": [ + { + "name": "ED \"LOVE YOUR LIFE\"", + "link": "https://animethemes.moe/video/HatarakuOniiSanS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HatarakuOniiSanS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37141", + "title": "Hataraku Saibou", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Mission! Ken・Kou・Dai・Ichi\"", + "link": "https://animethemes.moe/video/HatarakuSaibou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HatarakuSaibou-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Mission! Ken・Kou・Dai・Ichi\"", + "link": "https://animethemes.moe/video/HatarakuSaibou-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"CheerS\"", + "link": "https://animethemes.moe/video/HatarakuSaibou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HatarakuSaibou-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HatarakuSaibou-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "21877", + "title": "High Score Girl", + "year": "2018", + "themes": [ + { + "name": "OP \"New Stranger\"", + "link": "https://animethemes.moe/video/HighScoreGirl-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HighScoreGirl-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HighScoreGirl-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Houkago Distraction\"", + "link": "https://animethemes.moe/video/HighScoreGirl-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HighScoreGirl-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HighScoreGirl-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37446", + "title": "Hyakuren no Haou to Seiyaku no Valkyria", + "year": "2018", + "themes": [ + { + "name": "OP \"Bright way\"", + "link": "https://animethemes.moe/video/Hyakuren-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hyakuren-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Sekaichuu ga Koi wo suru Yoru\"", + "link": "https://animethemes.moe/video/Hyakuren-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hyakuren-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37210", + "title": "Isekai Maou to Shoukan Shoujo no Dorei Majutsu", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"DeCIDE\"", + "link": "https://animethemes.moe/video/IsekaiMaou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiMaou-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"DeCIDE\"", + "link": "https://animethemes.moe/video/IsekaiMaou-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiMaou-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Saiaku na hi demo Anata ga Suki\"", + "link": "https://animethemes.moe/video/IsekaiMaou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiMaou-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Saiaku na hi demo Anata ga Suki\"", + "link": "https://animethemes.moe/video/IsekaiMaou-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiMaou-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Saiaku na hi demo Anata ga Suki\"", + "link": "https://animethemes.moe/video/IsekaiMaou-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiMaou-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Saiaku na hi demo Anata ga Suki\"", + "link": "https://animethemes.moe/video/IsekaiMaou-ED1v4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiMaou-ED1v4-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33012", + "title": "Island", + "year": "2018", + "themes": [ + { + "name": "OP1 V1 \"Eien no Hitotsu\"", + "link": "https://animethemes.moe/video/Island-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Island-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP1 V2 \"Eien no Hitotsu\"", + "link": "https://animethemes.moe/video/Island-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Island-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Closing tears\"", + "link": "https://animethemes.moe/video/Island-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Island-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Eternal Star\"", + "link": "https://animethemes.moe/video/Island-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Island-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Eternal Star\"", + "link": "https://animethemes.moe/video/Island-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Island-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Marine SNOW\"", + "link": "https://animethemes.moe/video/Island-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Island-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37021", + "title": "Iya na Kao sare nagara Opantsu Misete Moraitai", + "year": "2018", + "themes": [ + { + "name": "ED \"NEXT STAGE\"", + "link": "https://animethemes.moe/video/Iyapan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36906", + "title": "Jashin-chan Dropkick", + "year": "2018", + "themes": [ + { + "name": "OP \"Anoko ni Drop Kick\"", + "link": "https://animethemes.moe/video/JashinChanDropkick-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JashinChanDropkick-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Home Sweet Home!\"", + "link": "https://animethemes.moe/video/JashinChanDropkick-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JashinChanDropkick-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37281", + "title": "Joshiochi!: 2-kai kara Onnanoko ga... Futtekita!?", + "year": "2018", + "themes": [ + { + "name": "ED \"Koi no Ana\"", + "link": "https://animethemes.moe/video/Joshiochi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36098", + "title": "Kimi no Suizou wo Tabetai", + "year": "2018", + "themes": [ + { + "name": "OP \"Fanfare\"", + "link": "https://animethemes.moe/video/KimiSui-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Haru Natsu Aki Fuyu\"", + "link": "https://animethemes.moe/video/KimiSui-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37968", + "title": "Kirakira Happy★Hirake! Cocotama", + "year": "2018", + "themes": [ + { + "name": "OP \"Himitsu no Kagi, Cocotama!\"", + "link": "https://animethemes.moe/video/KirakiraHappyHirakeCocotama-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Cocotama Sagaso! Mi~tsukketa♪\"", + "link": "https://animethemes.moe/video/KirakiraHappyHirakeCocotama-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Cocotama Town de Nikkoniko★\"", + "link": "https://animethemes.moe/video/KirakiraHappyHirakeCocotama-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37458", + "title": "Kyoto Teramachi Sanjou no Holmes", + "year": "2018", + "themes": [ + { + "name": "OP \"Koi ni Saku Nazo, Hara Hara to\"", + "link": "https://animethemes.moe/video/KyotoTeramachiSanjouNoHolmes-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hosoyuki\"", + "link": "https://animethemes.moe/video/KyotoTeramachiSanjouNoHolmes-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37601", + "title": "Lord of Vermilion: Guren no Ou", + "year": "2018", + "themes": [ + { + "name": "OP \"Tenshi yo Kokyou wo Kike\"", + "link": "https://animethemes.moe/video/LordOfVermilion-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Akaku, Zetsubou no Hana\"", + "link": "https://animethemes.moe/video/LordOfVermilion-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37208", + "title": "Mo Dao Zu Shi", + "year": "2018", + "themes": [ + { + "name": "OP \"Zui Meng Qianchen\"", + "link": "https://animethemes.moe/video/MoDaoZuShi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Wen Qin\"", + "link": "https://animethemes.moe/video/MoDaoZuShi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bu Xian\"", + "link": "https://animethemes.moe/video/MoDaoZuShi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "38022", + "title": "Monster Strike The Animation", + "year": "2018", + "themes": [ + { + "name": "ED1 \"Monster Strike Main Theme Animation Ver.\"", + "link": "https://animethemes.moe/video/MonsterStrikeTheAnimation-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"WHAT YOU WANT\"", + "link": "https://animethemes.moe/video/MonsterStrikeTheAnimation-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Solomon Main Theme\"", + "link": "https://animethemes.moe/video/MonsterStrikeTheAnimation-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Born Free\"", + "link": "https://animethemes.moe/video/MonsterStrikeTheAnimation-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hero\"", + "link": "https://animethemes.moe/video/MonsterStrikeTheAnimation-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Departure\"", + "link": "https://animethemes.moe/video/MonsterStrikeTheAnimation-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"BRAVE OUT\"", + "link": "https://animethemes.moe/video/MonsterStrikeTheAnimation-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Kimi Sora\"", + "link": "https://animethemes.moe/video/MonsterStrikeTheAnimation-ED8.webm", + "type": "ending" + } + ] + }, + { + "id": "37487", + "title": "Muhyo to Rouji no Mahouritsu Soudan Jimusho", + "year": "2018", + "themes": [ + { + "name": "OP \"Gifted\"", + "link": "https://animethemes.moe/video/Mahouritsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hotohashiru\"", + "link": "https://animethemes.moe/video/Mahouritsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36538", + "title": "Natsume Yuujinchou Movie: Utsusemi ni Musubu", + "year": "2018", + "themes": [ + { + "name": "ED \"remember\"", + "link": "https://animethemes.moe/video/NatsumeYuujinchouMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36990", + "title": "Non Non Biyori Movie: Vacation", + "year": "2018", + "themes": [ + { + "name": "OP \"Ao no Rakugaki\"", + "link": "https://animethemes.moe/video/NonNonBiyoriVacation-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Omoide\"", + "link": "https://animethemes.moe/video/NonNonBiyoriVacation-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36431", + "title": "One Room 2nd Season", + "year": "2018", + "themes": [ + { + "name": "ED1 \"Aozora Morning Glory\"", + "link": "https://animethemes.moe/video/OneRoomS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Poplar to Bokura no History\"", + "link": "https://animethemes.moe/video/OneRoomS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Searchlight to Tsuki Akari\"", + "link": "https://animethemes.moe/video/OneRoomS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "37481", + "title": "Ongaku Shoujo", + "year": "2018", + "themes": [ + { + "name": "OP \"Eien Shounen\"", + "link": "https://animethemes.moe/video/OngakuShoujo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OngakuShoujo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Shining Peace\"", + "link": "https://animethemes.moe/video/OngakuShoujo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OngakuShoujo-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Onegai Marguerite\"", + "link": "https://animethemes.moe/video/OngakuShoujo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37641", + "title": "Onmyouji: Heian Monogatari", + "year": "2018", + "themes": [ + { + "name": "ED \"Kaze Tachinu\"", + "link": "https://animethemes.moe/video/OnmyoujiHeianMonogatari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37328", + "title": "Oshiete Mahou no Pendulum: Rilu Rilu Fairilu", + "year": "2018", + "themes": [ + { + "name": "OP \"Oshiete Mahou no Pendulum\"", + "link": "https://animethemes.moe/video/FairiluS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"'Suki' no Katachi\"", + "link": "https://animethemes.moe/video/FairiluS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37675", + "title": "Overlord III", + "year": "2018", + "themes": [ + { + "name": "OP \"VORACITY\"", + "link": "https://animethemes.moe/video/OverlordS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OverlordS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Silent Solitude\"", + "link": "https://animethemes.moe/video/OverlordS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OverlordS3-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37407", + "title": "Penguin Highway", + "year": "2018", + "themes": [ + { + "name": "ED \"Good Night\"", + "link": "https://animethemes.moe/video/PenguinHighway-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37598", + "title": "Phantom in the Twilight", + "year": "2018", + "themes": [ + { + "name": "OP \"Flowery Song\"", + "link": "https://animethemes.moe/video/PhantomInTheTwilight-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"HOME\"", + "link": "https://animethemes.moe/video/PhantomInTheTwilight-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yousei no Koibito\"", + "link": "https://animethemes.moe/video/PhantomInTheTwilight-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37578", + "title": "Planet With", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"One Unit\"", + "link": "https://animethemes.moe/video/PlanetWith-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PlanetWith-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"One Unit\"", + "link": "https://animethemes.moe/video/PlanetWith-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PlanetWith-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"One Unit\"", + "link": "https://animethemes.moe/video/PlanetWith-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Rainbow Planet\"", + "link": "https://animethemes.moe/video/PlanetWith-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PlanetWith-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Rainbow Planet\"", + "link": "https://animethemes.moe/video/PlanetWith-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PlanetWith-ED1v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35994", + "title": "Satsuriku no Tenshi", + "year": "2018", + "themes": [ + { + "name": "OP \"Vital\"", + "link": "https://animethemes.moe/video/SatsurikuNoTenshi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SatsurikuNoTenshi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Pray\"", + "link": "https://animethemes.moe/video/SatsurikuNoTenshi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SatsurikuNoTenshi-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37571", + "title": "Senjuushi", + "year": "2018", + "themes": [ + { + "name": "OP \"antique memory\"", + "link": "https://animethemes.moe/video/Senjuushi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"BLACK MATRIX\"", + "link": "https://animethemes.moe/video/Senjuushi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37209", + "title": "Sheng Shi Zhuang Niang", + "year": "2018", + "themes": [ + { + "name": "OP \"Bu Fu Liunian\"", + "link": "https://animethemes.moe/video/ShengShiZhuangNiang-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sheng Zhuang\"", + "link": "https://animethemes.moe/video/ShengShiZhuangNiang-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36316", + "title": "Shichisei no Subaru", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"360° Hoshi no Orchestra\"", + "link": "https://animethemes.moe/video/ShichiseiNoSubaru-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShichiseiNoSubaru-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"360° Hoshi no Orchestra\"", + "link": "https://animethemes.moe/video/ShichiseiNoSubaru-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Starlight\"", + "link": "https://animethemes.moe/video/ShichiseiNoSubaru-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShichiseiNoSubaru-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Starlight\"", + "link": "https://animethemes.moe/video/ShichiseiNoSubaru-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "37396", + "title": "Shikioriori", + "year": "2018", + "themes": [ + { + "name": "ED \"WALK\"", + "link": "https://animethemes.moe/video/Shikioriori-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35760", + "title": "Shingeki no Kyojin Season 3", + "year": "2018", + "themes": [ + { + "name": "OP \"Red Swan\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Akatsuki no Chinkonka\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS3-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Akatsuki no Chinkonka\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS3-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "37662", + "title": "Shinya! Tensai Bakabon", + "year": "2018", + "themes": [ + { + "name": "OP \"Baka-Bonsoir!\"", + "link": "https://animethemes.moe/video/ShinyaTensaiBakabon-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kaze ga Fuiteiru\"", + "link": "https://animethemes.moe/video/ShinyaTensaiBakabon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35503", + "title": "Shoujo☆Kageki Revue Starlight", + "year": "2018", + "themes": [ + { + "name": "OP \"Hoshi no Dialogue\"", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Fly Me to the Star\" by Hikari Kagura", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Fly Me to the Star\" by Karen Aijou & Hikari Kagura", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Fly Me to the Star\" by Mahiru Tsuyuzaki", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Fly Me to the Star\" by Futaba Isurugi & Kaoruko Hanayagi", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Fly Me to the Star\"", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Fly Me to the Star\" by Karen Aijou", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Fly Me to the Star\" by Junna Hoshimi & Nana Daiba", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Fly Me to the Star\" by Maya Tendou & Claudine Saijou", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED8-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED9 \"Fly Me to the Star\" by Maya Tendou, Junna Hoshimi, Mahiru Tsuyuzaki, Nana Daiba, Claudine Saijou, Futaba Isurugi & Kaoruko Hanayagi", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED9.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoKagekiRevueStarlight-ED9-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37569", + "title": "Sirius the Jaeger", + "year": "2018", + "themes": [ + { + "name": "OP \"Sirius\"", + "link": "https://animethemes.moe/video/Tenrou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tenrou-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hoshie\"", + "link": "https://animethemes.moe/video/Tenrou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tenrou-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36817", + "title": "Sunoharasou no Kanrinin-san", + "year": "2018", + "themes": [ + { + "name": "OP \"Bitter Sweet Harmony\"", + "link": "https://animethemes.moe/video/SunoharasouNoKanrininSan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sonna no Boku Janai.\"", + "link": "https://animethemes.moe/video/SunoharasouNoKanrininSan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36654", + "title": "Tsukumogami Kashimasu", + "year": "2018", + "themes": [ + { + "name": "OP \"Get Into My Heart\"", + "link": "https://animethemes.moe/video/TsukumogamiKashimasu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koyoi wa Yume wo Misasete\"", + "link": "https://animethemes.moe/video/TsukumogamiKashimasu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37682", + "title": "Wakaokami wa Shougakusei! Movie", + "year": "2018", + "themes": [ + { + "name": "ED \"Mata Ashita\"", + "link": "https://animethemes.moe/video/WakaokamiWaShougakuseiMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36626", + "title": "Yakiniku-ten Sengoku", + "year": "2018", + "themes": [ + { + "name": "OP \"YAKINIKU♥TABETA\"", + "link": "https://animethemes.moe/video/YakinikuTenSengoku-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "37970", + "title": "Yakusoku no Nanaya Matsuri", + "year": "2018", + "themes": [ + { + "name": "ED \"Awai\"", + "link": "https://animethemes.moe/video/NanayaMatsuri-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35672", + "title": "Yama no Susume Third Season", + "year": "2018", + "themes": [ + { + "name": "OP \"Chiheisen Stride\"", + "link": "https://animethemes.moe/video/YamaNoSusumeS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YamaNoSusumeS3-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YamaNoSusumeS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Irochigai no Tsubasa\"", + "link": "https://animethemes.moe/video/YamaNoSusumeS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YamaNoSusumeS3-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YamaNoSusumeS3-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37893", + "title": "Yami Shibai 6", + "year": "2018", + "themes": [ + { + "name": "ED \"Mayakashi Yokochou\"", + "link": "https://animethemes.moe/video/YamiShibaiS6-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37585", + "title": "Yarichin☆Bitch-bu", + "year": "2018", + "themes": [ + { + "name": "ED \"Touch You\"", + "link": "https://animethemes.moe/video/YarichinBitchBu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33966", + "title": "Yume Oukoku to Nemureru 100 Nin no Ouji-sama", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Afureru Hikari\"", + "link": "https://animethemes.moe/video/Yume100-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Afureru Hikari\"", + "link": "https://animethemes.moe/video/Yume100-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Afureru Hikari\"", + "link": "https://animethemes.moe/video/Yume100-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Secret Dreams\"", + "link": "https://animethemes.moe/video/Yume100-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Secret Dreams Unplugged MIX\"", + "link": "https://animethemes.moe/video/Yume100-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36726", + "title": "Yuragi-sou no Yuuna-san", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Momoiro Typhoon\"", + "link": "https://animethemes.moe/video/YuragiSouNoYuunaSan-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Momoiro Typhoon\"", + "link": "https://animethemes.moe/video/YuragiSouNoYuunaSan-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuragiSouNoYuunaSan-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Happen ~Kogarashi ni Fukarete~\"", + "link": "https://animethemes.moe/video/YuragiSouNoYuunaSan-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuragiSouNoYuunaSan-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37395", + "title": "Zoids Wild", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Starting Over\"", + "link": "https://animethemes.moe/video/ZoidsWild-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Defiance\"", + "link": "https://animethemes.moe/video/ZoidsWild-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Sky Flight\"", + "link": "https://animethemes.moe/video/ZoidsWild-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Kettou\"", + "link": "https://animethemes.moe/video/ZoidsWild-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shounen no Boku e\"", + "link": "https://animethemes.moe/video/ZoidsWild-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"blue moon\"", + "link": "https://animethemes.moe/video/ZoidsWild-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Speed Up\"", + "link": "https://animethemes.moe/video/ZoidsWild-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"best friends\"", + "link": "https://animethemes.moe/video/ZoidsWild-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "36793", + "title": "3D Kanojo: Real Girl", + "year": "2018", + "themes": [ + { + "name": "OP \"Daiji na Koto\"", + "link": "https://animethemes.moe/video/3DKanojo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"HiDE the BLUE\"", + "link": "https://animethemes.moe/video/3DKanojo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/3DKanojo-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37204", + "title": "Aikatsu Friends!", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Arigato⇄Daijoubu\"", + "link": "https://animethemes.moe/video/AikatsuFriends-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuFriends-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Soko ni Shikanai Mono\"", + "link": "https://animethemes.moe/video/AikatsuFriends-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuFriends-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Believe it\"", + "link": "https://animethemes.moe/video/AikatsuFriends-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuFriends-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Pride\"", + "link": "https://animethemes.moe/video/AikatsuFriends-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuFriends-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36864", + "title": "Akkun to Kanojo", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Koi no Balloon\"", + "link": "https://animethemes.moe/video/AkkunToKanojo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AkkunToKanojo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"We☆Pace!!\"", + "link": "https://animethemes.moe/video/AkkunToKanojo-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AkkunToKanojo-OP2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36001", + "title": "Alice or Alice: Siscon Niisan to Futago no Imouto", + "year": "2018", + "themes": [ + { + "name": "OP \"A or A!?\"", + "link": "https://animethemes.moe/video/AliceOrAlice-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AliceOrAlice-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"LONELY ALICE\"", + "link": "https://animethemes.moe/video/AliceOrAlice-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AliceOrAlice-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"LONELY ALICE\"", + "link": "https://animethemes.moe/video/AliceOrAlice-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AliceOrAlice-ED1v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37320", + "title": "Amai Choubatsu: Watashi wa Kanshu Senyou Pet", + "year": "2018", + "themes": [ + { + "name": "ED \"Sweet Punishment\"", + "link": "https://animethemes.moe/video/AmaiChoubatsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36800", + "title": "Amanchu! Advance", + "year": "2018", + "themes": [ + { + "name": "OP \"Crosswalk\"", + "link": "https://animethemes.moe/video/AmanchuAdvance-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AmanchuAdvance-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AmanchuAdvance-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hello, Hello\"", + "link": "https://animethemes.moe/video/AmanchuAdvance-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AmanchuAdvance-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AmanchuAdvance-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36214", + "title": "Asagao to Kase-san.", + "year": "2018", + "themes": [ + { + "name": "ED \"Asu e no Tobira\"", + "link": "https://animethemes.moe/video/AsagaoToKaseSan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34443", + "title": "Baki", + "year": "2018", + "themes": [ + { + "name": "OP1 \"BEASTFUL\"", + "link": "https://animethemes.moe/video/Baki-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"The Gong of Knockout\"", + "link": "https://animethemes.moe/video/Baki-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"RESOLVE\"", + "link": "https://animethemes.moe/video/Baki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"BEAUTIFUL BEAST\"", + "link": "https://animethemes.moe/video/Baki-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37283", + "title": "Beyblade Burst Chouzetsu", + "year": "2018", + "themes": [ + { + "name": "OP \"Chouzetsu Muteki Blader!\"", + "link": "https://animethemes.moe/video/BeybladeBurstChouzetsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"BEY-POP\"", + "link": "https://animethemes.moe/video/BeybladeBurstChouzetsu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"BEY-POP SWING\"", + "link": "https://animethemes.moe/video/BeybladeBurstChouzetsu-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "37036", + "title": "Binan Koukou Chikyuu Bouei-bu Happy Kiss!", + "year": "2018", + "themes": [ + { + "name": "OP \"Zettai Saikou ☆Happy Kiss☆\"", + "link": "https://animethemes.moe/video/BinanKoukouChikyuuBoueiBuHappyKiss-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Warera Kitakaki Etherstein!!\"", + "link": "https://animethemes.moe/video/BinanKoukouChikyuuBoueiBuHappyKiss-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36456", + "title": "Boku no Hero Academia 3rd Season", + "year": "2018", + "themes": [ + { + "name": "OP1 \"ODD FUTURE\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Make My Story\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS3-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS3-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Update\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS3-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Long Hope Philia <TV Limited.>\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS3-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS3-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36309", + "title": "Butlers: Chitose Momotose Monogatari", + "year": "2018", + "themes": [ + { + "name": "OP \"Growth Arrow\"", + "link": "https://animethemes.moe/video/Butlers-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Hidamari no Niwa ~Eternal Garden~\"", + "link": "https://animethemes.moe/video/Butlers-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Hidamari no Niwa ~Eternal Garden~\"", + "link": "https://animethemes.moe/video/Butlers-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Equal\"", + "link": "https://animethemes.moe/video/Butlers-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36828", + "title": "Caligula", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Re Netto\"", + "link": "https://animethemes.moe/video/Caligula-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Paradigm Box\"", + "link": "https://animethemes.moe/video/Caligula-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Caligula-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"HYPNO\"", + "link": "https://animethemes.moe/video/Caligula-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Caligula-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36934", + "title": "Captain Tsubasa", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Start Dash!\"", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kizudarake no Ai\"", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Moete Hero\" by Tsubasa Oozora", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Moete Hero\" by Genzou Wakabayashi", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Moete Hero\" by Kojirou Hyuuga", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Moete Hero\" by Tarou Misaki", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Moete Hero\" by Jun Misugi", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Moete Hero\" by Tsubasa Oozora & Tarou Misaki", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Moete Hero\" by Genzou Wakabayashi & Kojirou Hyuuga", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Moete Hero\" by Tsubasa Oozora, Genzou Wakabayashi, Kojirou Hyuuga, Tarou Misaki & Jun Misugi", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Moete Hero (Chuugakusei-hen Arrange)\" by Tsubasa Oozora", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Moete Hero (Chuugakusei-hen Arrange)\" by Kojirou Hyuuga & Jun Misugi", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Moete Hero (Chuugakusei-hen Arrange)\" by Genzou Wakabayashi & Tarou Misaki", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Moete Hero (Chuugakusei-hen Arrange)\" by Hikaru Matsuyama", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Moete Hero (Chuugakusei-hen Arrange)\" by Ken Wakashimazu", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Moete Hero (Chuugakusei-hen Arrange)\" by Kojirou Hyuuga", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Moete Hero (Chuugakusei-hen Arrange)\" by Kojirou Hyuuga & Ken Wakashimazu", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"Moete Hero (Chuugakusei-hen Arrange)\" by Tsubasa Oozora & Kojirou Hyuuga", + "link": "https://animethemes.moe/video/CaptainTsubasa2018-ED16.webm", + "type": "ending" + } + ] + }, + { + "id": "37476", + "title": "Cardfight!! Vanguard", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Legendary\"", + "link": "https://animethemes.moe/video/CardfightVanguard2018-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Destiny Calls\"", + "link": "https://animethemes.moe/video/CardfightVanguard2018-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"GIFT from THE FIGHT!!\"", + "link": "https://animethemes.moe/video/CardfightVanguard2018-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Triangle Message\"", + "link": "https://animethemes.moe/video/CardfightVanguard2018-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Mainichi Climax☆\"", + "link": "https://animethemes.moe/video/CardfightVanguard2018-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"UNSTOPPABLE\"", + "link": "https://animethemes.moe/video/CardfightVanguard2018-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "34440", + "title": "Code Geass: Hangyaku no Lelouch III - Oudou", + "year": "2018", + "themes": [ + { + "name": "OP \"WORLD END\"", + "link": "https://animethemes.moe/video/CodeGeassMovie3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"NE:ONE\"", + "link": "https://animethemes.moe/video/CodeGeassMovie3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35756", + "title": "Comic Girls", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Memories\"", + "link": "https://animethemes.moe/video/ComicGirls-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ComicGirls-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Memories\"", + "link": "https://animethemes.moe/video/ComicGirls-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Namida wa Misenai\"", + "link": "https://animethemes.moe/video/ComicGirls-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ComicGirls-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Namida wa Misenai\"", + "link": "https://animethemes.moe/video/ComicGirls-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Namida wa Misenai\"", + "link": "https://animethemes.moe/video/ComicGirls-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Namida wa Misenai\"", + "link": "https://animethemes.moe/video/ComicGirls-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "36976", + "title": "Cutie Honey Universe", + "year": "2018", + "themes": [ + { + "name": "OP \"Ai ga Nakucha Tatakaenai\"", + "link": "https://animethemes.moe/video/CutieHoneyUniverse-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SISTER\"", + "link": "https://animethemes.moe/video/CutieHoneyUniverse-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35928", + "title": "Devils Line", + "year": "2018", + "themes": [ + { + "name": "OP \"Eclipse\"", + "link": "https://animethemes.moe/video/DevilsLine-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DevilsLine-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Sotto Tokete Yuku You ni\"", + "link": "https://animethemes.moe/video/DevilsLine-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DevilsLine-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36525", + "title": "Dorei-ku The Animation", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Karakara na Kokoro\"", + "link": "https://animethemes.moe/video/Doreiku-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Karakara na Kokoro\"", + "link": "https://animethemes.moe/video/Doreiku-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"BJ\"", + "link": "https://animethemes.moe/video/Doreiku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37484", + "title": "Duel Masters!", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Jo☆Decki!!!\"", + "link": "https://animethemes.moe/video/DuelMasters2018-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Uchouten Shooter\"", + "link": "https://animethemes.moe/video/DuelMasters2018-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kirari☆Yume Ondo\"", + "link": "https://animethemes.moe/video/DuelMasters2018-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"INAZUMA Jacket\"", + "link": "https://animethemes.moe/video/DuelMasters2018-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"CRY MAX!!\"", + "link": "https://animethemes.moe/video/DuelMasters2018-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "33010", + "title": "FLCL Progressive", + "year": "2018", + "themes": [ + { + "name": "ED \"spiky seeds\"", + "link": "https://animethemes.moe/video/FLCLProgressive-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31931", + "title": "Full Metal Panic! Invisible Victory", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Even...if\"", + "link": "https://animethemes.moe/video/FullMetalPanicInvisibleVictory-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FullMetalPanicInvisibleVictory-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Even...if (English Ver.)\"", + "link": "https://animethemes.moe/video/FullMetalPanicInvisibleVictory-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"yes\"", + "link": "https://animethemes.moe/video/FullMetalPanicInvisibleVictory-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FullMetalPanicInvisibleVictory-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"yes (English Ver.)\"", + "link": "https://animethemes.moe/video/FullMetalPanicInvisibleVictory-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Remained dream\"", + "link": "https://animethemes.moe/video/FullMetalPanicInvisibleVictory-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Tomorrow\"", + "link": "https://animethemes.moe/video/FullMetalPanicInvisibleVictory-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "37188", + "title": "Fumikiri Jikan", + "year": "2018", + "themes": [ + { + "name": "OP \"Tomare no Susume\"", + "link": "https://animethemes.moe/video/FumikiriJikan-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "37140", + "title": "Gegege no Kitarou", + "year": "2018", + "themes": [ + { + "name": "OP \"Gegege no Kitarou\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kagami no Naka kara\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Get A Note\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Mienkeredomo, Orunda yo\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"No.999\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"RONDO\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Ushimitsu Jamboree\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Aru Wakenai no Sono Oku ni\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"A.M.D.K.J.\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GegegeNoKitarou2018-ED8-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31433", + "title": "Ginga Eiyuu Densetsu: Die Neue These - Kaikou", + "year": "2018", + "themes": [ + { + "name": "OP \"Binary Star\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsuDieNeueTheseKaikoku-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsuDieNeueTheseKaikoku-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"WISH\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsuDieNeueTheseKaikoku-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsuDieNeueTheseKaikoku-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"WISH\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsuDieNeueTheseKaikoku-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsuDieNeueTheseKaikoku-ED1v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36028", + "title": "Golden Kamuy", + "year": "2018", + "themes": [ + { + "name": "OP \"Winding Road\"", + "link": "https://animethemes.moe/video/GoldenKamuy-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GoldenKamuy-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hibana\"", + "link": "https://animethemes.moe/video/GoldenKamuy-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GoldenKamuy-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37245", + "title": "Gundam Build Divers", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Diver's High\"", + "link": "https://animethemes.moe/video/GundamBuildDivers-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamBuildDivers-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Infinity\"", + "link": "https://animethemes.moe/video/GundamBuildDivers-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamBuildDivers-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Ashita e\"", + "link": "https://animethemes.moe/video/GundamBuildDivers-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamBuildDivers-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Start Dash\"", + "link": "https://animethemes.moe/video/GundamBuildDivers-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamBuildDivers-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35183", + "title": "Gurazeni", + "year": "2018", + "themes": [ + { + "name": "OP \"Merigo feat. SKY-HI\"", + "link": "https://animethemes.moe/video/Gurazeni-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SHADOW MONSTER\"", + "link": "https://animethemes.moe/video/Gurazeni-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34281", + "title": "High School DxD Hero", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"SWITCH\"", + "link": "https://animethemes.moe/video/HighSchoolDxDHero-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HighSchoolDxDHero-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"SWITCH\"", + "link": "https://animethemes.moe/video/HighSchoolDxDHero-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Motenai Kuseni (`;ω;´)\"", + "link": "https://animethemes.moe/video/HighSchoolDxDHero-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HighSchoolDxDHero-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36296", + "title": "Hinamatsuri", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Distance\"", + "link": "https://animethemes.moe/video/Hinamatsuri-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hinamatsuri-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hinamatsuri-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Distance\"", + "link": "https://animethemes.moe/video/Hinamatsuri-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Distance\"", + "link": "https://animethemes.moe/video/Hinamatsuri-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Distance\"", + "link": "https://animethemes.moe/video/Hinamatsuri-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"Distance\"", + "link": "https://animethemes.moe/video/Hinamatsuri-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"Distance\"", + "link": "https://animethemes.moe/video/Hinamatsuri-OP1v6.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Sake to Ikura to 893 to Musume\"", + "link": "https://animethemes.moe/video/Hinamatsuri-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hinamatsuri-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hinamatsuri-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Sake to Ikura to 893 to Musume\"", + "link": "https://animethemes.moe/video/Hinamatsuri-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Sake to Ikura to 893 to Musume\"", + "link": "https://animethemes.moe/video/Hinamatsuri-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Sake to Ikura to 893 to Musume\"", + "link": "https://animethemes.moe/video/Hinamatsuri-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Sake to Ikura to 893 to Musume\"", + "link": "https://animethemes.moe/video/Hinamatsuri-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shashin Jou\"", + "link": "https://animethemes.moe/video/Hinamatsuri-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hajimete no Kimochi\"", + "link": "https://animethemes.moe/video/Hinamatsuri-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "36884", + "title": "Hisone to Maso-tan", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Shoujo wa Ano Sora wo Wataru\"", + "link": "https://animethemes.moe/video/HisoneToMasotan-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HisoneToMasotan-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Shoujo wa Ano Sora ni Madou\"", + "link": "https://animethemes.moe/video/HisoneToMasotan-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HisoneToMasotan-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Le temps de la rentrée ~Koi no Shingakki~\" by Hisone Amakasu & Nao Kaizaki", + "link": "https://animethemes.moe/video/HisoneToMasotan-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HisoneToMasotan-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Le temps de la rentrée ~Koi no Shingakki~\" by Hisone Amakasu & Nao Kaizaki", + "link": "https://animethemes.moe/video/HisoneToMasotan-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Le temps de la rentrée ~Koi no Shingakki~\" by Hisone Amakasu & Nao Kaizaki", + "link": "https://animethemes.moe/video/HisoneToMasotan-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 \"Le temps de la rentrée ~Koi no Shingakki~\" by Eri Hoshino, Ririko Kinutsugai & Mayumi Hitomi", + "link": "https://animethemes.moe/video/HisoneToMasotan-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Le temps de la rentrée ~Koi no Shingakki~\" by Hisone Amakasu & Eri Hoshino", + "link": "https://animethemes.moe/video/HisoneToMasotan-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Le temps de la rentrée ~Koi no Shingakki~\" by Hisone Amakasu, Eri Hoshino, Ririko Kinutsugai & Mayumi Hitomi", + "link": "https://animethemes.moe/video/HisoneToMasotan-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Le temps de la rentrée ~Koi no Shingakki~\" by Ririko Kinutsugai", + "link": "https://animethemes.moe/video/HisoneToMasotan-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Le temps de la rentrée ~Koi no Shingakki~\" by Hisone Amakasu", + "link": "https://animethemes.moe/video/HisoneToMasotan-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Le temps de la rentrée ~Koi no Shingakki~\" by Hisone Amakasu, Nao Kaizaki, Eri Hoshino, Ririko Kinutsugai & Mayumi Hitomi", + "link": "https://animethemes.moe/video/HisoneToMasotan-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Le temps de la rentrée ~Koi no Shingakki~\"", + "link": "https://animethemes.moe/video/HisoneToMasotan-ED8.webm", + "type": "ending" + } + ] + }, + { + "id": "37029", + "title": "Hoozuki no Reitetsu 2nd Season: Sono Ni", + "year": "2018", + "themes": [ + { + "name": "OP \"Haikei, Jigoku yori\"", + "link": "https://animethemes.moe/video/HoozukiNoReitetsuS2SonoNi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Jigoku de Hot Cake\"", + "link": "https://animethemes.moe/video/HoozukiNoReitetsuS2SonoNi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33733", + "title": "Inazuma Eleven: Ares no Tenbin", + "year": "2018", + "themes": [ + { + "name": "OP \"Teppen e Dasshu!\"", + "link": "https://animethemes.moe/video/InazumaElevenAresNoTenbin-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koisuru Otome wa Amamoyou\"", + "link": "https://animethemes.moe/video/InazumaElevenAresNoTenbin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34420", + "title": "Isekai Izakaya: Koto Aitheria no Izakaya Nobu", + "year": "2018", + "themes": [ + { + "name": "ED \"Prosit!\"", + "link": "https://animethemes.moe/video/IsekaiIzakaya-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36397", + "title": "Jikken-hin Kazoku: Creatures Family Days", + "year": "2018", + "themes": [ + { + "name": "OP \"Early Days\"", + "link": "https://animethemes.moe/video/JikkenhinKazoku-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Haru ni Ochite\"", + "link": "https://animethemes.moe/video/JikkenhinKazoku-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Haru ni Ochite\"", + "link": "https://animethemes.moe/video/JikkenhinKazoku-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "33531", + "title": "Juushinki Pandora", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Sirius\"", + "link": "https://animethemes.moe/video/JuushinkiPandora-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Sirius\"", + "link": "https://animethemes.moe/video/JuushinkiPandora-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Spica\"", + "link": "https://animethemes.moe/video/JuushinkiPandora-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Spica\"", + "link": "https://animethemes.moe/video/JuushinkiPandora-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "36754", + "title": "Kakuriyo no Yadomeshi", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Tomoshibi no Manimani\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Utsushiyo no Yume\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Sai -color-\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Negai Hana\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Toki no Suna\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"My sweet sweet love\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kaze\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Shiranai Kimochi\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Yashiho no Hana\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Koi Mamoru Uta\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED8-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED9 \"Setsuna no Kirameki\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED9.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED9-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED10 \"Eien no Kizuna\"", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED10.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KakuriyoNoYadomeshi-ED10-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37178", + "title": "Kiratto Pri☆chan", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Kiratto Start\"", + "link": "https://animethemes.moe/video/KirattoPriChan-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Go! Up! Stardom!\"", + "link": "https://animethemes.moe/video/KirattoPriChan-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"never-ending!!\"", + "link": "https://animethemes.moe/video/KirattoPriChan-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Pretty☆Channel\"", + "link": "https://animethemes.moe/video/KirattoPriChan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"KIRA KIRA Hologram\"", + "link": "https://animethemes.moe/video/KirattoPriChan-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"SHINING FLOWER\"", + "link": "https://animethemes.moe/video/KirattoPriChan-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "37448", + "title": "Ladyspo", + "year": "2018", + "themes": [ + { + "name": "ED \"Happy Thinking!\"", + "link": "https://animethemes.moe/video/Ladyspo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37254", + "title": "Last Period: Owarinaki Rasen no Monogatari", + "year": "2018", + "themes": [ + { + "name": "OP \"Yokubari Dreamer\"", + "link": "https://animethemes.moe/video/LastPeriod-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LastPeriod-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Wiseman no Theme\"", + "link": "https://animethemes.moe/video/LastPeriod-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LastPeriod-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37023", + "title": "Layton Mystery Tanteisha: Katri no Nazotoki File", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Change!\"", + "link": "https://animethemes.moe/video/LaytonMysteryTanteisha-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LaytonMysteryTanteisha-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"blooming\"", + "link": "https://animethemes.moe/video/LaytonMysteryTanteisha-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LaytonMysteryTanteisha-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Daijoubu\"", + "link": "https://animethemes.moe/video/LaytonMysteryTanteisha-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LaytonMysteryTanteisha-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ashita mo, Sekai wa Mawaru kara.\"", + "link": "https://animethemes.moe/video/LaytonMysteryTanteisha-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LaytonMysteryTanteisha-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35677", + "title": "Liz to Aoi Tori", + "year": "2018", + "themes": [ + { + "name": "ED1 \"Girls, Dance, Staircase\"", + "link": "https://animethemes.moe/video/LizToAoiTori-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Songbirds\"", + "link": "https://animethemes.moe/video/LizToAoiTori-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34338", + "title": "Lost Song", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Utaeba Soko ni Kimi ga Iru kara\"", + "link": "https://animethemes.moe/video/LostSong-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LostSong-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Utaeba Soko ni Kimi ga Iru kara\"", + "link": "https://animethemes.moe/video/LostSong-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"TEARS ECHO\"", + "link": "https://animethemes.moe/video/LostSong-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LostSong-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"TEARS ECHO\"", + "link": "https://animethemes.moe/video/LostSong-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"TEARS ECHO\"", + "link": "https://animethemes.moe/video/LostSong-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LostSong-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shuumetsu no Uta\"", + "link": "https://animethemes.moe/video/LostSong-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34607", + "title": "Lostorage Conflated WIXOSS", + "year": "2018", + "themes": [ + { + "name": "OP \"UNLOCK\"", + "link": "https://animethemes.moe/video/LostorageConflatedWIXOSS-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LostorageConflatedWIXOSS-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"I\"", + "link": "https://animethemes.moe/video/LostorageConflatedWIXOSS-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LostorageConflatedWIXOSS-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35857", + "title": "Lupin III: Part V", + "year": "2018", + "themes": [ + { + "name": "OP \"LUPIN TROIS 2018\"", + "link": "https://animethemes.moe/video/Lupin2018-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Seine no Kaze ni... (Adieu)\"", + "link": "https://animethemes.moe/video/Lupin2018-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36902", + "title": "Mahou Shoujo Ore", + "year": "2018", + "themes": [ + { + "name": "OP \"NOISY LOVE POWER☆\"", + "link": "https://animethemes.moe/video/MahouShoujoOre-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Glass no Ginga\"", + "link": "https://animethemes.moe/video/MahouShoujoOre-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bucchake Shoujo Janai\"", + "link": "https://animethemes.moe/video/MahouShoujoOre-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36266", + "title": "Mahou Shoujo Site", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Changing point\" by i☆Ris", + "link": "https://animethemes.moe/video/MahouShoujoSite-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahouShoujoSite-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Changing point\" by Ryuusei Nakao", + "link": "https://animethemes.moe/video/MahouShoujoSite-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Zenzen Tomodachi\"", + "link": "https://animethemes.moe/video/MahouShoujoSite-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahouShoujoSite-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"...Watashi dake Mitete♡\"", + "link": "https://animethemes.moe/video/MahouShoujoSite-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36565", + "title": "Major 2nd", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Koete Ike\"", + "link": "https://animethemes.moe/video/Major2nd-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Dream Catcher\"", + "link": "https://animethemes.moe/video/Major2nd-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Pride\"", + "link": "https://animethemes.moe/video/Major2nd-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"SAIREN\"", + "link": "https://animethemes.moe/video/Major2nd-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36563", + "title": "Megalo Box", + "year": "2018", + "themes": [ + { + "name": "OP \"Bite\"", + "link": "https://animethemes.moe/video/MegaloBox-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MegaloBox-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Kakatte koi yo\"", + "link": "https://animethemes.moe/video/MegaloBox-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MegaloBox-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "33850", + "title": "Nil Admirari no Tenbin: Teito Genwaku Kitan", + "year": "2018", + "themes": [ + { + "name": "OP \"Tandeki Mirage-ism\"", + "link": "https://animethemes.moe/video/NilAdmirariNoTenbin-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NilAdmirariNoTenbin-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Black Thunder\"", + "link": "https://animethemes.moe/video/NilAdmirariNoTenbin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37126", + "title": "Nobunaga no Shinobi: Anegawa Ishiyama-hen", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Kingyo Namida.\"", + "link": "https://animethemes.moe/video/NobunagaNoShinobiS3-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Tsuisou no Kotowari\"", + "link": "https://animethemes.moe/video/NobunagaNoShinobiS3-OP2.webm", + "type": "opening" + } + ] + }, + { + "id": "37258", + "title": "Omae wa Mada Gunma wo Shiranai", + "year": "2018", + "themes": [ + { + "name": "ED \"So Happy\"", + "link": "https://animethemes.moe/video/Omagun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37778", + "title": "Pastel Life", + "year": "2018", + "themes": [ + { + "name": "OP \"Shuwarin☆Dreaming\"", + "link": "https://animethemes.moe/video/PastelLife-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "36023", + "title": "Persona 5 the Animation", + "year": "2018", + "themes": [ + { + "name": "OP1 \"BREAK IN TO BREAK OUT\"", + "link": "https://animethemes.moe/video/Persona5-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Dark Sun...\"", + "link": "https://animethemes.moe/video/Persona5-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Dark Sun...\"", + "link": "https://animethemes.moe/video/Persona5-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP2 V3 \"Dark Sun...\"", + "link": "https://animethemes.moe/video/Persona5-OP2v3.webm", + "type": "opening" + }, + { + "name": "OP2 V4 \"Dark Sun...\"", + "link": "https://animethemes.moe/video/Persona5-OP2v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Persona5-OP2v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"INFINITY\"", + "link": "https://animethemes.moe/video/Persona5-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Found a Light\"", + "link": "https://animethemes.moe/video/Persona5-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Autonomy\"", + "link": "https://animethemes.moe/video/Persona5-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Autonomy\"", + "link": "https://animethemes.moe/video/Persona5-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED3 V3 \"Autonomy\"", + "link": "https://animethemes.moe/video/Persona5-ED3v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Persona5-ED3v3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36652", + "title": "Piano no Mori", + "year": "2018", + "themes": [ + { + "name": "OP \"Umi e\"", + "link": "https://animethemes.moe/video/PianoNoMoriTV-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PianoNoMoriTV-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kaeru Basho ga Aru to Iu Koto\"", + "link": "https://animethemes.moe/video/PianoNoMoriTV-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PianoNoMoriTV-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37096", + "title": "Puzzle & Dragon", + "year": "2018", + "themes": [ + { + "name": "OP1 V1 \"Everybody GO!\"", + "link": "https://animethemes.moe/video/PuzzleAndDragon-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Everybody GO!\"", + "link": "https://animethemes.moe/video/PuzzleAndDragon-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hallelujahlujah\"", + "link": "https://animethemes.moe/video/PuzzleAndDragon-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"▷START\"", + "link": "https://animethemes.moe/video/PuzzleAndDragon-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Träumerei\"", + "link": "https://animethemes.moe/video/PuzzleAndDragon-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Smash Drop\"", + "link": "https://animethemes.moe/video/PuzzleAndDragon-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"GET OVER\"", + "link": "https://animethemes.moe/video/PuzzleAndDragon-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Friendship No.1\"", + "link": "https://animethemes.moe/video/PuzzleAndDragon-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"PEACE!!!\"", + "link": "https://animethemes.moe/video/PuzzleAndDragon-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "36513", + "title": "Rokuhoudou Yotsuiro Biyori", + "year": "2018", + "themes": [ + { + "name": "OP \"Sakurairo Cliché\"", + "link": "https://animethemes.moe/video/RokuhoudouYotsuiroBiyori-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RokuhoudouYotsuiroBiyori-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Clover\" by Coffee Creamers", + "link": "https://animethemes.moe/video/RokuhoudouYotsuiroBiyori-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RokuhoudouYotsuiroBiyori-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"\"", + "link": "https://animethemes.moe/video/RokuhoudouYotsuiroBiyori-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Clover\" By Coffee Creamers, Junichi Suwabe, Yuuichi Nakamura, Daisuke Ono & Daiki Yamashita", + "link": "https://animethemes.moe/video/RokuhoudouYotsuiroBiyori-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RokuhoudouYotsuiroBiyori-ED3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33889", + "title": "Saredo Tsumibito wa Ryuu to Odoru", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"divine criminal\"", + "link": "https://animethemes.moe/video/SaredoTsumibitoWaRyuuToOdoru-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"divine criminal\"", + "link": "https://animethemes.moe/video/SaredoTsumibitoWaRyuuToOdoru-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"décadence\"", + "link": "https://animethemes.moe/video/SaredoTsumibitoWaRyuuToOdoru-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36949", + "title": "Shokugeki no Souma: San no Sara - Toutsuki Ressha-hen", + "year": "2018", + "themes": [ + { + "name": "OP \"Symbol\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSaraToutsukiResshaHen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSaraToutsukiResshaHen-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Atoria\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSaraToutsukiResshaHen-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSaraToutsukiResshaHen-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36655", + "title": "Souten no Ken: Regenesis", + "year": "2018", + "themes": [ + { + "name": "OP \"Souten no Hate ni\"", + "link": "https://animethemes.moe/video/SoutenNoKenReGenesis-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Inori no Hoshizora\"", + "link": "https://animethemes.moe/video/SoutenNoKenReGenesis-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30484", + "title": "Steins;Gate 0", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Fatima\"", + "link": "https://animethemes.moe/video/SteinsGateZero-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SteinsGateZero-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SteinsGateZero-OP1-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Fatima\"", + "link": "https://animethemes.moe/video/SteinsGateZero-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SteinsGateZero-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Amadeus\"", + "link": "https://animethemes.moe/video/SteinsGateZero-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"LAST GAME\"", + "link": "https://animethemes.moe/video/SteinsGateZero-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SteinsGateZero-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Lyra\"", + "link": "https://animethemes.moe/video/SteinsGateZero-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hoshi no Kanaderu Uta\"", + "link": "https://animethemes.moe/video/SteinsGateZero-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"World-Line\"", + "link": "https://animethemes.moe/video/SteinsGateZero-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SteinsGateZero-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"GATE OF STEINER\"", + "link": "https://animethemes.moe/video/SteinsGateZero-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "36475", + "title": "Sword Art Online Alternative: Gun Gale Online", + "year": "2018", + "themes": [ + { + "name": "OP \"Ryuusei\"", + "link": "https://animethemes.moe/video/SwordArtOnlineGunGaleOnline-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineGunGaleOnline-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"To see the future\"", + "link": "https://animethemes.moe/video/SwordArtOnlineGunGaleOnline-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SwordArtOnlineGunGaleOnline-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36943", + "title": "Tachibanakan Triangle", + "year": "2018", + "themes": [ + { + "name": "ED \"Motto, Nee Motto\"", + "link": "https://animethemes.moe/video/TachibanakanTriangle-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36470", + "title": "Tada-kun wa Koi wo Shinai", + "year": "2018", + "themes": [ + { + "name": "OP \"Otomodachi Film\"", + "link": "https://animethemes.moe/video/Tadakoi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tadakoi-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tadakoi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Love Song\"", + "link": "https://animethemes.moe/video/Tadakoi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tadakoi-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tadakoi-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35044", + "title": "To Be Heroine", + "year": "2018", + "themes": [ + { + "name": "OP \"Ray\"", + "link": "https://animethemes.moe/video/ToBeHeroine-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Renka Renbo\"", + "link": "https://animethemes.moe/video/ToBeHeroine-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36511", + "title": "Tokyo Ghoul:re", + "year": "2018", + "themes": [ + { + "name": "OP \"asphyxia\"", + "link": "https://animethemes.moe/video/TokyoGhoulRE-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TokyoGhoulRE-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"HALF\"", + "link": "https://animethemes.moe/video/TokyoGhoulRE-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TokyoGhoulRE-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"HALF\"", + "link": "https://animethemes.moe/video/TokyoGhoulRE-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TokyoGhoulRE-ED1v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36267", + "title": "Uchuu Senkan Tiramisù", + "year": "2018", + "themes": [ + { + "name": "OP \"Breakthrough\"", + "link": "https://animethemes.moe/video/UchuuSenkanTiramisu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"DURANDAL\"", + "link": "https://animethemes.moe/video/UchuuSenkanTiramisu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35249", + "title": "Uma Musume: Pretty Derby", + "year": "2018", + "themes": [ + { + "name": "OP \"Make Debut!\"", + "link": "https://animethemes.moe/video/UmaMusume-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UmaMusume-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Grow Up Shine!\"", + "link": "https://animethemes.moe/video/UmaMusume-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UmaMusume-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Arigatou, Kamisama\"", + "link": "https://animethemes.moe/video/UmaMusume-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Silent Star\"", + "link": "https://animethemes.moe/video/UmaMusume-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Find My Only Way\"", + "link": "https://animethemes.moe/video/UmaMusume-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Uma Piyu Densetsu\"", + "link": "https://animethemes.moe/video/UmaMusume-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "37433", + "title": "Wakaokami wa Shougakusei!", + "year": "2018", + "themes": [ + { + "name": "ED1 \"Kimi no Stage e\"", + "link": "https://animethemes.moe/video/WakaokamiWaShougakusei-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"NEW DAY\"", + "link": "https://animethemes.moe/video/WakaokamiWaShougakusei-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"NEW DAY\"", + "link": "https://animethemes.moe/video/WakaokamiWaShougakusei-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "35968", + "title": "Wotaku ni Koi wa Muzukashii", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Fiction\"", + "link": "https://animethemes.moe/video/WotaKoi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/WotaKoi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Fiction\"", + "link": "https://animethemes.moe/video/WotaKoi-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Fiction\"", + "link": "https://animethemes.moe/video/WotaKoi-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/WotaKoi-OP1v3-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kimi no Tonari\"", + "link": "https://animethemes.moe/video/WotaKoi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/WotaKoi-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ashita mo Mata\"", + "link": "https://animethemes.moe/video/WotaKoi-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/WotaKoi-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "37324", + "title": "Youkai Watch: Shadow Side", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Toki wo Matou\"", + "link": "https://animethemes.moe/video/YoukaiWatchShadowSide-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Susume Shounen! Hyuuihyuu\"", + "link": "https://animethemes.moe/video/YoukaiWatchShadowSide-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Funky Boogie Bar\"", + "link": "https://animethemes.moe/video/YoukaiWatchShadowSide-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Oyasumi Sanka\"", + "link": "https://animethemes.moe/video/YoukaiWatchShadowSide-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36840", + "title": "25-sai no Joshikousei", + "year": "2018", + "themes": [ + { + "name": "ED \"Reunion\"", + "link": "https://animethemes.moe/video/Nigojo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36039", + "title": "A.I.C.O.: Incarnation", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"A.I.C.O.\"", + "link": "https://animethemes.moe/video/AICOIncarnation-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"A.I.C.O.\"", + "link": "https://animethemes.moe/video/AICOIncarnation-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"A.I.C.O.\"", + "link": "https://animethemes.moe/video/AICOIncarnation-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"A.I.C.O.\"", + "link": "https://animethemes.moe/video/AICOIncarnation-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"A.I.C.O.\"", + "link": "https://animethemes.moe/video/AICOIncarnation-OP1v5.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AICOIncarnation-OP1v5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Michi no Kanata\"", + "link": "https://animethemes.moe/video/AICOIncarnation-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AICOIncarnation-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32827", + "title": "B: The Beginning", + "year": "2018", + "themes": [ + { + "name": "ED \"The Perfect World\"", + "link": "https://animethemes.moe/video/BTheBeginning-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BTheBeginning-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35964", + "title": "Basilisk: Ouka Ninpouchou", + "year": "2018", + "themes": [ + { + "name": "OP \"Ouka Ninpouchou\"", + "link": "https://animethemes.moe/video/BasiliskOukaNinpouchou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BasiliskOukaNinpouchou-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"HOT BLOOD\"", + "link": "https://animethemes.moe/video/BasiliskOukaNinpouchou-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"HOT BLOOD\"", + "link": "https://animethemes.moe/video/BasiliskOukaNinpouchou-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BasiliskOukaNinpouchou-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Suiren\"", + "link": "https://animethemes.moe/video/BasiliskOukaNinpouchou-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Suiren\"", + "link": "https://animethemes.moe/video/BasiliskOukaNinpouchou-ED2v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BasiliskOukaNinpouchou-ED2v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36516", + "title": "Beatless", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Error\"", + "link": "https://animethemes.moe/video/Beatless-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Beatless-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Truth.\"", + "link": "https://animethemes.moe/video/Beatless-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Beatless-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"PRIMALove\"", + "link": "https://animethemes.moe/video/Beatless-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Beatless-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shapeless\"", + "link": "https://animethemes.moe/video/Beatless-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34944", + "title": "Bungou Stray Dogs: Dead Apple", + "year": "2018", + "themes": [ + { + "name": "OP \"Deadly Drive\"", + "link": "https://animethemes.moe/video/BungouStaryDogsDeadApple-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Bokura\"", + "link": "https://animethemes.moe/video/BungouStaryDogsDeadApple-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33354", + "title": "Cardcaptor Sakura: Clear Card-hen", + "year": "2018", + "themes": [ + { + "name": "OP1 \"CLEAR\"", + "link": "https://animethemes.moe/video/CardcaptorSakuraClearCardHen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CardcaptorSakuraClearCardHen-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Rocket Beat\"", + "link": "https://animethemes.moe/video/CardcaptorSakuraClearCardHen-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CardcaptorSakuraClearCardHen-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Jewelry\"", + "link": "https://animethemes.moe/video/CardcaptorSakuraClearCardHen-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CardcaptorSakuraClearCardHen-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rewind\"", + "link": "https://animethemes.moe/video/CardcaptorSakuraClearCardHen-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CardcaptorSakuraClearCardHen-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35608", + "title": "Chuunibyou demo Koi ga Shitai! Movie: Take On Me", + "year": "2018", + "themes": [ + { + "name": "OP \"Journey\"", + "link": "https://animethemes.moe/video/ChuunibyouTakeOnMe-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kokoro no Namae\"", + "link": "https://animethemes.moe/video/ChuunibyouTakeOnMe-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34382", + "title": "Citrus", + "year": "2018", + "themes": [ + { + "name": "OP \"Azalea\"", + "link": "https://animethemes.moe/video/Citrus-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Citrus-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Dear Teardrop\"", + "link": "https://animethemes.moe/video/Citrus-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Citrus-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Dear Teardrop\"", + "link": "https://animethemes.moe/video/Citrus-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "34439", + "title": "Code Geass: Hangyaku no Lelouch II - Handou", + "year": "2018", + "themes": [ + { + "name": "OP \"Yuukyou Seishunka\"", + "link": "https://animethemes.moe/video/CodeGeassMovie2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"The Moon\"", + "link": "https://animethemes.moe/video/CodeGeassMovie2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36049", + "title": "Dagashi Kashi 2", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"OH MY Sugar Feeling!!\"", + "link": "https://animethemes.moe/video/DagashiKashiS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DagashiKashiS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"OH MY Sugar Feeling!!\"", + "link": "https://animethemes.moe/video/DagashiKashiS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Okashi na Watashi to Hachimitsu no Kimi\"", + "link": "https://animethemes.moe/video/DagashiKashiS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DagashiKashiS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35988", + "title": "Dame x Prince Anime Caravan", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"DxDxD\"", + "link": "https://animethemes.moe/video/DamePriAnimeCaravan-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DamePriAnimeCaravan-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"DxDxD\"", + "link": "https://animethemes.moe/video/DamePriAnimeCaravan-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Light & Shade\"", + "link": "https://animethemes.moe/video/DamePriAnimeCaravan-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DamePriAnimeCaravan-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Promise\"", + "link": "https://animethemes.moe/video/DamePriAnimeCaravan-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DamePriAnimeCaravan-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Treasure\"", + "link": "https://animethemes.moe/video/DamePriAnimeCaravan-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DamePriAnimeCaravan-ED3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35849", + "title": "Darling in the FranXX", + "year": "2018", + "themes": [ + { + "name": "OP1 V1 \"KISS OF DEATH (Produced by HYDE)\"", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP1 V2 \"KISS OF DEATH (Produced by HYDE)\"", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"KISS OF DEATH (Produced by HYDE) Remix ver.\"", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Torikago\"", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Manatsu no Setsuna\"", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Beautiful World\"", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hitori\"", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Escape\"", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Darling\"", + "link": "https://animethemes.moe/video/DarlingInTheFranXX-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "34497", + "title": "Death March kara Hajimaru Isekai Kyousoukyoku", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Slide Ride\"", + "link": "https://animethemes.moe/video/DeathMa-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DeathMa-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Slide Ride\"", + "link": "https://animethemes.moe/video/DeathMa-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Suki no Skill\"", + "link": "https://animethemes.moe/video/DeathMa-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DeathMa-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"\"", + "link": "https://animethemes.moe/video/DeathMa-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "35120", + "title": "Devilman: Crybaby", + "year": "2018", + "themes": [ + { + "name": "OP \"MAN HUMAN (DEVILMAN crybaby Ver.)\"", + "link": "https://animethemes.moe/video/DevilmanCrybaby-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DevilmanCrybaby-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Konya Dake\"", + "link": "https://animethemes.moe/video/DevilmanCrybaby-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "37033", + "title": "Emiya-san Chi no Kyou no Gohan", + "year": "2018", + "themes": [ + { + "name": "OP \"Apron Boy\"", + "link": "https://animethemes.moe/video/EmiyaGohan-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EmiyaGohan-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Collage\"", + "link": "https://animethemes.moe/video/EmiyaGohan-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EmiyaGohan-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Collage\"", + "link": "https://animethemes.moe/video/EmiyaGohan-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "33047", + "title": "Fate/Extra Last Encore", + "year": "2018", + "themes": [ + { + "name": "OP \"Bright Burning Shout\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateExtraLastEncore-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Tsuki to Hanataba\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Tsuki to Hanataba\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Tsuki to Hanataba\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Tsuki to Hanataba\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Tsuki to Hanataba\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Tsuki to Hanataba\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Tsuki to Hanataba\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Tsuki to Hanataba\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED V9 \"Tsuki to Hanataba\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED V10 \"Tsuki to Hanataba\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED V11 \"Tsuki to Hanataba\"", + "link": "https://animethemes.moe/video/FateExtraLastEncore-ED1v11.webm", + "type": "ending" + } + ] + }, + { + "id": "35222", + "title": "Gakuen Babysitters", + "year": "2018", + "themes": [ + { + "name": "OP \"Endless happy world\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED V9 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED V10 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED V11 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1v11.webm", + "type": "ending" + }, + { + "name": "ED V12 \"Oshiete yo\"", + "link": "https://animethemes.moe/video/GakuenBabysitters-ED1v12.webm", + "type": "ending" + } + ] + }, + { + "id": "36797", + "title": "gdMen", + "year": "2018", + "themes": [ + { + "name": "OP \"Mousou Teikoku Chikuouki\"", + "link": "https://animethemes.moe/video/gdMen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Duality\"", + "link": "https://animethemes.moe/video/gdMen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35757", + "title": "Gin no Guardian 2nd Season", + "year": "2018", + "themes": [ + { + "name": "OP \"Mamori Tsunagu\"", + "link": "https://animethemes.moe/video/GinNoGuardian-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GinNoGuardian-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kimi Kimi Kimi\"", + "link": "https://animethemes.moe/video/GinNoGuardianS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GinNoGuardianS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36838", + "title": "Gintama.: Shirogane no Tamashii-hen", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Katte ni My Soul\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Katte ni My Soul\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Katte ni My Soul\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V4 \"Katte ni My Soul\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"Katte ni My Soul\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-OP1v5.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-OP1v5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Hanaichi Monme\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hanaichi Monme\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Hanaichi Monme\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Hanaichi Monme\"", + "link": "https://animethemes.moe/video/GintamaShiroganeNoTamashiiHen-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "34279", + "title": "Grancrest Senki", + "year": "2018", + "themes": [ + { + "name": "OP1 \"starry\"", + "link": "https://animethemes.moe/video/GrancrestSenki-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrancrestSenki-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V1 \"Rin\"", + "link": "https://animethemes.moe/video/GrancrestSenki-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrancrestSenki-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"Rin\"", + "link": "https://animethemes.moe/video/GrancrestSenki-OP2v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrancrestSenki-OP2v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V3 \"Rin\"", + "link": "https://animethemes.moe/video/GrancrestSenki-OP2v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrancrestSenki-OP2v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"PLEDGE\"", + "link": "https://animethemes.moe/video/GrancrestSenki-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrancrestSenki-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shoudou\"", + "link": "https://animethemes.moe/video/GrancrestSenki-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrancrestSenki-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35889", + "title": "Hakata Tonkotsu Ramens", + "year": "2018", + "themes": [ + { + "name": "OP \"Stray\"", + "link": "https://animethemes.moe/video/HakataTonkotsuRamens-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HakataTonkotsuRamens-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"DIRTY BULLET\"", + "link": "https://animethemes.moe/video/HakataTonkotsuRamens-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HakataTonkotsuRamens-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36094", + "title": "Hakumei to Mikochi", + "year": "2018", + "themes": [ + { + "name": "OP \"urar\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Harvest Moon Night\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Harvest Moon Night\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Harvest Moon Night\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Harvest Moon Night\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Harvest Moon Night\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Harvest Moon Night\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED1 V7 \"Harvest Moon Night\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED1 V8 \"Harvest Moon Night\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED1 V9 \"Harvest Moon Night\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED1 V10 \"Harvest Moon Night\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED1 V11 \"Harvest Moon Night\"", + "type": "ending" + }, + { + "name": "ED2 \"Suitei no Rhythm\"", + "link": "https://animethemes.moe/video/HakumeiToMikochi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36029", + "title": "Hakyuu Houshin Engi", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Keep the Heat and Fire Yourself Up\"", + "link": "https://animethemes.moe/video/HakyuuHoushinEngi-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Treasure in Your Hands\"", + "link": "https://animethemes.moe/video/HakyuuHoushinEngi-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Madoi Mirai\"", + "link": "https://animethemes.moe/video/HakyuuHoushinEngi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Mukei no Outline\"", + "link": "https://animethemes.moe/video/HakyuuHoushinEngi-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Mukei no Outline\"", + "link": "https://animethemes.moe/video/HakyuuHoushinEngi-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Mukei no Outline\"", + "link": "https://animethemes.moe/video/HakyuuHoushinEngi-ED2v3.webm", + "type": "ending" + } + ] + }, + { + "id": "36784", + "title": "Hataraku Onii-san!", + "year": "2018", + "themes": [ + { + "name": "ED \"KEEP YOUR HOPE ALIVE\"", + "link": "https://animethemes.moe/video/HatarakuOniiSan-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HatarakuOniiSan-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35333", + "title": "Hitori no Shita: The Outcast 2nd Season", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Kizudarake no Bokura\"", + "link": "https://animethemes.moe/video/HitoriNoShitaS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Wu Ya\"", + "link": "https://animethemes.moe/video/HitoriNoShitaS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yao Mei er Feng Bao Bao\"", + "link": "https://animethemes.moe/video/HitoriNoShitaS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ting Feng Yin\"", + "link": "https://animethemes.moe/video/HitoriNoShitaS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Dange Jinghong\"", + "link": "https://animethemes.moe/video/HitoriNoShitaS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Nian Dou Zhang\"", + "link": "https://animethemes.moe/video/HitoriNoShitaS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"You Long\"", + "link": "https://animethemes.moe/video/HitoriNoShitaS2-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "36593", + "title": "Hug tto! Precure", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"We can!! HUG tto! Precure\"", + "link": "https://animethemes.moe/video/HugttoPrecure-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HugttoPrecure-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"We can!! HUG tto! Precure\"", + "link": "https://animethemes.moe/video/HugttoPrecure-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HugttoPrecure-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"HUG tto! Mirai☆Dreamer\"", + "link": "https://animethemes.moe/video/HugttoPrecure-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HugttoPrecure-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi to Tomodachi\"", + "link": "https://animethemes.moe/video/HugttoPrecure-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HugttoPrecure-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"DANZEN! Futari wa Precure ~Yuiitsu Muni no Hikari-tachi~\"", + "link": "https://animethemes.moe/video/HugttoPrecure-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"HUG tto! Yell For You\"", + "link": "https://animethemes.moe/video/HugttoPrecure-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HugttoPrecure-ED4-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33899", + "title": "IDOLiSH7", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"WiSH VOYAGE\"", + "link": "https://animethemes.moe/video/IDOLiSH7-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"WiSH VOYAGE\"", + "link": "https://animethemes.moe/video/IDOLiSH7-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Heavenly zVisitor\"", + "link": "https://animethemes.moe/video/IDOLiSH7-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"TODAY IS\"", + "link": "https://animethemes.moe/video/IDOLiSH7-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ame\"", + "link": "https://animethemes.moe/video/IDOLiSH7-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"MONSTER GENERATiON\"", + "link": "https://animethemes.moe/video/IDOLiSH7-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "36963", + "title": "IDOLiSH7 Vibrato", + "year": "2018", + "themes": [ + { + "name": "ED1 \"DESTINY\"", + "link": "https://animethemes.moe/video/IDOLiSH7Vibrato-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"PARTY TIME TOGETHER\"", + "link": "https://animethemes.moe/video/IDOLiSH7Vibrato-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"NATSU☆Shiyouze!\"", + "link": "https://animethemes.moe/video/IDOLiSH7Vibrato-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "36124", + "title": "Ito Junji: Collection", + "year": "2018", + "themes": [ + { + "name": "OP \"Shichiten Battou no Blues\"", + "link": "https://animethemes.moe/video/ItoJunjiCollection-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Otagai no Uchuu\"", + "link": "https://animethemes.moe/video/ItoJunjiCollection-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36196", + "title": "Kaijuu Girls: Ultra Kaijuu Gijinka Keikaku 2nd Season", + "year": "2018", + "themes": [ + { + "name": "OP \"Joujou ↑↑ GAO !!\"", + "link": "https://animethemes.moe/video/KaijuuGirlsS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Soul-ride ON!\"", + "link": "https://animethemes.moe/video/KaijuuGirlsS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Soul-ride ON!\"", + "link": "https://animethemes.moe/video/KaijuuGirlsS2-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "35860", + "title": "Karakai Jouzu no Takagi-san", + "year": "2018", + "themes": [ + { + "name": "OP \"Iwanai kedo ne.\"", + "link": "https://animethemes.moe/video/Takagi3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kimagure Romantic\"", + "link": "https://animethemes.moe/video/Takagi3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"AM11:00\"", + "link": "https://animethemes.moe/video/Takagi3-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Jitensha\"", + "link": "https://animethemes.moe/video/Takagi3-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kaze Fukeba Koi\"", + "link": "https://animethemes.moe/video/Takagi3-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Chiisana Koi no Uta\"", + "link": "https://animethemes.moe/video/Takagi3-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Ai Uta\"", + "link": "https://animethemes.moe/video/Takagi3-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Deatta Koro no You ni\"", + "link": "https://animethemes.moe/video/Takagi3-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takagi3-ED7-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34964", + "title": "Killing Bites", + "year": "2018", + "themes": [ + { + "name": "OP \"killing bites\"", + "link": "https://animethemes.moe/video/KillingBites-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KillingBites-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kedamono Damono\"", + "link": "https://animethemes.moe/video/KillingBites-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KillingBites-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34984", + "title": "Koi wa Ameagari no You ni", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Nostalgic Rainfall\"", + "link": "https://animethemes.moe/video/KoiWaAmeagariNoYouNi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoiWaAmeagariNoYouNi-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Nostalgic Rainfall\"", + "link": "https://animethemes.moe/video/KoiWaAmeagariNoYouNi-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoiWaAmeagariNoYouNi-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Ref:rain\"", + "link": "https://animethemes.moe/video/KoiWaAmeagariNoYouNi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoiWaAmeagariNoYouNi-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoiWaAmeagariNoYouNi-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36548", + "title": "Kokkoku", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Flashback\"", + "link": "https://animethemes.moe/video/Kokkoku-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Flashback\"", + "link": "https://animethemes.moe/video/Kokkoku-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kokkoku-OP1v2-BD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Flashback\"", + "link": "https://animethemes.moe/video/Kokkoku-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Flashback\"", + "link": "https://animethemes.moe/video/Kokkoku-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"Flashback\"", + "link": "https://animethemes.moe/video/Kokkoku-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"Flashback\"", + "link": "https://animethemes.moe/video/Kokkoku-OP1v6.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Asayake to Nettaigyo\"", + "link": "https://animethemes.moe/video/Kokkoku-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kokkoku-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Asayake to Nettaigyo\"", + "link": "https://animethemes.moe/video/Kokkoku-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "36728", + "title": "Mameneko", + "year": "2018", + "themes": [ + { + "name": "ED \"MIKE\"", + "link": "https://animethemes.moe/video/Mameneko-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35997", + "title": "Märchen Mädchen", + "year": "2018", + "themes": [ + { + "name": "OP \"Watashi no Tame no Monogatari ~My Uncompleted Story~\"", + "link": "https://animethemes.moe/video/MarchenMadchen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MarchenMadchen-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"sleepland\"", + "link": "https://animethemes.moe/video/MarchenMadchen-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MarchenMadchen-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36982", + "title": "Micchiri Neko", + "year": "2018", + "themes": [ + { + "name": "ED \"Micchiri Neko March 2\"", + "link": "https://animethemes.moe/video/MicchiriNeko-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35828", + "title": "Miira no Kaikata", + "year": "2018", + "themes": [ + { + "name": "OP V1 \"Fushigi na Tabi wa Tsuzuku no sa\"", + "link": "https://animethemes.moe/video/MiiraNoKaikata-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Fushigi na Tabi wa Tsuzuku no sa\"", + "link": "https://animethemes.moe/video/MiiraNoKaikata-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Fushigi na Tabi wa Tsuzuku no sa\"", + "link": "https://animethemes.moe/video/MiiraNoKaikata-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Fushigi na Tabi wa Tsuzuku no sa\"", + "link": "https://animethemes.moe/video/MiiraNoKaikata-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED \"Rosetta Stone\"", + "link": "https://animethemes.moe/video/MiiraNoKaikata-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35078", + "title": "Mitsuboshi Colors", + "year": "2018", + "themes": [ + { + "name": "OP \"Colors Power ni Omakasero!\"", + "link": "https://animethemes.moe/video/MitsuboshiColors-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MitsuboshiColors-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Miracle Colors☆Honjitsu mo Ijou Nashi!\"", + "link": "https://animethemes.moe/video/MitsuboshiColors-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MitsuboshiColors-ED1-BD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36847", + "title": "Nanatsu no Bitoku", + "year": "2018", + "themes": [ + { + "name": "ED \"Psychomachia\"", + "link": "https://animethemes.moe/video/NanatsuNoBitoku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34577", + "title": "Nanatsu no Taizai: Imashime no Fukkatsu", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Howling\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V1 \"Ame ga Furu kara Niji ga Deru\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"Ame ga Furu kara Niji ga Deru\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-OP2v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-OP2v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V3 \"Ame ga Furu kara Niji ga Deru\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-OP2v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-OP2v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Beautiful\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Chikai\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiImashimeNoFukkatsu-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35073", + "title": "Overlord II", + "year": "2018", + "themes": [ + { + "name": "OP \"GO CRY GO\"", + "link": "https://animethemes.moe/video/OverlordS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OverlordS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"HYDRA\"", + "link": "https://animethemes.moe/video/OverlordS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OverlordS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"HYDRA\"", + "link": "https://animethemes.moe/video/OverlordS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"HYDRA\"", + "link": "https://animethemes.moe/video/OverlordS2-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 \"GO CRY GO\"", + "link": "https://animethemes.moe/video/OverlordS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36552", + "title": "Pikachin-Kit", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Poka☆Chin Time\"", + "link": "https://animethemes.moe/video/PikachinKit-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"bring back\"", + "link": "https://animethemes.moe/video/PikachinKit-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Poka☆Chin Time\"", + "link": "https://animethemes.moe/video/PikachinKit-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dracaena\"", + "link": "https://animethemes.moe/video/PikachinKit-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "35330", + "title": "Poputepipikku", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Twinkling star\"", + "link": "https://animethemes.moe/video/PopTeamEpic-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V1 \"POP TEAM EPIC\"", + "link": "https://animethemes.moe/video/PopTeamEpic-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"POP TEAM EPIC\"", + "link": "https://animethemes.moe/video/PopTeamEpic-OP2v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-OP2v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"POPPY PAPPY DAY\" by Kenji Akabane & Shunsuke Takeuchi", + "link": "https://animethemes.moe/video/PopTeamEpic-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"POPPY PAPPY DAY\" by Yui Makino & Yui Watanabe", + "link": "https://animethemes.moe/video/PopTeamEpic-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"POPPY PAPPY DAY (Route66 Mix)\" by Yui Makino & Yui Watanabe", + "link": "https://animethemes.moe/video/PopTeamEpic-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"POPPY PAPPY DAY (Route66 Mix)\" by Kenji Akabane & Shunsuke Takeuchi", + "link": "https://animethemes.moe/video/PopTeamEpic-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"POPPY PAPPY DAY (8 BIT MIX)\"", + "link": "https://animethemes.moe/video/PopTeamEpic-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"POPPY PAPPY DAY\" by Hiromi Igarashi & Rei Matsuzaki", + "link": "https://animethemes.moe/video/PopTeamEpic-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"POPPY PAPPY DAY\" by Wataru Hatano & Toshiki Masuda", + "link": "https://animethemes.moe/video/PopTeamEpic-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Jinsei\" by Hiromi Igarashi & Rei Matsuzaki", + "link": "https://animethemes.moe/video/PopTeamEpic-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-ED8-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED9 \"Jinsei\" by Wataru Hatano & Toshiki Masuda", + "link": "https://animethemes.moe/video/PopTeamEpic-ED9.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-ED9-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED10 \"POPPY PAPPY DAY\" by Shouta Aoi", + "link": "https://animethemes.moe/video/PopTeamEpic-ED10.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PopTeamEpic-ED10-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36995", + "title": "Precure Super Stars! Movie", + "year": "2018", + "themes": [ + { + "name": "OP \"Ashita Egao ni Naare!\"", + "link": "https://animethemes.moe/video/PrecureSuperStars-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nanairo no Sekai\"", + "link": "https://animethemes.moe/video/PrecureSuperStars-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35298", + "title": "Ramen Daisuki Koizumi-san", + "year": "2018", + "themes": [ + { + "name": "OP \"FEELING AROUND\"", + "link": "https://animethemes.moe/video/RamenKoizumi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RamenKoizumi-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "ED \"LOVE MEN HOLIC\"", + "link": "https://animethemes.moe/video/RamenKoizumi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RamenKoizumi-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35466", + "title": "ReLIFE: Kanketsu-hen", + "year": "2018", + "themes": [ + { + "name": "OP \"Button\"", + "link": "https://animethemes.moe/video/ReLIFE-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hana\"", + "link": "https://animethemes.moe/video/ReLIFEKanketsuHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"CHE.R.RY\"", + "link": "https://animethemes.moe/video/ReLIFEKanketsuHen-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"LA・LA・LA LOVE SONG\"", + "link": "https://animethemes.moe/video/ReLIFEKanketsuHen-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Button\"", + "link": "https://animethemes.moe/video/ReLIFEKanketsuHen-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "35905", + "title": "Ryuuou no Oshigoto!", + "year": "2018", + "themes": [ + { + "name": "OP \"Korekara\"", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Mamoritai Mono no Tame ni\"", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Mamoritai Mono no Tame ni\"", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Mamoritai Mono no Tame ni\"", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Mamoritai Mono no Tame ni\"", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED1v4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Mamoritai Mono no Tame ni\"", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED1v5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED1v5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ano Hi no Yume\"", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RyuuouNoOshigoto-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34612", + "title": "Saiki Kusuo no Ψ-nan 2", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Ψlent Prisoner\"", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Oteage Psychics\"", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanS2-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanS2-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Ψ Hakkenden!\"", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Duet♡ShitekudaΨ\"", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanS2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanS2-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34839", + "title": "Sanrio Danshi", + "year": "2018", + "themes": [ + { + "name": "OP \"Seishun Interlude\"", + "link": "https://animethemes.moe/video/SanrioDanshi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Now on dream!\"", + "link": "https://animethemes.moe/video/SanrioDanshi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kokoro ni Hanataba Wo\"", + "link": "https://animethemes.moe/video/SanrioDanshi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "35851", + "title": "Sayonara no Asa ni Yakusoku no Hana wo Kazarou", + "year": "2018", + "themes": [ + { + "name": "ED \"Viator\"", + "link": "https://animethemes.moe/video/SayoAsa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36702", + "title": "Shingeki no Kyojin Season 2 Movie: Kakusei no Houkou", + "year": "2018", + "themes": [ + { + "name": "ED \"Barricades <MOVIEver.>\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinKakuseiNoHoukou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36531", + "title": "Shinkansen Henkei Robo Shinkalion The Animation", + "year": "2018", + "themes": [ + { + "name": "OP \"Shinka Riron\"", + "link": "https://animethemes.moe/video/Shinkalion-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Go One Step Ahead\"", + "link": "https://animethemes.moe/video/Shinkalion-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"I WANNA BE WITH YOU\"", + "link": "https://animethemes.moe/video/Shinkalion-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Go Way!\"", + "link": "https://animethemes.moe/video/Shinkalion-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"STARTRAiN\"", + "link": "https://animethemes.moe/video/Shinkalion-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Start Line\"", + "link": "https://animethemes.moe/video/Shinkalion-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "35540", + "title": "Slow Start", + "year": "2018", + "themes": [ + { + "name": "OP \"ne! ne! ne!\"", + "link": "https://animethemes.moe/video/SlowStart-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SlowStart-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Kaze no Koe wo Kikinagara\"", + "link": "https://animethemes.moe/video/SlowStart-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SlowStart-ED1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Kaze no Koe wo Kikinagara\"", + "link": "https://animethemes.moe/video/SlowStart-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Kaze no Koe wo Kikinagara\"", + "link": "https://animethemes.moe/video/SlowStart-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Kaze no Koe wo Kikinagara\"", + "link": "https://animethemes.moe/video/SlowStart-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Kaze no Koe wo Kikinagara\"", + "link": "https://animethemes.moe/video/SlowStart-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Kaze no Koe wo Kikinagara\"", + "link": "https://animethemes.moe/video/SlowStart-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED1 V7 \"Kaze no Koe wo Kikinagara\"", + "link": "https://animethemes.moe/video/SlowStart-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yuuyake to Issho ni\"", + "link": "https://animethemes.moe/video/SlowStart-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "35839", + "title": "Sora yori mo Tooi Basho", + "year": "2018", + "themes": [ + { + "name": "OP \"The Girls Are Alright!\"", + "link": "https://animethemes.moe/video/Yorimoi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Yorimoi-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Yorimoi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Koko kara, Koko kara\"", + "link": "https://animethemes.moe/video/Yorimoi-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Koko kara, Koko kara\"", + "link": "https://animethemes.moe/video/Yorimoi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Yorimoi-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Yorimoi-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Koko kara, Koko kara\"", + "link": "https://animethemes.moe/video/Yorimoi-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mata Ne\"", + "link": "https://animethemes.moe/video/Yorimoi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "36522", + "title": "Spiritpact 2", + "year": "2018", + "themes": [ + { + "name": "OP \"Taion\"", + "link": "https://animethemes.moe/video/SpiritpactS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"I'll be there\"", + "link": "https://animethemes.moe/video/SpiritpactS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "27783", + "title": "Sword Gai: The Animation", + "year": "2018", + "themes": [ + { + "name": "OP \"Sadamegoto\"", + "link": "https://animethemes.moe/video/SwordGai-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "36108", + "title": "Takunomi.", + "year": "2018", + "themes": [ + { + "name": "OP \"aventure bleu\"", + "link": "https://animethemes.moe/video/Takunomi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takunomi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Stoic ni Detox\"", + "link": "https://animethemes.moe/video/Takunomi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Takunomi-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35589", + "title": "Toji no Miko", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Save you Save me\"", + "link": "https://animethemes.moe/video/TojiNoMiko-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TojiNoMiko-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Shinkakei Colors\"", + "link": "https://animethemes.moe/video/TojiNoMiko-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TojiNoMiko-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kokoro no Memoria\"", + "link": "https://animethemes.moe/video/TojiNoMiko-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TojiNoMiko-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ima kono mi ga Hateyou Tomo\"", + "link": "https://animethemes.moe/video/TojiNoMiko-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Mirai Epilogue\"", + "link": "https://animethemes.moe/video/TojiNoMiko-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TojiNoMiko-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Chinkon no Yasokyoku\"", + "link": "https://animethemes.moe/video/TojiNoMiko-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "33352", + "title": "Violet Evergarden", + "year": "2018", + "themes": [ + { + "name": "OP \"Sincerely\"", + "link": "https://animethemes.moe/video/VioletEvergarden-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/VioletEvergarden-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/VioletEvergarden-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Michishirube\"", + "link": "https://animethemes.moe/video/VioletEvergarden-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Michishirube\"", + "link": "https://animethemes.moe/video/VioletEvergarden-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/VioletEvergarden-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/VioletEvergarden-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Michishirube\"", + "link": "https://animethemes.moe/video/VioletEvergarden-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Michishirube\"", + "link": "https://animethemes.moe/video/VioletEvergarden-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED2 \"Believe in...\"", + "link": "https://animethemes.moe/video/VioletEvergarden-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "35789", + "title": "Yowamushi Pedal: Glory Line", + "year": "2018", + "themes": [ + { + "name": "OP1 V1 \"Boku no Koe\"", + "link": "https://animethemes.moe/video/YowamushiPedalGloryLine-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Boku no Koe\"", + "link": "https://animethemes.moe/video/YowamushiPedalGloryLine-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YowamushiPedalGloryLine-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Dancing\"", + "link": "https://animethemes.moe/video/YowamushiPedalGloryLine-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YowamushiPedalGloryLine-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Carry the Hope\"", + "link": "https://animethemes.moe/video/YowamushiPedalGloryLine-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YowamushiPedalGloryLine-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Over the Limit\"", + "link": "https://animethemes.moe/video/YowamushiPedalGloryLine-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YowamushiPedalGloryLine-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34798", + "title": "Yuru Camp△", + "year": "2018", + "themes": [ + { + "name": "OP \"SHINY DAYS\"", + "link": "https://animethemes.moe/video/YuruCamp-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuruCamp-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuruCamp-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Fuyu Biyori\"", + "link": "https://animethemes.moe/video/YuruCamp-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Fuyu Biyori\"", + "link": "https://animethemes.moe/video/YuruCamp-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuruCamp-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuruCamp-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Fuyu Biyori\"", + "link": "https://animethemes.moe/video/YuruCamp-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Fuyu Biyori\"", + "link": "https://animethemes.moe/video/YuruCamp-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "34863", + "title": "Zoku Touken Ranbu: Hanamaru", + "year": "2018", + "themes": [ + { + "name": "OP1 \"Hanamaru In no Hi no Moto de\"", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Ten to Koyomi\"", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ashita Tenki ni Na Are\"", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kishiki Meguri wa Zuina Midori\"", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Medetashi Tsukurigoto\"", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Michiyuki, Yoriai\"", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Hanairo Goromo\"", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Reiseiri Toki Nite\"", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Ittai no Hibana, Hi no Koto ni Fure\"", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED8-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED9 \"Haseido\"", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED9.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED9-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED10 \"Sen no Kokuin\"", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED10.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZokuToukenRanbuHanamaru-ED10-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35180", + "title": "3-gatsu no Lion 2nd Season", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Flag wo Tatero\"", + "link": "https://animethemes.moe/video/SangatsuNoLionS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SangatsuNoLionS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Haru ga Kite Bokura\"", + "link": "https://animethemes.moe/video/SangatsuNoLionS2-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SangatsuNoLionS2-OP2-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SangatsuNoLionS2-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kafune\"", + "link": "https://animethemes.moe/video/SangatsuNoLionS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SangatsuNoLionS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"I AM STANDING\"", + "link": "https://animethemes.moe/video/SangatsuNoLionS2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SangatsuNoLionS2-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35923", + "title": "Ame-iro Cocoa Series: Ame-con!!", + "year": "2017", + "themes": [ + { + "name": "OP \"Aratanaru Makuake no Tame no Makuake ni yoru Kyoushikyoku ~Kimi ga Ireba Oretachi mo Egao Mugendai~\"", + "link": "https://animethemes.moe/video/AmeCon-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Rainy cocoa\"", + "link": "https://animethemes.moe/video/AmeCon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35427", + "title": "Animegataris", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Aikotoba\"", + "link": "https://animethemes.moe/video/Animegataris-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Animegataris-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Animegataris-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Aikotoba\"", + "link": "https://animethemes.moe/video/Animegataris-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Animegataris-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Good Luck Lilac\"", + "link": "https://animethemes.moe/video/Animegataris-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Animegataris-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Aikotoba\"", + "link": "https://animethemes.moe/video/Animegataris-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Animegataris-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35965", + "title": "Baja no Studio", + "year": "2017", + "themes": [ + { + "name": "ED \"Tenohira o Taiyou ni\"", + "link": "https://animethemes.moe/video/BajaNoStudio-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34572", + "title": "Black Clover (TV)", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Haruka Mirai\"", + "link": "https://animethemes.moe/video/BlackClover-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V1 \"PAiNT it BLACK\"", + "link": "https://animethemes.moe/video/BlackClover-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"PAiNT it BLACK\"", + "link": "https://animethemes.moe/video/BlackClover-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP2 V3 \"PAiNT it BLACK\"", + "link": "https://animethemes.moe/video/BlackClover-OP2v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-OP2v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V4 \"PAiNT it BLACK\"", + "link": "https://animethemes.moe/video/BlackClover-OP2v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-OP2v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP3 \"Black Rover\"", + "link": "https://animethemes.moe/video/BlackClover-OP3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-OP3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP4 \"Guess Who Is Back\"", + "link": "https://animethemes.moe/video/BlackClover-OP4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-OP4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP5 \"Gamushara\"", + "link": "https://animethemes.moe/video/BlackClover-OP5.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-OP5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP6 \"Rakugaki Page\"", + "link": "https://animethemes.moe/video/BlackClover-OP6.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-OP6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP7 V1 \"JUSTadICE\"", + "link": "https://animethemes.moe/video/BlackClover-OP7.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-OP7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP7 V2 \"JUSTadICE\"", + "link": "https://animethemes.moe/video/BlackClover-OP7v2.webm", + "type": "opening" + }, + { + "name": "OP7 V3 \"JUSTadICE\"", + "link": "https://animethemes.moe/video/BlackClover-OP7v3.webm", + "type": "opening" + }, + { + "name": "OP8 \"sky&blue\"", + "link": "https://animethemes.moe/video/BlackClover-OP8.webm", + "type": "opening" + }, + { + "name": "OP9 \"RiGHT NOW\"", + "link": "https://animethemes.moe/video/BlackClover-OP9.webm", + "type": "opening" + }, + { + "name": "OP10 V1 \"Black Catcher\"", + "link": "https://animethemes.moe/video/BlackClover-OP10.webm", + "type": "opening" + }, + { + "name": "OP10 V2 \"Black Catcher\"", + "link": "https://animethemes.moe/video/BlackClover-OP10v2.webm", + "type": "opening" + }, + { + "name": "OP11 \"Stories\"", + "link": "https://animethemes.moe/video/BlackClover-OP11.webm", + "type": "opening" + }, + { + "name": "OP12 \"Eien ni Hikare\"", + "link": "https://animethemes.moe/video/BlackClover-OP12.webm", + "type": "opening" + }, + { + "name": "ED1 \"Aoi Honoo\"", + "link": "https://animethemes.moe/video/BlackClover-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Amazing Dreams\"", + "link": "https://animethemes.moe/video/BlackClover-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Black to the dreamlight\"", + "link": "https://animethemes.moe/video/BlackClover-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"four\" by FAKY", + "link": "https://animethemes.moe/video/BlackClover-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"four\" by KAHONO", + "link": "https://animethemes.moe/video/BlackClover-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Tenjou Tenge\"", + "link": "https://animethemes.moe/video/BlackClover-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"My Song My Days\"", + "link": "https://animethemes.moe/video/BlackClover-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Hana ga Saku Michi\"", + "link": "https://animethemes.moe/video/BlackClover-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-ED8-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED9 \"against the gods\"", + "link": "https://animethemes.moe/video/BlackClover-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Jinsei wa Senjou da\"", + "link": "https://animethemes.moe/video/BlackClover-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 V1 \"New Page\"", + "link": "https://animethemes.moe/video/BlackClover-ED11.webm", + "type": "ending" + }, + { + "name": "ED11 V2 \"New Page\"", + "link": "https://animethemes.moe/video/BlackClover-ED11v2.webm", + "type": "ending" + }, + { + "name": "ED12 \"Answer\"", + "link": "https://animethemes.moe/video/BlackClover-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"A Walk\"", + "link": "https://animethemes.moe/video/BlackClover-ED13.webm", + "type": "ending" + } + ] + }, + { + "id": "34618", + "title": "Blend S", + "year": "2017", + "themes": [ + { + "name": "OP \"Bon Appétit♡S\"", + "link": "https://animethemes.moe/video/BlendS-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlendS-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Detarame na Minus to Plus ni Okeru Blend Kou\"", + "link": "https://animethemes.moe/video/BlendS-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlendS-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Detarame na Minus to Plus ni Okeru Blend Kou\"", + "link": "https://animethemes.moe/video/BlendS-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlendS-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Detarame na Minus to Plus ni Okeru Blend Kou\"", + "link": "https://animethemes.moe/video/BlendS-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlendS-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Detarame na Minus to Plus ni Okeru Blend Kou\"", + "link": "https://animethemes.moe/video/BlendS-ED1v4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlendS-ED1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Detarame na Minus to Plus ni Okeru Blend Kou\"", + "link": "https://animethemes.moe/video/BlendS-ED1v5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlendS-ED1v5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Detarame na Minus to Plus ni Okeru Blend Kou\"", + "link": "https://animethemes.moe/video/BlendS-ED1v6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlendS-ED1v6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bon Appétit♡S -All staff ver.-\"", + "link": "https://animethemes.moe/video/BlendS-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "35712", + "title": "Boku no Kanojo ga Majimesugiru Sho-bitch na Ken", + "year": "2017", + "themes": [ + { + "name": "OP \"Eien Labyrinth\"", + "link": "https://animethemes.moe/video/Shobitch-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Shobitch-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Koi no Himitsu\"", + "link": "https://animethemes.moe/video/Shobitch-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35883", + "title": "Cinderella Girls Gekijou 2nd Season", + "year": "2017", + "themes": [ + { + "name": "ED1 \"Blooming Days\"", + "link": "https://animethemes.moe/video/CingekiS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Akimeite Ding Dong Dang!\"", + "link": "https://animethemes.moe/video/CingekiS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Snow*Love\"", + "link": "https://animethemes.moe/video/CingekiS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "35334", + "title": "ClassicaLoid 2nd Season", + "year": "2017", + "themes": [ + { + "name": "OP \"ClassicaLoid ~ClassicaLoid no Theme~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shuppatsu Shinkou!! Densetsu e ~From the New World Chapter 4~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Muteki no Sonata ~From The Symphony No. 7~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Love Game Daisakusen ~From Le nozze di Figaro~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Koinu no Carnival ~From Valse du Petit Chien~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Life is beautiful ~From The Great~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"How to Win! ~From Toccata und Fuge in d-Moll~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Ai no Ya no Yume\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Ainekuraine Yoru no Music\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Song for the moon ~From Moonlight Sonana~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Ai no kane ~From La Campanella~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Salty Klasky\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"make the revolution ~From Die Walküre~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Dai Uchuu Ongaku Sanka No.9 ~From Sinfonie Nr. 9 d-moll op. 125~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"GOING SWEET HOME ~From New World Chapter 2~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Houjou no Yume ~From Für Elise~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"Jounetsu ni Tsuite Kataru Beki 2, 3, no Shinjitsu ~Denen yori~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED16.webm", + "type": "ending" + }, + { + "name": "ED17 \"Mephisto Sheriff ~From The Mephisto Waltzes~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED17.webm", + "type": "ending" + }, + { + "name": "ED18 \"Kakumei Sanka ~From Die Meistersinger von Nürnberg~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED18.webm", + "type": "ending" + }, + { + "name": "ED19 \"HAVE A NICE DAY! ~From Oboe Concerto~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED19.webm", + "type": "ending" + }, + { + "name": "ED20 \"Japanimation Eiyuu Polonaise\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED20.webm", + "type": "ending" + }, + { + "name": "ED21 \"Ai dake ga Subete Janai!\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED21.webm", + "type": "ending" + }, + { + "name": "ED22 \"Yami wo Kirisaku Hikari ~From Siegfried Funeral Music~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED22.webm", + "type": "ending" + }, + { + "name": "ED23 \"Unmei, Kuzure Ochiru. ~From Symphony No. 5~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED23.webm", + "type": "ending" + } + ] + }, + { + "id": "34438", + "title": "Code Geass: Hangyaku no Lelouch I - Koudou", + "year": "2017", + "themes": [ + { + "name": "OP \"COLORS\"", + "link": "https://animethemes.moe/video/CodeGeassMovie1-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nunnally\"", + "link": "https://animethemes.moe/video/CodeGeassMovie1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31456", + "title": "Code:Realize: Sousei no Himegimi", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"kalmia\"", + "link": "https://animethemes.moe/video/CodeRealize-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CodeRealize-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"kalmia\"", + "link": "https://animethemes.moe/video/CodeRealize-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"kalmia\"", + "link": "https://animethemes.moe/video/CodeRealize-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CodeRealize-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"twinkle\"", + "link": "https://animethemes.moe/video/CodeRealize-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35999", + "title": "Dia Horizon (Kabu)", + "year": "2017", + "themes": [ + { + "name": "ED \"Saihate no Yokan\"", + "link": "https://animethemes.moe/video/DiaHorizon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32271", + "title": "Dies Irae", + "year": "2017", + "themes": [ + { + "name": "OP \"Kadenz\"", + "link": "https://animethemes.moe/video/DiesIrae-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DiesIrae-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Opera\"", + "link": "https://animethemes.moe/video/DiesIrae-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DiesIrae-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34771", + "title": "Dynamic Chord", + "year": "2017", + "themes": [ + { + "name": "OP \"p.s.i hate you♡xxx\"", + "link": "https://animethemes.moe/video/DynamicChord-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"because the sky...\"", + "link": "https://animethemes.moe/video/DynamicChord-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Diamond Eyes\"", + "link": "https://animethemes.moe/video/DynamicChord-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"BACK 2 SQUARE 1\"", + "link": "https://animethemes.moe/video/DynamicChord-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Accidental Date\"", + "link": "https://animethemes.moe/video/DynamicChord-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "36245", + "title": "Evil or Live", + "year": "2017", + "themes": [ + { + "name": "OP \"Soredemo Boku wa Ikite Iru\"", + "link": "https://animethemes.moe/video/EvilOrLive-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hui Jia Di Lu\"", + "link": "https://animethemes.moe/video/EvilOrLive-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25537", + "title": "Fate/stay night Movie: Heaven's Feel - I. Presage Flower", + "year": "2017", + "themes": [ + { + "name": "ED \"Hana no Uta\"", + "link": "https://animethemes.moe/video/FateStayNightHeavensFeelPresageFlower-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35198", + "title": "Free!: Take Your Marks", + "year": "2017", + "themes": [ + { + "name": "OP \"FREE-STYLE SPIRIT\"", + "link": "https://animethemes.moe/video/FreeTakeYourMarks-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"What Wonderful Days!!\"", + "link": "https://animethemes.moe/video/FreeTakeYourMarks-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"What Wonderful Days!!\"", + "link": "https://animethemes.moe/video/FreeTakeYourMarks-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"What Wonderful Days!!\"", + "link": "https://animethemes.moe/video/FreeTakeYourMarks-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"What Wonderful Days!!\"", + "link": "https://animethemes.moe/video/FreeTakeYourMarks-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "36144", + "title": "Garo: Vanishing Line", + "year": "2017", + "themes": [ + { + "name": "OP1 \"EMG\"", + "link": "https://animethemes.moe/video/GaroVanishingLine-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GaroVanishingLine-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP2 \"HOWLING SWORD\"", + "link": "https://animethemes.moe/video/GaroVanishingLine-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GaroVanishingLine-OP2-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED1 \"Sofia\"", + "link": "https://animethemes.moe/video/GaroVanishingLine-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GaroVanishingLine-ED1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED2 \"Promise\"", + "link": "https://animethemes.moe/video/GaroVanishingLine-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GaroVanishingLine-ED2-NCDVD480.webm", + "type": "ending" + } + ] + }, + { + "id": "35843", + "title": "Gintama: Porori-hen", + "year": "2017", + "themes": [ + { + "name": "OP \"VS\"", + "link": "https://animethemes.moe/video/GintamaPororiHen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaPororiHen-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hankou Seimei\"", + "link": "https://animethemes.moe/video/GintamaPororiHen-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaPororiHen-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33970", + "title": "Girls und Panzer das Finale", + "year": "2017", + "themes": [ + { + "name": "OP \"Grand symphony\"", + "link": "https://animethemes.moe/video/GirlsUndPanzerDasFinale-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Enter Enter MISSION! Saishuushou ver.\"", + "link": "https://animethemes.moe/video/GirlsUndPanzerDasFinale-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36288", + "title": "Glamorous Heroes", + "year": "2017", + "themes": [ + { + "name": "OP \"GLAMOROUS\"", + "link": "https://animethemes.moe/video/GlamorousHeroes-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"OVER\"", + "link": "https://animethemes.moe/video/GlamorousHeroes-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"OVER\"", + "link": "https://animethemes.moe/video/GlamorousHeroes-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "33280", + "title": "Gochuumon wa Usagi desu ka??: Dear My Sister", + "year": "2017", + "themes": [ + { + "name": "OP \"Happiness Encore\"", + "link": "https://animethemes.moe/video/GochiUsaDearMySister-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sekai ga Cafe ni Nacchatta\"", + "link": "https://animethemes.moe/video/GochiUsaDearMySister-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33378", + "title": "Haikara-san ga Tooru Movie 1: Benio, Hana no 17-sai", + "year": "2017", + "themes": [ + { + "name": "ED \"Yume no Hate made\"", + "link": "https://animethemes.moe/video/HaikaraSanGaTooruBenioNo17Sai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35376", + "title": "Himouto! Umaru-chan R", + "year": "2017", + "themes": [ + { + "name": "OP \"Nimensei☆Ura Omote Life!\"", + "link": "https://animethemes.moe/video/HimoutoUmaruChanR-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Umarun Taisou\"", + "link": "https://animethemes.moe/video/HimoutoUmaruChanR-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35075", + "title": "Hoozuki no Reitetsu 2nd Season", + "year": "2017", + "themes": [ + { + "name": "OP \"Dai! Jigo Jigo Bushi\"", + "link": "https://animethemes.moe/video/HoozukiNoReitetsuS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HoozukiNoReitetsuS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Riverside Lovers (Naraku no Koi)\"", + "link": "https://animethemes.moe/video/HoozukiNoReitetsuS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HoozukiNoReitetsuS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Jigoku no Sata mo Kimi Shidai\"", + "link": "https://animethemes.moe/video/HoozukiNoReitetsuS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "35557", + "title": "Houseki no Kuni", + "year": "2017", + "themes": [ + { + "name": "OP \"Kyoumen no Nami\"", + "link": "https://animethemes.moe/video/HousekiNoKuni-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HousekiNoKuni-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kirameku Hamabe\"", + "link": "https://animethemes.moe/video/HousekiNoKuni-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HousekiNoKuni-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"liquescimus\"", + "link": "https://animethemes.moe/video/HousekiNoKuni-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kyoumen no Nami [Orchestra Ver.]\"", + "link": "https://animethemes.moe/video/HousekiNoKuni-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "35413", + "title": "Imouto sae Ireba Ii.", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Ashita no Kimi sae Ireba Ii.\"", + "link": "https://animethemes.moe/video/ImoutoSae-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ImoutoSae-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Ashita no Kimi sae Ireba Ii.\"", + "link": "https://animethemes.moe/video/ImoutoSae-OP1v2-NCBD1080.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Ashita no Kimi sae Ireba Ii.\"", + "link": "https://animethemes.moe/video/ImoutoSae-OP1v3-NCBD1080.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Donna Hoshizora yori mo, Donna Omoide yori mo\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ImoutoSae-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Donna Hoshizora yori mo, Donna Omoide yori mo\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Donna Hoshizora yori mo, Donna Omoide yori mo\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Donna Hoshizora yori mo, Donna Omoide yori mo\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Donna Hoshizora yori mo, Donna Omoide yori mo\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Donna Hoshizora yori mo, Donna Omoide yori mo\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V7 \"Donna Hoshizora yori mo, Donna Omoide yori mo\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED1 V8 \"Donna Hoshizora yori mo, Donna Omoide yori mo\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED1 V9 \"Donna Hoshizora yori mo, Donna Omoide yori mo\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED1 V10 \"Donna Hoshizora yori mo, Donna Omoide yori mo\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v10.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v10-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dairokkan no Mistress\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ImoutoSae-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Innocent・Lovely\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ImoutoSae-ED3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33027", + "title": "Infini-T Force", + "year": "2017", + "themes": [ + { + "name": "OP \"To be continued…\"", + "link": "https://animethemes.moe/video/InfiniTForce-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chikutaku\"", + "link": "https://animethemes.moe/video/InfiniTForce-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34542", + "title": "Inuyashiki", + "year": "2017", + "themes": [ + { + "name": "OP \"My Hero\"", + "link": "https://animethemes.moe/video/Inuyashiki-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Inuyashiki-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Ai wo Oshiete Kureta Kimi e\"", + "link": "https://animethemes.moe/video/Inuyashiki-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Inuyashiki-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ai wo Oshiete Kureta Kimi e\"", + "link": "https://animethemes.moe/video/Inuyashiki-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "36861", + "title": "Itazura Majo to Nemuranai Machi", + "year": "2017", + "themes": [ + { + "name": "ED \"Wishing\"", + "link": "https://animethemes.moe/video/ItazuraMajoToNemuranaiMachi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36220", + "title": "Itsudatte Bokura no Koi wa 10 cm Datta.", + "year": "2017", + "themes": [ + { + "name": "OP \"Non-Fantasy\"", + "link": "https://animethemes.moe/video/ItsudatteBokuraNoKoiWa10cmDatta-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ItsudatteBokuraNoKoiWa10cmDatta-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Tokyo Winter Session\"", + "link": "https://animethemes.moe/video/ItsudatteBokuraNoKoiWa10cmDatta-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ItsudatteBokuraNoKoiWa10cmDatta-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Re:Hatsukoi no Ehon feat. Miou Aida\"", + "link": "https://animethemes.moe/video/ItsudatteBokuraNoKoiWa10cmDatta-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "35639", + "title": "Just Because!", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"over and over\"", + "link": "https://animethemes.moe/video/JustBecause-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JustBecause-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"over and over\"", + "link": "https://animethemes.moe/video/JustBecause-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"behind\"", + "link": "https://animethemes.moe/video/JustBecause-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JustBecause-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"behind\"", + "link": "https://animethemes.moe/video/JustBecause-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"behind\"", + "link": "https://animethemes.moe/video/JustBecause-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"behind\"", + "link": "https://animethemes.moe/video/JustBecause-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"behind\"", + "link": "https://animethemes.moe/video/JustBecause-ED1v5.webm", + "type": "ending" + } + ] + }, + { + "id": "35076", + "title": "Juuni Taisen", + "year": "2017", + "themes": [ + { + "name": "OP \"Rupture\"", + "link": "https://animethemes.moe/video/JuuniTaisen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JuuniTaisen-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Keshin no Jyuu\"", + "link": "https://animethemes.moe/video/JuuniTaisen-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JuuniTaisen-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34451", + "title": "Kekkai Sensen & Beyond", + "year": "2017", + "themes": [ + { + "name": "OP \"fake town baby\"", + "link": "https://animethemes.moe/video/KekkaiSensenAndBeyond-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KekkaiSensenAndBeyond-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Step Up LOVE\"", + "link": "https://animethemes.moe/video/KekkaiSensenAndBeyond-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KekkaiSensenAndBeyond-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35079", + "title": "Kino no Tabi: The Beautiful World - The Animated Series", + "year": "2017", + "themes": [ + { + "name": "OP \"here and there\"", + "link": "https://animethemes.moe/video/KinoNoTabi2017-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KinoNoTabi2017-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Satoutama no Tsuki\"", + "link": "https://animethemes.moe/video/KinoNoTabi2017-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KinoNoTabi2017-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Satoutama no Tsuki\"", + "link": "https://animethemes.moe/video/KinoNoTabi2017-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "35206", + "title": "Kirakira☆Precure A La Mode Movie: Paritto! Omoide no Mille-Feuille!", + "year": "2017", + "themes": [ + { + "name": "OP \"SHINE!! Kirakira☆Precure A La Mode\"", + "link": "https://animethemes.moe/video/KiraKiraPrecureMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tres Bien-semble!!\"", + "link": "https://animethemes.moe/video/KiraKiraPrecureMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35241", + "title": "Konohana Kitan", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Kokoro ni Tsubomi\"", + "link": "https://animethemes.moe/video/KonohanaKitan-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonohanaKitan-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Kokoro ni Tsubomi\"", + "link": "https://animethemes.moe/video/KonohanaKitan-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonohanaKitan-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Haru Urara, Kimi to Sakihokoru\"", + "link": "https://animethemes.moe/video/KonohanaKitan-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonohanaKitan-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Natsusaki Koihanabi\"", + "link": "https://animethemes.moe/video/KonohanaKitan-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonohanaKitan-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Akanezora, Kimi Mau Kouyou no Sanpomichi\"", + "link": "https://animethemes.moe/video/KonohanaKitan-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonohanaKitan-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Yukihana Kirameku Ieji nite\"", + "link": "https://animethemes.moe/video/KonohanaKitan-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonohanaKitan-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Yon-ji Kusanoyukari\"", + "link": "https://animethemes.moe/video/KonohanaKitan-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "34712", + "title": "Kujira no Kora wa Sajou ni Utau", + "year": "2017", + "themes": [ + { + "name": "OP \"Sono Saki e\"", + "link": "https://animethemes.moe/video/Kujisuna-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kujisuna-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hashitairo\"", + "link": "https://animethemes.moe/video/Kujisuna-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kujisuna-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35818", + "title": "Love Kome: We Love Rice 2nd Season", + "year": "2017", + "themes": [ + { + "name": "ED \"Ranman Hikou ~Love Rice ver.~\"", + "link": "https://animethemes.moe/video/LoveKomeS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34973", + "title": "Love Live! Sunshine!! 2nd Season", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Mirai no Bokura wa Shitteru yo\"", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Aozora Jumping Heart\"", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yuuki wa Doko ni? Kimi no Mune ni!\" by Chika Takami, Riko Sakurauchi, & You Watanabe", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Yuuki wa Doko ni? Kimi no Mune ni!\" by Aqours", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Yuuki wa Doko ni? Kimi no Mune ni!\" by Aqours", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kimi no Kokoro wa Kagayaiteru kai?\"", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Yuuki wa Doko ni? Kimi no Mune ni!\" by Dia Kurosawa", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Yuuki wa Doko ni? Kimi no Mune ni!\" by Riko Sakurauchi & Yoshiko Tsushima", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"MIRACLE WAVE\"", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Yuuki wa Doko ni? Kimi no Mune ni!\" by Yoshiko Tsushima, Hanamaru Kunikida, & Ruby Kurosawa", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Awaken the power\"", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Yuuki wa Doko ni? Kimi no Mune ni!\" by Kanan Matsuura, Dia Kurosawa, & Mari Ohara", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Yuuki wa Doko ni? Kimi no Mune ni!\" by Aqours & supporting characters", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"WATER BLUE NEW WORLD\"", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"WONDERFUL STORIES\"", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "35062", + "title": "Mahoutsukai no Yome", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Here\"", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V1 \"You\"", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"You\"", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-OP2v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-OP2v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Wa -cycle-\"", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsuki no mou Hanbun\"", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"The Legend of 'The Ancient Magus Bride'\"", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "34658", + "title": "Nekopara OVA", + "year": "2017", + "themes": [ + { + "name": "OP \"Baby→Lady LOVE\"", + "link": "https://animethemes.moe/video/NekoparaOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"▲MEW▲△MEW△CAKE\"", + "link": "https://animethemes.moe/video/NekoparaOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36038", + "title": "Net-juu no Susume", + "year": "2017", + "themes": [ + { + "name": "OP \"Saturday Night Question\"", + "link": "https://animethemes.moe/video/NetjuuNoSusume-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NetjuuNoSusume-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Hikari, Hikari\"", + "link": "https://animethemes.moe/video/NetjuuNoSusume-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NetjuuNoSusume-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hikari, Hikari\"", + "link": "https://animethemes.moe/video/NetjuuNoSusume-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NetjuuNoSusume-ED1v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36198", + "title": "Omiai Aite wa Oshiego, Tsuyokina, Mondaiji.", + "year": "2017", + "themes": [ + { + "name": "ED \"My one\"", + "link": "https://animethemes.moe/video/Omitsuyo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35484", + "title": "Osake wa Fuufu ni Natte kara", + "year": "2017", + "themes": [ + { + "name": "ED \"Don't Let Me Down\"", + "link": "https://animethemes.moe/video/Osakefufu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35067", + "title": "Osomatsu-san 2", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Kunshi Ayauku mo Chikou yore\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Maboroshi Wink\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Let's Go! Muttsu Go! ~Rokushoku no Niji~\" by ROOTS66 Party with Matsunoke Rokukyoudai (Hayamatsu Version)", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Let's Go! Muttsu Go! ~Rokushoku no Niji~\" by ROOTS66 Party with Matsunoke Rokukyoudai (Osomatsu Version)", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Iyami Ondo\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 V1 \"Otona÷6 x Kodomo x 6\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED4 V2 \"Otona÷6 x Kodomo x 6\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED4v2.webm", + "type": "ending" + }, + { + "name": "ED4 V3 \"Otona÷6 x Kodomo x 6\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED4v3.webm", + "type": "ending" + }, + { + "name": "ED4 V4 \"Otona÷6 x Kodomo x 6\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED4v4.webm", + "type": "ending" + }, + { + "name": "ED4 V5 \"Otona÷6 x Kodomo x 6\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED4v5.webm", + "type": "ending" + }, + { + "name": "ED4 V6 \"Otona÷6 x Kodomo x 6\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED4v6.webm", + "type": "ending" + }, + { + "name": "ED4 V7 \"Otona÷6 x Kodomo x 6\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED4v7.webm", + "type": "ending" + }, + { + "name": "ED4 V8 \"Otona÷6 x Kodomo x 6\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED4v8.webm", + "type": "ending" + }, + { + "name": "ED4 V9 \"Otona÷6 x Kodomo x 6\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED4v9.webm", + "type": "ending" + }, + { + "name": "ED4 V10 \"Otona÷6 x Kodomo x 6\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED4v10.webm", + "type": "ending" + }, + { + "name": "ED4 V11 \"Otona÷6 x Kodomo x 6\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED4v11.webm", + "type": "ending" + } + ] + }, + { + "id": "36027", + "title": "Ousama Game The Animation", + "year": "2017", + "themes": [ + { + "name": "OP \"FEED THE FIRE\"", + "link": "https://animethemes.moe/video/OusamaGame-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OusamaGame-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Lost Paradise\"", + "link": "https://animethemes.moe/video/OusamaGame-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OusamaGame-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Lost Paradise\"", + "link": "https://animethemes.moe/video/OusamaGame-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "36259", + "title": "Pingu in the City", + "year": "2017", + "themes": [ + { + "name": "OP \"PINGU A GO! GO!\"", + "link": "https://animethemes.moe/video/PinguInTheCity-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ride The Rainbow\"", + "link": "https://animethemes.moe/video/PinguInTheCity-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34903", + "title": "RoboMasters the Animated Series", + "year": "2017", + "themes": [ + { + "name": "OP \"super nova\"", + "link": "https://animethemes.moe/video/RoboMasters-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RoboMasters-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Higher Maker\"", + "link": "https://animethemes.moe/video/RoboMasters-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RoboMasters-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35251", + "title": "Sengoku Night Blood", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Tenka Zekkei\"", + "link": "https://animethemes.moe/video/SengokuNightBlood-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Tenka Zekkei\"", + "link": "https://animethemes.moe/video/SengokuNightBlood-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"HEN-GEN-JI-ZAI\"", + "link": "https://animethemes.moe/video/SengokuNightBlood-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"VICTORIOUS\"", + "link": "https://animethemes.moe/video/SengokuNightBlood-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Moonlight Beam\"", + "link": "https://animethemes.moe/video/SengokuNightBlood-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Seigiron\"", + "link": "https://animethemes.moe/video/SengokuNightBlood-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kakuran Romantist\"", + "link": "https://animethemes.moe/video/SengokuNightBlood-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Kurosomare\"", + "link": "https://animethemes.moe/video/SengokuNightBlood-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Tsuki Kiba no Koku\"", + "link": "https://animethemes.moe/video/SengokuNightBlood-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "36106", + "title": "Shingeki no Kyojin: Lost Girls", + "year": "2017", + "themes": [ + { + "name": "ED1 \"Call your name <Gv>\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinLostGirls-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Utsukushiki Zankoku na Sekai\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35788", + "title": "Shokugeki no Souma: San no Sara", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"BRAVER\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"BRAVER\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"BRAVER\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V4 \"BRAVER\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V5 \"BRAVER\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v5.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V6 \"BRAVER\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v6.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V7 \"BRAVER\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v7.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Kyokyojitsujitsu\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kyokyojitsujitsu\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Kyokyojitsujitsu\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Kyokyojitsujitsu\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Kyokyojitsujitsu\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Kyokyojitsujitsu\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Kyokyojitsujitsu\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Kyokyojitsujitsu\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v8-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35838", + "title": "Shoujo Shuumatsu Ryokou", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Ugoku, Ugoku\"", + "link": "https://animethemes.moe/video/ShoujoShuumatsuRyokou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoShuumatsuRyokou-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoShuumatsuRyokou-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Ugoku, Ugoku\"", + "link": "https://animethemes.moe/video/ShoujoShuumatsuRyokou-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"More One Night\"", + "link": "https://animethemes.moe/video/ShoujoShuumatsuRyokou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoShuumatsuRyokou-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Amadare no Uta\"", + "link": "https://animethemes.moe/video/ShoujoShuumatsuRyokou-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34411", + "title": "Taishou Chicchai-san", + "year": "2017", + "themes": [ + { + "name": "OP \"Nozomu Koto wa Tsumi Nano ka\"", + "link": "https://animethemes.moe/video/TaishouMebiusline-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Egao no Enishi\"", + "link": "https://animethemes.moe/video/TaishouMebiusline-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Inui Emi Sorirokui\"", + "link": "https://animethemes.moe/video/TaishouMebiusline-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yoi ni Utaeba\"", + "link": "https://animethemes.moe/video/TaishouMebiusline-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "34915", + "title": "The iDOLM@STER Side M", + "year": "2017", + "themes": [ + { + "name": "OP \"Reason!!\"", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"DRIVE A LIVE\" by DRAMATIC STARS", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Beyond The Dream\"", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"STARLIGHT CELEBRATE!\"", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"TOMORROW DIAMOND\"", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"From Teacher To Future!\"", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"AFTER THE RAIN\"", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"JOKER↗︎Almighty\"", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Ryuusei PARADE\"", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Over AGAIN\"", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Sunset★Colors\"", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"ARRIVE TO STAR\"", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"DRIVE A LIVE\" by 315 STARS", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "35254", + "title": "Time Bokan: Gyakushuu no San Akunin", + "year": "2017", + "themes": [ + { + "name": "OP1 \"DESTINY\" by Kouichi Doumoto", + "link": "https://animethemes.moe/video/TimeBokan24GyakushuuNoSanAkunin-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"DESTINY\" by Tsuyoshi Doumoto", + "link": "https://animethemes.moe/video/TimeBokan24GyakushuuNoSanAkunin-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"DESTINY\" by KinKi Kids", + "link": "https://animethemes.moe/video/TimeBokan24GyakushuuNoSanAkunin-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"WANTED GIRL\"", + "link": "https://animethemes.moe/video/TimeBokan24GyakushuuNoSanAkunin-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"20xx\"", + "link": "https://animethemes.moe/video/TimeBokan24GyakushuuNoSanAkunin-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Topaz Love\"", + "link": "https://animethemes.moe/video/TimeBokan24GyakushuuNoSanAkunin-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34474", + "title": "Tsukipro The Animation", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Burny!!!\"", + "link": "https://animethemes.moe/video/Tsukipro-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"ALIEL\"", + "link": "https://animethemes.moe/video/Tsukipro-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Because you are\"", + "link": "https://animethemes.moe/video/Tsukipro-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Mahou no Kizuna\"", + "link": "https://animethemes.moe/video/Tsukipro-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ouka Ranman\"", + "link": "https://animethemes.moe/video/Tsukipro-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"FRIEND\"", + "link": "https://animethemes.moe/video/Tsukipro-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Chiisana Sekai\"", + "link": "https://animethemes.moe/video/Tsukipro-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"one day...\"", + "link": "https://animethemes.moe/video/Tsukipro-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Back On Track\"", + "link": "https://animethemes.moe/video/Tsukipro-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Starting Line ~Boys, Be Mighty~\"", + "link": "https://animethemes.moe/video/Tsukipro-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Above the best\"", + "link": "https://animethemes.moe/video/Tsukipro-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Parallel Lineage\"", + "link": "https://animethemes.moe/video/Tsukipro-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Unmei wo Koeru 'Venga'\"", + "link": "https://animethemes.moe/video/Tsukipro-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Mirai e no Okurimono\"", + "link": "https://animethemes.moe/video/Tsukipro-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Arigatou\"", + "link": "https://animethemes.moe/video/Tsukipro-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Hidamari ni Saku\"", + "link": "https://animethemes.moe/video/Tsukipro-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "36009", + "title": "Two Car", + "year": "2017", + "themes": [ + { + "name": "OP \"Heart to Heart\"", + "link": "https://animethemes.moe/video/TwoCar-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TwoCar-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Angelica Wind\"", + "link": "https://animethemes.moe/video/TwoCar-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TwoCar-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33478", + "title": "UQ Holder!: Mahou Sensei Negima! 2", + "year": "2017", + "themes": [ + { + "name": "OP \"Happy☆Material\"", + "link": "https://animethemes.moe/video/UQHolder-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UQHolder-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Steady→GO!!\"", + "link": "https://animethemes.moe/video/UQHolder-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UQHolder-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35250", + "title": "Urahara", + "year": "2017", + "themes": [ + { + "name": "OP \"Antithesis Escape\"", + "link": "https://animethemes.moe/video/Urahara-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Urahara-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"KIRAMEKI☆Life Line\"", + "link": "https://animethemes.moe/video/Urahara-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"KIRAMEKI☆Life Line\"", + "link": "https://animethemes.moe/video/Urahara-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "34522", + "title": "Wake Up, Girls! Shin Shou", + "year": "2017", + "themes": [ + { + "name": "OP \"7 Senses\"", + "link": "https://animethemes.moe/video/WakeUpGirlsShinShou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/WakeUpGirlsShinShou-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Shizuku no Kanmuri\"", + "link": "https://animethemes.moe/video/WakeUpGirlsShinShou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/WakeUpGirlsShinShou-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36798", + "title": "Yuuki Yuuna wa Yuusha de Aru: Hidamari", + "year": "2017", + "themes": [ + { + "name": "OP \"Hoshi to Hana\"", + "link": "https://animethemes.moe/video/YuukiYuunaHidamari-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aurora Days\"", + "link": "https://animethemes.moe/video/YuukiYuunaHidamari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34284", + "title": "Yuuki Yuuna wa Yuusha de Aru: Washio Sumi no Shou", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Egao no Kimi e\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Egao no Kimi e\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-OP1v2-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Egao no Kimi e\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-OP1v3-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V4 \"Egao no Kimi e\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-OP1v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-OP1v4-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Egao no Kimi e\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Tomodachi\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Tomodachi\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED2v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED2v2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Tomodachi\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED2v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED2v3-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tamashii\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED3-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED4 \"Yakusoku\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED4-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "34445", + "title": "Yuuki Yuuna wa Yuusha de Aru: Yuusha no Shou", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Hanakotoba\"", + "link": "https://animethemes.moe/video/YuukiYuunaYuushaNoShou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaYuushaNoShou-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Hanakotoba\"", + "link": "https://animethemes.moe/video/YuukiYuunaYuushaNoShou-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hanakotoba\"", + "link": "https://animethemes.moe/video/YuukiYuunaYuushaNoShou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaYuushaNoShou-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yuusha-tachi no Lullaby\"", + "link": "https://animethemes.moe/video/YuukiYuunaYuushaNoShou-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaYuushaNoShou-ED2-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "35248", + "title": "18if", + "year": "2017", + "themes": [ + { + "name": "OP \"Red Doors feat. Yoshikazu Mera\"", + "link": "https://animethemes.moe/video/18if-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Wonderland\"", + "link": "https://animethemes.moe/video/18if-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Break The Doors feat. Aina The End (BiSH)\"", + "link": "https://animethemes.moe/video/18if-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yume Koibana\"", + "link": "https://animethemes.moe/video/18if-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"ANGELNOIR\"", + "link": "https://animethemes.moe/video/18if-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Plumeria\"", + "link": "https://animethemes.moe/video/18if-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Yukue Shirezu\"", + "link": "https://animethemes.moe/video/18if-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"too late\"", + "link": "https://animethemes.moe/video/18if-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Sora no Oto\"", + "link": "https://animethemes.moe/video/18if-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Tsubasa\"", + "link": "https://animethemes.moe/video/18if-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Factor Word\"", + "link": "https://animethemes.moe/video/18if-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Salvation\"", + "link": "https://animethemes.moe/video/18if-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Shiratori wa Nemuru feat. Yoshikazu Mera\"", + "link": "https://animethemes.moe/video/18if-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"if\"", + "link": "https://animethemes.moe/video/18if-ED13.webm", + "type": "ending" + } + ] + }, + { + "id": "34800", + "title": "Action Heroine Cheer Fruits", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Chou Tenkai Kami Daioh\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Jounetsu☆Fruit\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Hi no Ataru Basho (Misaki Main Version)\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Hi no Ataru Basho (Misaki Main Version)\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hi no Ataru Basho (Kanon Main Version)\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hi no Ataru Basho (An Main Version)\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hi no Ataru Basho (Yuuki Main Version)\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hi no Ataru Basho (Hatsuri Main Version)\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Hi no Ataru Basho (Mikan Main Version)\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Hi no Ataru Basho (Genki Main Version)\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Hi no Ataru Basho (Mana Main Version)\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Hi no Ataru Basho (Hinanectar Version)\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Hi no Ataru Basho (Special Version)\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED10.webm", + "type": "ending" + } + ] + }, + { + "id": "34881", + "title": "Aho Girl", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Zenryoku☆Summer!\"", + "link": "https://animethemes.moe/video/AhoGirl-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Zenryoku☆Summer!\"", + "link": "https://animethemes.moe/video/AhoGirl-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Zenryoku☆Summer!\"", + "link": "https://animethemes.moe/video/AhoGirl-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V4 \"Zenryoku☆Summer!\"", + "link": "https://animethemes.moe/video/AhoGirl-OP1v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-OP1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V5 \"Zenryoku☆Summer!\"", + "link": "https://animethemes.moe/video/AhoGirl-OP1v5.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-OP1v5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V6 \"Zenryoku☆Summer!\"", + "link": "https://animethemes.moe/video/AhoGirl-OP1v6.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-OP1v6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V7 \"Zenryoku☆Summer!\"", + "link": "https://animethemes.moe/video/AhoGirl-OP1v7.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-OP1v7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V8 \"Zenryoku☆Summer!\"", + "link": "https://animethemes.moe/video/AhoGirl-OP1v8.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-OP1v8-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V9 \"Zenryoku☆Summer!\"", + "link": "https://animethemes.moe/video/AhoGirl-OP1v9.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-OP1v9-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V10 \"Zenryoku☆Summer!\"", + "link": "https://animethemes.moe/video/AhoGirl-OP1v10.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-OP1v10-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V11 \"Zenryoku☆Summer!\"", + "link": "https://animethemes.moe/video/AhoGirl-OP1v11.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-OP1v11-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Odore! Kyu-kyoku Tetsugaku\"", + "link": "https://animethemes.moe/video/AhoGirl-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34636", + "title": "Ballroom e Youkoso", + "year": "2017", + "themes": [ + { + "name": "OP1 \"10% roll, 10% romance\"", + "link": "https://animethemes.moe/video/BallroomEYoukoso-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BallroomEYoukoso-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Invisible Sensation\"", + "link": "https://animethemes.moe/video/BallroomEYoukoso-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BallroomEYoukoso-OP2-BD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Maybe the next waltz\"", + "link": "https://animethemes.moe/video/BallroomEYoukoso-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BallroomEYoukoso-ED1-BD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Maybe the next waltz\"", + "link": "https://animethemes.moe/video/BallroomEYoukoso-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BallroomEYoukoso-ED1v2-BD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Maybe the next waltz\"", + "link": "https://animethemes.moe/video/BallroomEYoukoso-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BallroomEYoukoso-ED1v3-BD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Maybe the next waltz\"", + "link": "https://animethemes.moe/video/BallroomEYoukoso-ED1v4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BallroomEYoukoso-ED1v4-BD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Swing heart direction\"", + "link": "https://animethemes.moe/video/BallroomEYoukoso-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BallroomEYoukoso-ED2-BD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Swing heart direction\"", + "link": "https://animethemes.moe/video/BallroomEYoukoso-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "34870", + "title": "BanG Dream! Special", + "year": "2017", + "themes": [ + { + "name": "OP \"Tokimeki Experience!\"", + "link": "https://animethemes.moe/video/BanGDreamSpecial-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nesshoku Starmine\"", + "link": "https://animethemes.moe/video/BanGDreamSpecial-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33184", + "title": "Battle Girl High School", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Hoshi no Kizuna\"", + "link": "https://animethemes.moe/video/BattleGirlHighSchool-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BattleGirlHighSchool-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Melody Ring\"", + "link": "https://animethemes.moe/video/BattleGirlHighSchool-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BattleGirlHighSchool-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Melody Ring\"", + "link": "https://animethemes.moe/video/BattleGirlHighSchool-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BattleGirlHighSchool-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Melody Ring\"", + "link": "https://animethemes.moe/video/BattleGirlHighSchool-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 \"Gravity\"", + "link": "https://animethemes.moe/video/BattleGirlHighSchool-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BattleGirlHighSchool-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34644", + "title": "Brave Witches: Petersburg Daisenryaku", + "year": "2017", + "themes": [ + { + "name": "OP \"Ashita no Tsubasa\"", + "link": "https://animethemes.moe/video/BraveWitches-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Little Wing ~Spirit of LINDBERG~\" by Takami Karibuchi, Eila Ilmatar Juutilainen & Sanya V. Litvyak", + "link": "https://animethemes.moe/video/BraveWitches-ED13.webm", + "type": "ending" + } + ] + }, + { + "id": "34525", + "title": "Centaur no Nayami", + "year": "2017", + "themes": [ + { + "name": "OP \"Oshiete Darwin\"", + "link": "https://animethemes.moe/video/CentaurNoNayami-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CentaurNoNayami-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Edelweiss\"", + "link": "https://animethemes.moe/video/CentaurNoNayami-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CentaurNoNayami-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Edelweiss (English Ver.)\"", + "link": "https://animethemes.moe/video/CentaurNoNayami-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CentaurNoNayami-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35114", + "title": "Clione no Akari", + "year": "2017", + "themes": [ + { + "name": "OP \"Clione no Akari\"", + "link": "https://animethemes.moe/video/ClioneNoAkari-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sora wo Tobu Kaze\"", + "link": "https://animethemes.moe/video/ClioneNoAkari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34543", + "title": "Dive!!", + "year": "2017", + "themes": [ + { + "name": "OP \"Taiyou mo Hitoribocchi\"", + "link": "https://animethemes.moe/video/Dive-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"NEW WORLD\"", + "link": "https://animethemes.moe/video/Dive-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34552", + "title": "Dream Festival! R", + "year": "2017", + "themes": [ + { + "name": "OP \"Yume no Kodou\"", + "link": "https://animethemes.moe/video/DreamFestivalR-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"ALL FOR SMILE!\" by DearDream", + "link": "https://animethemes.moe/video/DreamFestivalR-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"ALL FOR SMILE!\" by KUROFUNE", + "link": "https://animethemes.moe/video/DreamFestivalR-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"ALL FOR SMILE!\" by DearDream & KUROFUNE", + "type": "ending" + }, + { + "name": "ED4 \"Shin Ai Naru Yume e!\"", + "type": "ending" + } + ] + }, + { + "id": "31499", + "title": "Enmusubi no Youko-chan", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Tong Ran\"", + "link": "https://animethemes.moe/video/EnmusubiNoYoukoChan-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Wanshui Mountain\"", + "link": "https://animethemes.moe/video/EnmusubiNoYoukoChan-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Zutto\"", + "link": "https://animethemes.moe/video/EnmusubiNoYoukoChan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Fourside Moonside\"", + "link": "https://animethemes.moe/video/EnmusubiNoYoukoChan-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34208", + "title": "Escha Chron", + "year": "2017", + "themes": [ + { + "name": "OP \"Many colors, Many brights, Many more musics\"", + "link": "https://animethemes.moe/video/EschaChron-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kakokei to Mirai\"", + "link": "https://animethemes.moe/video/EschaChron-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34662", + "title": "Fate/Apocrypha", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Eiyuu Unmei no Uta\"", + "link": "https://animethemes.moe/video/FateApocrypha-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateApocrypha-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateApocrypha-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"ASH\"", + "link": "https://animethemes.moe/video/FateApocrypha-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateApocrypha-OP2-NCDVD480.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateApocrypha-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Désir\"", + "link": "https://animethemes.moe/video/FateApocrypha-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateApocrypha-ED1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateApocrypha-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Désir\"", + "link": "https://animethemes.moe/video/FateApocrypha-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"KOE\"", + "link": "https://animethemes.moe/video/FateApocrypha-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateApocrypha-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"KOE\"", + "link": "https://animethemes.moe/video/FateApocrypha-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "34100", + "title": "Fate/kaleid liner Prisma☆Illya Movie: Sekka no Chikai", + "year": "2017", + "themes": [ + { + "name": "ED \"Kaleidoscope\"", + "link": "https://animethemes.moe/video/FatePrismaIllyaMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34280", + "title": "Gamers!", + "year": "2017", + "themes": [ + { + "name": "OP \"GAMERS!\"", + "link": "https://animethemes.moe/video/Gamers-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Gamers-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Fight on!\"", + "link": "https://animethemes.moe/video/Gamers-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Gamers-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Fight on!\"", + "link": "https://animethemes.moe/video/Gamers-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koi no prologue*\"", + "link": "https://animethemes.moe/video/Gamers-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34403", + "title": "Hajimete no Gal", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Hajimete no SEASON\"", + "link": "https://animethemes.moe/video/HajimeteNoGal-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HajimeteNoGal-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Hajimete no SEASON\"", + "link": "https://animethemes.moe/video/HajimeteNoGal-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HajimeteNoGal-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Hajimete no SEASON\"", + "link": "https://animethemes.moe/video/HajimeteNoGal-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HajimeteNoGal-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V4 \"Hajimete no SEASON\"", + "link": "https://animethemes.moe/video/HajimeteNoGal-OP1v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HajimeteNoGal-OP1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"GAL-tic Love\"", + "link": "https://animethemes.moe/video/HajimeteNoGal-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HajimeteNoGal-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hajimete no SEASON\"", + "link": "https://animethemes.moe/video/HajimeteNoGal-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34834", + "title": "Hina Logi: From Luck & Logic", + "year": "2017", + "themes": [ + { + "name": "OP \"BUTTERFLY EFFECTOR\"", + "link": "https://animethemes.moe/video/HinaLogi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HinaLogi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Baby Bird!!: Gakuen Logic\"", + "link": "https://animethemes.moe/video/HinaLogi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HinaLogi-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Foreigner Song\"", + "link": "https://animethemes.moe/video/HinaLogi-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"BUTTERFLY EFFECTOR\"", + "link": "https://animethemes.moe/video/HinaLogi-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "33654", + "title": "Hitorijime My Hero", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Heart Signal\"", + "link": "https://animethemes.moe/video/HitorijimeMyHero-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HitorijimeMyHero-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Heart Signal\"", + "link": "https://animethemes.moe/video/HitorijimeMyHero-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HitorijimeMyHero-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"TRUE LOVE\"", + "link": "https://animethemes.moe/video/HitorijimeMyHero-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HitorijimeMyHero-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"TRUE LOVE\"", + "link": "https://animethemes.moe/video/HitorijimeMyHero-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"TRUE LOVE Kensuke Ooshiba ver.\"", + "link": "https://animethemes.moe/video/HitorijimeMyHero-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"TRUE LOVE Asaya Hasekura ver.\"", + "link": "https://animethemes.moe/video/HitorijimeMyHero-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"TRUE LOVE Masahiro Setagawa ver.\"", + "link": "https://animethemes.moe/video/HitorijimeMyHero-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"TRUE LOVE Kousuke Ooshiba ver.\"", + "link": "https://animethemes.moe/video/HitorijimeMyHero-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"TRUE LOVE Kousuke Ooshiba & Masahiro Setagawa ver.\"", + "link": "https://animethemes.moe/video/HitorijimeMyHero-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"TRUE LOVE Asaya Hasekura & Kensuke Ooshiba ver.\"", + "link": "https://animethemes.moe/video/HitorijimeMyHero-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "34337", + "title": "Ikemen Sengoku: Toki wo Kakeru ga Koi wa Hajimaranai", + "year": "2017", + "themes": [ + { + "name": "OP \"Yes/No\"", + "link": "https://animethemes.moe/video/IkemenSengoku-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "34012", + "title": "Isekai Shokudou", + "year": "2017", + "themes": [ + { + "name": "OP \"One In A Billion\"", + "link": "https://animethemes.moe/video/IsekaiShokudou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiShokudou-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Chiisana Hitotsubu\"", + "link": "https://animethemes.moe/video/IsekaiShokudou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiShokudou-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35203", + "title": "Isekai wa Smartphone to Tomo ni.", + "year": "2017", + "themes": [ + { + "name": "OP \"Another World\"", + "link": "https://animethemes.moe/video/IsekaiSmaho-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiSmaho-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Junjou Emotional\" by Maaya Uchida", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Junjou Emotional\" by Yui Fukuo", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Junjou Emotional\" by Chinatsu Akasaki", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Junjou Emotional\" by Marika Kouno", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Junjou Emotional\" by Nanami Yamashita", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Junjou Emotional\" by Sumire Uesaka", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED6-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34966", + "title": "Jigoku Shoujo: Yoi no Togi", + "year": "2017", + "themes": [ + { + "name": "OP \"Noise\"", + "link": "https://animethemes.moe/video/JigokuShoujoYoiNoTogi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Irogami\"", + "link": "https://animethemes.moe/video/JigokuShoujoYoiNoTogi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34565", + "title": "Jikan no Shihaisha", + "year": "2017", + "themes": [ + { + "name": "OP \"RULER GAME\"", + "link": "https://animethemes.moe/video/JikanNoShihaisha-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Jikan wa Mado no Mukougawa\"", + "link": "https://animethemes.moe/video/JikanNoShihaisha-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Jikan wa Mado no Mukougawa\"", + "link": "https://animethemes.moe/video/JikanNoShihaisha-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "34725", + "title": "Kaito x Ansa", + "year": "2017", + "themes": [ + { + "name": "OP \"Hoshi no Kazu dake\"", + "link": "https://animethemes.moe/video/KaitoXAnsa-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"AGAKU\"", + "link": "https://animethemes.moe/video/KaitoXAnsa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34933", + "title": "Kakegurui", + "year": "2017", + "themes": [ + { + "name": "OP \"Deal with the devil\"", + "link": "https://animethemes.moe/video/Kakegurui-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kakegurui-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"LAYon-theLINE\"", + "link": "https://animethemes.moe/video/Kakegurui-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kakegurui-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koi no Russian Roulette\"", + "link": "https://animethemes.moe/video/Kakegurui-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kakegurui-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33018", + "title": "Katsugeki/Touken Ranbu", + "year": "2017", + "themes": [ + { + "name": "OP \"Hikari Tatsu Ame\"", + "link": "https://animethemes.moe/video/KatsugekiToukenRanbu-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KatsugekiToukenRanbu-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hyakka Ryouran\"", + "link": "https://animethemes.moe/video/KatsugekiToukenRanbu-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KatsugekiToukenRanbu-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34825", + "title": "Keppeki Danshi! Aoyama-kun", + "year": "2017", + "themes": [ + { + "name": "OP \"White\"", + "link": "https://animethemes.moe/video/KeppekiDanshiAoyamaKun-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KeppekiDanshiAoyamaKun-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Taiyou ga Kureta Kisetsu\"", + "link": "https://animethemes.moe/video/KeppekiDanshiAoyamaKun-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KeppekiDanshiAoyamaKun-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33191", + "title": "Kishibe Rohan wa Ugokanai", + "year": "2017", + "themes": [ + { + "name": "OP \"Theme of Kishibe Rohan wa Ugokana\"", + "link": "https://animethemes.moe/video/KishibeRohanWaUgokanai-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"FINDING THE TRUTH\"", + "link": "https://animethemes.moe/video/KishibeRohanWaUgokanai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34104", + "title": "Knight's & Magic", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Hello! My World!!\"", + "link": "https://animethemes.moe/video/KnightsAndMagic-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KnightsAndMagic-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Hello!My World!!\"", + "link": "https://animethemes.moe/video/KnightsAndMagic-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"You & I\"", + "link": "https://animethemes.moe/video/KnightsAndMagic-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KnightsAndMagic-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34934", + "title": "Koi to Uso", + "year": "2017", + "themes": [ + { + "name": "OP \"Kanashii Ureshii\"", + "link": "https://animethemes.moe/video/KoiToUso-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoiToUso-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Can't you say\"", + "link": "https://animethemes.moe/video/KoiToUso-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Can't you say\"", + "link": "https://animethemes.moe/video/KoiToUso-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "35434", + "title": "Konbini Kareshi", + "year": "2017", + "themes": [ + { + "name": "OP \"Stand Up Now\"", + "link": "https://animethemes.moe/video/KonbiniKareshi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Milestone\"", + "link": "https://animethemes.moe/video/KonbiniKareshi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34599", + "title": "Made in Abyss", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Underground River\"", + "link": "https://animethemes.moe/video/MadeInAbyss-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Deep in Abyss\"", + "link": "https://animethemes.moe/video/MadeInAbyss-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MadeInAbyss-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"Deep in Abyss\"", + "link": "https://animethemes.moe/video/MadeInAbyss-OP2v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MadeInAbyss-OP2v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V3 \"Deep in Abyss\"", + "link": "https://animethemes.moe/video/MadeInAbyss-OP2v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MadeInAbyss-OP2v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V4 \"Deep in Abyss\"", + "link": "https://animethemes.moe/video/MadeInAbyss-OP2v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MadeInAbyss-OP2v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Tabi no Hidarite, Saihate no Migite\" by Riko and Regu", + "link": "https://animethemes.moe/video/MadeInAbyss-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MadeInAbyss-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Tabi no Hidarite, Saihate no Migite\" by Riko and Regu", + "link": "https://animethemes.moe/video/MadeInAbyss-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MadeInAbyss-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tabi no Hidarite, Saihate no Migite\" by Riko, Regu, and Nanachi", + "link": "https://animethemes.moe/video/MadeInAbyss-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MadeInAbyss-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tomorrow\"", + "link": "https://animethemes.moe/video/MadeInAbyss-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "34745", + "title": "Mahoujin Guru Guru", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Trip Trip Trip\"", + "link": "https://animethemes.moe/video/MahoujinGuruGuru2017-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahoujinGuruGuru2017-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Ryuusei Dance Floor\"", + "link": "https://animethemes.moe/video/MahoujinGuruGuru2017-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahoujinGuruGuru2017-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Round&Round&Round\"", + "link": "https://animethemes.moe/video/MahoujinGuruGuru2017-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahoujinGuruGuru2017-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Magical Circle\"", + "link": "https://animethemes.moe/video/MahoujinGuruGuru2017-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahoujinGuruGuru2017-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35730", + "title": "Musekinin Galaxy☆Tylor", + "year": "2017", + "themes": [ + { + "name": "ED \"Smile♡Invitation\"", + "link": "https://animethemes.moe/video/MusekininGalaxyTylor-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34580", + "title": "Nana Maru San Batsu", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"On My MiND\"", + "link": "https://animethemes.moe/video/NanaMaruSanBatsu-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"On My MiND\"", + "link": "https://animethemes.moe/video/NanaMaruSanBatsu-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"On My MiND\"", + "link": "https://animethemes.moe/video/NanaMaruSanBatsu-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"○○○○○\"", + "link": "https://animethemes.moe/video/NanaMaruSanBatsu-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"○○○○○\"", + "link": "https://animethemes.moe/video/NanaMaruSanBatsu-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "34383", + "title": "Netsuzou TRap", + "year": "2017", + "themes": [ + { + "name": "OP \"Blue Bud Blue\"", + "link": "https://animethemes.moe/video/NetsuzouTRap-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NetsuzouTRap-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Virginal lily\"", + "link": "https://animethemes.moe/video/NetsuzouTRap-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NetsuzouTRap-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Meguru Omoi Meguru\"", + "link": "https://animethemes.moe/video/NetsuzouTRap-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NetsuzouTRap-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"LAST ETERNAL\"", + "link": "https://animethemes.moe/video/NetsuzouTRap-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NetsuzouTRap-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Blue Bud Blue\"", + "link": "https://animethemes.moe/video/NetsuzouTRap-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "34914", + "title": "New Game!!", + "year": "2017", + "themes": [ + { + "name": "OP \"STEP by STEP UP↑↑↑↑\"", + "link": "https://animethemes.moe/video/NewGameS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NewGameS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"JUMPin' JUMP UP!!!!\"", + "link": "https://animethemes.moe/video/NewGameS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NewGameS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yumeiro Compass\"", + "link": "https://animethemes.moe/video/NewGameS2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NewGameS2-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33674", + "title": "No Game No Life: Zero", + "year": "2017", + "themes": [ + { + "name": "ED \"THERE IS A REASON\"", + "link": "https://animethemes.moe/video/NoGameNoLifeZero-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32447", + "title": "Nora to Oujo to Noraneko Heart", + "year": "2017", + "themes": [ + { + "name": "OP \"Ne! Ko!\"", + "link": "https://animethemes.moe/video/Noratoto-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Noratoto-OP1-BD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35247", + "title": "Owarimonogatari 2nd Season", + "year": "2017", + "themes": [ + { + "name": "OP1 \"terminal terminal\"", + "link": "https://animethemes.moe/video/OwarimonogatariS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"dreamy date drive\"", + "link": "https://animethemes.moe/video/OwarimonogatariS2-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"dark cherry mystery\"", + "link": "https://animethemes.moe/video/OwarimonogatariS2-OP3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"SHIORI\"", + "link": "https://animethemes.moe/video/OwarimonogatariS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"SHIORI\"", + "link": "https://animethemes.moe/video/OwarimonogatariS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"SHIORI\"", + "link": "https://animethemes.moe/video/OwarimonogatariS2-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "35240", + "title": "Princess Principal", + "year": "2017", + "themes": [ + { + "name": "OP \"The Other Side of the Wall\"", + "link": "https://animethemes.moe/video/PrincessPrincipal-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PrincessPrincipal-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"A Page of My Story\"", + "link": "https://animethemes.moe/video/PrincessPrincipal-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PrincessPrincipal-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33726", + "title": "Saiyuuki Reload Blast", + "year": "2017", + "themes": [ + { + "name": "OP \"move on! Ibaramichi\"", + "link": "https://animethemes.moe/video/SaiyuukiReloadBlast-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaiyuukiReloadBlast-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Refrain\"", + "link": "https://animethemes.moe/video/SaiyuukiReloadBlast-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaiyuukiReloadBlast-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32836", + "title": "Senki Zesshou Symphogear AXZ", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"TESTAMENT\"", + "link": "https://animethemes.moe/video/SymphogearS4-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SymphogearS4-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V2 \"TESTAMENT\"", + "link": "https://animethemes.moe/video/SymphogearS4-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Senritsu Sorority\"", + "link": "https://animethemes.moe/video/SymphogearS4-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SymphogearS4-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Futurism\"", + "link": "https://animethemes.moe/video/SymphogearS4-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Axia no Kaze\"", + "link": "https://animethemes.moe/video/SymphogearS4-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Nijiiro no Flugel\"", + "link": "https://animethemes.moe/video/SymphogearS4-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "34547", + "title": "Shoukoku no Altair", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Rasen no Yume\"", + "link": "https://animethemes.moe/video/ShoukokuNoAltair-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoukokuNoAltair-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Akairo\"", + "link": "https://animethemes.moe/video/ShoukokuNoAltair-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoukokuNoAltair-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Taiyou no Elegy\"", + "link": "https://animethemes.moe/video/ShoukokuNoAltair-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoukokuNoAltair-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Windy\"", + "link": "https://animethemes.moe/video/ShoukokuNoAltair-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoukokuNoAltair-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35629", + "title": "Skirt no Naka wa Kedamono Deshita.", + "year": "2017", + "themes": [ + { + "name": "ED \"secret\"", + "link": "https://animethemes.moe/video/SkirtNoNakaWaKedamonoDeshita-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35370", + "title": "Teekyuu 9", + "year": "2017", + "themes": [ + { + "name": "OP \"Dream First Sensei-shon!\"", + "link": "https://animethemes.moe/video/TeekyuuS9-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TeekyuuS9-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED \"Kaiun! Soufuku! Entenka\"", + "link": "https://animethemes.moe/video/TeekyuuS9-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TeekyuuS9-ED1-NCBD.webm", + "type": "ending" + } + ] + }, + { + "id": "34177", + "title": "Tenshi no 3P!", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Habataki no Birthday\"", + "link": "https://animethemes.moe/video/TenshiNo3P-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TenshiNo3P-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Habataki no Birthday\"", + "link": "https://animethemes.moe/video/TenshiNo3P-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TenshiNo3P-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kurabi\"", + "link": "https://animethemes.moe/video/TenshiNo3P-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TenshiNo3P-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"HOWLING\"", + "link": "https://animethemes.moe/video/TenshiNo3P-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TenshiNo3P-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"HOWLING\"", + "link": "https://animethemes.moe/video/TenshiNo3P-ED2v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TenshiNo3P-ED2v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Taisetsu ga Kikoeru\"", + "link": "https://animethemes.moe/video/TenshiNo3P-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TenshiNo3P-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"INNOCENT BLUE\"", + "link": "https://animethemes.moe/video/TenshiNo3P-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TenshiNo3P-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Habataki no Birthday\"", + "link": "https://animethemes.moe/video/TenshiNo3P-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TenshiNo3P-ED5-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34449", + "title": "The Reflection", + "year": "2017", + "themes": [ + { + "name": "ED \"SunSunSunrise\"", + "link": "https://animethemes.moe/video/TheReflection-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34902", + "title": "Tsurezure Children", + "year": "2017", + "themes": [ + { + "name": "OP \"Aimai Moko\"", + "link": "https://animethemes.moe/video/TsurezureChildren-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TsurezureChildren-OP1-NCDVD.webm", + "type": "ending" + }, + { + "name": "ED \"Dear\"", + "link": "https://animethemes.moe/video/TsurezureChildren-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34498", + "title": "Uchiage Hanabi, Shita kara Miru ka? Yoko kara Miru ka?", + "year": "2017", + "themes": [ + { + "name": "ED \"Uchiage Hanabi\"", + "link": "https://animethemes.moe/video/UchiageHanabi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34604", + "title": "UQ Holder!: Mahou Sensei Negima! 2 OVA", + "year": "2017", + "themes": [ + { + "name": "ED1 \"Kagayaku Kimi e\"", + "link": "https://animethemes.moe/video/UQHolderOVA-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/UQHolderOVA-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Love☆Sensation\"", + "link": "https://animethemes.moe/video/UQHolderOVA-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "34368", + "title": "Vatican Kiseki Chousakan", + "year": "2017", + "themes": [ + { + "name": "OP \"MYSTERIUM\"", + "link": "https://animethemes.moe/video/VaticanKisekiChousakan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sacramento\"", + "link": "https://animethemes.moe/video/VaticanKisekiChousakan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35714", + "title": "Yami Shibai 5", + "year": "2017", + "themes": [ + { + "name": "ED \"Yawarakai Kamen\"", + "link": "https://animethemes.moe/video/YamiShibaiS5-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35220", + "title": "Youkai Apartment no Yuuga na Nichijou", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Good Night Mare\"", + "link": "https://animethemes.moe/video/YoukaiApa-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hajimari no College\"", + "link": "https://animethemes.moe/video/YoukaiApa-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Nichijoushiki Broken down\"", + "link": "https://animethemes.moe/video/YoukaiApa-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Nichijoushiki Broken down\"", + "link": "https://animethemes.moe/video/YoukaiApa-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Neiro\"", + "link": "https://animethemes.moe/video/YoukaiApa-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "35507", + "title": "Youkoso Jitsuryoku Shijou Shugi no Kyoushitsu e", + "year": "2017", + "themes": [ + { + "name": "OP \"Caste Room\"", + "link": "https://animethemes.moe/video/YoukosoZitsu-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YoukosoZitsu-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Beautiful Soldier\"", + "link": "https://animethemes.moe/video/YoukosoZitsu-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Beautiful Soldier\"", + "link": "https://animethemes.moe/video/YoukosoZitsu-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Beautiful Soldier\"", + "link": "https://animethemes.moe/video/YoukosoZitsu-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Beautiful Soldier\"", + "link": "https://animethemes.moe/video/YoukosoZitsu-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Beautiful Soldier\"", + "link": "https://animethemes.moe/video/YoukosoZitsu-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Beautiful Soldier\"", + "link": "https://animethemes.moe/video/YoukosoZitsu-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Beautiful Soldier\"", + "link": "https://animethemes.moe/video/YoukosoZitsu-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Beautiful Soldier\"", + "link": "https://animethemes.moe/video/YoukosoZitsu-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED V9 \"Beautiful Soldier\"", + "link": "https://animethemes.moe/video/YoukosoZitsu-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED V10 \"Beautiful Soldier\"", + "link": "https://animethemes.moe/video/YoukosoZitsu-ED1v10.webm", + "type": "ending" + } + ] + }, + { + "id": "34376", + "title": "Yuuki Yuuna wa Yuusha de Aru: Washio Sumi no Shou Movie 3 - Yakusoku", + "year": "2017", + "themes": [ + { + "name": "OP \"Sakiwau Hana\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShouYakusoku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yakusoku\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShouYakusoku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34350", + "title": "Alice to Zouroku", + "year": "2017", + "themes": [ + { + "name": "OP \"Wonder Drive\"", + "link": "https://animethemes.moe/video/AliceToZouroku-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AliceToZouroku-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Chant\"", + "link": "https://animethemes.moe/video/AliceToZouroku-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AliceToZouroku-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Chant\"", + "link": "https://animethemes.moe/video/AliceToZouroku-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "35015", + "title": "Ani ni Tsukeru Kusuri wa Nai!", + "year": "2017", + "themes": [ + { + "name": "OP \"Sunny Side Up\"", + "link": "https://animethemes.moe/video/AniNiTsukeru-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "33371", + "title": "Atom: The Beginning", + "year": "2017", + "themes": [ + { + "name": "OP \"Kaidoku Funou\"", + "link": "https://animethemes.moe/video/AtomTheBeginning-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hikari no Hajimari\"", + "link": "https://animethemes.moe/video/AtomTheBeginning-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34055", + "title": "Berserk", + "year": "2017", + "themes": [ + { + "name": "OP \"Sacrifice\"", + "link": "https://animethemes.moe/video/Berserk2017-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Berserk2017-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Issai wa Monogatari\"", + "link": "https://animethemes.moe/video/Berserk2017-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Berserk2017-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34901", + "title": "Beyblade Burst God", + "year": "2017", + "themes": [ + { + "name": "OP \"Evolution Burst!\"", + "link": "https://animethemes.moe/video/BeybladeBurstGod-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Bey-ercise\"", + "link": "https://animethemes.moe/video/BeybladeBurstGod-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bey-ercise 2\"", + "link": "https://animethemes.moe/video/BeybladeBurstGod-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "33486", + "title": "Boku no Hero Academia 2nd Season", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Peace Sign\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Sora ni Utaeba\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS2-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS2-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Dakara, Hitori Janai\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Dakara, Hitori Janai\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS2-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Datte Atashi no Hero.\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS2-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34566", + "title": "Boruto: Naruto Next Generations", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Baton Road\"", + "link": "https://animethemes.moe/video/Boruto-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"OVER\"", + "link": "https://animethemes.moe/video/Boruto-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP3 \"It's all in the game\"", + "link": "https://animethemes.moe/video/Boruto-OP3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-OP3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP4 \"Lonely Go!\"", + "link": "https://animethemes.moe/video/Boruto-OP4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-OP4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP5 \"Golden Time\"", + "link": "https://animethemes.moe/video/Boruto-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 V1 \"Teenage Dream\"", + "link": "https://animethemes.moe/video/Boruto-OP6.webm", + "type": "opening" + }, + { + "name": "OP6 V2 \"Teenage Dream\"", + "link": "https://animethemes.moe/video/Boruto-OP6v2.webm", + "type": "opening" + }, + { + "name": "OP7 \"Hajimatte Iku Takamatte Iku\"", + "link": "https://animethemes.moe/video/Boruto-OP7.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dreamy Journey\"", + "link": "https://animethemes.moe/video/Boruto-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Sayonara Moon Town\"", + "link": "https://animethemes.moe/video/Boruto-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Sayonara Moon Town\"", + "link": "https://animethemes.moe/video/Boruto-ED2v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-ED2v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Boku wa Hashiri Tsuzukeru\"", + "link": "https://animethemes.moe/video/Boruto-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Denshin Tamashii\"", + "link": "https://animethemes.moe/video/Boruto-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hana Tori Kaze Tsuki\"", + "link": "https://animethemes.moe/video/Boruto-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 V1 \"Leica\"", + "link": "https://animethemes.moe/video/Boruto-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 V2 \"Leica\"", + "link": "https://animethemes.moe/video/Boruto-ED6v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-ED6v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 V3 \"Leica\"", + "link": "https://animethemes.moe/video/Boruto-ED6v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-ED6v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Polaris\"", + "link": "https://animethemes.moe/video/Boruto-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Tsuyogari LOSER\"", + "link": "https://animethemes.moe/video/Boruto-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Ride or Die\"", + "link": "https://animethemes.moe/video/Boruto-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Mikansei na Hikari-tachi\"", + "link": "https://animethemes.moe/video/Boruto-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Wish on\"", + "link": "https://animethemes.moe/video/Boruto-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Fireworks\"", + "link": "https://animethemes.moe/video/Boruto-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Maybe I\"", + "link": "https://animethemes.moe/video/Boruto-ED13.webm", + "type": "ending" + } + ] + }, + { + "id": "33475", + "title": "Busou Shoujo Machiavellianism", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Shocking Blue\"", + "link": "https://animethemes.moe/video/BusouShoujoMachiavellianism-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BusouShoujoMachiavellianism-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BusouShoujoMachiavellianism-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Shocking Blue\"", + "link": "https://animethemes.moe/video/BusouShoujoMachiavellianism-OP1v2-NCBD.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BusouShoujoMachiavellianism-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"DECIDE\"", + "link": "https://animethemes.moe/video/BusouShoujoMachiavellianism-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BusouShoujoMachiavellianism-ED1-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BusouShoujoMachiavellianism-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34257", + "title": "Cinderella Girls Gekijou", + "year": "2017", + "themes": [ + { + "name": "ED1 \"Kira! Mankai Smile\"", + "link": "https://animethemes.moe/video/Cingeki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Etude wa 1kyoku dake\"", + "link": "https://animethemes.moe/video/Cingeki-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Mouretsu★Yonaoshi Guilty!\"", + "link": "https://animethemes.moe/video/Cingeki-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"SUN♡FLOWER\"", + "link": "https://animethemes.moe/video/Cingeki-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kirari's Robo Theme\"", + "link": "https://animethemes.moe/video/Cingeki-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "32407", + "title": "Clockwork Planet", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Clockwork Planet\"", + "link": "https://animethemes.moe/video/ClockworkPlanet-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ClockworkPlanet-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Clockwork Planet\"", + "link": "https://animethemes.moe/video/ClockworkPlanet-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Anti Clockwise\"", + "link": "https://animethemes.moe/video/ClockworkPlanet-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ClockworkPlanet-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32887", + "title": "Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka Gaiden: Sword Oratoria", + "year": "2017", + "themes": [ + { + "name": "OP \"RE-ILLUSION\"", + "link": "https://animethemes.moe/video/DanMachiSwordOratoria-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DanMachiSwordOratoria-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"day by day\"", + "link": "https://animethemes.moe/video/DanMachiSwordOratoria-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DanMachiSwordOratoria-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32901", + "title": "Eromanga-sensei", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Hitorigoto\"", + "link": "https://animethemes.moe/video/EromangaSensei-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EromangaSensei-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Hitorigoto\"", + "link": "https://animethemes.moe/video/EromangaSensei-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EromangaSensei-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"adrenaline!!!\"", + "link": "https://animethemes.moe/video/EromangaSensei-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EromangaSensei-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"adrenaline!!!\"", + "link": "https://animethemes.moe/video/EromangaSensei-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EromangaSensei-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"adrenaline!!!\"", + "link": "https://animethemes.moe/video/EromangaSensei-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EromangaSensei-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"adrenaline!!!\"", + "link": "https://animethemes.moe/video/EromangaSensei-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"adrenaline!!!\"", + "link": "https://animethemes.moe/video/EromangaSensei-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED2 \"Natsuiro Koi Hanabi\"", + "link": "https://animethemes.moe/video/EromangaSensei-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "30778", + "title": "Fairy Tail Movie 2: Dragon Cry", + "year": "2017", + "themes": [ + { + "name": "ED \"WHAT YOU ARE\"", + "link": "https://animethemes.moe/video/FairyTailMovie2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34427", + "title": "Frame Arms Girl", + "year": "2017", + "themes": [ + { + "name": "OP \"Tiny Tiny\"", + "link": "https://animethemes.moe/video/FrameArmsGirl-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"FULLSCRATCH LOVE\" by FA Girls #01", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"FULLSCRATCH LOVE\" by FA Girls #02", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"FULLSCRATCH LOVE\" by FA Girls #03", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"FULLSCRATCH LOVE\" by FA Girls #04", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"FULLSCRATCH LOVE\" by FA Girls #05", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"FULLSCRATCH LOVE\" by FA Girls #06", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"FULLSCRATCH LOVE\" by FA Girls #07", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"FULLSCRATCH LOVE\" by FA Girls #08", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"FULLSCRATCH LOVE\" by FA Girls #09", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"FULLSCRATCH LOVE\" by FA Girls #10", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"FULLSCRATCH LOVE\" by FA Girls #11", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Aogeba Itoshii Furufuru Days\"", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "33203", + "title": "Fukumenkei Noise", + "year": "2017", + "themes": [ + { + "name": "OP1 \"High School [ANIME SIDE] -Bootleg-\"", + "link": "https://animethemes.moe/video/FukumenkeiNoise-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"High School [ANIME SIDE] -Alternative-\"", + "link": "https://animethemes.moe/video/FukumenkeiNoise-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Canaria [ANIME SIDE]\"", + "link": "https://animethemes.moe/video/FukumenkeiNoise-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Noise\"", + "link": "https://animethemes.moe/video/FukumenkeiNoise-OP4.webm", + "type": "opening" + }, + { + "name": "ED \"Allegro\"", + "link": "https://animethemes.moe/video/FukumenkeiNoise-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32936", + "title": "Gin no Guardian", + "year": "2017", + "themes": [ + { + "name": "OP \"Mamori Tsunagu\"", + "link": "https://animethemes.moe/video/GinNoGuardian-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GinNoGuardian-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"The Game\"", + "link": "https://animethemes.moe/video/GinNoGuardian-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GinNoGuardian-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31629", + "title": "Granblue Fantasy The Animation", + "year": "2017", + "themes": [ + { + "name": "OP \"GO\"", + "link": "https://animethemes.moe/video/GranblueFantasyTV-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GranblueFantasyTV-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Sora no Parade\"", + "link": "https://animethemes.moe/video/GranblueFantasyTV-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GranblueFantasyTV-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Sora no Parade\"", + "link": "https://animethemes.moe/video/GranblueFantasyTV-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "33948", + "title": "Hinako Note", + "year": "2017", + "themes": [ + { + "name": "OP \"A E I U E O Ao!\"", + "link": "https://animethemes.moe/video/HinakoNote-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HinakoNote-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Curtain Call!!!!!\"", + "link": "https://animethemes.moe/video/HinakoNote-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HinakoNote-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33797", + "title": "ID-0", + "year": "2017", + "themes": [ + { + "name": "OP \"ID-0\"", + "link": "https://animethemes.moe/video/IDZero-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IDZero-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Stellar Compass\"", + "link": "https://animethemes.moe/video/IDZero-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IDZero-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34787", + "title": "Idol Time PriPara", + "year": "2017", + "themes": [ + { + "name": "OP1 V1 \"Just be yourself\"", + "link": "https://animethemes.moe/video/IdolTimePripara-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Just be yourself\"", + "link": "https://animethemes.moe/video/IdolTimePripara-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Saijoukyuu Paradox\"", + "link": "https://animethemes.moe/video/IdolTimePripara-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 V1 \"Memorial\"", + "link": "https://animethemes.moe/video/IdolTimePripara-OP3.webm", + "type": "opening" + }, + { + "name": "OP3 V2 \"Memorial\"", + "link": "https://animethemes.moe/video/IdolTimePripara-OP3v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Idol:Time!!\"", + "link": "https://animethemes.moe/video/IdolTimePripara-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Idol:Time!!\"", + "link": "https://animethemes.moe/video/IdolTimePripara-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Idol:Time!!\"", + "link": "https://animethemes.moe/video/IdolTimePripara-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Idol:Time!!\"", + "link": "https://animethemes.moe/video/IdolTimePripara-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Idol:Time!!\"", + "link": "https://animethemes.moe/video/IdolTimePripara-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED2 \"Heartful♡Dream\"", + "link": "https://animethemes.moe/video/IdolTimePripara-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"WELCOME TO DREAM\"", + "link": "https://animethemes.moe/video/IdolTimePripara-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Rainbow Melody\"", + "link": "https://animethemes.moe/video/IdolTimePripara-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Believe My DREAM!\"", + "link": "https://animethemes.moe/video/IdolTimePripara-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "33840", + "title": "Kabukibu!", + "year": "2017", + "themes": [ + { + "name": "OP \"Running High\"", + "link": "https://animethemes.moe/video/Kabukibu-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"O EDO\"", + "link": "https://animethemes.moe/video/Kabukibu-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"O EDO\"", + "link": "https://animethemes.moe/video/Kabukibu-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "33532", + "title": "Kaitou Tenshi Twin Angel (TV)", + "year": "2017", + "themes": [ + { + "name": "OP \"Love♥Jewelry♪Angel☆Break!!\"", + "link": "https://animethemes.moe/video/KaitouTenshiTwinAngelTV-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaitouTenshiTwinAngelTV-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Break Kurumi Milk Club!\"", + "link": "https://animethemes.moe/video/KaitouTenshiTwinAngelTV-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaitouTenshiTwinAngelTV-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Maguro Sabaki Mars\"", + "link": "https://animethemes.moe/video/KaitouTenshiTwinAngelTV-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Lovely Party Pittarii Angel!!\"", + "type": "ending" + } + ] + }, + { + "id": "34006", + "title": "Kakuchou Shoujo-kei Trinary", + "year": "2017", + "themes": [ + { + "name": "OP \"Tech Tra! -Yumemille feuille guruRemiX.-\"", + "link": "https://animethemes.moe/video/KakuchouShoujokeiTrinary-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"The Truly Lovely Show!!\"", + "link": "https://animethemes.moe/video/KakuchouShoujokeiTrinary-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34501", + "title": "Kenka Banchou Otome: Girl Beats Boys", + "year": "2017", + "themes": [ + { + "name": "OP \"Love Sniper\"", + "link": "https://animethemes.moe/video/KenkaBanchouOtome-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gankou Signal\"", + "link": "https://animethemes.moe/video/KenkaBanchouOtome-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34106", + "title": "Kyoukai no Rinne (TV) 3rd Season", + "year": "2017", + "themes": [ + { + "name": "OP1 \"SHINY\"", + "link": "https://animethemes.moe/video/KyoukaiNoRinneS3-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Setsuna Yumemishi\"", + "link": "https://animethemes.moe/video/KyoukaiNoRinneS3-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Suki nano Kana\"", + "link": "https://animethemes.moe/video/KyoukaiNoRinneS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Puzzle\"", + "link": "https://animethemes.moe/video/KyoukaiNoRinneS3-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34402", + "title": "Love Kome: We Love Rice", + "year": "2017", + "themes": [ + { + "name": "ED \"Ranman Hikou: ~Love Rice ver.~\"", + "link": "https://animethemes.moe/video/LoveKome-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34591", + "title": "Natsume Yuujinchou Roku", + "year": "2017", + "themes": [ + { + "name": "OP \"Floria\"", + "link": "https://animethemes.moe/video/NatsumeYuujinchouRoku-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NatsumeYuujinchouRoku-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kimi no Uta\"", + "link": "https://animethemes.moe/video/NatsumeYuujinchouRoku-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NatsumeYuujinchouRoku-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34978", + "title": "Nobunaga no Shinobi: Ise Kanegasaki-hen", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Shirayuki\"", + "link": "https://animethemes.moe/video/NobunagaNoShinobiS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hana no Kage\"", + "link": "https://animethemes.moe/video/NobunagaNoShinobiS2-OP2.webm", + "type": "opening" + } + ] + }, + { + "id": "34262", + "title": "Oushitsu Kyoushi Haine", + "year": "2017", + "themes": [ + { + "name": "OP \"Shoppai Namida\"", + "link": "https://animethemes.moe/video/OushitsuKyoushiHaine-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Prince Night ~Doko ni Ita no sa!? MY PRINCESS~\"", + "link": "https://animethemes.moe/video/OushitsuKyoushiHaine-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34799", + "title": "PriPri Chii-chan!!", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Tokubetsu Ichiban!!\"", + "link": "https://animethemes.moe/video/PriPriChiiChan-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Twins\"", + "link": "https://animethemes.moe/video/PriPriChiiChan-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Colorful\"", + "link": "https://animethemes.moe/video/PriPriChiiChan-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Honey and Loops\"", + "link": "https://animethemes.moe/video/PriPriChiiChan-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Honey and Loops\"", + "link": "https://animethemes.moe/video/PriPriChiiChan-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Honey and Loops\"", + "link": "https://animethemes.moe/video/PriPriChiiChan-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 \"Fuwari, Korori, Karan Koron\"", + "link": "https://animethemes.moe/video/PriPriChiiChan-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Uchouten Traveler\"", + "link": "https://animethemes.moe/video/PriPriChiiChan-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "34561", + "title": "Re:Creators", + "year": "2017", + "themes": [ + { + "name": "OP1 \"gravityWall\"", + "link": "https://animethemes.moe/video/ReCreators-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"sh0ut\"", + "link": "https://animethemes.moe/video/ReCreators-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"NEWLOOK\"", + "link": "https://animethemes.moe/video/ReCreators-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"world Étude\"", + "link": "https://animethemes.moe/video/ReCreators-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Rubikon\"", + "link": "https://animethemes.moe/video/ReCreators-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "32262", + "title": "Renai Boukun", + "year": "2017", + "themes": [ + { + "name": "OP \"Koi? de Ai? de Boukun desu!\"", + "link": "https://animethemes.moe/video/RenaiBoukun-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RenaiBoukun-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"'Suku' wo Oshiete\"", + "link": "https://animethemes.moe/video/RenaiBoukun-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RenaiBoukun-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"'Suki' wo Oshiete Kudasai\"", + "link": "https://animethemes.moe/video/RenaiBoukun-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32951", + "title": "Rokudenashi Majutsu Koushi to Akashic Records", + "year": "2017", + "themes": [ + { + "name": "OP \"Blow out\"", + "link": "https://animethemes.moe/video/AkashicRecords-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Precious You☆\"", + "link": "https://animethemes.moe/video/AkashicRecords-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34393", + "title": "Room Mate", + "year": "2017", + "themes": [ + { + "name": "ED \"Kimiiro Smile\"", + "link": "https://animethemes.moe/video/RoomMate-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30727", + "title": "Saenai Heroine no Sodatekata ♭", + "year": "2017", + "themes": [ + { + "name": "OP \"Stella Breeze\"", + "link": "https://animethemes.moe/video/SaekanoS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaekanoS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Sakura-iro Diary\"", + "link": "https://animethemes.moe/video/SaekanoS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaekanoS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Seishun prologue\"", + "link": "https://animethemes.moe/video/SaekanoS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "35338", + "title": "Saenai Heroine no Sodatekata ♭: Koi to Junjou no Service Kai", + "year": "2017", + "themes": [ + { + "name": "OP \"Stella Breeze\"", + "link": "https://animethemes.moe/video/SaekanoS2EpZero-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"365-iro Palette\"", + "link": "https://animethemes.moe/video/SaekanoS2EpZero-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34494", + "title": "Sakura Quest", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Morning Glory\"", + "link": "https://animethemes.moe/video/SakuraQuest-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SakuraQuest-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Lupinus\"", + "link": "https://animethemes.moe/video/SakuraQuest-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Freesia\"", + "link": "https://animethemes.moe/video/SakuraQuest-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Freesia\"", + "link": "https://animethemes.moe/video/SakuraQuest-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Baby's Breath\"", + "link": "https://animethemes.moe/video/SakuraQuest-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Baby's Breath\"", + "link": "https://animethemes.moe/video/SakuraQuest-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "34102", + "title": "Sakurada Reset", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Reset ~Acoustic Version~\"", + "link": "https://animethemes.moe/video/SakuradaReset-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Reset\"", + "link": "https://animethemes.moe/video/SakuradaReset-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SakuradaReset-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP3 \"Dakara Boku wa Boku wo Tebanasu\"", + "link": "https://animethemes.moe/video/SakuradaReset-OP3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SakuradaReset-OP3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Tonari Au\"", + "link": "https://animethemes.moe/video/SakuradaReset-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SakuradaReset-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Colors of Happiness\"", + "link": "https://animethemes.moe/video/SakuradaReset-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SakuradaReset-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Colors of Happiness\"", + "link": "https://animethemes.moe/video/SakuradaReset-ED2v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SakuradaReset-ED2v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32032", + "title": "Seikaisuru Kado", + "year": "2017", + "themes": [ + { + "name": "OP \"Tabiuta\"", + "link": "https://animethemes.moe/video/SeikaisuruKado-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SeikaisuruKado-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Eien no Kotae\"", + "link": "https://animethemes.moe/video/SeikaisuruKado-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SeikaisuruKado-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "30736", + "title": "Shingeki no Bahamut: Virgin Soul", + "year": "2017", + "themes": [ + { + "name": "OP1 \"LET iT END\"", + "link": "https://animethemes.moe/video/ShingekiNoBahamutVirginSoul-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Walk This Way\"", + "link": "https://animethemes.moe/video/ShingekiNoBahamutVirginSoul-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Haikei Goodbye Sayounara\"", + "link": "https://animethemes.moe/video/ShingekiNoBahamutVirginSoul-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Cinderella step\"", + "link": "https://animethemes.moe/video/ShingekiNoBahamutVirginSoul-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "25777", + "title": "Shingeki no Kyojin Season 2", + "year": "2017", + "themes": [ + { + "name": "OP \"Shinzou wo Sasageyo!\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Yuugure no Tori\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33502", + "title": "Shuumatsu Nani Shitemasu ka? Isogashii desu ka? Sukutte Moratte Ii desu ka?", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Scarborough Fair\"", + "link": "https://animethemes.moe/video/SukaSuka-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SukaSuka-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"DEAREST DROP\"", + "link": "https://animethemes.moe/video/SukaSuka-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SukaSuka-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"From\"", + "link": "https://animethemes.moe/video/SukaSuka-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SukaSuka-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kinema\"", + "link": "https://animethemes.moe/video/SukaSuka-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ever be my love\"", + "link": "https://animethemes.moe/video/SukaSuka-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "33834", + "title": "Sin: Nanatsu no Taizai", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"My Sweet Maiden\"", + "link": "https://animethemes.moe/video/SinNanatsuNoTaizai-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"My Sweet Maiden\"", + "link": "https://animethemes.moe/video/SinNanatsuNoTaizai-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Welcome to our diabolic paradise\"", + "link": "https://animethemes.moe/video/SinNanatsuNoTaizai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34823", + "title": "Souryo to Majiwaru Shikiyoku no Yoru ni...", + "year": "2017", + "themes": [ + { + "name": "ED \"Meaning of Life\"", + "link": "https://animethemes.moe/video/SouryoToMajiwaruShikiyokuNoYoruNi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33362", + "title": "Starmyu 2nd Season", + "year": "2017", + "themes": [ + { + "name": "OP \"SHOW MUST GO ON!!\"", + "link": "https://animethemes.moe/video/StarmyuS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gift\"", + "link": "https://animethemes.moe/video/StarmyuS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34741", + "title": "Tomica Hyper Rescue Drive Head: Kidou Kyuukyuu Keisatsu", + "year": "2017", + "themes": [ + { + "name": "OP \"Wacha-Gacha!\"", + "link": "https://animethemes.moe/video/DriveHead-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nayameru Hero\"", + "link": "https://animethemes.moe/video/DriveHead-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34019", + "title": "Tsugumomo", + "year": "2017", + "themes": [ + { + "name": "OP \"METAMORISER\"", + "link": "https://animethemes.moe/video/Tsugumomo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tsugumomo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"I4U\"", + "link": "https://animethemes.moe/video/Tsugumomo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tsugumomo-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34822", + "title": "Tsuki ga Kirei", + "year": "2017", + "themes": [ + { + "name": "OP \"Imakoko\"", + "link": "https://animethemes.moe/video/TsukiGaKirei-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Tsuki ga Kirei\"", + "link": "https://animethemes.moe/video/TsukiGaKirei-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Tsuki ga Kirei\"", + "link": "https://animethemes.moe/video/TsukiGaKirei-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "34076", + "title": "Uchouten Kazoku 2", + "year": "2017", + "themes": [ + { + "name": "OP \"Nasagumama, Sawagumama\"", + "link": "https://animethemes.moe/video/UchoutenKazokuS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Moon River\"", + "link": "https://animethemes.moe/video/UchoutenKazokuS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34550", + "title": "Warau Salesman New", + "year": "2017", + "themes": [ + { + "name": "OP \"Don't\"", + "link": "https://animethemes.moe/video/WarauSalesmanNew-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Don! Yarare Chatta Bushi\"", + "link": "https://animethemes.moe/video/WarauSalesmanNew-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34792", + "title": "Yoake Tsugeru Lu no Uta", + "year": "2017", + "themes": [ + { + "name": "ED \"Utautai no Ballad\"", + "link": "https://animethemes.moe/video/YoakeTsugeruLuNoUta-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34537", + "title": "Yoru wa Mijikashi Arukeyo Otome", + "year": "2017", + "themes": [ + { + "name": "ED \"Kouya wo Aruke\"", + "link": "https://animethemes.moe/video/YoruWaMijikashiArukeYoOtome-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34866", + "title": "Yu☆Gi☆Oh! VRAINS", + "year": "2017", + "themes": [ + { + "name": "OP1 \"With The Wind\"", + "link": "https://animethemes.moe/video/YGOVRAINS-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"go forward\"", + "link": "https://animethemes.moe/video/YGOVRAINS-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"calling\"", + "link": "https://animethemes.moe/video/YGOVRAINS-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Believe In Magic\"", + "link": "https://animethemes.moe/video/YGOVRAINS-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Writing Life\"", + "link": "https://animethemes.moe/video/YGOVRAINS-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"BOY\"", + "link": "https://animethemes.moe/video/YGOVRAINS-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"glory\"", + "link": "https://animethemes.moe/video/YGOVRAINS-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Are you ready?\"", + "link": "https://animethemes.moe/video/YGOVRAINS-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "34375", + "title": "Yuuki Yuuna wa Yuusha de Aru: Washio Sumi no Shou Movie 2 - Tamashii", + "year": "2017", + "themes": [ + { + "name": "OP \"Sakiwau Hana\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShouTamashii-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tamashii\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShouTamashii-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34176", + "title": "Zero kara Hajimeru Mahou no Sho", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Hakkensha wa Watashi\"", + "link": "https://animethemes.moe/video/ZeroNoSyo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZeroNoSyo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Hakkensha wa Watashi\"", + "link": "https://animethemes.moe/video/ZeroNoSyo-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZeroNoSyo-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Hakkensha wa Watashi\"", + "link": "https://animethemes.moe/video/ZeroNoSyo-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZeroNoSyo-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V4 \"Hakkensha wa Watashi\"", + "link": "https://animethemes.moe/video/ZeroNoSyo-OP1v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZeroNoSyo-OP1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hajimari no Shirushi\"", + "link": "https://animethemes.moe/video/ZeroNoSyo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZeroNoSyo-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33337", + "title": "ACCA: 13-ku Kansatsu-ka", + "year": "2017", + "themes": [ + { + "name": "OP \"Shadow and Truth\"", + "link": "https://animethemes.moe/video/ACCA-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ACCA-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Pale Moon ga Yureteru\"", + "link": "https://animethemes.moe/video/ACCA-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ACCA-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Our Place\"", + "link": "https://animethemes.moe/video/ACCA-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34051", + "title": "Akiba's Trip The Animation", + "year": "2017", + "themes": [ + { + "name": "OP \"Ikken Rakuchaku Goyoujin\"", + "link": "https://animethemes.moe/video/AkibasTrip-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AkibasTrip-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"B Ambitious!\"", + "link": "https://animethemes.moe/video/AkibasTrip-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rira Mirai\"", + "link": "https://animethemes.moe/video/AkibasTrip-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Sanki Tousen!\" by Earphones", + "link": "https://animethemes.moe/video/AkibasTrip-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Sanki Tousen!\" by Earphones", + "link": "https://animethemes.moe/video/AkibasTrip-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED4 \"Sanki Tousen!\" by Manias", + "link": "https://animethemes.moe/video/AkibasTrip-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Chou Hannou Girl\"", + "link": "https://animethemes.moe/video/AkibasTrip-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Kokoro no Memory\"", + "link": "https://animethemes.moe/video/AkibasTrip-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Koi ni Shinzan!\"", + "link": "https://animethemes.moe/video/AkibasTrip-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Fighting☆Dramatic\"", + "link": "https://animethemes.moe/video/AkibasTrip-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Sekai Jyuu no AKIHABARA de\"", + "link": "https://animethemes.moe/video/AkibasTrip-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Kuufuku kara Yarinaose!\"", + "link": "https://animethemes.moe/video/AkibasTrip-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"DIVE TO LIVE\"", + "link": "https://animethemes.moe/video/AkibasTrip-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "33506", + "title": "Ao no Exorcist: Kyoto Fujouou-hen", + "year": "2017", + "themes": [ + { + "name": "OP \"Itteki no Eikyou\"", + "link": "https://animethemes.moe/video/AoNoExorcistS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AoNoExorcistS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kono Te de\"", + "link": "https://animethemes.moe/video/AoNoExorcistS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AoNoExorcistS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33573", + "title": "BanG Dream!", + "year": "2017", + "themes": [ + { + "name": "OP \"Tokimeki Experience!\"", + "link": "https://animethemes.moe/video/BangDream-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BanGDream-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Don't be afraid\"", + "link": "https://animethemes.moe/video/BangDream-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kira Kira datoka Yume datoka ~Sing Girls~\"", + "link": "https://animethemes.moe/video/BangDream-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BanGDream-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "28833", + "title": "Chain Chronicle: Haecceitas no Hikari", + "year": "2017", + "themes": [ + { + "name": "OP \"MY LIBERATION\"", + "link": "https://animethemes.moe/video/ChainChronicle-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChainChronicle-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"True Destiny\"", + "link": "https://animethemes.moe/video/ChainChronicle-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChainChronicle-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "30485", + "title": "ChäoS;Child", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Uncontrollable\"", + "link": "https://animethemes.moe/video/ChaosChild-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChaosChild-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Uncontrollable\"", + "link": "https://animethemes.moe/video/ChaosChild-OP1v2-NCBD1080.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Uncontrollable\"", + "link": "https://animethemes.moe/video/ChaosChild-OP1v3-NCBD1080.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Chaos Syndrome\"", + "link": "https://animethemes.moe/video/ChaosChild-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChaosChild-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Chaos Syndrome\"", + "link": "https://animethemes.moe/video/ChaosChild-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Chaos Syndrome\"", + "link": "https://animethemes.moe/video/ChaosChild-ED1v3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34753", + "title": "ChäoS;Child Episode 0", + "year": "2017", + "themes": [ + { + "name": "ED \"Find the blue\"", + "link": "https://animethemes.moe/video/ChaosChildEpZero-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34088", + "title": "Chiruran: Nibun no Ichi", + "year": "2017", + "themes": [ + { + "name": "OP \"Boku no Te ni Fureru na\"", + "link": "https://animethemes.moe/video/Chiruran-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "34295", + "title": "Choboraunyopomi Gekijou Dai San Maku Ai Mai Mii: Surgical Friends", + "year": "2017", + "themes": [ + { + "name": "OP \"Zenin Shuugou, Ai Mai Mii!!!\"", + "link": "https://animethemes.moe/video/AiMaiMiiSurgicalFriends-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "33988", + "title": "Demi-chan wa Kataritai", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Original.\"", + "link": "https://animethemes.moe/video/DemiChanWaKataritai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DemiChanWaKataritai-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Original.\"", + "link": "https://animethemes.moe/video/DemiChanWaKataritai-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Fairy Tale\"", + "link": "https://animethemes.moe/video/DemiChanWaKataritai-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DemiChanWaKataritai-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32878", + "title": "ēlDLIVE", + "year": "2017", + "themes": [ + { + "name": "OP \"Our sympathy\"", + "link": "https://animethemes.moe/video/Eldlive-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi no Koe ga....\"", + "link": "https://animethemes.moe/video/Eldlive-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33743", + "title": "Fuuka", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Climber's High!\"", + "link": "https://animethemes.moe/video/Fuuka-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Climber's High!\"", + "link": "https://animethemes.moe/video/Fuuka-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Fuuka-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Watashi no Sekai\"", + "link": "https://animethemes.moe/video/Fuuka-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Fuuka-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yuki Hanabi\"", + "link": "https://animethemes.moe/video/Fuuka-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Fuuka-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Fair Wind\"", + "link": "https://animethemes.moe/video/Fuuka-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "33731", + "title": "Gabriel DropOut", + "year": "2017", + "themes": [ + { + "name": "OP \"Gabriel Drop Kick\"", + "link": "https://animethemes.moe/video/GabrielDropout-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GabrielDropout-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GabrielDropout-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Hallelujah☆Essaim\"", + "link": "https://animethemes.moe/video/GabrielDropout-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GabrielDropout-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GabrielDropout-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Gabriel no Kazoeuta\"", + "link": "https://animethemes.moe/video/GabrielDropout-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GabrielDropout-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34096", + "title": "Gintama.", + "year": "2017", + "themes": [ + { + "name": "OP \"Kagerou\"", + "link": "https://animethemes.moe/video/GintamaS5-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS5-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"SILVER\"", + "link": "https://animethemes.moe/video/GintamaS5-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS5-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32981", + "title": "Hand Shakers", + "year": "2017", + "themes": [ + { + "name": "OP \"One Hand Message\"", + "link": "https://animethemes.moe/video/HandShakers-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HandShakers-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Yume Miru Ame\"", + "link": "https://animethemes.moe/video/HandShakers-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HandShakers-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33204", + "title": "Hirune Hime: Shiranai Watashi no Monogatari", + "year": "2017", + "themes": [ + { + "name": "ED \"Day Dream Believer\"", + "link": "https://animethemes.moe/video/HiruneHime-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34028", + "title": "Idol Jihen", + "year": "2017", + "themes": [ + { + "name": "OP \"Utae! Ai no Kouyaku\"", + "link": "https://animethemes.moe/video/IdolJihen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Respect\"", + "link": "https://animethemes.moe/video/IdolJihen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33089", + "title": "Kemono Friends", + "year": "2017", + "themes": [ + { + "name": "OP \"Youkoso Japari Park e\"", + "link": "https://animethemes.moe/video/KemonoFriends-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Boku no Friend\"", + "link": "https://animethemes.moe/video/KemonoFriends-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KemonoFriends-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Boku no Friend\"", + "link": "https://animethemes.moe/video/KemonoFriends-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Boku no Friend\"", + "link": "https://animethemes.moe/video/KemonoFriends-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "34290", + "title": "Kirakira☆Precure A La Mode", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"SHINE!! Kirakira☆Precure A La Mode\"", + "link": "https://animethemes.moe/video/KiraKiraPrecure-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"SHINE!! Kirakira☆Precure A La Mode\"", + "link": "https://animethemes.moe/video/KiraKiraPrecure-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Let's La Cooking☆Show Time\"", + "link": "https://animethemes.moe/video/KiraKiraPrecure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shooby Dooby☆Sweet Time\"", + "link": "https://animethemes.moe/video/KiraKiraPrecure-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tres Bien-semble!!\"", + "link": "https://animethemes.moe/video/KiraKiraPrecure-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "31758", + "title": "Kizumonogatari III: Reiketsu-hen", + "year": "2017", + "themes": [ + { + "name": "ED \"étoile et toi [édition le blanc]\"", + "link": "https://animethemes.moe/video/Kizumonogatari3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33206", + "title": "Kobayashi-san Chi no Maid Dragon", + "year": "2017", + "themes": [ + { + "name": "OP \"Aozora no Rhapsody\"", + "link": "https://animethemes.moe/video/KobayashiSanChiNoMaidDragon-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KobayashiSanChiNoMaidDragon-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Ishukan Communication\"", + "link": "https://animethemes.moe/video/KobayashiSanChiNoMaidDragon-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KobayashiSanChiNoMaidDragon-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32937", + "title": "Kono Subarashii Sekai ni Shukufuku wo! 2", + "year": "2017", + "themes": [ + { + "name": "OP \"TOMORROW\"", + "link": "https://animethemes.moe/video/KonosubaS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ouchi ni Kaeritai\"", + "link": "https://animethemes.moe/video/KonosubaS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34389", + "title": "Koro-sensei Quest!", + "year": "2017", + "themes": [ + { + "name": "OP \"Re:Quest!\"", + "link": "https://animethemes.moe/video/KoroSenseiQuest-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Seishun Satsubatsu-ron Remix\"", + "link": "https://animethemes.moe/video/KoroSenseiQuest-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mata Kimi ni Aeru Hi\"", + "link": "https://animethemes.moe/video/KoroSenseiQuest-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "33520", + "title": "Koutetsujou no Kabaneri Movie 2: Moeru Inochi", + "year": "2017", + "themes": [ + { + "name": "ED \"ninelie <cry-v>\"", + "link": "https://animethemes.moe/video/KoutetsujouNoKabaneriMovie2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32949", + "title": "Kuzu no Honkai", + "year": "2017", + "themes": [ + { + "name": "OP \"Uso no Hibana\"", + "link": "https://animethemes.moe/video/KuzuNoHonkai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KuzuNoHonkai-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Heikousen\"", + "link": "https://animethemes.moe/video/KuzuNoHonkai-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KuzuNoHonkai-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33489", + "title": "Little Witch Academia (TV)", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Shiny Ray\"", + "link": "https://animethemes.moe/video/LittleWitchAcademiaTV-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LittleWitchAcademiaTV-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"MIND CONDUCTOR\"", + "link": "https://animethemes.moe/video/LittleWitchAcademiaTV-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LittleWitchAcademiaTV-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Hoshi wo Todoreba\"", + "link": "https://animethemes.moe/video/LittleWitchAcademiaTV-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LittleWitchAcademiaTV-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Hoshi wo Todoreba\"", + "link": "https://animethemes.moe/video/LittleWitchAcademiaTV-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Toumei na Tsubasa\"", + "link": "https://animethemes.moe/video/LittleWitchAcademiaTV-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LittleWitchAcademiaTV-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34021", + "title": "Lupin the IIIrd: Chikemuri no Ishikawa Goemon", + "year": "2017", + "themes": [ + { + "name": "ED \"SATORI\"", + "link": "https://animethemes.moe/video/LupinChikemuriNoIshikawaGoemon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33487", + "title": "Masamune-kun no Revenge", + "year": "2017", + "themes": [ + { + "name": "OP \"Wagamama MIRROR HEART\"", + "link": "https://animethemes.moe/video/MasamuneKunNoRevenge-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MasamuneKunNoRevenge-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Elemental World\"", + "link": "https://animethemes.moe/video/MasamuneKunNoRevenge-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31422", + "title": "Minami Kamakura Koukou Joshi Jitensha-bu", + "year": "2017", + "themes": [ + { + "name": "OP \"Jitensha ni Hana wa Mau\"", + "link": "https://animethemes.moe/video/MinamiKamakuraHSCC-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MinamiKamakuraHSCC-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Niji Yume Road\"", + "link": "https://animethemes.moe/video/MinamiKamakuraHSCC-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MinamiKamakuraHSCC-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34391", + "title": "Mobile Suit Gundam Thunderbolt 2nd Season", + "year": "2017", + "themes": [ + { + "name": "ED1 \"Acrobatic Fight-1\"", + "link": "https://animethemes.moe/video/GundamThunderboltS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hone Kudakarete Mo\"", + "link": "https://animethemes.moe/video/GundamThunderboltS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kushimotobushi\"", + "link": "https://animethemes.moe/video/GundamThunderboltS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Iroaku\"", + "link": "https://animethemes.moe/video/GundamThunderboltS2-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "34414", + "title": "Nanbaka (2017)", + "year": "2017", + "themes": [ + { + "name": "OP \"Rin! Rin! Hi! Hi!\"", + "link": "https://animethemes.moe/video/NanbakaS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nanbaka Datsugoku Riron♪!\"", + "type": "ending" + } + ] + }, + { + "id": "34148", + "title": "Nyanko Days", + "year": "2017", + "themes": [ + { + "name": "ED \"Nyanko is L♥VE!\"", + "link": "https://animethemes.moe/video/NyankoDays-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NyankoDays-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34392", + "title": "One Room", + "year": "2017", + "themes": [ + { + "name": "ED1 \"Harumachi Clover\"", + "link": "https://animethemes.moe/video/OneRoom-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Natsuzora Yell\"", + "link": "https://animethemes.moe/video/OneRoom-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kibou Refrain\"", + "link": "https://animethemes.moe/video/OneRoom-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "33983", + "title": "Onihei", + "year": "2017", + "themes": [ + { + "name": "OP \"Onihei: Edo wo Hashiru\"", + "link": "https://animethemes.moe/video/Onihei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Soshite.. Ikinasai\"", + "link": "https://animethemes.moe/video/Onihei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33447", + "title": "Piace: Watashi no Italian", + "year": "2017", + "themes": [ + { + "name": "ED1 \"Honjitsu no Tobikiri Buouno! ~Iberico Buta no Sage Kaze Poele~\"", + "link": "https://animethemes.moe/video/Piace-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34302", + "title": "Precure Dream Stars! Movie", + "year": "2017", + "themes": [ + { + "name": "OP \"Sakura Mission ~Precure Relation~\"", + "link": "https://animethemes.moe/video/PrecureDreamStars-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi wo Yobu Basho\"", + "link": "https://animethemes.moe/video/PrecureDreamStars-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33019", + "title": "Reikenzan: Eichi e no Shikaku", + "year": "2017", + "themes": [ + { + "name": "OP \"Genkai Kentobashite\"", + "link": "https://animethemes.moe/video/ReikenzanS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chikara ni Kaeta\"", + "link": "https://animethemes.moe/video/ReikenzanS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34126", + "title": "Rewrite 2nd Season", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Tabi\"", + "link": "https://animethemes.moe/video/RewriteS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Last Desire\"", + "link": "https://animethemes.moe/video/RewriteS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Daisy Memory\"", + "link": "https://animethemes.moe/video/RewriteS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"a seed leaf\"", + "link": "https://animethemes.moe/video/RewriteS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Watari no Uta\"", + "link": "https://animethemes.moe/video/RewriteS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Instincts\"", + "link": "https://animethemes.moe/video/RewriteS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Canoe\"", + "link": "https://animethemes.moe/video/RewriteS2-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "34549", + "title": "Ryuu no Haisha", + "year": "2017", + "themes": [ + { + "name": "OP \"Bokura ga Tabi ni Deru Riyuu\"", + "link": "https://animethemes.moe/video/RyuuNoHaisha-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Bokura ga Tabi ni Deru Riyuu\"", + "link": "https://animethemes.moe/video/RyuuNoHaisha-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34289", + "title": "Schoolgirl Strikers: Animation Channel", + "year": "2017", + "themes": [ + { + "name": "OP \"Mirai-kei Strikers\"", + "link": "https://animethemes.moe/video/SchoolgirlStrikers-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kitto Wonderful!\"", + "link": "https://animethemes.moe/video/SchoolgirlStrikers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33836", + "title": "Seiren", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Kimi no Hana\"", + "link": "https://animethemes.moe/video/Seiren-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Seiren-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Kimi no Hana\"", + "link": "https://animethemes.moe/video/Seiren-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Seiren-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Kimi no Hana\"", + "link": "https://animethemes.moe/video/Seiren-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Seiren-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Shunkan Happening\"", + "link": "https://animethemes.moe/video/Seiren-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Seiren-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Akane-iro ni Kakushite\"", + "link": "https://animethemes.moe/video/Seiren-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Muteki no Megami\"", + "link": "https://animethemes.moe/video/Seiren-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Seiren-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kimi to Yozora to Fortune to\"", + "link": "https://animethemes.moe/video/Seiren-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Koi no Theory\"", + "link": "https://animethemes.moe/video/Seiren-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Seiren-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Futari Fuwari Ra\"", + "link": "https://animethemes.moe/video/Seiren-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "33095", + "title": "Shouwa Genroku Rakugo Shinjuu: Sukeroku Futatabi-hen", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Imawa no Shinigami\"", + "link": "https://animethemes.moe/video/RakugoShinjuS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Imawa no Shinigami\"", + "link": "https://animethemes.moe/video/RakugoShinjuS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Hikobayuru\"", + "link": "https://animethemes.moe/video/RakugoShinjuS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33605", + "title": "Spiritpact", + "year": "2017", + "themes": [ + { + "name": "OP \"Mugendai\"", + "link": "https://animethemes.moe/video/Spiritpact-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Endless Stories\"", + "link": "https://animethemes.moe/video/Spiritpact-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33417", + "title": "Super Lovers 2", + "year": "2017", + "themes": [ + { + "name": "OP \"Hare-iro Melody\"", + "link": "https://animethemes.moe/video/SuperLoversS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gyun to Love Song\"", + "link": "https://animethemes.moe/video/SuperLoversS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31765", + "title": "Sword Art Online Movie: Ordinal Scale", + "year": "2017", + "themes": [ + { + "name": "ED \"Catch the Moment\"", + "link": "https://animethemes.moe/video/SAOOrdinalScale-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34086", + "title": "Tales of Zestiria the X 2nd Season", + "year": "2017", + "themes": [ + { + "name": "OP \"illuminate\"", + "link": "https://animethemes.moe/video/TalesOfZestiriaS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"INNOSENSE\"", + "link": "https://animethemes.moe/video/TalesOfZestiriaS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33581", + "title": "Trinity Seven Movie 1: Eternity Library to Alchemic Girl", + "year": "2017", + "themes": [ + { + "name": "ED \"Last Proof\"", + "link": "https://animethemes.moe/video/TrinitySevenMovie1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33064", + "title": "Uchuu Senkan Yamato 2202: Ai no Senshi-tachi", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Uchuu Senkan Yamato 2202 (Instrumental)\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2202-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Uchuu Senkan Yamato 2202\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2202-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yamato yori Ai wo Komete\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2202-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsuki no Kagami\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2202-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kimi, Hitohira\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2202-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"CRIMSON RED\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2202-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Youranka\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2202-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Ooinaru Wa\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2202-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "32924", + "title": "Urara Meirochou", + "year": "2017", + "themes": [ + { + "name": "OP \"Yumeji Labyrinth\"", + "link": "https://animethemes.moe/video/UraraMeirochou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"go to Romance>>>>>\"", + "link": "https://animethemes.moe/video/UraraMeirochou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34467", + "title": "Yami Shibai 4", + "year": "2017", + "themes": [ + { + "name": "ED \"Yume Oi Bito\"", + "link": "https://animethemes.moe/video/YamiShibaiS4-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32615", + "title": "Youjo Senki", + "year": "2017", + "themes": [ + { + "name": "OP \"JINGO JUNGLE\"", + "link": "https://animethemes.moe/video/YoujoSenki-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Los! Los! Los!\"", + "link": "https://animethemes.moe/video/YoujoSenki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sensen no Realism\"", + "link": "https://animethemes.moe/video/YoujoSenki-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "31783", + "title": "Yowamushi Pedal: New Generation", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Cadence\"", + "link": "https://animethemes.moe/video/YowamushiPedalNewGeneration-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Transit\"", + "link": "https://animethemes.moe/video/YowamushiPedalNewGeneration-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Now or Never\"", + "link": "https://animethemes.moe/video/YowamushiPedalNewGeneration-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Takai Tokoro\"", + "link": "https://animethemes.moe/video/YowamushiPedalNewGeneration-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34374", + "title": "Yuuki Yuuna wa Yuusha de Aru: Washio Sumi no Shou Movie 1 - Tomodachi", + "year": "2017", + "themes": [ + { + "name": "OP \"Sakiwau Hana\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShouTomodachi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tomodachi\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShouTomodachi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33035", + "title": "Yuyushiki: Komarasetari, Komarasaretari", + "year": "2017", + "themes": [ + { + "name": "OP \"Kirameki! no Hi\"", + "link": "https://animethemes.moe/video/YuyushikiOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aozora no Tsukurikata\"", + "link": "https://animethemes.moe/video/YuyushikiOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35180", + "title": "3-gatsu no Lion 2nd Season", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Flag wo Tatero\"", + "link": "https://animethemes.moe/video/SangatsuNoLionS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SangatsuNoLionS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Haru ga Kite Bokura\"", + "link": "https://animethemes.moe/video/SangatsuNoLionS2-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SangatsuNoLionS2-OP2-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SangatsuNoLionS2-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kafune\"", + "link": "https://animethemes.moe/video/SangatsuNoLionS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SangatsuNoLionS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"I AM STANDING\"", + "link": "https://animethemes.moe/video/SangatsuNoLionS2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SangatsuNoLionS2-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35923", + "title": "Ame-iro Cocoa Series: Ame-con!!", + "year": "2017", + "themes": [ + { + "name": "OP \"Aratanaru Makuake no Tame no Makuake ni yoru Kyoushikyoku ~Kimi ga Ireba Oretachi mo Egao Mugendai~\"", + "link": "https://animethemes.moe/video/AmeCon-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Rainy cocoa\"", + "link": "https://animethemes.moe/video/AmeCon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35427", + "title": "Animegataris", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Aikotoba\"", + "link": "https://animethemes.moe/video/Animegataris-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Animegataris-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Animegataris-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Aikotoba\"", + "link": "https://animethemes.moe/video/Animegataris-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Animegataris-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Good Luck Lilac\"", + "link": "https://animethemes.moe/video/Animegataris-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Animegataris-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Aikotoba\"", + "link": "https://animethemes.moe/video/Animegataris-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Animegataris-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35965", + "title": "Baja no Studio", + "year": "2017", + "themes": [ + { + "name": "ED \"Tenohira o Taiyou ni\"", + "link": "https://animethemes.moe/video/BajaNoStudio-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34572", + "title": "Black Clover (TV)", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Haruka Mirai\"", + "link": "https://animethemes.moe/video/BlackClover-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V1 \"PAiNT it BLACK\"", + "link": "https://animethemes.moe/video/BlackClover-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"PAiNT it BLACK\"", + "link": "https://animethemes.moe/video/BlackClover-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP2 V3 \"PAiNT it BLACK\"", + "link": "https://animethemes.moe/video/BlackClover-OP2v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-OP2v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V4 \"PAiNT it BLACK\"", + "link": "https://animethemes.moe/video/BlackClover-OP2v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-OP2v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP3 \"Black Rover\"", + "link": "https://animethemes.moe/video/BlackClover-OP3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-OP3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP4 \"Guess Who Is Back\"", + "link": "https://animethemes.moe/video/BlackClover-OP4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-OP4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP5 \"Gamushara\"", + "link": "https://animethemes.moe/video/BlackClover-OP5.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-OP5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP6 \"Rakugaki Page\"", + "link": "https://animethemes.moe/video/BlackClover-OP6.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-OP6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP7 V1 \"JUSTadICE\"", + "link": "https://animethemes.moe/video/BlackClover-OP7.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-OP7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP7 V2 \"JUSTadICE\"", + "link": "https://animethemes.moe/video/BlackClover-OP7v2.webm", + "type": "opening" + }, + { + "name": "OP7 V3 \"JUSTadICE\"", + "link": "https://animethemes.moe/video/BlackClover-OP7v3.webm", + "type": "opening" + }, + { + "name": "OP8 \"sky&blue\"", + "link": "https://animethemes.moe/video/BlackClover-OP8.webm", + "type": "opening" + }, + { + "name": "OP9 \"RiGHT NOW\"", + "link": "https://animethemes.moe/video/BlackClover-OP9.webm", + "type": "opening" + }, + { + "name": "OP10 V1 \"Black Catcher\"", + "link": "https://animethemes.moe/video/BlackClover-OP10.webm", + "type": "opening" + }, + { + "name": "OP10 V2 \"Black Catcher\"", + "link": "https://animethemes.moe/video/BlackClover-OP10v2.webm", + "type": "opening" + }, + { + "name": "OP11 \"Stories\"", + "link": "https://animethemes.moe/video/BlackClover-OP11.webm", + "type": "opening" + }, + { + "name": "OP12 \"Eien ni Hikare\"", + "link": "https://animethemes.moe/video/BlackClover-OP12.webm", + "type": "opening" + }, + { + "name": "ED1 \"Aoi Honoo\"", + "link": "https://animethemes.moe/video/BlackClover-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Amazing Dreams\"", + "link": "https://animethemes.moe/video/BlackClover-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Black to the dreamlight\"", + "link": "https://animethemes.moe/video/BlackClover-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"four\" by FAKY", + "link": "https://animethemes.moe/video/BlackClover-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"four\" by KAHONO", + "link": "https://animethemes.moe/video/BlackClover-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Tenjou Tenge\"", + "link": "https://animethemes.moe/video/BlackClover-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"My Song My Days\"", + "link": "https://animethemes.moe/video/BlackClover-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Hana ga Saku Michi\"", + "link": "https://animethemes.moe/video/BlackClover-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackClover-ED8-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED9 \"against the gods\"", + "link": "https://animethemes.moe/video/BlackClover-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Jinsei wa Senjou da\"", + "link": "https://animethemes.moe/video/BlackClover-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 V1 \"New Page\"", + "link": "https://animethemes.moe/video/BlackClover-ED11.webm", + "type": "ending" + }, + { + "name": "ED11 V2 \"New Page\"", + "link": "https://animethemes.moe/video/BlackClover-ED11v2.webm", + "type": "ending" + }, + { + "name": "ED12 \"Answer\"", + "link": "https://animethemes.moe/video/BlackClover-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"A Walk\"", + "link": "https://animethemes.moe/video/BlackClover-ED13.webm", + "type": "ending" + } + ] + }, + { + "id": "34618", + "title": "Blend S", + "year": "2017", + "themes": [ + { + "name": "OP \"Bon Appétit♡S\"", + "link": "https://animethemes.moe/video/BlendS-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlendS-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Detarame na Minus to Plus ni Okeru Blend Kou\"", + "link": "https://animethemes.moe/video/BlendS-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlendS-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Detarame na Minus to Plus ni Okeru Blend Kou\"", + "link": "https://animethemes.moe/video/BlendS-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlendS-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Detarame na Minus to Plus ni Okeru Blend Kou\"", + "link": "https://animethemes.moe/video/BlendS-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlendS-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Detarame na Minus to Plus ni Okeru Blend Kou\"", + "link": "https://animethemes.moe/video/BlendS-ED1v4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlendS-ED1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Detarame na Minus to Plus ni Okeru Blend Kou\"", + "link": "https://animethemes.moe/video/BlendS-ED1v5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlendS-ED1v5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Detarame na Minus to Plus ni Okeru Blend Kou\"", + "link": "https://animethemes.moe/video/BlendS-ED1v6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlendS-ED1v6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bon Appétit♡S -All staff ver.-\"", + "link": "https://animethemes.moe/video/BlendS-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "35712", + "title": "Boku no Kanojo ga Majimesugiru Sho-bitch na Ken", + "year": "2017", + "themes": [ + { + "name": "OP \"Eien Labyrinth\"", + "link": "https://animethemes.moe/video/Shobitch-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Shobitch-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Koi no Himitsu\"", + "link": "https://animethemes.moe/video/Shobitch-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35883", + "title": "Cinderella Girls Gekijou 2nd Season", + "year": "2017", + "themes": [ + { + "name": "ED1 \"Blooming Days\"", + "link": "https://animethemes.moe/video/CingekiS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Akimeite Ding Dong Dang!\"", + "link": "https://animethemes.moe/video/CingekiS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Snow*Love\"", + "link": "https://animethemes.moe/video/CingekiS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "35334", + "title": "ClassicaLoid 2nd Season", + "year": "2017", + "themes": [ + { + "name": "OP \"ClassicaLoid ~ClassicaLoid no Theme~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shuppatsu Shinkou!! Densetsu e ~From the New World Chapter 4~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Muteki no Sonata ~From The Symphony No. 7~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Love Game Daisakusen ~From Le nozze di Figaro~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Koinu no Carnival ~From Valse du Petit Chien~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Life is beautiful ~From The Great~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"How to Win! ~From Toccata und Fuge in d-Moll~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Ai no Ya no Yume\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Ainekuraine Yoru no Music\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Song for the moon ~From Moonlight Sonana~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Ai no kane ~From La Campanella~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Salty Klasky\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"make the revolution ~From Die Walküre~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Dai Uchuu Ongaku Sanka No.9 ~From Sinfonie Nr. 9 d-moll op. 125~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"GOING SWEET HOME ~From New World Chapter 2~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Houjou no Yume ~From Für Elise~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"Jounetsu ni Tsuite Kataru Beki 2, 3, no Shinjitsu ~Denen yori~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED16.webm", + "type": "ending" + }, + { + "name": "ED17 \"Mephisto Sheriff ~From The Mephisto Waltzes~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED17.webm", + "type": "ending" + }, + { + "name": "ED18 \"Kakumei Sanka ~From Die Meistersinger von Nürnberg~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED18.webm", + "type": "ending" + }, + { + "name": "ED19 \"HAVE A NICE DAY! ~From Oboe Concerto~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED19.webm", + "type": "ending" + }, + { + "name": "ED20 \"Japanimation Eiyuu Polonaise\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED20.webm", + "type": "ending" + }, + { + "name": "ED21 \"Ai dake ga Subete Janai!\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED21.webm", + "type": "ending" + }, + { + "name": "ED22 \"Yami wo Kirisaku Hikari ~From Siegfried Funeral Music~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED22.webm", + "type": "ending" + }, + { + "name": "ED23 \"Unmei, Kuzure Ochiru. ~From Symphony No. 5~\"", + "link": "https://animethemes.moe/video/ClassicaLoidS2-ED23.webm", + "type": "ending" + } + ] + }, + { + "id": "34438", + "title": "Code Geass: Hangyaku no Lelouch I - Koudou", + "year": "2017", + "themes": [ + { + "name": "OP \"COLORS\"", + "link": "https://animethemes.moe/video/CodeGeassMovie1-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nunnally\"", + "link": "https://animethemes.moe/video/CodeGeassMovie1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31456", + "title": "Code:Realize: Sousei no Himegimi", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"kalmia\"", + "link": "https://animethemes.moe/video/CodeRealize-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CodeRealize-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"kalmia\"", + "link": "https://animethemes.moe/video/CodeRealize-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"kalmia\"", + "link": "https://animethemes.moe/video/CodeRealize-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CodeRealize-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"twinkle\"", + "link": "https://animethemes.moe/video/CodeRealize-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35999", + "title": "Dia Horizon (Kabu)", + "year": "2017", + "themes": [ + { + "name": "ED \"Saihate no Yokan\"", + "link": "https://animethemes.moe/video/DiaHorizon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32271", + "title": "Dies Irae", + "year": "2017", + "themes": [ + { + "name": "OP \"Kadenz\"", + "link": "https://animethemes.moe/video/DiesIrae-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DiesIrae-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Opera\"", + "link": "https://animethemes.moe/video/DiesIrae-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DiesIrae-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34771", + "title": "Dynamic Chord", + "year": "2017", + "themes": [ + { + "name": "OP \"p.s.i hate you♡xxx\"", + "link": "https://animethemes.moe/video/DynamicChord-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"because the sky...\"", + "link": "https://animethemes.moe/video/DynamicChord-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Diamond Eyes\"", + "link": "https://animethemes.moe/video/DynamicChord-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"BACK 2 SQUARE 1\"", + "link": "https://animethemes.moe/video/DynamicChord-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Accidental Date\"", + "link": "https://animethemes.moe/video/DynamicChord-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "36245", + "title": "Evil or Live", + "year": "2017", + "themes": [ + { + "name": "OP \"Soredemo Boku wa Ikite Iru\"", + "link": "https://animethemes.moe/video/EvilOrLive-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hui Jia Di Lu\"", + "link": "https://animethemes.moe/video/EvilOrLive-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25537", + "title": "Fate/stay night Movie: Heaven's Feel - I. Presage Flower", + "year": "2017", + "themes": [ + { + "name": "ED \"Hana no Uta\"", + "link": "https://animethemes.moe/video/FateStayNightHeavensFeelPresageFlower-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35198", + "title": "Free!: Take Your Marks", + "year": "2017", + "themes": [ + { + "name": "OP \"FREE-STYLE SPIRIT\"", + "link": "https://animethemes.moe/video/FreeTakeYourMarks-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"What Wonderful Days!!\"", + "link": "https://animethemes.moe/video/FreeTakeYourMarks-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"What Wonderful Days!!\"", + "link": "https://animethemes.moe/video/FreeTakeYourMarks-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"What Wonderful Days!!\"", + "link": "https://animethemes.moe/video/FreeTakeYourMarks-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"What Wonderful Days!!\"", + "link": "https://animethemes.moe/video/FreeTakeYourMarks-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "36144", + "title": "Garo: Vanishing Line", + "year": "2017", + "themes": [ + { + "name": "OP1 \"EMG\"", + "link": "https://animethemes.moe/video/GaroVanishingLine-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GaroVanishingLine-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP2 \"HOWLING SWORD\"", + "link": "https://animethemes.moe/video/GaroVanishingLine-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GaroVanishingLine-OP2-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED1 \"Sofia\"", + "link": "https://animethemes.moe/video/GaroVanishingLine-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GaroVanishingLine-ED1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED2 \"Promise\"", + "link": "https://animethemes.moe/video/GaroVanishingLine-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GaroVanishingLine-ED2-NCDVD480.webm", + "type": "ending" + } + ] + }, + { + "id": "35843", + "title": "Gintama: Porori-hen", + "year": "2017", + "themes": [ + { + "name": "OP \"VS\"", + "link": "https://animethemes.moe/video/GintamaPororiHen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaPororiHen-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hankou Seimei\"", + "link": "https://animethemes.moe/video/GintamaPororiHen-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaPororiHen-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33970", + "title": "Girls und Panzer das Finale", + "year": "2017", + "themes": [ + { + "name": "OP \"Grand symphony\"", + "link": "https://animethemes.moe/video/GirlsUndPanzerDasFinale-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Enter Enter MISSION! Saishuushou ver.\"", + "link": "https://animethemes.moe/video/GirlsUndPanzerDasFinale-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36288", + "title": "Glamorous Heroes", + "year": "2017", + "themes": [ + { + "name": "OP \"GLAMOROUS\"", + "link": "https://animethemes.moe/video/GlamorousHeroes-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"OVER\"", + "link": "https://animethemes.moe/video/GlamorousHeroes-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"OVER\"", + "link": "https://animethemes.moe/video/GlamorousHeroes-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "33280", + "title": "Gochuumon wa Usagi desu ka??: Dear My Sister", + "year": "2017", + "themes": [ + { + "name": "OP \"Happiness Encore\"", + "link": "https://animethemes.moe/video/GochiUsaDearMySister-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sekai ga Cafe ni Nacchatta\"", + "link": "https://animethemes.moe/video/GochiUsaDearMySister-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33378", + "title": "Haikara-san ga Tooru Movie 1: Benio, Hana no 17-sai", + "year": "2017", + "themes": [ + { + "name": "ED \"Yume no Hate made\"", + "link": "https://animethemes.moe/video/HaikaraSanGaTooruBenioNo17Sai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35376", + "title": "Himouto! Umaru-chan R", + "year": "2017", + "themes": [ + { + "name": "OP \"Nimensei☆Ura Omote Life!\"", + "link": "https://animethemes.moe/video/HimoutoUmaruChanR-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Umarun Taisou\"", + "link": "https://animethemes.moe/video/HimoutoUmaruChanR-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35075", + "title": "Hoozuki no Reitetsu 2nd Season", + "year": "2017", + "themes": [ + { + "name": "OP \"Dai! Jigo Jigo Bushi\"", + "link": "https://animethemes.moe/video/HoozukiNoReitetsuS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HoozukiNoReitetsuS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Riverside Lovers (Naraku no Koi)\"", + "link": "https://animethemes.moe/video/HoozukiNoReitetsuS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HoozukiNoReitetsuS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Jigoku no Sata mo Kimi Shidai\"", + "link": "https://animethemes.moe/video/HoozukiNoReitetsuS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "35557", + "title": "Houseki no Kuni", + "year": "2017", + "themes": [ + { + "name": "OP \"Kyoumen no Nami\"", + "link": "https://animethemes.moe/video/HousekiNoKuni-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HousekiNoKuni-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kirameku Hamabe\"", + "link": "https://animethemes.moe/video/HousekiNoKuni-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HousekiNoKuni-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"liquescimus\"", + "link": "https://animethemes.moe/video/HousekiNoKuni-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kyoumen no Nami [Orchestra Ver.]\"", + "link": "https://animethemes.moe/video/HousekiNoKuni-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "35413", + "title": "Imouto sae Ireba Ii.", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Ashita no Kimi sae Ireba Ii.\"", + "link": "https://animethemes.moe/video/ImoutoSae-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ImoutoSae-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Ashita no Kimi sae Ireba Ii.\"", + "link": "https://animethemes.moe/video/ImoutoSae-OP1v2-NCBD1080.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Ashita no Kimi sae Ireba Ii.\"", + "link": "https://animethemes.moe/video/ImoutoSae-OP1v3-NCBD1080.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Donna Hoshizora yori mo, Donna Omoide yori mo\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ImoutoSae-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Donna Hoshizora yori mo, Donna Omoide yori mo\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Donna Hoshizora yori mo, Donna Omoide yori mo\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Donna Hoshizora yori mo, Donna Omoide yori mo\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Donna Hoshizora yori mo, Donna Omoide yori mo\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Donna Hoshizora yori mo, Donna Omoide yori mo\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V7 \"Donna Hoshizora yori mo, Donna Omoide yori mo\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED1 V8 \"Donna Hoshizora yori mo, Donna Omoide yori mo\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED1 V9 \"Donna Hoshizora yori mo, Donna Omoide yori mo\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED1 V10 \"Donna Hoshizora yori mo, Donna Omoide yori mo\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v10.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ImoutoSae-ED1v10-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dairokkan no Mistress\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ImoutoSae-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Innocent・Lovely\"", + "link": "https://animethemes.moe/video/ImoutoSae-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ImoutoSae-ED3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33027", + "title": "Infini-T Force", + "year": "2017", + "themes": [ + { + "name": "OP \"To be continued…\"", + "link": "https://animethemes.moe/video/InfiniTForce-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chikutaku\"", + "link": "https://animethemes.moe/video/InfiniTForce-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34542", + "title": "Inuyashiki", + "year": "2017", + "themes": [ + { + "name": "OP \"My Hero\"", + "link": "https://animethemes.moe/video/Inuyashiki-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Inuyashiki-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Ai wo Oshiete Kureta Kimi e\"", + "link": "https://animethemes.moe/video/Inuyashiki-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Inuyashiki-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ai wo Oshiete Kureta Kimi e\"", + "link": "https://animethemes.moe/video/Inuyashiki-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "36861", + "title": "Itazura Majo to Nemuranai Machi", + "year": "2017", + "themes": [ + { + "name": "ED \"Wishing\"", + "link": "https://animethemes.moe/video/ItazuraMajoToNemuranaiMachi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36220", + "title": "Itsudatte Bokura no Koi wa 10 cm Datta.", + "year": "2017", + "themes": [ + { + "name": "OP \"Non-Fantasy\"", + "link": "https://animethemes.moe/video/ItsudatteBokuraNoKoiWa10cmDatta-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ItsudatteBokuraNoKoiWa10cmDatta-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Tokyo Winter Session\"", + "link": "https://animethemes.moe/video/ItsudatteBokuraNoKoiWa10cmDatta-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ItsudatteBokuraNoKoiWa10cmDatta-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Re:Hatsukoi no Ehon feat. Miou Aida\"", + "link": "https://animethemes.moe/video/ItsudatteBokuraNoKoiWa10cmDatta-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "35639", + "title": "Just Because!", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"over and over\"", + "link": "https://animethemes.moe/video/JustBecause-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JustBecause-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"over and over\"", + "link": "https://animethemes.moe/video/JustBecause-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"behind\"", + "link": "https://animethemes.moe/video/JustBecause-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JustBecause-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"behind\"", + "link": "https://animethemes.moe/video/JustBecause-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"behind\"", + "link": "https://animethemes.moe/video/JustBecause-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"behind\"", + "link": "https://animethemes.moe/video/JustBecause-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"behind\"", + "link": "https://animethemes.moe/video/JustBecause-ED1v5.webm", + "type": "ending" + } + ] + }, + { + "id": "35076", + "title": "Juuni Taisen", + "year": "2017", + "themes": [ + { + "name": "OP \"Rupture\"", + "link": "https://animethemes.moe/video/JuuniTaisen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JuuniTaisen-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Keshin no Jyuu\"", + "link": "https://animethemes.moe/video/JuuniTaisen-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/JuuniTaisen-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34451", + "title": "Kekkai Sensen & Beyond", + "year": "2017", + "themes": [ + { + "name": "OP \"fake town baby\"", + "link": "https://animethemes.moe/video/KekkaiSensenAndBeyond-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KekkaiSensenAndBeyond-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Step Up LOVE\"", + "link": "https://animethemes.moe/video/KekkaiSensenAndBeyond-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KekkaiSensenAndBeyond-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35079", + "title": "Kino no Tabi: The Beautiful World - The Animated Series", + "year": "2017", + "themes": [ + { + "name": "OP \"here and there\"", + "link": "https://animethemes.moe/video/KinoNoTabi2017-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KinoNoTabi2017-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Satoutama no Tsuki\"", + "link": "https://animethemes.moe/video/KinoNoTabi2017-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KinoNoTabi2017-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Satoutama no Tsuki\"", + "link": "https://animethemes.moe/video/KinoNoTabi2017-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "35206", + "title": "Kirakira☆Precure A La Mode Movie: Paritto! Omoide no Mille-Feuille!", + "year": "2017", + "themes": [ + { + "name": "OP \"SHINE!! Kirakira☆Precure A La Mode\"", + "link": "https://animethemes.moe/video/KiraKiraPrecureMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tres Bien-semble!!\"", + "link": "https://animethemes.moe/video/KiraKiraPrecureMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35241", + "title": "Konohana Kitan", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Kokoro ni Tsubomi\"", + "link": "https://animethemes.moe/video/KonohanaKitan-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonohanaKitan-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Kokoro ni Tsubomi\"", + "link": "https://animethemes.moe/video/KonohanaKitan-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonohanaKitan-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Haru Urara, Kimi to Sakihokoru\"", + "link": "https://animethemes.moe/video/KonohanaKitan-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonohanaKitan-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Natsusaki Koihanabi\"", + "link": "https://animethemes.moe/video/KonohanaKitan-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonohanaKitan-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Akanezora, Kimi Mau Kouyou no Sanpomichi\"", + "link": "https://animethemes.moe/video/KonohanaKitan-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonohanaKitan-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Yukihana Kirameku Ieji nite\"", + "link": "https://animethemes.moe/video/KonohanaKitan-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KonohanaKitan-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Yon-ji Kusanoyukari\"", + "link": "https://animethemes.moe/video/KonohanaKitan-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "34712", + "title": "Kujira no Kora wa Sajou ni Utau", + "year": "2017", + "themes": [ + { + "name": "OP \"Sono Saki e\"", + "link": "https://animethemes.moe/video/Kujisuna-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kujisuna-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hashitairo\"", + "link": "https://animethemes.moe/video/Kujisuna-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kujisuna-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35818", + "title": "Love Kome: We Love Rice 2nd Season", + "year": "2017", + "themes": [ + { + "name": "ED \"Ranman Hikou ~Love Rice ver.~\"", + "link": "https://animethemes.moe/video/LoveKomeS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34973", + "title": "Love Live! Sunshine!! 2nd Season", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Mirai no Bokura wa Shitteru yo\"", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Aozora Jumping Heart\"", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yuuki wa Doko ni? Kimi no Mune ni!\" by Chika Takami, Riko Sakurauchi, & You Watanabe", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Yuuki wa Doko ni? Kimi no Mune ni!\" by Aqours", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Yuuki wa Doko ni? Kimi no Mune ni!\" by Aqours", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kimi no Kokoro wa Kagayaiteru kai?\"", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Yuuki wa Doko ni? Kimi no Mune ni!\" by Dia Kurosawa", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Yuuki wa Doko ni? Kimi no Mune ni!\" by Riko Sakurauchi & Yoshiko Tsushima", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"MIRACLE WAVE\"", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Yuuki wa Doko ni? Kimi no Mune ni!\" by Yoshiko Tsushima, Hanamaru Kunikida, & Ruby Kurosawa", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Awaken the power\"", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Yuuki wa Doko ni? Kimi no Mune ni!\" by Kanan Matsuura, Dia Kurosawa, & Mari Ohara", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Yuuki wa Doko ni? Kimi no Mune ni!\" by Aqours & supporting characters", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"WATER BLUE NEW WORLD\"", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"WONDERFUL STORIES\"", + "link": "https://animethemes.moe/video/LoveLiveSunshineS2-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "35062", + "title": "Mahoutsukai no Yome", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Here\"", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V1 \"You\"", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"You\"", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-OP2v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-OP2v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Wa -cycle-\"", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsuki no mou Hanbun\"", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"The Legend of 'The Ancient Magus Bride'\"", + "link": "https://animethemes.moe/video/MahoutsukaiNoYome-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "34658", + "title": "Nekopara OVA", + "year": "2017", + "themes": [ + { + "name": "OP \"Baby→Lady LOVE\"", + "link": "https://animethemes.moe/video/NekoparaOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"▲MEW▲△MEW△CAKE\"", + "link": "https://animethemes.moe/video/NekoparaOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "36038", + "title": "Net-juu no Susume", + "year": "2017", + "themes": [ + { + "name": "OP \"Saturday Night Question\"", + "link": "https://animethemes.moe/video/NetjuuNoSusume-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NetjuuNoSusume-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Hikari, Hikari\"", + "link": "https://animethemes.moe/video/NetjuuNoSusume-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NetjuuNoSusume-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hikari, Hikari\"", + "link": "https://animethemes.moe/video/NetjuuNoSusume-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NetjuuNoSusume-ED1v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36198", + "title": "Omiai Aite wa Oshiego, Tsuyokina, Mondaiji.", + "year": "2017", + "themes": [ + { + "name": "ED \"My one\"", + "link": "https://animethemes.moe/video/Omitsuyo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35484", + "title": "Osake wa Fuufu ni Natte kara", + "year": "2017", + "themes": [ + { + "name": "ED \"Don't Let Me Down\"", + "link": "https://animethemes.moe/video/Osakefufu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35067", + "title": "Osomatsu-san 2", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Kunshi Ayauku mo Chikou yore\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Maboroshi Wink\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Let's Go! Muttsu Go! ~Rokushoku no Niji~\" by ROOTS66 Party with Matsunoke Rokukyoudai (Hayamatsu Version)", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Let's Go! Muttsu Go! ~Rokushoku no Niji~\" by ROOTS66 Party with Matsunoke Rokukyoudai (Osomatsu Version)", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Iyami Ondo\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 V1 \"Otona÷6 x Kodomo x 6\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED4 V2 \"Otona÷6 x Kodomo x 6\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED4v2.webm", + "type": "ending" + }, + { + "name": "ED4 V3 \"Otona÷6 x Kodomo x 6\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED4v3.webm", + "type": "ending" + }, + { + "name": "ED4 V4 \"Otona÷6 x Kodomo x 6\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED4v4.webm", + "type": "ending" + }, + { + "name": "ED4 V5 \"Otona÷6 x Kodomo x 6\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED4v5.webm", + "type": "ending" + }, + { + "name": "ED4 V6 \"Otona÷6 x Kodomo x 6\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED4v6.webm", + "type": "ending" + }, + { + "name": "ED4 V7 \"Otona÷6 x Kodomo x 6\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED4v7.webm", + "type": "ending" + }, + { + "name": "ED4 V8 \"Otona÷6 x Kodomo x 6\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED4v8.webm", + "type": "ending" + }, + { + "name": "ED4 V9 \"Otona÷6 x Kodomo x 6\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED4v9.webm", + "type": "ending" + }, + { + "name": "ED4 V10 \"Otona÷6 x Kodomo x 6\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED4v10.webm", + "type": "ending" + }, + { + "name": "ED4 V11 \"Otona÷6 x Kodomo x 6\"", + "link": "https://animethemes.moe/video/OsomatsuSanS2-ED4v11.webm", + "type": "ending" + } + ] + }, + { + "id": "36027", + "title": "Ousama Game The Animation", + "year": "2017", + "themes": [ + { + "name": "OP \"FEED THE FIRE\"", + "link": "https://animethemes.moe/video/OusamaGame-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OusamaGame-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Lost Paradise\"", + "link": "https://animethemes.moe/video/OusamaGame-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OusamaGame-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Lost Paradise\"", + "link": "https://animethemes.moe/video/OusamaGame-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "36259", + "title": "Pingu in the City", + "year": "2017", + "themes": [ + { + "name": "OP \"PINGU A GO! GO!\"", + "link": "https://animethemes.moe/video/PinguInTheCity-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ride The Rainbow\"", + "link": "https://animethemes.moe/video/PinguInTheCity-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34903", + "title": "RoboMasters the Animated Series", + "year": "2017", + "themes": [ + { + "name": "OP \"super nova\"", + "link": "https://animethemes.moe/video/RoboMasters-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RoboMasters-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Higher Maker\"", + "link": "https://animethemes.moe/video/RoboMasters-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RoboMasters-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35251", + "title": "Sengoku Night Blood", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Tenka Zekkei\"", + "link": "https://animethemes.moe/video/SengokuNightBlood-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Tenka Zekkei\"", + "link": "https://animethemes.moe/video/SengokuNightBlood-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"HEN-GEN-JI-ZAI\"", + "link": "https://animethemes.moe/video/SengokuNightBlood-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"VICTORIOUS\"", + "link": "https://animethemes.moe/video/SengokuNightBlood-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Moonlight Beam\"", + "link": "https://animethemes.moe/video/SengokuNightBlood-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Seigiron\"", + "link": "https://animethemes.moe/video/SengokuNightBlood-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kakuran Romantist\"", + "link": "https://animethemes.moe/video/SengokuNightBlood-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Kurosomare\"", + "link": "https://animethemes.moe/video/SengokuNightBlood-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Tsuki Kiba no Koku\"", + "link": "https://animethemes.moe/video/SengokuNightBlood-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "36106", + "title": "Shingeki no Kyojin: Lost Girls", + "year": "2017", + "themes": [ + { + "name": "ED1 \"Call your name <Gv>\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinLostGirls-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Utsukushiki Zankoku na Sekai\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35788", + "title": "Shokugeki no Souma: San no Sara", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"BRAVER\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"BRAVER\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"BRAVER\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V4 \"BRAVER\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V5 \"BRAVER\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v5.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V6 \"BRAVER\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v6.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V7 \"BRAVER\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v7.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-OP1v7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Kyokyojitsujitsu\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kyokyojitsujitsu\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Kyokyojitsujitsu\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Kyokyojitsujitsu\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Kyokyojitsujitsu\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Kyokyojitsujitsu\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Kyokyojitsujitsu\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Kyokyojitsujitsu\"", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShokugekiNoSoumaSanNoSara-ED1v8-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35838", + "title": "Shoujo Shuumatsu Ryokou", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Ugoku, Ugoku\"", + "link": "https://animethemes.moe/video/ShoujoShuumatsuRyokou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoShuumatsuRyokou-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoShuumatsuRyokou-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Ugoku, Ugoku\"", + "link": "https://animethemes.moe/video/ShoujoShuumatsuRyokou-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"More One Night\"", + "link": "https://animethemes.moe/video/ShoujoShuumatsuRyokou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoujoShuumatsuRyokou-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Amadare no Uta\"", + "link": "https://animethemes.moe/video/ShoujoShuumatsuRyokou-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34411", + "title": "Taishou Chicchai-san", + "year": "2017", + "themes": [ + { + "name": "OP \"Nozomu Koto wa Tsumi Nano ka\"", + "link": "https://animethemes.moe/video/TaishouMebiusline-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Egao no Enishi\"", + "link": "https://animethemes.moe/video/TaishouMebiusline-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Inui Emi Sorirokui\"", + "link": "https://animethemes.moe/video/TaishouMebiusline-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yoi ni Utaeba\"", + "link": "https://animethemes.moe/video/TaishouMebiusline-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "34915", + "title": "The iDOLM@STER Side M", + "year": "2017", + "themes": [ + { + "name": "OP \"Reason!!\"", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"DRIVE A LIVE\" by DRAMATIC STARS", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Beyond The Dream\"", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"STARLIGHT CELEBRATE!\"", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"TOMORROW DIAMOND\"", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"From Teacher To Future!\"", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"AFTER THE RAIN\"", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"JOKER↗︎Almighty\"", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Ryuusei PARADE\"", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Over AGAIN\"", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Sunset★Colors\"", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"ARRIVE TO STAR\"", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"DRIVE A LIVE\" by 315 STARS", + "link": "https://animethemes.moe/video/TheIdolmasterSideM-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "35254", + "title": "Time Bokan: Gyakushuu no San Akunin", + "year": "2017", + "themes": [ + { + "name": "OP1 \"DESTINY\" by Kouichi Doumoto", + "link": "https://animethemes.moe/video/TimeBokan24GyakushuuNoSanAkunin-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"DESTINY\" by Tsuyoshi Doumoto", + "link": "https://animethemes.moe/video/TimeBokan24GyakushuuNoSanAkunin-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"DESTINY\" by KinKi Kids", + "link": "https://animethemes.moe/video/TimeBokan24GyakushuuNoSanAkunin-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"WANTED GIRL\"", + "link": "https://animethemes.moe/video/TimeBokan24GyakushuuNoSanAkunin-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"20xx\"", + "link": "https://animethemes.moe/video/TimeBokan24GyakushuuNoSanAkunin-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Topaz Love\"", + "link": "https://animethemes.moe/video/TimeBokan24GyakushuuNoSanAkunin-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34474", + "title": "Tsukipro The Animation", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Burny!!!\"", + "link": "https://animethemes.moe/video/Tsukipro-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"ALIEL\"", + "link": "https://animethemes.moe/video/Tsukipro-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Because you are\"", + "link": "https://animethemes.moe/video/Tsukipro-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Mahou no Kizuna\"", + "link": "https://animethemes.moe/video/Tsukipro-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ouka Ranman\"", + "link": "https://animethemes.moe/video/Tsukipro-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"FRIEND\"", + "link": "https://animethemes.moe/video/Tsukipro-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Chiisana Sekai\"", + "link": "https://animethemes.moe/video/Tsukipro-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"one day...\"", + "link": "https://animethemes.moe/video/Tsukipro-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Back On Track\"", + "link": "https://animethemes.moe/video/Tsukipro-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Starting Line ~Boys, Be Mighty~\"", + "link": "https://animethemes.moe/video/Tsukipro-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Above the best\"", + "link": "https://animethemes.moe/video/Tsukipro-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Parallel Lineage\"", + "link": "https://animethemes.moe/video/Tsukipro-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Unmei wo Koeru 'Venga'\"", + "link": "https://animethemes.moe/video/Tsukipro-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Mirai e no Okurimono\"", + "link": "https://animethemes.moe/video/Tsukipro-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Arigatou\"", + "link": "https://animethemes.moe/video/Tsukipro-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Hidamari ni Saku\"", + "link": "https://animethemes.moe/video/Tsukipro-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "36009", + "title": "Two Car", + "year": "2017", + "themes": [ + { + "name": "OP \"Heart to Heart\"", + "link": "https://animethemes.moe/video/TwoCar-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TwoCar-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Angelica Wind\"", + "link": "https://animethemes.moe/video/TwoCar-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TwoCar-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33478", + "title": "UQ Holder!: Mahou Sensei Negima! 2", + "year": "2017", + "themes": [ + { + "name": "OP \"Happy☆Material\"", + "link": "https://animethemes.moe/video/UQHolder-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UQHolder-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Steady→GO!!\"", + "link": "https://animethemes.moe/video/UQHolder-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UQHolder-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35250", + "title": "Urahara", + "year": "2017", + "themes": [ + { + "name": "OP \"Antithesis Escape\"", + "link": "https://animethemes.moe/video/Urahara-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Urahara-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"KIRAMEKI☆Life Line\"", + "link": "https://animethemes.moe/video/Urahara-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"KIRAMEKI☆Life Line\"", + "link": "https://animethemes.moe/video/Urahara-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "34522", + "title": "Wake Up, Girls! Shin Shou", + "year": "2017", + "themes": [ + { + "name": "OP \"7 Senses\"", + "link": "https://animethemes.moe/video/WakeUpGirlsShinShou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/WakeUpGirlsShinShou-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Shizuku no Kanmuri\"", + "link": "https://animethemes.moe/video/WakeUpGirlsShinShou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/WakeUpGirlsShinShou-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "36798", + "title": "Yuuki Yuuna wa Yuusha de Aru: Hidamari", + "year": "2017", + "themes": [ + { + "name": "OP \"Hoshi to Hana\"", + "link": "https://animethemes.moe/video/YuukiYuunaHidamari-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aurora Days\"", + "link": "https://animethemes.moe/video/YuukiYuunaHidamari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34284", + "title": "Yuuki Yuuna wa Yuusha de Aru: Washio Sumi no Shou", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Egao no Kimi e\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Egao no Kimi e\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-OP1v2-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Egao no Kimi e\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-OP1v3-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V4 \"Egao no Kimi e\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-OP1v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-OP1v4-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Egao no Kimi e\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Tomodachi\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Tomodachi\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED2v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED2v2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Tomodachi\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED2v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED2v3-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tamashii\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED3-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED4 \"Yakusoku\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShou-ED4-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "34445", + "title": "Yuuki Yuuna wa Yuusha de Aru: Yuusha no Shou", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Hanakotoba\"", + "link": "https://animethemes.moe/video/YuukiYuunaYuushaNoShou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaYuushaNoShou-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Hanakotoba\"", + "link": "https://animethemes.moe/video/YuukiYuunaYuushaNoShou-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hanakotoba\"", + "link": "https://animethemes.moe/video/YuukiYuunaYuushaNoShou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaYuushaNoShou-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yuusha-tachi no Lullaby\"", + "link": "https://animethemes.moe/video/YuukiYuunaYuushaNoShou-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuunaYuushaNoShou-ED2-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "35248", + "title": "18if", + "year": "2017", + "themes": [ + { + "name": "OP \"Red Doors feat. Yoshikazu Mera\"", + "link": "https://animethemes.moe/video/18if-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Wonderland\"", + "link": "https://animethemes.moe/video/18if-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Break The Doors feat. Aina The End (BiSH)\"", + "link": "https://animethemes.moe/video/18if-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yume Koibana\"", + "link": "https://animethemes.moe/video/18if-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"ANGELNOIR\"", + "link": "https://animethemes.moe/video/18if-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Plumeria\"", + "link": "https://animethemes.moe/video/18if-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Yukue Shirezu\"", + "link": "https://animethemes.moe/video/18if-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"too late\"", + "link": "https://animethemes.moe/video/18if-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Sora no Oto\"", + "link": "https://animethemes.moe/video/18if-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Tsubasa\"", + "link": "https://animethemes.moe/video/18if-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Factor Word\"", + "link": "https://animethemes.moe/video/18if-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Salvation\"", + "link": "https://animethemes.moe/video/18if-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Shiratori wa Nemuru feat. Yoshikazu Mera\"", + "link": "https://animethemes.moe/video/18if-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"if\"", + "link": "https://animethemes.moe/video/18if-ED13.webm", + "type": "ending" + } + ] + }, + { + "id": "34800", + "title": "Action Heroine Cheer Fruits", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Chou Tenkai Kami Daioh\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Jounetsu☆Fruit\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Hi no Ataru Basho (Misaki Main Version)\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Hi no Ataru Basho (Misaki Main Version)\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hi no Ataru Basho (Kanon Main Version)\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hi no Ataru Basho (An Main Version)\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hi no Ataru Basho (Yuuki Main Version)\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hi no Ataru Basho (Hatsuri Main Version)\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Hi no Ataru Basho (Mikan Main Version)\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Hi no Ataru Basho (Genki Main Version)\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Hi no Ataru Basho (Mana Main Version)\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Hi no Ataru Basho (Hinanectar Version)\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Hi no Ataru Basho (Special Version)\"", + "link": "https://animethemes.moe/video/ActionHeroineCheerFruits-ED10.webm", + "type": "ending" + } + ] + }, + { + "id": "34881", + "title": "Aho Girl", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Zenryoku☆Summer!\"", + "link": "https://animethemes.moe/video/AhoGirl-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Zenryoku☆Summer!\"", + "link": "https://animethemes.moe/video/AhoGirl-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Zenryoku☆Summer!\"", + "link": "https://animethemes.moe/video/AhoGirl-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V4 \"Zenryoku☆Summer!\"", + "link": "https://animethemes.moe/video/AhoGirl-OP1v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-OP1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V5 \"Zenryoku☆Summer!\"", + "link": "https://animethemes.moe/video/AhoGirl-OP1v5.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-OP1v5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V6 \"Zenryoku☆Summer!\"", + "link": "https://animethemes.moe/video/AhoGirl-OP1v6.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-OP1v6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V7 \"Zenryoku☆Summer!\"", + "link": "https://animethemes.moe/video/AhoGirl-OP1v7.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-OP1v7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V8 \"Zenryoku☆Summer!\"", + "link": "https://animethemes.moe/video/AhoGirl-OP1v8.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-OP1v8-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V9 \"Zenryoku☆Summer!\"", + "link": "https://animethemes.moe/video/AhoGirl-OP1v9.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-OP1v9-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V10 \"Zenryoku☆Summer!\"", + "link": "https://animethemes.moe/video/AhoGirl-OP1v10.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-OP1v10-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V11 \"Zenryoku☆Summer!\"", + "link": "https://animethemes.moe/video/AhoGirl-OP1v11.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-OP1v11-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Odore! Kyu-kyoku Tetsugaku\"", + "link": "https://animethemes.moe/video/AhoGirl-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AhoGirl-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34636", + "title": "Ballroom e Youkoso", + "year": "2017", + "themes": [ + { + "name": "OP1 \"10% roll, 10% romance\"", + "link": "https://animethemes.moe/video/BallroomEYoukoso-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BallroomEYoukoso-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Invisible Sensation\"", + "link": "https://animethemes.moe/video/BallroomEYoukoso-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BallroomEYoukoso-OP2-BD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Maybe the next waltz\"", + "link": "https://animethemes.moe/video/BallroomEYoukoso-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BallroomEYoukoso-ED1-BD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Maybe the next waltz\"", + "link": "https://animethemes.moe/video/BallroomEYoukoso-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BallroomEYoukoso-ED1v2-BD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Maybe the next waltz\"", + "link": "https://animethemes.moe/video/BallroomEYoukoso-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BallroomEYoukoso-ED1v3-BD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Maybe the next waltz\"", + "link": "https://animethemes.moe/video/BallroomEYoukoso-ED1v4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BallroomEYoukoso-ED1v4-BD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Swing heart direction\"", + "link": "https://animethemes.moe/video/BallroomEYoukoso-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BallroomEYoukoso-ED2-BD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Swing heart direction\"", + "link": "https://animethemes.moe/video/BallroomEYoukoso-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "34870", + "title": "BanG Dream! Special", + "year": "2017", + "themes": [ + { + "name": "OP \"Tokimeki Experience!\"", + "link": "https://animethemes.moe/video/BanGDreamSpecial-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nesshoku Starmine\"", + "link": "https://animethemes.moe/video/BanGDreamSpecial-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33184", + "title": "Battle Girl High School", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Hoshi no Kizuna\"", + "link": "https://animethemes.moe/video/BattleGirlHighSchool-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BattleGirlHighSchool-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Melody Ring\"", + "link": "https://animethemes.moe/video/BattleGirlHighSchool-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BattleGirlHighSchool-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Melody Ring\"", + "link": "https://animethemes.moe/video/BattleGirlHighSchool-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BattleGirlHighSchool-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Melody Ring\"", + "link": "https://animethemes.moe/video/BattleGirlHighSchool-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 \"Gravity\"", + "link": "https://animethemes.moe/video/BattleGirlHighSchool-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BattleGirlHighSchool-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34644", + "title": "Brave Witches: Petersburg Daisenryaku", + "year": "2017", + "themes": [ + { + "name": "OP \"Ashita no Tsubasa\"", + "link": "https://animethemes.moe/video/BraveWitches-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Little Wing ~Spirit of LINDBERG~\" by Takami Karibuchi, Eila Ilmatar Juutilainen & Sanya V. Litvyak", + "link": "https://animethemes.moe/video/BraveWitches-ED13.webm", + "type": "ending" + } + ] + }, + { + "id": "34525", + "title": "Centaur no Nayami", + "year": "2017", + "themes": [ + { + "name": "OP \"Oshiete Darwin\"", + "link": "https://animethemes.moe/video/CentaurNoNayami-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CentaurNoNayami-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Edelweiss\"", + "link": "https://animethemes.moe/video/CentaurNoNayami-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CentaurNoNayami-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Edelweiss (English Ver.)\"", + "link": "https://animethemes.moe/video/CentaurNoNayami-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/CentaurNoNayami-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35114", + "title": "Clione no Akari", + "year": "2017", + "themes": [ + { + "name": "OP \"Clione no Akari\"", + "link": "https://animethemes.moe/video/ClioneNoAkari-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sora wo Tobu Kaze\"", + "link": "https://animethemes.moe/video/ClioneNoAkari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34543", + "title": "Dive!!", + "year": "2017", + "themes": [ + { + "name": "OP \"Taiyou mo Hitoribocchi\"", + "link": "https://animethemes.moe/video/Dive-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"NEW WORLD\"", + "link": "https://animethemes.moe/video/Dive-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34552", + "title": "Dream Festival! R", + "year": "2017", + "themes": [ + { + "name": "OP \"Yume no Kodou\"", + "link": "https://animethemes.moe/video/DreamFestivalR-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"ALL FOR SMILE!\" by DearDream", + "link": "https://animethemes.moe/video/DreamFestivalR-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"ALL FOR SMILE!\" by KUROFUNE", + "link": "https://animethemes.moe/video/DreamFestivalR-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"ALL FOR SMILE!\" by DearDream & KUROFUNE", + "type": "ending" + }, + { + "name": "ED4 \"Shin Ai Naru Yume e!\"", + "type": "ending" + } + ] + }, + { + "id": "31499", + "title": "Enmusubi no Youko-chan", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Tong Ran\"", + "link": "https://animethemes.moe/video/EnmusubiNoYoukoChan-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Wanshui Mountain\"", + "link": "https://animethemes.moe/video/EnmusubiNoYoukoChan-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Zutto\"", + "link": "https://animethemes.moe/video/EnmusubiNoYoukoChan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Fourside Moonside\"", + "link": "https://animethemes.moe/video/EnmusubiNoYoukoChan-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34208", + "title": "Escha Chron", + "year": "2017", + "themes": [ + { + "name": "OP \"Many colors, Many brights, Many more musics\"", + "link": "https://animethemes.moe/video/EschaChron-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kakokei to Mirai\"", + "link": "https://animethemes.moe/video/EschaChron-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34662", + "title": "Fate/Apocrypha", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Eiyuu Unmei no Uta\"", + "link": "https://animethemes.moe/video/FateApocrypha-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateApocrypha-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateApocrypha-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"ASH\"", + "link": "https://animethemes.moe/video/FateApocrypha-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateApocrypha-OP2-NCDVD480.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateApocrypha-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Désir\"", + "link": "https://animethemes.moe/video/FateApocrypha-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateApocrypha-ED1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateApocrypha-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Désir\"", + "link": "https://animethemes.moe/video/FateApocrypha-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"KOE\"", + "link": "https://animethemes.moe/video/FateApocrypha-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateApocrypha-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"KOE\"", + "link": "https://animethemes.moe/video/FateApocrypha-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "34100", + "title": "Fate/kaleid liner Prisma☆Illya Movie: Sekka no Chikai", + "year": "2017", + "themes": [ + { + "name": "ED \"Kaleidoscope\"", + "link": "https://animethemes.moe/video/FatePrismaIllyaMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34280", + "title": "Gamers!", + "year": "2017", + "themes": [ + { + "name": "OP \"GAMERS!\"", + "link": "https://animethemes.moe/video/Gamers-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Gamers-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Fight on!\"", + "link": "https://animethemes.moe/video/Gamers-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Gamers-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Fight on!\"", + "link": "https://animethemes.moe/video/Gamers-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koi no prologue*\"", + "link": "https://animethemes.moe/video/Gamers-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34403", + "title": "Hajimete no Gal", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Hajimete no SEASON\"", + "link": "https://animethemes.moe/video/HajimeteNoGal-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HajimeteNoGal-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Hajimete no SEASON\"", + "link": "https://animethemes.moe/video/HajimeteNoGal-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HajimeteNoGal-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Hajimete no SEASON\"", + "link": "https://animethemes.moe/video/HajimeteNoGal-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HajimeteNoGal-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V4 \"Hajimete no SEASON\"", + "link": "https://animethemes.moe/video/HajimeteNoGal-OP1v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HajimeteNoGal-OP1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"GAL-tic Love\"", + "link": "https://animethemes.moe/video/HajimeteNoGal-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HajimeteNoGal-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hajimete no SEASON\"", + "link": "https://animethemes.moe/video/HajimeteNoGal-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34834", + "title": "Hina Logi: From Luck & Logic", + "year": "2017", + "themes": [ + { + "name": "OP \"BUTTERFLY EFFECTOR\"", + "link": "https://animethemes.moe/video/HinaLogi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HinaLogi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Baby Bird!!: Gakuen Logic\"", + "link": "https://animethemes.moe/video/HinaLogi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HinaLogi-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Foreigner Song\"", + "link": "https://animethemes.moe/video/HinaLogi-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"BUTTERFLY EFFECTOR\"", + "link": "https://animethemes.moe/video/HinaLogi-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "33654", + "title": "Hitorijime My Hero", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Heart Signal\"", + "link": "https://animethemes.moe/video/HitorijimeMyHero-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HitorijimeMyHero-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Heart Signal\"", + "link": "https://animethemes.moe/video/HitorijimeMyHero-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HitorijimeMyHero-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"TRUE LOVE\"", + "link": "https://animethemes.moe/video/HitorijimeMyHero-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HitorijimeMyHero-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"TRUE LOVE\"", + "link": "https://animethemes.moe/video/HitorijimeMyHero-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"TRUE LOVE Kensuke Ooshiba ver.\"", + "link": "https://animethemes.moe/video/HitorijimeMyHero-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"TRUE LOVE Asaya Hasekura ver.\"", + "link": "https://animethemes.moe/video/HitorijimeMyHero-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"TRUE LOVE Masahiro Setagawa ver.\"", + "link": "https://animethemes.moe/video/HitorijimeMyHero-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"TRUE LOVE Kousuke Ooshiba ver.\"", + "link": "https://animethemes.moe/video/HitorijimeMyHero-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"TRUE LOVE Kousuke Ooshiba & Masahiro Setagawa ver.\"", + "link": "https://animethemes.moe/video/HitorijimeMyHero-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"TRUE LOVE Asaya Hasekura & Kensuke Ooshiba ver.\"", + "link": "https://animethemes.moe/video/HitorijimeMyHero-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "34337", + "title": "Ikemen Sengoku: Toki wo Kakeru ga Koi wa Hajimaranai", + "year": "2017", + "themes": [ + { + "name": "OP \"Yes/No\"", + "link": "https://animethemes.moe/video/IkemenSengoku-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "34012", + "title": "Isekai Shokudou", + "year": "2017", + "themes": [ + { + "name": "OP \"One In A Billion\"", + "link": "https://animethemes.moe/video/IsekaiShokudou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiShokudou-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Chiisana Hitotsubu\"", + "link": "https://animethemes.moe/video/IsekaiShokudou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiShokudou-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35203", + "title": "Isekai wa Smartphone to Tomo ni.", + "year": "2017", + "themes": [ + { + "name": "OP \"Another World\"", + "link": "https://animethemes.moe/video/IsekaiSmaho-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiSmaho-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Junjou Emotional\" by Maaya Uchida", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Junjou Emotional\" by Yui Fukuo", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Junjou Emotional\" by Chinatsu Akasaki", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Junjou Emotional\" by Marika Kouno", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Junjou Emotional\" by Nanami Yamashita", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Junjou Emotional\" by Sumire Uesaka", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsekaiSmaho-ED6-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34966", + "title": "Jigoku Shoujo: Yoi no Togi", + "year": "2017", + "themes": [ + { + "name": "OP \"Noise\"", + "link": "https://animethemes.moe/video/JigokuShoujoYoiNoTogi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Irogami\"", + "link": "https://animethemes.moe/video/JigokuShoujoYoiNoTogi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34565", + "title": "Jikan no Shihaisha", + "year": "2017", + "themes": [ + { + "name": "OP \"RULER GAME\"", + "link": "https://animethemes.moe/video/JikanNoShihaisha-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Jikan wa Mado no Mukougawa\"", + "link": "https://animethemes.moe/video/JikanNoShihaisha-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Jikan wa Mado no Mukougawa\"", + "link": "https://animethemes.moe/video/JikanNoShihaisha-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "34725", + "title": "Kaito x Ansa", + "year": "2017", + "themes": [ + { + "name": "OP \"Hoshi no Kazu dake\"", + "link": "https://animethemes.moe/video/KaitoXAnsa-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"AGAKU\"", + "link": "https://animethemes.moe/video/KaitoXAnsa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34933", + "title": "Kakegurui", + "year": "2017", + "themes": [ + { + "name": "OP \"Deal with the devil\"", + "link": "https://animethemes.moe/video/Kakegurui-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kakegurui-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"LAYon-theLINE\"", + "link": "https://animethemes.moe/video/Kakegurui-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kakegurui-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koi no Russian Roulette\"", + "link": "https://animethemes.moe/video/Kakegurui-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kakegurui-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33018", + "title": "Katsugeki/Touken Ranbu", + "year": "2017", + "themes": [ + { + "name": "OP \"Hikari Tatsu Ame\"", + "link": "https://animethemes.moe/video/KatsugekiToukenRanbu-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KatsugekiToukenRanbu-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hyakka Ryouran\"", + "link": "https://animethemes.moe/video/KatsugekiToukenRanbu-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KatsugekiToukenRanbu-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34825", + "title": "Keppeki Danshi! Aoyama-kun", + "year": "2017", + "themes": [ + { + "name": "OP \"White\"", + "link": "https://animethemes.moe/video/KeppekiDanshiAoyamaKun-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KeppekiDanshiAoyamaKun-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Taiyou ga Kureta Kisetsu\"", + "link": "https://animethemes.moe/video/KeppekiDanshiAoyamaKun-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KeppekiDanshiAoyamaKun-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33191", + "title": "Kishibe Rohan wa Ugokanai", + "year": "2017", + "themes": [ + { + "name": "OP \"Theme of Kishibe Rohan wa Ugokana\"", + "link": "https://animethemes.moe/video/KishibeRohanWaUgokanai-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"FINDING THE TRUTH\"", + "link": "https://animethemes.moe/video/KishibeRohanWaUgokanai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34104", + "title": "Knight's & Magic", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Hello! My World!!\"", + "link": "https://animethemes.moe/video/KnightsAndMagic-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KnightsAndMagic-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Hello!My World!!\"", + "link": "https://animethemes.moe/video/KnightsAndMagic-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"You & I\"", + "link": "https://animethemes.moe/video/KnightsAndMagic-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KnightsAndMagic-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34934", + "title": "Koi to Uso", + "year": "2017", + "themes": [ + { + "name": "OP \"Kanashii Ureshii\"", + "link": "https://animethemes.moe/video/KoiToUso-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoiToUso-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Can't you say\"", + "link": "https://animethemes.moe/video/KoiToUso-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Can't you say\"", + "link": "https://animethemes.moe/video/KoiToUso-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "35434", + "title": "Konbini Kareshi", + "year": "2017", + "themes": [ + { + "name": "OP \"Stand Up Now\"", + "link": "https://animethemes.moe/video/KonbiniKareshi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Milestone\"", + "link": "https://animethemes.moe/video/KonbiniKareshi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34599", + "title": "Made in Abyss", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Underground River\"", + "link": "https://animethemes.moe/video/MadeInAbyss-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Deep in Abyss\"", + "link": "https://animethemes.moe/video/MadeInAbyss-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MadeInAbyss-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"Deep in Abyss\"", + "link": "https://animethemes.moe/video/MadeInAbyss-OP2v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MadeInAbyss-OP2v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V3 \"Deep in Abyss\"", + "link": "https://animethemes.moe/video/MadeInAbyss-OP2v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MadeInAbyss-OP2v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V4 \"Deep in Abyss\"", + "link": "https://animethemes.moe/video/MadeInAbyss-OP2v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MadeInAbyss-OP2v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Tabi no Hidarite, Saihate no Migite\" by Riko and Regu", + "link": "https://animethemes.moe/video/MadeInAbyss-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MadeInAbyss-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Tabi no Hidarite, Saihate no Migite\" by Riko and Regu", + "link": "https://animethemes.moe/video/MadeInAbyss-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MadeInAbyss-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tabi no Hidarite, Saihate no Migite\" by Riko, Regu, and Nanachi", + "link": "https://animethemes.moe/video/MadeInAbyss-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MadeInAbyss-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tomorrow\"", + "link": "https://animethemes.moe/video/MadeInAbyss-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "34745", + "title": "Mahoujin Guru Guru", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Trip Trip Trip\"", + "link": "https://animethemes.moe/video/MahoujinGuruGuru2017-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahoujinGuruGuru2017-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Ryuusei Dance Floor\"", + "link": "https://animethemes.moe/video/MahoujinGuruGuru2017-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahoujinGuruGuru2017-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Round&Round&Round\"", + "link": "https://animethemes.moe/video/MahoujinGuruGuru2017-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahoujinGuruGuru2017-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Magical Circle\"", + "link": "https://animethemes.moe/video/MahoujinGuruGuru2017-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahoujinGuruGuru2017-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35730", + "title": "Musekinin Galaxy☆Tylor", + "year": "2017", + "themes": [ + { + "name": "ED \"Smile♡Invitation\"", + "link": "https://animethemes.moe/video/MusekininGalaxyTylor-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34580", + "title": "Nana Maru San Batsu", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"On My MiND\"", + "link": "https://animethemes.moe/video/NanaMaruSanBatsu-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"On My MiND\"", + "link": "https://animethemes.moe/video/NanaMaruSanBatsu-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"On My MiND\"", + "link": "https://animethemes.moe/video/NanaMaruSanBatsu-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"○○○○○\"", + "link": "https://animethemes.moe/video/NanaMaruSanBatsu-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"○○○○○\"", + "link": "https://animethemes.moe/video/NanaMaruSanBatsu-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "34383", + "title": "Netsuzou TRap", + "year": "2017", + "themes": [ + { + "name": "OP \"Blue Bud Blue\"", + "link": "https://animethemes.moe/video/NetsuzouTRap-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NetsuzouTRap-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Virginal lily\"", + "link": "https://animethemes.moe/video/NetsuzouTRap-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NetsuzouTRap-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Meguru Omoi Meguru\"", + "link": "https://animethemes.moe/video/NetsuzouTRap-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NetsuzouTRap-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"LAST ETERNAL\"", + "link": "https://animethemes.moe/video/NetsuzouTRap-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NetsuzouTRap-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Blue Bud Blue\"", + "link": "https://animethemes.moe/video/NetsuzouTRap-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "34914", + "title": "New Game!!", + "year": "2017", + "themes": [ + { + "name": "OP \"STEP by STEP UP↑↑↑↑\"", + "link": "https://animethemes.moe/video/NewGameS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NewGameS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"JUMPin' JUMP UP!!!!\"", + "link": "https://animethemes.moe/video/NewGameS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NewGameS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yumeiro Compass\"", + "link": "https://animethemes.moe/video/NewGameS2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NewGameS2-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33674", + "title": "No Game No Life: Zero", + "year": "2017", + "themes": [ + { + "name": "ED \"THERE IS A REASON\"", + "link": "https://animethemes.moe/video/NoGameNoLifeZero-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32447", + "title": "Nora to Oujo to Noraneko Heart", + "year": "2017", + "themes": [ + { + "name": "OP \"Ne! Ko!\"", + "link": "https://animethemes.moe/video/Noratoto-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Noratoto-OP1-BD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35247", + "title": "Owarimonogatari 2nd Season", + "year": "2017", + "themes": [ + { + "name": "OP1 \"terminal terminal\"", + "link": "https://animethemes.moe/video/OwarimonogatariS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"dreamy date drive\"", + "link": "https://animethemes.moe/video/OwarimonogatariS2-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"dark cherry mystery\"", + "link": "https://animethemes.moe/video/OwarimonogatariS2-OP3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"SHIORI\"", + "link": "https://animethemes.moe/video/OwarimonogatariS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"SHIORI\"", + "link": "https://animethemes.moe/video/OwarimonogatariS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"SHIORI\"", + "link": "https://animethemes.moe/video/OwarimonogatariS2-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "35240", + "title": "Princess Principal", + "year": "2017", + "themes": [ + { + "name": "OP \"The Other Side of the Wall\"", + "link": "https://animethemes.moe/video/PrincessPrincipal-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PrincessPrincipal-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"A Page of My Story\"", + "link": "https://animethemes.moe/video/PrincessPrincipal-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PrincessPrincipal-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33726", + "title": "Saiyuuki Reload Blast", + "year": "2017", + "themes": [ + { + "name": "OP \"move on! Ibaramichi\"", + "link": "https://animethemes.moe/video/SaiyuukiReloadBlast-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaiyuukiReloadBlast-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Refrain\"", + "link": "https://animethemes.moe/video/SaiyuukiReloadBlast-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaiyuukiReloadBlast-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32836", + "title": "Senki Zesshou Symphogear AXZ", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"TESTAMENT\"", + "link": "https://animethemes.moe/video/SymphogearS4-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SymphogearS4-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V2 \"TESTAMENT\"", + "link": "https://animethemes.moe/video/SymphogearS4-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Senritsu Sorority\"", + "link": "https://animethemes.moe/video/SymphogearS4-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SymphogearS4-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Futurism\"", + "link": "https://animethemes.moe/video/SymphogearS4-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Axia no Kaze\"", + "link": "https://animethemes.moe/video/SymphogearS4-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Nijiiro no Flugel\"", + "link": "https://animethemes.moe/video/SymphogearS4-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "34547", + "title": "Shoukoku no Altair", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Rasen no Yume\"", + "link": "https://animethemes.moe/video/ShoukokuNoAltair-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoukokuNoAltair-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Akairo\"", + "link": "https://animethemes.moe/video/ShoukokuNoAltair-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoukokuNoAltair-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Taiyou no Elegy\"", + "link": "https://animethemes.moe/video/ShoukokuNoAltair-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoukokuNoAltair-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Windy\"", + "link": "https://animethemes.moe/video/ShoukokuNoAltair-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShoukokuNoAltair-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "35629", + "title": "Skirt no Naka wa Kedamono Deshita.", + "year": "2017", + "themes": [ + { + "name": "ED \"secret\"", + "link": "https://animethemes.moe/video/SkirtNoNakaWaKedamonoDeshita-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35370", + "title": "Teekyuu 9", + "year": "2017", + "themes": [ + { + "name": "OP \"Dream First Sensei-shon!\"", + "link": "https://animethemes.moe/video/TeekyuuS9-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TeekyuuS9-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED \"Kaiun! Soufuku! Entenka\"", + "link": "https://animethemes.moe/video/TeekyuuS9-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TeekyuuS9-ED1-NCBD.webm", + "type": "ending" + } + ] + }, + { + "id": "34177", + "title": "Tenshi no 3P!", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Habataki no Birthday\"", + "link": "https://animethemes.moe/video/TenshiNo3P-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TenshiNo3P-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Habataki no Birthday\"", + "link": "https://animethemes.moe/video/TenshiNo3P-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TenshiNo3P-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kurabi\"", + "link": "https://animethemes.moe/video/TenshiNo3P-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TenshiNo3P-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"HOWLING\"", + "link": "https://animethemes.moe/video/TenshiNo3P-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TenshiNo3P-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"HOWLING\"", + "link": "https://animethemes.moe/video/TenshiNo3P-ED2v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TenshiNo3P-ED2v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Taisetsu ga Kikoeru\"", + "link": "https://animethemes.moe/video/TenshiNo3P-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TenshiNo3P-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"INNOCENT BLUE\"", + "link": "https://animethemes.moe/video/TenshiNo3P-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TenshiNo3P-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Habataki no Birthday\"", + "link": "https://animethemes.moe/video/TenshiNo3P-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TenshiNo3P-ED5-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34449", + "title": "The Reflection", + "year": "2017", + "themes": [ + { + "name": "ED \"SunSunSunrise\"", + "link": "https://animethemes.moe/video/TheReflection-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34902", + "title": "Tsurezure Children", + "year": "2017", + "themes": [ + { + "name": "OP \"Aimai Moko\"", + "link": "https://animethemes.moe/video/TsurezureChildren-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TsurezureChildren-OP1-NCDVD.webm", + "type": "ending" + }, + { + "name": "ED \"Dear\"", + "link": "https://animethemes.moe/video/TsurezureChildren-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34498", + "title": "Uchiage Hanabi, Shita kara Miru ka? Yoko kara Miru ka?", + "year": "2017", + "themes": [ + { + "name": "ED \"Uchiage Hanabi\"", + "link": "https://animethemes.moe/video/UchiageHanabi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34604", + "title": "UQ Holder!: Mahou Sensei Negima! 2 OVA", + "year": "2017", + "themes": [ + { + "name": "ED1 \"Kagayaku Kimi e\"", + "link": "https://animethemes.moe/video/UQHolderOVA-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/UQHolderOVA-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Love☆Sensation\"", + "link": "https://animethemes.moe/video/UQHolderOVA-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "34368", + "title": "Vatican Kiseki Chousakan", + "year": "2017", + "themes": [ + { + "name": "OP \"MYSTERIUM\"", + "link": "https://animethemes.moe/video/VaticanKisekiChousakan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sacramento\"", + "link": "https://animethemes.moe/video/VaticanKisekiChousakan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35714", + "title": "Yami Shibai 5", + "year": "2017", + "themes": [ + { + "name": "ED \"Yawarakai Kamen\"", + "link": "https://animethemes.moe/video/YamiShibaiS5-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "35220", + "title": "Youkai Apartment no Yuuga na Nichijou", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Good Night Mare\"", + "link": "https://animethemes.moe/video/YoukaiApa-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hajimari no College\"", + "link": "https://animethemes.moe/video/YoukaiApa-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Nichijoushiki Broken down\"", + "link": "https://animethemes.moe/video/YoukaiApa-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Nichijoushiki Broken down\"", + "link": "https://animethemes.moe/video/YoukaiApa-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Neiro\"", + "link": "https://animethemes.moe/video/YoukaiApa-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "35507", + "title": "Youkoso Jitsuryoku Shijou Shugi no Kyoushitsu e", + "year": "2017", + "themes": [ + { + "name": "OP \"Caste Room\"", + "link": "https://animethemes.moe/video/YoukosoZitsu-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YoukosoZitsu-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Beautiful Soldier\"", + "link": "https://animethemes.moe/video/YoukosoZitsu-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Beautiful Soldier\"", + "link": "https://animethemes.moe/video/YoukosoZitsu-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Beautiful Soldier\"", + "link": "https://animethemes.moe/video/YoukosoZitsu-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Beautiful Soldier\"", + "link": "https://animethemes.moe/video/YoukosoZitsu-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Beautiful Soldier\"", + "link": "https://animethemes.moe/video/YoukosoZitsu-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Beautiful Soldier\"", + "link": "https://animethemes.moe/video/YoukosoZitsu-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Beautiful Soldier\"", + "link": "https://animethemes.moe/video/YoukosoZitsu-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Beautiful Soldier\"", + "link": "https://animethemes.moe/video/YoukosoZitsu-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED V9 \"Beautiful Soldier\"", + "link": "https://animethemes.moe/video/YoukosoZitsu-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED V10 \"Beautiful Soldier\"", + "link": "https://animethemes.moe/video/YoukosoZitsu-ED1v10.webm", + "type": "ending" + } + ] + }, + { + "id": "34376", + "title": "Yuuki Yuuna wa Yuusha de Aru: Washio Sumi no Shou Movie 3 - Yakusoku", + "year": "2017", + "themes": [ + { + "name": "OP \"Sakiwau Hana\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShouYakusoku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yakusoku\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShouYakusoku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34350", + "title": "Alice to Zouroku", + "year": "2017", + "themes": [ + { + "name": "OP \"Wonder Drive\"", + "link": "https://animethemes.moe/video/AliceToZouroku-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AliceToZouroku-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Chant\"", + "link": "https://animethemes.moe/video/AliceToZouroku-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AliceToZouroku-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Chant\"", + "link": "https://animethemes.moe/video/AliceToZouroku-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "35015", + "title": "Ani ni Tsukeru Kusuri wa Nai!", + "year": "2017", + "themes": [ + { + "name": "OP \"Sunny Side Up\"", + "link": "https://animethemes.moe/video/AniNiTsukeru-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "33371", + "title": "Atom: The Beginning", + "year": "2017", + "themes": [ + { + "name": "OP \"Kaidoku Funou\"", + "link": "https://animethemes.moe/video/AtomTheBeginning-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hikari no Hajimari\"", + "link": "https://animethemes.moe/video/AtomTheBeginning-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34055", + "title": "Berserk", + "year": "2017", + "themes": [ + { + "name": "OP \"Sacrifice\"", + "link": "https://animethemes.moe/video/Berserk2017-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Berserk2017-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Issai wa Monogatari\"", + "link": "https://animethemes.moe/video/Berserk2017-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Berserk2017-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34901", + "title": "Beyblade Burst God", + "year": "2017", + "themes": [ + { + "name": "OP \"Evolution Burst!\"", + "link": "https://animethemes.moe/video/BeybladeBurstGod-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Bey-ercise\"", + "link": "https://animethemes.moe/video/BeybladeBurstGod-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bey-ercise 2\"", + "link": "https://animethemes.moe/video/BeybladeBurstGod-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "33486", + "title": "Boku no Hero Academia 2nd Season", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Peace Sign\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Sora ni Utaeba\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS2-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS2-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Dakara, Hitori Janai\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Dakara, Hitori Janai\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS2-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Datte Atashi no Hero.\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademiaS2-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34566", + "title": "Boruto: Naruto Next Generations", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Baton Road\"", + "link": "https://animethemes.moe/video/Boruto-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"OVER\"", + "link": "https://animethemes.moe/video/Boruto-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP3 \"It's all in the game\"", + "link": "https://animethemes.moe/video/Boruto-OP3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-OP3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP4 \"Lonely Go!\"", + "link": "https://animethemes.moe/video/Boruto-OP4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-OP4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP5 \"Golden Time\"", + "link": "https://animethemes.moe/video/Boruto-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 V1 \"Teenage Dream\"", + "link": "https://animethemes.moe/video/Boruto-OP6.webm", + "type": "opening" + }, + { + "name": "OP6 V2 \"Teenage Dream\"", + "link": "https://animethemes.moe/video/Boruto-OP6v2.webm", + "type": "opening" + }, + { + "name": "OP7 \"Hajimatte Iku Takamatte Iku\"", + "link": "https://animethemes.moe/video/Boruto-OP7.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dreamy Journey\"", + "link": "https://animethemes.moe/video/Boruto-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Sayonara Moon Town\"", + "link": "https://animethemes.moe/video/Boruto-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Sayonara Moon Town\"", + "link": "https://animethemes.moe/video/Boruto-ED2v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-ED2v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Boku wa Hashiri Tsuzukeru\"", + "link": "https://animethemes.moe/video/Boruto-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Denshin Tamashii\"", + "link": "https://animethemes.moe/video/Boruto-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hana Tori Kaze Tsuki\"", + "link": "https://animethemes.moe/video/Boruto-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 V1 \"Leica\"", + "link": "https://animethemes.moe/video/Boruto-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 V2 \"Leica\"", + "link": "https://animethemes.moe/video/Boruto-ED6v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-ED6v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 V3 \"Leica\"", + "link": "https://animethemes.moe/video/Boruto-ED6v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-ED6v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Polaris\"", + "link": "https://animethemes.moe/video/Boruto-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Boruto-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Tsuyogari LOSER\"", + "link": "https://animethemes.moe/video/Boruto-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Ride or Die\"", + "link": "https://animethemes.moe/video/Boruto-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Mikansei na Hikari-tachi\"", + "link": "https://animethemes.moe/video/Boruto-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Wish on\"", + "link": "https://animethemes.moe/video/Boruto-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Fireworks\"", + "link": "https://animethemes.moe/video/Boruto-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Maybe I\"", + "link": "https://animethemes.moe/video/Boruto-ED13.webm", + "type": "ending" + } + ] + }, + { + "id": "33475", + "title": "Busou Shoujo Machiavellianism", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Shocking Blue\"", + "link": "https://animethemes.moe/video/BusouShoujoMachiavellianism-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BusouShoujoMachiavellianism-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BusouShoujoMachiavellianism-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Shocking Blue\"", + "link": "https://animethemes.moe/video/BusouShoujoMachiavellianism-OP1v2-NCBD.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BusouShoujoMachiavellianism-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"DECIDE\"", + "link": "https://animethemes.moe/video/BusouShoujoMachiavellianism-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BusouShoujoMachiavellianism-ED1-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BusouShoujoMachiavellianism-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34257", + "title": "Cinderella Girls Gekijou", + "year": "2017", + "themes": [ + { + "name": "ED1 \"Kira! Mankai Smile\"", + "link": "https://animethemes.moe/video/Cingeki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Etude wa 1kyoku dake\"", + "link": "https://animethemes.moe/video/Cingeki-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Mouretsu★Yonaoshi Guilty!\"", + "link": "https://animethemes.moe/video/Cingeki-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"SUN♡FLOWER\"", + "link": "https://animethemes.moe/video/Cingeki-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kirari's Robo Theme\"", + "link": "https://animethemes.moe/video/Cingeki-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "32407", + "title": "Clockwork Planet", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Clockwork Planet\"", + "link": "https://animethemes.moe/video/ClockworkPlanet-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ClockworkPlanet-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Clockwork Planet\"", + "link": "https://animethemes.moe/video/ClockworkPlanet-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Anti Clockwise\"", + "link": "https://animethemes.moe/video/ClockworkPlanet-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ClockworkPlanet-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32887", + "title": "Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka Gaiden: Sword Oratoria", + "year": "2017", + "themes": [ + { + "name": "OP \"RE-ILLUSION\"", + "link": "https://animethemes.moe/video/DanMachiSwordOratoria-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DanMachiSwordOratoria-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"day by day\"", + "link": "https://animethemes.moe/video/DanMachiSwordOratoria-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DanMachiSwordOratoria-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32901", + "title": "Eromanga-sensei", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Hitorigoto\"", + "link": "https://animethemes.moe/video/EromangaSensei-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EromangaSensei-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Hitorigoto\"", + "link": "https://animethemes.moe/video/EromangaSensei-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EromangaSensei-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"adrenaline!!!\"", + "link": "https://animethemes.moe/video/EromangaSensei-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EromangaSensei-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"adrenaline!!!\"", + "link": "https://animethemes.moe/video/EromangaSensei-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EromangaSensei-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"adrenaline!!!\"", + "link": "https://animethemes.moe/video/EromangaSensei-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EromangaSensei-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"adrenaline!!!\"", + "link": "https://animethemes.moe/video/EromangaSensei-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"adrenaline!!!\"", + "link": "https://animethemes.moe/video/EromangaSensei-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED2 \"Natsuiro Koi Hanabi\"", + "link": "https://animethemes.moe/video/EromangaSensei-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "30778", + "title": "Fairy Tail Movie 2: Dragon Cry", + "year": "2017", + "themes": [ + { + "name": "ED \"WHAT YOU ARE\"", + "link": "https://animethemes.moe/video/FairyTailMovie2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34427", + "title": "Frame Arms Girl", + "year": "2017", + "themes": [ + { + "name": "OP \"Tiny Tiny\"", + "link": "https://animethemes.moe/video/FrameArmsGirl-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"FULLSCRATCH LOVE\" by FA Girls #01", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"FULLSCRATCH LOVE\" by FA Girls #02", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"FULLSCRATCH LOVE\" by FA Girls #03", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"FULLSCRATCH LOVE\" by FA Girls #04", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"FULLSCRATCH LOVE\" by FA Girls #05", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"FULLSCRATCH LOVE\" by FA Girls #06", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"FULLSCRATCH LOVE\" by FA Girls #07", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"FULLSCRATCH LOVE\" by FA Girls #08", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"FULLSCRATCH LOVE\" by FA Girls #09", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"FULLSCRATCH LOVE\" by FA Girls #10", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"FULLSCRATCH LOVE\" by FA Girls #11", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Aogeba Itoshii Furufuru Days\"", + "link": "https://animethemes.moe/video/FrameArmsGirl-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "33203", + "title": "Fukumenkei Noise", + "year": "2017", + "themes": [ + { + "name": "OP1 \"High School [ANIME SIDE] -Bootleg-\"", + "link": "https://animethemes.moe/video/FukumenkeiNoise-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"High School [ANIME SIDE] -Alternative-\"", + "link": "https://animethemes.moe/video/FukumenkeiNoise-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Canaria [ANIME SIDE]\"", + "link": "https://animethemes.moe/video/FukumenkeiNoise-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Noise\"", + "link": "https://animethemes.moe/video/FukumenkeiNoise-OP4.webm", + "type": "opening" + }, + { + "name": "ED \"Allegro\"", + "link": "https://animethemes.moe/video/FukumenkeiNoise-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32936", + "title": "Gin no Guardian", + "year": "2017", + "themes": [ + { + "name": "OP \"Mamori Tsunagu\"", + "link": "https://animethemes.moe/video/GinNoGuardian-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GinNoGuardian-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"The Game\"", + "link": "https://animethemes.moe/video/GinNoGuardian-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GinNoGuardian-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31629", + "title": "Granblue Fantasy The Animation", + "year": "2017", + "themes": [ + { + "name": "OP \"GO\"", + "link": "https://animethemes.moe/video/GranblueFantasyTV-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GranblueFantasyTV-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Sora no Parade\"", + "link": "https://animethemes.moe/video/GranblueFantasyTV-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GranblueFantasyTV-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Sora no Parade\"", + "link": "https://animethemes.moe/video/GranblueFantasyTV-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "33948", + "title": "Hinako Note", + "year": "2017", + "themes": [ + { + "name": "OP \"A E I U E O Ao!\"", + "link": "https://animethemes.moe/video/HinakoNote-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HinakoNote-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Curtain Call!!!!!\"", + "link": "https://animethemes.moe/video/HinakoNote-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HinakoNote-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33797", + "title": "ID-0", + "year": "2017", + "themes": [ + { + "name": "OP \"ID-0\"", + "link": "https://animethemes.moe/video/IDZero-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IDZero-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Stellar Compass\"", + "link": "https://animethemes.moe/video/IDZero-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IDZero-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34787", + "title": "Idol Time PriPara", + "year": "2017", + "themes": [ + { + "name": "OP1 V1 \"Just be yourself\"", + "link": "https://animethemes.moe/video/IdolTimePripara-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Just be yourself\"", + "link": "https://animethemes.moe/video/IdolTimePripara-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Saijoukyuu Paradox\"", + "link": "https://animethemes.moe/video/IdolTimePripara-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 V1 \"Memorial\"", + "link": "https://animethemes.moe/video/IdolTimePripara-OP3.webm", + "type": "opening" + }, + { + "name": "OP3 V2 \"Memorial\"", + "link": "https://animethemes.moe/video/IdolTimePripara-OP3v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Idol:Time!!\"", + "link": "https://animethemes.moe/video/IdolTimePripara-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Idol:Time!!\"", + "link": "https://animethemes.moe/video/IdolTimePripara-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Idol:Time!!\"", + "link": "https://animethemes.moe/video/IdolTimePripara-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Idol:Time!!\"", + "link": "https://animethemes.moe/video/IdolTimePripara-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Idol:Time!!\"", + "link": "https://animethemes.moe/video/IdolTimePripara-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED2 \"Heartful♡Dream\"", + "link": "https://animethemes.moe/video/IdolTimePripara-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"WELCOME TO DREAM\"", + "link": "https://animethemes.moe/video/IdolTimePripara-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Rainbow Melody\"", + "link": "https://animethemes.moe/video/IdolTimePripara-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Believe My DREAM!\"", + "link": "https://animethemes.moe/video/IdolTimePripara-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "33840", + "title": "Kabukibu!", + "year": "2017", + "themes": [ + { + "name": "OP \"Running High\"", + "link": "https://animethemes.moe/video/Kabukibu-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"O EDO\"", + "link": "https://animethemes.moe/video/Kabukibu-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"O EDO\"", + "link": "https://animethemes.moe/video/Kabukibu-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "33532", + "title": "Kaitou Tenshi Twin Angel (TV)", + "year": "2017", + "themes": [ + { + "name": "OP \"Love♥Jewelry♪Angel☆Break!!\"", + "link": "https://animethemes.moe/video/KaitouTenshiTwinAngelTV-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaitouTenshiTwinAngelTV-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Break Kurumi Milk Club!\"", + "link": "https://animethemes.moe/video/KaitouTenshiTwinAngelTV-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaitouTenshiTwinAngelTV-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Maguro Sabaki Mars\"", + "link": "https://animethemes.moe/video/KaitouTenshiTwinAngelTV-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Lovely Party Pittarii Angel!!\"", + "type": "ending" + } + ] + }, + { + "id": "34006", + "title": "Kakuchou Shoujo-kei Trinary", + "year": "2017", + "themes": [ + { + "name": "OP \"Tech Tra! -Yumemille feuille guruRemiX.-\"", + "link": "https://animethemes.moe/video/KakuchouShoujokeiTrinary-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"The Truly Lovely Show!!\"", + "link": "https://animethemes.moe/video/KakuchouShoujokeiTrinary-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34501", + "title": "Kenka Banchou Otome: Girl Beats Boys", + "year": "2017", + "themes": [ + { + "name": "OP \"Love Sniper\"", + "link": "https://animethemes.moe/video/KenkaBanchouOtome-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gankou Signal\"", + "link": "https://animethemes.moe/video/KenkaBanchouOtome-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34106", + "title": "Kyoukai no Rinne (TV) 3rd Season", + "year": "2017", + "themes": [ + { + "name": "OP1 \"SHINY\"", + "link": "https://animethemes.moe/video/KyoukaiNoRinneS3-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Setsuna Yumemishi\"", + "link": "https://animethemes.moe/video/KyoukaiNoRinneS3-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Suki nano Kana\"", + "link": "https://animethemes.moe/video/KyoukaiNoRinneS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Puzzle\"", + "link": "https://animethemes.moe/video/KyoukaiNoRinneS3-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34402", + "title": "Love Kome: We Love Rice", + "year": "2017", + "themes": [ + { + "name": "ED \"Ranman Hikou: ~Love Rice ver.~\"", + "link": "https://animethemes.moe/video/LoveKome-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34591", + "title": "Natsume Yuujinchou Roku", + "year": "2017", + "themes": [ + { + "name": "OP \"Floria\"", + "link": "https://animethemes.moe/video/NatsumeYuujinchouRoku-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NatsumeYuujinchouRoku-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kimi no Uta\"", + "link": "https://animethemes.moe/video/NatsumeYuujinchouRoku-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NatsumeYuujinchouRoku-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34978", + "title": "Nobunaga no Shinobi: Ise Kanegasaki-hen", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Shirayuki\"", + "link": "https://animethemes.moe/video/NobunagaNoShinobiS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hana no Kage\"", + "link": "https://animethemes.moe/video/NobunagaNoShinobiS2-OP2.webm", + "type": "opening" + } + ] + }, + { + "id": "34262", + "title": "Oushitsu Kyoushi Haine", + "year": "2017", + "themes": [ + { + "name": "OP \"Shoppai Namida\"", + "link": "https://animethemes.moe/video/OushitsuKyoushiHaine-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Prince Night ~Doko ni Ita no sa!? MY PRINCESS~\"", + "link": "https://animethemes.moe/video/OushitsuKyoushiHaine-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34799", + "title": "PriPri Chii-chan!!", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Tokubetsu Ichiban!!\"", + "link": "https://animethemes.moe/video/PriPriChiiChan-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Twins\"", + "link": "https://animethemes.moe/video/PriPriChiiChan-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Colorful\"", + "link": "https://animethemes.moe/video/PriPriChiiChan-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Honey and Loops\"", + "link": "https://animethemes.moe/video/PriPriChiiChan-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Honey and Loops\"", + "link": "https://animethemes.moe/video/PriPriChiiChan-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Honey and Loops\"", + "link": "https://animethemes.moe/video/PriPriChiiChan-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 \"Fuwari, Korori, Karan Koron\"", + "link": "https://animethemes.moe/video/PriPriChiiChan-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Uchouten Traveler\"", + "link": "https://animethemes.moe/video/PriPriChiiChan-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "34561", + "title": "Re:Creators", + "year": "2017", + "themes": [ + { + "name": "OP1 \"gravityWall\"", + "link": "https://animethemes.moe/video/ReCreators-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"sh0ut\"", + "link": "https://animethemes.moe/video/ReCreators-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"NEWLOOK\"", + "link": "https://animethemes.moe/video/ReCreators-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"world Étude\"", + "link": "https://animethemes.moe/video/ReCreators-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Rubikon\"", + "link": "https://animethemes.moe/video/ReCreators-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "32262", + "title": "Renai Boukun", + "year": "2017", + "themes": [ + { + "name": "OP \"Koi? de Ai? de Boukun desu!\"", + "link": "https://animethemes.moe/video/RenaiBoukun-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RenaiBoukun-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"'Suku' wo Oshiete\"", + "link": "https://animethemes.moe/video/RenaiBoukun-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RenaiBoukun-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"'Suki' wo Oshiete Kudasai\"", + "link": "https://animethemes.moe/video/RenaiBoukun-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32951", + "title": "Rokudenashi Majutsu Koushi to Akashic Records", + "year": "2017", + "themes": [ + { + "name": "OP \"Blow out\"", + "link": "https://animethemes.moe/video/AkashicRecords-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Precious You☆\"", + "link": "https://animethemes.moe/video/AkashicRecords-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34393", + "title": "Room Mate", + "year": "2017", + "themes": [ + { + "name": "ED \"Kimiiro Smile\"", + "link": "https://animethemes.moe/video/RoomMate-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30727", + "title": "Saenai Heroine no Sodatekata ♭", + "year": "2017", + "themes": [ + { + "name": "OP \"Stella Breeze\"", + "link": "https://animethemes.moe/video/SaekanoS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaekanoS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Sakura-iro Diary\"", + "link": "https://animethemes.moe/video/SaekanoS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaekanoS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Seishun prologue\"", + "link": "https://animethemes.moe/video/SaekanoS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "35338", + "title": "Saenai Heroine no Sodatekata ♭: Koi to Junjou no Service Kai", + "year": "2017", + "themes": [ + { + "name": "OP \"Stella Breeze\"", + "link": "https://animethemes.moe/video/SaekanoS2EpZero-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"365-iro Palette\"", + "link": "https://animethemes.moe/video/SaekanoS2EpZero-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34494", + "title": "Sakura Quest", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Morning Glory\"", + "link": "https://animethemes.moe/video/SakuraQuest-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SakuraQuest-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Lupinus\"", + "link": "https://animethemes.moe/video/SakuraQuest-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Freesia\"", + "link": "https://animethemes.moe/video/SakuraQuest-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Freesia\"", + "link": "https://animethemes.moe/video/SakuraQuest-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Baby's Breath\"", + "link": "https://animethemes.moe/video/SakuraQuest-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Baby's Breath\"", + "link": "https://animethemes.moe/video/SakuraQuest-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "34102", + "title": "Sakurada Reset", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Reset ~Acoustic Version~\"", + "link": "https://animethemes.moe/video/SakuradaReset-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Reset\"", + "link": "https://animethemes.moe/video/SakuradaReset-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SakuradaReset-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP3 \"Dakara Boku wa Boku wo Tebanasu\"", + "link": "https://animethemes.moe/video/SakuradaReset-OP3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SakuradaReset-OP3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Tonari Au\"", + "link": "https://animethemes.moe/video/SakuradaReset-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SakuradaReset-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Colors of Happiness\"", + "link": "https://animethemes.moe/video/SakuradaReset-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SakuradaReset-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Colors of Happiness\"", + "link": "https://animethemes.moe/video/SakuradaReset-ED2v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SakuradaReset-ED2v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32032", + "title": "Seikaisuru Kado", + "year": "2017", + "themes": [ + { + "name": "OP \"Tabiuta\"", + "link": "https://animethemes.moe/video/SeikaisuruKado-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SeikaisuruKado-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Eien no Kotae\"", + "link": "https://animethemes.moe/video/SeikaisuruKado-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SeikaisuruKado-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "30736", + "title": "Shingeki no Bahamut: Virgin Soul", + "year": "2017", + "themes": [ + { + "name": "OP1 \"LET iT END\"", + "link": "https://animethemes.moe/video/ShingekiNoBahamutVirginSoul-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Walk This Way\"", + "link": "https://animethemes.moe/video/ShingekiNoBahamutVirginSoul-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Haikei Goodbye Sayounara\"", + "link": "https://animethemes.moe/video/ShingekiNoBahamutVirginSoul-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Cinderella step\"", + "link": "https://animethemes.moe/video/ShingekiNoBahamutVirginSoul-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "25777", + "title": "Shingeki no Kyojin Season 2", + "year": "2017", + "themes": [ + { + "name": "OP \"Shinzou wo Sasageyo!\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Yuugure no Tori\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShingekiNoKyojinS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33502", + "title": "Shuumatsu Nani Shitemasu ka? Isogashii desu ka? Sukutte Moratte Ii desu ka?", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Scarborough Fair\"", + "link": "https://animethemes.moe/video/SukaSuka-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SukaSuka-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"DEAREST DROP\"", + "link": "https://animethemes.moe/video/SukaSuka-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SukaSuka-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"From\"", + "link": "https://animethemes.moe/video/SukaSuka-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SukaSuka-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kinema\"", + "link": "https://animethemes.moe/video/SukaSuka-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ever be my love\"", + "link": "https://animethemes.moe/video/SukaSuka-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "33834", + "title": "Sin: Nanatsu no Taizai", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"My Sweet Maiden\"", + "link": "https://animethemes.moe/video/SinNanatsuNoTaizai-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"My Sweet Maiden\"", + "link": "https://animethemes.moe/video/SinNanatsuNoTaizai-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Welcome to our diabolic paradise\"", + "link": "https://animethemes.moe/video/SinNanatsuNoTaizai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34823", + "title": "Souryo to Majiwaru Shikiyoku no Yoru ni...", + "year": "2017", + "themes": [ + { + "name": "ED \"Meaning of Life\"", + "link": "https://animethemes.moe/video/SouryoToMajiwaruShikiyokuNoYoruNi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33362", + "title": "Starmyu 2nd Season", + "year": "2017", + "themes": [ + { + "name": "OP \"SHOW MUST GO ON!!\"", + "link": "https://animethemes.moe/video/StarmyuS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gift\"", + "link": "https://animethemes.moe/video/StarmyuS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34741", + "title": "Tomica Hyper Rescue Drive Head: Kidou Kyuukyuu Keisatsu", + "year": "2017", + "themes": [ + { + "name": "OP \"Wacha-Gacha!\"", + "link": "https://animethemes.moe/video/DriveHead-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nayameru Hero\"", + "link": "https://animethemes.moe/video/DriveHead-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34019", + "title": "Tsugumomo", + "year": "2017", + "themes": [ + { + "name": "OP \"METAMORISER\"", + "link": "https://animethemes.moe/video/Tsugumomo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tsugumomo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"I4U\"", + "link": "https://animethemes.moe/video/Tsugumomo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Tsugumomo-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34822", + "title": "Tsuki ga Kirei", + "year": "2017", + "themes": [ + { + "name": "OP \"Imakoko\"", + "link": "https://animethemes.moe/video/TsukiGaKirei-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Tsuki ga Kirei\"", + "link": "https://animethemes.moe/video/TsukiGaKirei-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Tsuki ga Kirei\"", + "link": "https://animethemes.moe/video/TsukiGaKirei-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "34076", + "title": "Uchouten Kazoku 2", + "year": "2017", + "themes": [ + { + "name": "OP \"Nasagumama, Sawagumama\"", + "link": "https://animethemes.moe/video/UchoutenKazokuS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Moon River\"", + "link": "https://animethemes.moe/video/UchoutenKazokuS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34550", + "title": "Warau Salesman New", + "year": "2017", + "themes": [ + { + "name": "OP \"Don't\"", + "link": "https://animethemes.moe/video/WarauSalesmanNew-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Don! Yarare Chatta Bushi\"", + "link": "https://animethemes.moe/video/WarauSalesmanNew-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34792", + "title": "Yoake Tsugeru Lu no Uta", + "year": "2017", + "themes": [ + { + "name": "ED \"Utautai no Ballad\"", + "link": "https://animethemes.moe/video/YoakeTsugeruLuNoUta-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34537", + "title": "Yoru wa Mijikashi Arukeyo Otome", + "year": "2017", + "themes": [ + { + "name": "ED \"Kouya wo Aruke\"", + "link": "https://animethemes.moe/video/YoruWaMijikashiArukeYoOtome-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34866", + "title": "Yu☆Gi☆Oh! VRAINS", + "year": "2017", + "themes": [ + { + "name": "OP1 \"With The Wind\"", + "link": "https://animethemes.moe/video/YGOVRAINS-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"go forward\"", + "link": "https://animethemes.moe/video/YGOVRAINS-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"calling\"", + "link": "https://animethemes.moe/video/YGOVRAINS-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Believe In Magic\"", + "link": "https://animethemes.moe/video/YGOVRAINS-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Writing Life\"", + "link": "https://animethemes.moe/video/YGOVRAINS-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"BOY\"", + "link": "https://animethemes.moe/video/YGOVRAINS-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"glory\"", + "link": "https://animethemes.moe/video/YGOVRAINS-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Are you ready?\"", + "link": "https://animethemes.moe/video/YGOVRAINS-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "34375", + "title": "Yuuki Yuuna wa Yuusha de Aru: Washio Sumi no Shou Movie 2 - Tamashii", + "year": "2017", + "themes": [ + { + "name": "OP \"Sakiwau Hana\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShouTamashii-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tamashii\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShouTamashii-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34176", + "title": "Zero kara Hajimeru Mahou no Sho", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Hakkensha wa Watashi\"", + "link": "https://animethemes.moe/video/ZeroNoSyo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZeroNoSyo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Hakkensha wa Watashi\"", + "link": "https://animethemes.moe/video/ZeroNoSyo-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZeroNoSyo-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Hakkensha wa Watashi\"", + "link": "https://animethemes.moe/video/ZeroNoSyo-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZeroNoSyo-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V4 \"Hakkensha wa Watashi\"", + "link": "https://animethemes.moe/video/ZeroNoSyo-OP1v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZeroNoSyo-OP1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hajimari no Shirushi\"", + "link": "https://animethemes.moe/video/ZeroNoSyo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ZeroNoSyo-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33337", + "title": "ACCA: 13-ku Kansatsu-ka", + "year": "2017", + "themes": [ + { + "name": "OP \"Shadow and Truth\"", + "link": "https://animethemes.moe/video/ACCA-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ACCA-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Pale Moon ga Yureteru\"", + "link": "https://animethemes.moe/video/ACCA-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ACCA-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Our Place\"", + "link": "https://animethemes.moe/video/ACCA-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34051", + "title": "Akiba's Trip The Animation", + "year": "2017", + "themes": [ + { + "name": "OP \"Ikken Rakuchaku Goyoujin\"", + "link": "https://animethemes.moe/video/AkibasTrip-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AkibasTrip-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"B Ambitious!\"", + "link": "https://animethemes.moe/video/AkibasTrip-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rira Mirai\"", + "link": "https://animethemes.moe/video/AkibasTrip-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Sanki Tousen!\" by Earphones", + "link": "https://animethemes.moe/video/AkibasTrip-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Sanki Tousen!\" by Earphones", + "link": "https://animethemes.moe/video/AkibasTrip-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED4 \"Sanki Tousen!\" by Manias", + "link": "https://animethemes.moe/video/AkibasTrip-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Chou Hannou Girl\"", + "link": "https://animethemes.moe/video/AkibasTrip-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Kokoro no Memory\"", + "link": "https://animethemes.moe/video/AkibasTrip-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Koi ni Shinzan!\"", + "link": "https://animethemes.moe/video/AkibasTrip-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Fighting☆Dramatic\"", + "link": "https://animethemes.moe/video/AkibasTrip-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Sekai Jyuu no AKIHABARA de\"", + "link": "https://animethemes.moe/video/AkibasTrip-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Kuufuku kara Yarinaose!\"", + "link": "https://animethemes.moe/video/AkibasTrip-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"DIVE TO LIVE\"", + "link": "https://animethemes.moe/video/AkibasTrip-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "33506", + "title": "Ao no Exorcist: Kyoto Fujouou-hen", + "year": "2017", + "themes": [ + { + "name": "OP \"Itteki no Eikyou\"", + "link": "https://animethemes.moe/video/AoNoExorcistS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AoNoExorcistS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kono Te de\"", + "link": "https://animethemes.moe/video/AoNoExorcistS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AoNoExorcistS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33573", + "title": "BanG Dream!", + "year": "2017", + "themes": [ + { + "name": "OP \"Tokimeki Experience!\"", + "link": "https://animethemes.moe/video/BangDream-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BanGDream-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Don't be afraid\"", + "link": "https://animethemes.moe/video/BangDream-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kira Kira datoka Yume datoka ~Sing Girls~\"", + "link": "https://animethemes.moe/video/BangDream-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BanGDream-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "28833", + "title": "Chain Chronicle: Haecceitas no Hikari", + "year": "2017", + "themes": [ + { + "name": "OP \"MY LIBERATION\"", + "link": "https://animethemes.moe/video/ChainChronicle-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChainChronicle-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"True Destiny\"", + "link": "https://animethemes.moe/video/ChainChronicle-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChainChronicle-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "30485", + "title": "ChäoS;Child", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Uncontrollable\"", + "link": "https://animethemes.moe/video/ChaosChild-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChaosChild-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Uncontrollable\"", + "link": "https://animethemes.moe/video/ChaosChild-OP1v2-NCBD1080.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Uncontrollable\"", + "link": "https://animethemes.moe/video/ChaosChild-OP1v3-NCBD1080.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Chaos Syndrome\"", + "link": "https://animethemes.moe/video/ChaosChild-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChaosChild-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Chaos Syndrome\"", + "link": "https://animethemes.moe/video/ChaosChild-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Chaos Syndrome\"", + "link": "https://animethemes.moe/video/ChaosChild-ED1v3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34753", + "title": "ChäoS;Child Episode 0", + "year": "2017", + "themes": [ + { + "name": "ED \"Find the blue\"", + "link": "https://animethemes.moe/video/ChaosChildEpZero-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34088", + "title": "Chiruran: Nibun no Ichi", + "year": "2017", + "themes": [ + { + "name": "OP \"Boku no Te ni Fureru na\"", + "link": "https://animethemes.moe/video/Chiruran-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "34295", + "title": "Choboraunyopomi Gekijou Dai San Maku Ai Mai Mii: Surgical Friends", + "year": "2017", + "themes": [ + { + "name": "OP \"Zenin Shuugou, Ai Mai Mii!!!\"", + "link": "https://animethemes.moe/video/AiMaiMiiSurgicalFriends-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "33988", + "title": "Demi-chan wa Kataritai", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Original.\"", + "link": "https://animethemes.moe/video/DemiChanWaKataritai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DemiChanWaKataritai-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Original.\"", + "link": "https://animethemes.moe/video/DemiChanWaKataritai-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Fairy Tale\"", + "link": "https://animethemes.moe/video/DemiChanWaKataritai-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DemiChanWaKataritai-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32878", + "title": "ēlDLIVE", + "year": "2017", + "themes": [ + { + "name": "OP \"Our sympathy\"", + "link": "https://animethemes.moe/video/Eldlive-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi no Koe ga....\"", + "link": "https://animethemes.moe/video/Eldlive-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33743", + "title": "Fuuka", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Climber's High!\"", + "link": "https://animethemes.moe/video/Fuuka-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Climber's High!\"", + "link": "https://animethemes.moe/video/Fuuka-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Fuuka-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Watashi no Sekai\"", + "link": "https://animethemes.moe/video/Fuuka-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Fuuka-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yuki Hanabi\"", + "link": "https://animethemes.moe/video/Fuuka-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Fuuka-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Fair Wind\"", + "link": "https://animethemes.moe/video/Fuuka-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "33731", + "title": "Gabriel DropOut", + "year": "2017", + "themes": [ + { + "name": "OP \"Gabriel Drop Kick\"", + "link": "https://animethemes.moe/video/GabrielDropout-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GabrielDropout-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GabrielDropout-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Hallelujah☆Essaim\"", + "link": "https://animethemes.moe/video/GabrielDropout-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GabrielDropout-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GabrielDropout-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Gabriel no Kazoeuta\"", + "link": "https://animethemes.moe/video/GabrielDropout-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GabrielDropout-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34096", + "title": "Gintama.", + "year": "2017", + "themes": [ + { + "name": "OP \"Kagerou\"", + "link": "https://animethemes.moe/video/GintamaS5-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS5-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"SILVER\"", + "link": "https://animethemes.moe/video/GintamaS5-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS5-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32981", + "title": "Hand Shakers", + "year": "2017", + "themes": [ + { + "name": "OP \"One Hand Message\"", + "link": "https://animethemes.moe/video/HandShakers-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HandShakers-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Yume Miru Ame\"", + "link": "https://animethemes.moe/video/HandShakers-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HandShakers-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33204", + "title": "Hirune Hime: Shiranai Watashi no Monogatari", + "year": "2017", + "themes": [ + { + "name": "ED \"Day Dream Believer\"", + "link": "https://animethemes.moe/video/HiruneHime-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34028", + "title": "Idol Jihen", + "year": "2017", + "themes": [ + { + "name": "OP \"Utae! Ai no Kouyaku\"", + "link": "https://animethemes.moe/video/IdolJihen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Respect\"", + "link": "https://animethemes.moe/video/IdolJihen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33089", + "title": "Kemono Friends", + "year": "2017", + "themes": [ + { + "name": "OP \"Youkoso Japari Park e\"", + "link": "https://animethemes.moe/video/KemonoFriends-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Boku no Friend\"", + "link": "https://animethemes.moe/video/KemonoFriends-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KemonoFriends-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Boku no Friend\"", + "link": "https://animethemes.moe/video/KemonoFriends-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Boku no Friend\"", + "link": "https://animethemes.moe/video/KemonoFriends-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "34290", + "title": "Kirakira☆Precure A La Mode", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"SHINE!! Kirakira☆Precure A La Mode\"", + "link": "https://animethemes.moe/video/KiraKiraPrecure-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"SHINE!! Kirakira☆Precure A La Mode\"", + "link": "https://animethemes.moe/video/KiraKiraPrecure-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Let's La Cooking☆Show Time\"", + "link": "https://animethemes.moe/video/KiraKiraPrecure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shooby Dooby☆Sweet Time\"", + "link": "https://animethemes.moe/video/KiraKiraPrecure-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tres Bien-semble!!\"", + "link": "https://animethemes.moe/video/KiraKiraPrecure-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "31758", + "title": "Kizumonogatari III: Reiketsu-hen", + "year": "2017", + "themes": [ + { + "name": "ED \"étoile et toi [édition le blanc]\"", + "link": "https://animethemes.moe/video/Kizumonogatari3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33206", + "title": "Kobayashi-san Chi no Maid Dragon", + "year": "2017", + "themes": [ + { + "name": "OP \"Aozora no Rhapsody\"", + "link": "https://animethemes.moe/video/KobayashiSanChiNoMaidDragon-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KobayashiSanChiNoMaidDragon-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Ishukan Communication\"", + "link": "https://animethemes.moe/video/KobayashiSanChiNoMaidDragon-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KobayashiSanChiNoMaidDragon-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32937", + "title": "Kono Subarashii Sekai ni Shukufuku wo! 2", + "year": "2017", + "themes": [ + { + "name": "OP \"TOMORROW\"", + "link": "https://animethemes.moe/video/KonosubaS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ouchi ni Kaeritai\"", + "link": "https://animethemes.moe/video/KonosubaS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34389", + "title": "Koro-sensei Quest!", + "year": "2017", + "themes": [ + { + "name": "OP \"Re:Quest!\"", + "link": "https://animethemes.moe/video/KoroSenseiQuest-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Seishun Satsubatsu-ron Remix\"", + "link": "https://animethemes.moe/video/KoroSenseiQuest-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mata Kimi ni Aeru Hi\"", + "link": "https://animethemes.moe/video/KoroSenseiQuest-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "33520", + "title": "Koutetsujou no Kabaneri Movie 2: Moeru Inochi", + "year": "2017", + "themes": [ + { + "name": "ED \"ninelie <cry-v>\"", + "link": "https://animethemes.moe/video/KoutetsujouNoKabaneriMovie2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32949", + "title": "Kuzu no Honkai", + "year": "2017", + "themes": [ + { + "name": "OP \"Uso no Hibana\"", + "link": "https://animethemes.moe/video/KuzuNoHonkai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KuzuNoHonkai-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Heikousen\"", + "link": "https://animethemes.moe/video/KuzuNoHonkai-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KuzuNoHonkai-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33489", + "title": "Little Witch Academia (TV)", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Shiny Ray\"", + "link": "https://animethemes.moe/video/LittleWitchAcademiaTV-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LittleWitchAcademiaTV-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"MIND CONDUCTOR\"", + "link": "https://animethemes.moe/video/LittleWitchAcademiaTV-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LittleWitchAcademiaTV-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Hoshi wo Todoreba\"", + "link": "https://animethemes.moe/video/LittleWitchAcademiaTV-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LittleWitchAcademiaTV-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Hoshi wo Todoreba\"", + "link": "https://animethemes.moe/video/LittleWitchAcademiaTV-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Toumei na Tsubasa\"", + "link": "https://animethemes.moe/video/LittleWitchAcademiaTV-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LittleWitchAcademiaTV-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34021", + "title": "Lupin the IIIrd: Chikemuri no Ishikawa Goemon", + "year": "2017", + "themes": [ + { + "name": "ED \"SATORI\"", + "link": "https://animethemes.moe/video/LupinChikemuriNoIshikawaGoemon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33487", + "title": "Masamune-kun no Revenge", + "year": "2017", + "themes": [ + { + "name": "OP \"Wagamama MIRROR HEART\"", + "link": "https://animethemes.moe/video/MasamuneKunNoRevenge-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MasamuneKunNoRevenge-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Elemental World\"", + "link": "https://animethemes.moe/video/MasamuneKunNoRevenge-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31422", + "title": "Minami Kamakura Koukou Joshi Jitensha-bu", + "year": "2017", + "themes": [ + { + "name": "OP \"Jitensha ni Hana wa Mau\"", + "link": "https://animethemes.moe/video/MinamiKamakuraHSCC-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MinamiKamakuraHSCC-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Niji Yume Road\"", + "link": "https://animethemes.moe/video/MinamiKamakuraHSCC-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MinamiKamakuraHSCC-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34391", + "title": "Mobile Suit Gundam Thunderbolt 2nd Season", + "year": "2017", + "themes": [ + { + "name": "ED1 \"Acrobatic Fight-1\"", + "link": "https://animethemes.moe/video/GundamThunderboltS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hone Kudakarete Mo\"", + "link": "https://animethemes.moe/video/GundamThunderboltS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kushimotobushi\"", + "link": "https://animethemes.moe/video/GundamThunderboltS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Iroaku\"", + "link": "https://animethemes.moe/video/GundamThunderboltS2-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "34414", + "title": "Nanbaka (2017)", + "year": "2017", + "themes": [ + { + "name": "OP \"Rin! Rin! Hi! Hi!\"", + "link": "https://animethemes.moe/video/NanbakaS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nanbaka Datsugoku Riron♪!\"", + "type": "ending" + } + ] + }, + { + "id": "34148", + "title": "Nyanko Days", + "year": "2017", + "themes": [ + { + "name": "ED \"Nyanko is L♥VE!\"", + "link": "https://animethemes.moe/video/NyankoDays-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NyankoDays-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "34392", + "title": "One Room", + "year": "2017", + "themes": [ + { + "name": "ED1 \"Harumachi Clover\"", + "link": "https://animethemes.moe/video/OneRoom-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Natsuzora Yell\"", + "link": "https://animethemes.moe/video/OneRoom-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kibou Refrain\"", + "link": "https://animethemes.moe/video/OneRoom-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "33983", + "title": "Onihei", + "year": "2017", + "themes": [ + { + "name": "OP \"Onihei: Edo wo Hashiru\"", + "link": "https://animethemes.moe/video/Onihei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Soshite.. Ikinasai\"", + "link": "https://animethemes.moe/video/Onihei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33447", + "title": "Piace: Watashi no Italian", + "year": "2017", + "themes": [ + { + "name": "ED1 \"Honjitsu no Tobikiri Buouno! ~Iberico Buta no Sage Kaze Poele~\"", + "link": "https://animethemes.moe/video/Piace-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34302", + "title": "Precure Dream Stars! Movie", + "year": "2017", + "themes": [ + { + "name": "OP \"Sakura Mission ~Precure Relation~\"", + "link": "https://animethemes.moe/video/PrecureDreamStars-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi wo Yobu Basho\"", + "link": "https://animethemes.moe/video/PrecureDreamStars-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33019", + "title": "Reikenzan: Eichi e no Shikaku", + "year": "2017", + "themes": [ + { + "name": "OP \"Genkai Kentobashite\"", + "link": "https://animethemes.moe/video/ReikenzanS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chikara ni Kaeta\"", + "link": "https://animethemes.moe/video/ReikenzanS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34126", + "title": "Rewrite 2nd Season", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Tabi\"", + "link": "https://animethemes.moe/video/RewriteS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Last Desire\"", + "link": "https://animethemes.moe/video/RewriteS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Daisy Memory\"", + "link": "https://animethemes.moe/video/RewriteS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"a seed leaf\"", + "link": "https://animethemes.moe/video/RewriteS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Watari no Uta\"", + "link": "https://animethemes.moe/video/RewriteS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Instincts\"", + "link": "https://animethemes.moe/video/RewriteS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Canoe\"", + "link": "https://animethemes.moe/video/RewriteS2-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "34549", + "title": "Ryuu no Haisha", + "year": "2017", + "themes": [ + { + "name": "OP \"Bokura ga Tabi ni Deru Riyuu\"", + "link": "https://animethemes.moe/video/RyuuNoHaisha-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Bokura ga Tabi ni Deru Riyuu\"", + "link": "https://animethemes.moe/video/RyuuNoHaisha-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34289", + "title": "Schoolgirl Strikers: Animation Channel", + "year": "2017", + "themes": [ + { + "name": "OP \"Mirai-kei Strikers\"", + "link": "https://animethemes.moe/video/SchoolgirlStrikers-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kitto Wonderful!\"", + "link": "https://animethemes.moe/video/SchoolgirlStrikers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33836", + "title": "Seiren", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Kimi no Hana\"", + "link": "https://animethemes.moe/video/Seiren-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Seiren-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Kimi no Hana\"", + "link": "https://animethemes.moe/video/Seiren-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Seiren-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Kimi no Hana\"", + "link": "https://animethemes.moe/video/Seiren-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Seiren-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Shunkan Happening\"", + "link": "https://animethemes.moe/video/Seiren-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Seiren-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Akane-iro ni Kakushite\"", + "link": "https://animethemes.moe/video/Seiren-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Muteki no Megami\"", + "link": "https://animethemes.moe/video/Seiren-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Seiren-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kimi to Yozora to Fortune to\"", + "link": "https://animethemes.moe/video/Seiren-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Koi no Theory\"", + "link": "https://animethemes.moe/video/Seiren-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Seiren-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Futari Fuwari Ra\"", + "link": "https://animethemes.moe/video/Seiren-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "33095", + "title": "Shouwa Genroku Rakugo Shinjuu: Sukeroku Futatabi-hen", + "year": "2017", + "themes": [ + { + "name": "OP V1 \"Imawa no Shinigami\"", + "link": "https://animethemes.moe/video/RakugoShinjuS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Imawa no Shinigami\"", + "link": "https://animethemes.moe/video/RakugoShinjuS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Hikobayuru\"", + "link": "https://animethemes.moe/video/RakugoShinjuS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33605", + "title": "Spiritpact", + "year": "2017", + "themes": [ + { + "name": "OP \"Mugendai\"", + "link": "https://animethemes.moe/video/Spiritpact-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Endless Stories\"", + "link": "https://animethemes.moe/video/Spiritpact-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33417", + "title": "Super Lovers 2", + "year": "2017", + "themes": [ + { + "name": "OP \"Hare-iro Melody\"", + "link": "https://animethemes.moe/video/SuperLoversS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gyun to Love Song\"", + "link": "https://animethemes.moe/video/SuperLoversS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31765", + "title": "Sword Art Online Movie: Ordinal Scale", + "year": "2017", + "themes": [ + { + "name": "ED \"Catch the Moment\"", + "link": "https://animethemes.moe/video/SAOOrdinalScale-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34086", + "title": "Tales of Zestiria the X 2nd Season", + "year": "2017", + "themes": [ + { + "name": "OP \"illuminate\"", + "link": "https://animethemes.moe/video/TalesOfZestiriaS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"INNOSENSE\"", + "link": "https://animethemes.moe/video/TalesOfZestiriaS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33581", + "title": "Trinity Seven Movie 1: Eternity Library to Alchemic Girl", + "year": "2017", + "themes": [ + { + "name": "ED \"Last Proof\"", + "link": "https://animethemes.moe/video/TrinitySevenMovie1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33064", + "title": "Uchuu Senkan Yamato 2202: Ai no Senshi-tachi", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Uchuu Senkan Yamato 2202 (Instrumental)\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2202-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Uchuu Senkan Yamato 2202\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2202-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yamato yori Ai wo Komete\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2202-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsuki no Kagami\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2202-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kimi, Hitohira\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2202-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"CRIMSON RED\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2202-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Youranka\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2202-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Ooinaru Wa\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2202-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "32924", + "title": "Urara Meirochou", + "year": "2017", + "themes": [ + { + "name": "OP \"Yumeji Labyrinth\"", + "link": "https://animethemes.moe/video/UraraMeirochou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"go to Romance>>>>>\"", + "link": "https://animethemes.moe/video/UraraMeirochou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34467", + "title": "Yami Shibai 4", + "year": "2017", + "themes": [ + { + "name": "ED \"Yume Oi Bito\"", + "link": "https://animethemes.moe/video/YamiShibaiS4-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32615", + "title": "Youjo Senki", + "year": "2017", + "themes": [ + { + "name": "OP \"JINGO JUNGLE\"", + "link": "https://animethemes.moe/video/YoujoSenki-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Los! Los! Los!\"", + "link": "https://animethemes.moe/video/YoujoSenki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sensen no Realism\"", + "link": "https://animethemes.moe/video/YoujoSenki-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "31783", + "title": "Yowamushi Pedal: New Generation", + "year": "2017", + "themes": [ + { + "name": "OP1 \"Cadence\"", + "link": "https://animethemes.moe/video/YowamushiPedalNewGeneration-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Transit\"", + "link": "https://animethemes.moe/video/YowamushiPedalNewGeneration-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Now or Never\"", + "link": "https://animethemes.moe/video/YowamushiPedalNewGeneration-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Takai Tokoro\"", + "link": "https://animethemes.moe/video/YowamushiPedalNewGeneration-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "34374", + "title": "Yuuki Yuuna wa Yuusha de Aru: Washio Sumi no Shou Movie 1 - Tomodachi", + "year": "2017", + "themes": [ + { + "name": "OP \"Sakiwau Hana\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShouTomodachi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tomodachi\"", + "link": "https://animethemes.moe/video/YuukiYuunaWashioSumiNoShouTomodachi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33035", + "title": "Yuyushiki: Komarasetari, Komarasaretari", + "year": "2017", + "themes": [ + { + "name": "OP \"Kirameki! no Hi\"", + "link": "https://animethemes.moe/video/YuyushikiOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aozora no Tsukurikata\"", + "link": "https://animethemes.moe/video/YuyushikiOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33419", + "title": "12-sai.: Chicchana Mune no Tokimeki 2nd Season", + "year": "2016", + "themes": [ + { + "name": "OP \"Ano ne, Kimi dake ni\"", + "link": "https://animethemes.moe/video/12SaiS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yuuki no Tsubasa\"", + "link": "https://animethemes.moe/video/12SaiS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31646", + "title": "3-gatsu no Lion", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Answer\"", + "link": "https://animethemes.moe/video/SangatsuNoLion-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Sayonara Bystander\"", + "link": "https://animethemes.moe/video/SangatsuNoLion-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Fighter\"", + "link": "https://animethemes.moe/video/SangatsuNoLion-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nyaa Shougi Ondo\"", + "link": "https://animethemes.moe/video/SangatsuNoLion-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"orion\"", + "link": "https://animethemes.moe/video/SangatsuNoLion-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "33253", + "title": "Ajin 2nd Season", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Boku wa Boku de Atte\"", + "link": "https://animethemes.moe/video/AjinS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"The end of escape\"", + "link": "https://animethemes.moe/video/AjinS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Koutei no Sumi ni Futari, Kaze ga Fuite Ima Nara Ieru ka na\"", + "link": "https://animethemes.moe/video/AjinS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31588", + "title": "All Out!!", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Flower\"", + "link": "https://animethemes.moe/video/AllOut-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Seija no Koushin\"", + "link": "https://animethemes.moe/video/AllOut-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Zenryoku Shounen produced by Tamio Okuda\"", + "link": "https://animethemes.moe/video/AllOut-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"No Side\"", + "link": "https://animethemes.moe/video/AllOut-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "33746", + "title": "Anitore! XX", + "year": "2016", + "themes": [ + { + "name": "ED \"Cheer for you♪♬\"", + "link": "https://animethemes.moe/video/AnitoreXX-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33513", + "title": "Ansatsu Kyoushitsu: 365-nichi no Jikan", + "year": "2016", + "themes": [ + { + "name": "ED \"Shigyou no Bell\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsuMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33814", + "title": "Ao Oni The Animation", + "year": "2016", + "themes": [ + { + "name": "ED \"Kimi koso Ao Oni\"", + "link": "https://animethemes.moe/video/AoOni-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33462", + "title": "Bernard-jou Iwaku.", + "year": "2016", + "themes": [ + { + "name": "ED \"Love! Library\"", + "link": "https://animethemes.moe/video/BernardJouIwaku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33541", + "title": "Bishoujo Yuugi Unit Crane Game Girls Galaxy", + "year": "2016", + "themes": [ + { + "name": "OP \"Galaxy Party ~Uchuu no Mannaka de Party Shiyou!~\"", + "link": "https://animethemes.moe/video/CraneGameGirlsS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Zettaiteki Seiten Aozora\"", + "link": "https://animethemes.moe/video/CraneGameGirlsS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33985", + "title": "Bloodivores", + "year": "2016", + "themes": [ + { + "name": "OP \"Atae ga Kyoumei -NENTEN-\"", + "link": "https://animethemes.moe/video/Bloodivores-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"quiet squall\"", + "link": "https://animethemes.moe/video/Bloodivores-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32866", + "title": "Brave Witches", + "year": "2016", + "themes": [ + { + "name": "OP \"Ashita no Tsubasa\"", + "link": "https://animethemes.moe/video/BraveWitches-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Little Wing ~Spirit of LINDBERG~\" by Hikari Karibuchi & Takami Karibuchi", + "link": "https://animethemes.moe/video/BraveWitches-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Little Wing ~Spirit of LINDBERG~\" by Takami Karibuchi & Hikari Karibuchi", + "link": "https://animethemes.moe/video/BraveWitches-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Little Wing ~Spirit of LINDBERG~\" by Hikari Karibuchi, Nikka Edvardine Katajainen & Naoe Kanno", + "link": "https://animethemes.moe/video/BraveWitches-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Little Wing ~Spirit of LINDBERG~\" by Edytha Rossmann & Hikari Karibuchi", + "link": "https://animethemes.moe/video/BraveWitches-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Little Wing ~Spirit of LINDBERG~\" by Sadako Shimohara & Georgette Lemare", + "link": "https://animethemes.moe/video/BraveWitches-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Little Wing ~Spirit of LINDBERG~\" by Aleksandra Ivanovna Pokryshkin & Nikka Edvardine Katajainen", + "link": "https://animethemes.moe/video/BraveWitches-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Little Wing ~Spirit of LINDBERG~\" by Nikka Edvardine Katajainen & Hikari Karibuchi", + "link": "https://animethemes.moe/video/BraveWitches-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Little Wing ~Spirit of LINDBERG~\" by Waltrud Krupinski, Naoe Kanno & Nikka Edvardine Katajainen", + "link": "https://animethemes.moe/video/BraveWitches-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Little Wing ~Spirit of LINDBERG~\" by Naoe Kanno & Hikari Karibuchi", + "link": "https://animethemes.moe/video/BraveWitches-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Little Wing ~Spirit of LINDBERG~\" by Gundula Rall, Takami Karibuchi & Hikari Karibuchi", + "link": "https://animethemes.moe/video/BraveWitches-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Little Wing ~Spirit of LINDBERG~\" by Takami Karibuchi, Naoe Kanno, Nikka Edvardine Katajainen, Waltrud Krupinski, Aleksandra Ivanovna Pokryshkin, Georgette Lemare, Sadako Shimohara, Edytha Rossmann & Gundula Rall", + "link": "https://animethemes.moe/video/BraveWitches-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Little Wing ~Spirit of LINDBERG~\" by Hikari Karibuchi, Takami Karibuchi, Naoe Kanno, Nikka Edvardine Katajainen, Waltrud Krupinski, Aleksandra Ivanovna Pokryshkin, Georgette Lemare, Sadako Shimohara, Edytha Rossmann & Gundula Rall", + "link": "https://animethemes.moe/video/BraveWitches-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "33041", + "title": "Bubuki Buranki: Hoshi no Kyojin", + "year": "2016", + "themes": [ + { + "name": "OP \"Reirou taru Junketsu wa 'Kouen' no Kairai o Hayarase, Gyouten ni Kirameku Akashi o Kizamu.\"", + "link": "https://animethemes.moe/video/BubukiBurankiS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"so beautiful ;- )\"", + "link": "https://animethemes.moe/video/BubukiBurankiS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32867", + "title": "Bungou Stray Dogs 2nd Season", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Reason Living\"", + "link": "https://animethemes.moe/video/BungouStrayDogsS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BungouStrayDogsS2-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Reason Living\"", + "link": "https://animethemes.moe/video/BungouStrayDogsS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BungouStrayDogsS2-OP1v2-BD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Reason Living\"", + "link": "https://animethemes.moe/video/BungouStrayDogsS2-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BungouStrayDogsS2-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kaze ga Fuku Machi\"", + "link": "https://animethemes.moe/video/BungouStrayDogsS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BungouStrayDogsS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33771", + "title": "Cheating Craft", + "year": "2016", + "themes": [ + { + "name": "OP \"Kasoku Suru Trial\"", + "link": "https://animethemes.moe/video/CheatingCraft-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Welcome Future\"", + "link": "https://animethemes.moe/video/CheatingCraft-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31157", + "title": "ClassicaLoid", + "year": "2016", + "themes": [ + { + "name": "OP \"ClassicaLoid: ClassicaLoid no Theme\"", + "link": "https://animethemes.moe/video/Classicaloid-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Jounetsu ni Tsuite Kataru Beki 2, 3, no Shinjitsu ~Denen yori~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ainekuraine Yoru no Music\"", + "link": "https://animethemes.moe/video/Classicaloid-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ai no Ya no Yume\"", + "link": "https://animethemes.moe/video/Classicaloid-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Lullaby\"", + "link": "https://animethemes.moe/video/Classicaloid-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Koutei no Bigaku\"", + "link": "https://animethemes.moe/video/Classicaloid-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Yatterannai Kibun\"", + "link": "https://animethemes.moe/video/Classicaloid-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Honoo no Requiem\"", + "link": "https://animethemes.moe/video/Classicaloid-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Fool Love Rhapsody ~Hungarian Rhapsodies~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Rokugen no Monster ~From Kreutzer Sonata~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Yowa no Tsuki ~From Fantaisie-Impromptu~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Shalala Nayandetemo Kaiketsusen ~From The Nutcracker~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"How to Win! ~From Toccata und Fuge in d-Moll~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Masu\"", + "link": "https://animethemes.moe/video/Classicaloid-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Aah, Endless Dream ~From A Maiden's Prayer~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Boku Futsuu\"", + "link": "https://animethemes.moe/video/Classicaloid-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"4.A.M. Nocturne\"", + "link": "https://animethemes.moe/video/Classicaloid-ED16.webm", + "type": "ending" + }, + { + "name": "ED17 \"Mikan Zombie March ~From Marcia Alla Turca~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED17.webm", + "type": "ending" + }, + { + "name": "ED18 \"Maryoku no Aria\"", + "link": "https://animethemes.moe/video/Classicaloid-ED18.webm", + "type": "ending" + }, + { + "name": "ED19 \"Hakuchou Rock ~From Swan Lake~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED19.webm", + "type": "ending" + }, + { + "name": "ED20 \"Shippuu Dotou ~From Symphony No. 25 in G minor~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED20.webm", + "type": "ending" + }, + { + "name": "ED21 \"Schubert no Maoumichi\"", + "link": "https://animethemes.moe/video/Classicaloid-ED21.webm", + "type": "ending" + }, + { + "name": "ED22 \"Houjou no Yume ~From Für Elise~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED22.webm", + "type": "ending" + }, + { + "name": "ED23 \"Funk Inazuma! ~From Suiten für Violoncello solo~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED23.webm", + "type": "ending" + }, + { + "name": "ED24 \"Subete wa Ai kara ~From Concerts avec plusieurs instruments~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED24.webm", + "type": "ending" + } + ] + }, + { + "id": "33314", + "title": "Digimon Universe: Appli Monsters", + "year": "2016", + "themes": [ + { + "name": "OP1 \"DiVE!!\"", + "link": "https://animethemes.moe/video/DigimonUniverse-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Gatchen!\"", + "link": "https://animethemes.moe/video/DigimonUniverse-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Aoi Honoo no Syndrome\"", + "link": "https://animethemes.moe/video/DigimonUniverse-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ai\"", + "link": "https://animethemes.moe/video/DigimonUniverse-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Little B\"", + "link": "https://animethemes.moe/video/DigimonUniverse-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Perfect World\"", + "link": "https://animethemes.moe/video/DigimonUniverse-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "33045", + "title": "Dream Festival!", + "year": "2016", + "themes": [ + { + "name": "OP \"PLEASURE FLAG\"", + "link": "https://animethemes.moe/video/DreamFestival-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shinai naru Yume e!\"", + "link": "https://animethemes.moe/video/DreamFestival-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31339", + "title": "Drifters", + "year": "2016", + "themes": [ + { + "name": "OP \"Gospel Of The Throttle 狂奔REMIX ver.\"", + "link": "https://animethemes.moe/video/Drifters-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Drifters-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Vermillion\"", + "link": "https://animethemes.moe/video/Drifters-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rurou no Zakuro\"", + "link": "https://animethemes.moe/video/Drifters-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32801", + "title": "Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka OVA", + "year": "2016", + "themes": [ + { + "name": "OP \"Hey World\"", + "link": "https://animethemes.moe/video/DanMachi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi to Boku no 1-nichi\"", + "link": "https://animethemes.moe/video/DanMachiOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34321", + "title": "Fate/Grand Order: First Order", + "year": "2016", + "themes": [ + { + "name": "ED \"Shikisai\"", + "link": "https://animethemes.moe/video/FateGOFirstOrder-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateGOFirstOrder-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "32979", + "title": "Flip Flappers", + "year": "2016", + "themes": [ + { + "name": "OP \"Serendipity\"", + "link": "https://animethemes.moe/video/FlipFlappers-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FlipFlappers-OP1-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FlipFlappers-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"FLIP FLAP FLIP FLAP\"", + "link": "https://animethemes.moe/video/FlipFlappers-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FlipFlappers-ED1-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FlipFlappers-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32948", + "title": "Fune wo Amu", + "year": "2016", + "themes": [ + { + "name": "OP \"Shiokaze\"", + "link": "https://animethemes.moe/video/FuneWoAmu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"I & I\"", + "link": "https://animethemes.moe/video/FuneWoAmu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33392", + "title": "Gakuen Handsome", + "year": "2016", + "themes": [ + { + "name": "OP \"GET!! Yume & DREAM\"", + "link": "https://animethemes.moe/video/GakuenHandsome-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shin Handsome Taisou de Zundokohoi\"", + "link": "https://animethemes.moe/video/GakuenHandsome-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32071", + "title": "Gantz:O", + "year": "2016", + "themes": [ + { + "name": "ED \"Ningen Video\"", + "link": "https://animethemes.moe/video/GantzO-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34213", + "title": "Getsuyoubi no Tawawa", + "year": "2016", + "themes": [ + { + "name": "ED \"Otome no Tawawa\"", + "link": "https://animethemes.moe/video/GetsuyoubiNoTawawa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32607", + "title": "Gi(a)rlish Number", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Ketsui no Diamond\"", + "link": "https://animethemes.moe/video/GirlishNumber-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GirlishNumber-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V1 \"Bloom\"", + "link": "https://animethemes.moe/video/GirlishNumber-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GirlishNumber-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"Bloom\"", + "link": "https://animethemes.moe/video/GirlishNumber-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP2 V3 \"Bloom\"", + "link": "https://animethemes.moe/video/GirlishNumber-OP2v3.webm", + "type": "opening" + }, + { + "name": "OP2 V4 \"Bloom\"", + "link": "https://animethemes.moe/video/GirlishNumber-OP2v4.webm", + "type": "opening" + }, + { + "name": "OP2 V5 \"Bloom\"", + "link": "https://animethemes.moe/video/GirlishNumber-OP2v5.webm", + "type": "opening" + }, + { + "name": "OP2 V6 \"Bloom\"", + "link": "https://animethemes.moe/video/GirlishNumber-OP2v6.webm", + "type": "opening" + }, + { + "name": "OP2 V7 \"Bloom\"", + "link": "https://animethemes.moe/video/GirlishNumber-OP2v7.webm", + "type": "opening" + }, + { + "name": "OP2 V8 \"Bloom\"", + "link": "https://animethemes.moe/video/GirlishNumber-OP2v8.webm", + "type": "opening" + }, + { + "name": "OP2 V9 \"Bloom\"", + "link": "https://animethemes.moe/video/GirlishNumber-OP2v9.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ima wa Mijikashi Yume Miyo Otome\"", + "link": "https://animethemes.moe/video/GirlishNumber-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GirlishNumber-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ashita e no Tochuu de\"", + "link": "https://animethemes.moe/video/GirlishNumber-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32935", + "title": "Haikyuu!!: Karasuno Koukou VS Shiratorizawa Gakuen Koukou", + "year": "2016", + "themes": [ + { + "name": "OP \"Hikari Are\"", + "link": "https://animethemes.moe/video/HaikyuuS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HaikyuuS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Mashi Mashi\"", + "link": "https://animethemes.moe/video/HaikyuuS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HaikyuuS3-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33434", + "title": "Heybot!", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Houkago Nejimaki Dance\"", + "link": "https://animethemes.moe/video/Heybot-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Houkago Nejimaki Dance\"", + "link": "https://animethemes.moe/video/Heybot-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Guuchoki Pantsu no Masayoshi-san\"", + "link": "https://animethemes.moe/video/Heybot-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shakai no Rule\"", + "link": "https://animethemes.moe/video/Heybot-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "31988", + "title": "Hibike! Euphonium 2", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Soundscape\"", + "link": "https://animethemes.moe/video/HibikeEuphoniumS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HibikeEuphoniumS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Soundscape\"", + "link": "https://animethemes.moe/video/HibikeEuphoniumS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Vivace!\"", + "link": "https://animethemes.moe/video/HibikeEuphoniumS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HibikeEuphoniumS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Vivace!\"", + "link": "https://animethemes.moe/video/HibikeEuphoniumS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HibikeEuphoniumS2-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hibike! Euphonium (Asamoya ver.)\"", + "link": "https://animethemes.moe/video/HibikeEuphoniumS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hibike! Euphonium (Last ver.)\"", + "link": "https://animethemes.moe/video/HibikeEuphoniumS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "33011", + "title": "Kaijuu Girls: Ultra Kaijuu Gijinka Keikaku", + "year": "2016", + "themes": [ + { + "name": "OP \"Joujou ↑↑ GAO !!\"", + "link": "https://animethemes.moe/video/KaijuuGirls-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaijuuGirls-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Kaiju Heart\"", + "link": "https://animethemes.moe/video/KaijuuGirls-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kaiju Heart\"", + "link": "https://animethemes.moe/video/KaijuuGirls-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "31418", + "title": "KanColle Movie", + "year": "2016", + "themes": [ + { + "name": "ED \"Kikan\"", + "link": "https://animethemes.moe/video/KancolleMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32686", + "title": "Keijo!!!!!!!!", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"DREAM×SCRAMBLE!\"", + "link": "https://animethemes.moe/video/Keijo-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"DREAM×SCRAMBLE!\"", + "link": "https://animethemes.moe/video/Keijo-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"DREAM×SCRAMBLE!\"", + "link": "https://animethemes.moe/video/Keijo-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Fantas/HIP Girlfriends!\"", + "link": "https://animethemes.moe/video/Keijo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33244", + "title": "Kiitarou Shounen no Youkai Enikki", + "year": "2016", + "themes": [ + { + "name": "ED1 \"Misty\"", + "link": "https://animethemes.moe/video/Kiitarou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Akane-iro Clochette\"", + "type": "ending" + }, + { + "name": "ED3 \"Every time ~Kirai no Hantai.~\"", + "type": "ending" + }, + { + "name": "ED4 \"Nande?\"", + "type": "ending" + }, + { + "name": "ED5 \"Ruler\"", + "type": "ending" + }, + { + "name": "ED6 \"Reflection\"", + "type": "ending" + }, + { + "name": "ED7 \"Youki Kenran Kouou Byakuya\"", + "type": "ending" + } + ] + }, + { + "id": "33034", + "title": "Kiniro Mosaic: Pretty Days", + "year": "2016", + "themes": [ + { + "name": "OP \"Happy⋆Pretty⋆Clover\"", + "link": "https://animethemes.moe/video/KiniroMosaicPrettyDays-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Starring!!\"", + "link": "https://animethemes.moe/video/KiniroMosaicPrettyDays-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28851", + "title": "Koe no Katachi", + "year": "2016", + "themes": [ + { + "name": "OP \"My Generation\"", + "link": "https://animethemes.moe/video/KoeNoKatachi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koi no Shita no wa\"", + "link": "https://animethemes.moe/video/KoeNoKatachi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33519", + "title": "Koutetsujou no Kabaneri Movie 1: Tsudou Hikari", + "year": "2016", + "themes": [ + { + "name": "OP \"KABANERI OF THE IRON FORTRESS\"", + "link": "https://animethemes.moe/video/KoutetsujouNoKabaneri-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"ninelie <cry-v>\"", + "link": "https://animethemes.moe/video/KoutetsujouNoKabaneriMovie1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33263", + "title": "Kubikiri Cycle: Aoiro Savant to Zaregototsukai", + "year": "2016", + "themes": [ + { + "name": "OP \"Cobalt World\"", + "link": "https://animethemes.moe/video/KubikiriCycle-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Märchen\"", + "link": "https://animethemes.moe/video/KubikiriCycle-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Märchen\"", + "link": "https://animethemes.moe/video/KubikiriCycle-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "30652", + "title": "Long Riders!", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"♡㎞/h\"", + "link": "https://animethemes.moe/video/LongRiders-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"♡㎞/h\"", + "link": "https://animethemes.moe/video/LongRiders-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Happy Ice Cream!\"", + "link": "https://animethemes.moe/video/LongRiders-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33197", + "title": "Lostorage incited WIXOSS", + "year": "2016", + "themes": [ + { + "name": "OP \"Lostorage\"", + "link": "https://animethemes.moe/video/LostorageIncitedWIXOSS-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"undeletable\"", + "link": "https://animethemes.moe/video/LostorageIncitedWIXOSS-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"undeletable\"", + "link": "https://animethemes.moe/video/LostorageIncitedWIXOSS-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "33299", + "title": "Magic Kyun! Renaissance", + "year": "2016", + "themes": [ + { + "name": "OP \"Magic Kyun! No.1☆\"", + "link": "https://animethemes.moe/video/MagicKyunRenaissance-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Please kiss my heart\"", + "link": "https://animethemes.moe/video/MagicKyunRenaissance-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33003", + "title": "Mahou Shoujo Ikusei Keikaku", + "year": "2016", + "themes": [ + { + "name": "OP \"Sakebe\"", + "link": "https://animethemes.moe/video/MahouShoujoIkuseiKeikaku-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahouShoujoIkuseiKeikaku-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"DREAMCATCHER\"", + "link": "https://animethemes.moe/video/MahouShoujoIkuseiKeikaku-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahouShoujoIkuseiKeikaku-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33795", + "title": "Mahou Shoujo Nante Mou Ii Desukara. 2nd Season", + "year": "2016", + "themes": [ + { + "name": "OP \"Kimiiro ni Somaru ~Earth Star Dream ver.~\"", + "link": "https://animethemes.moe/video/MahouShoujoNanteMouIiDesuKaraS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahouShoujoNanteMouIiDesuKaraS2-OP1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33183", + "title": "Mahoutsukai Precure! Movie: Kiseki no Henshin! Cure Mofurun!", + "year": "2016", + "themes": [ + { + "name": "OP \"Dokkin ♢ Mahoutsukai Precure! Part 2\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecureMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tadashii Mahou no Tsukaikata\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecureMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33051", + "title": "Mobile Suit Gundam: Iron-Blooded Orphans 2nd Season", + "year": "2016", + "themes": [ + { + "name": "OP1 \"RAGE OF DUST\"", + "link": "https://animethemes.moe/video/GundamIBOS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Fighter\"", + "link": "https://animethemes.moe/video/GundamIBOS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shounen no Hate\"", + "link": "https://animethemes.moe/video/GundamIBOS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Freesia\"", + "link": "https://animethemes.moe/video/GundamIBOS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "31631", + "title": "Monster Hunter Stories: Ride On", + "year": "2016", + "themes": [ + { + "name": "OP \"Panorama\"", + "link": "https://animethemes.moe/video/MonsterHunterStories-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "30016", + "title": "Nanbaka", + "year": "2016", + "themes": [ + { + "name": "OP \"Rin! Rin! Hi! Hi!\"", + "link": "https://animethemes.moe/video/Nanbaka-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nanbaka Datsugoku Riron♪!\"", + "link": "https://animethemes.moe/video/Nanbaka-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32983", + "title": "Natsume Yuujinchou Go", + "year": "2016", + "themes": [ + { + "name": "OP \"Takarabako\"", + "link": "https://animethemes.moe/video/NatsumeYuujinchouGo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NatsumeYuujinchouGo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Akane Sasu\"", + "link": "https://animethemes.moe/video/NatsumeYuujinchouGo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33690", + "title": "Nazotokine", + "year": "2016", + "themes": [ + { + "name": "OP \"Dimension Sky\"", + "link": "https://animethemes.moe/video/Nazotokine-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"destiny\"", + "link": "https://animethemes.moe/video/Nazotokine-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32829", + "title": "Nobunaga no Shinobi", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Adazakura\"", + "link": "https://animethemes.moe/video/NobunagaNoShinobi-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"MONTAGE\"", + "link": "https://animethemes.moe/video/NobunagaNoShinobi-OP2.webm", + "type": "opening" + } + ] + }, + { + "id": "32805", + "title": "Nyanbo!", + "year": "2016", + "themes": [ + { + "name": "OP \"Uchuu kara Yattekita Nyanbo\"", + "link": "https://animethemes.moe/video/Nyanbo-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "32962", + "title": "Occultic;Nine", + "year": "2016", + "themes": [ + { + "name": "OP \"Sensuu 3 no Nijou\"", + "link": "https://animethemes.moe/video/OcculticNine-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OcculticNine-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Open your eyes\"", + "link": "https://animethemes.moe/video/OcculticNine-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OcculticNine-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32603", + "title": "Okusama ga Seitokaichou!+!", + "year": "2016", + "themes": [ + { + "name": "OP \"Kira Kira☆Explorer\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichouS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Koi ni Matsuwaru Etcetera ~Saijou Honoka no Baai~\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichouS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koi ni Matsuwaru Etcetera ~Misumi Rin no Baai~\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichouS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Koi ni Matsuwaru Etcetera ~Wakana Ui no Baai~\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichouS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "34136", + "title": "Orange: Mirai", + "year": "2016", + "themes": [ + { + "name": "ED \"Hikari no Hahen\"", + "link": "https://animethemes.moe/video/OrangeMirai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33372", + "title": "Overlord: Ple Ple Pleiades", + "year": "2016", + "themes": [ + { + "name": "OP \"Clattanoia\"", + "link": "https://animethemes.moe/video/OverlordOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"L.L.L.\"", + "link": "https://animethemes.moe/video/OverlordOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34034", + "title": "Pokemon Sun & Moon", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Alola!!\"", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP2 \"Mezase Pokemon Master -20th Anniversary-\"", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-OP2-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP3 \"Mirai Connection\"", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-OP3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-OP3-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP4 \"Kimi no Bouken\"", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Pose\"", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Jari Boy・Jari Girl\"", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Breath\"", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kokoro no Note\"", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Type:Wild\"", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "33803", + "title": "Sengoku Choujuu Giga", + "year": "2016", + "themes": [ + { + "name": "ED \"Gekokujou de okashi cha e!\"", + "link": "https://animethemes.moe/video/SengokuChojuuGiga-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33031", + "title": "Shakunetsu no Takkyuu Musume", + "year": "2016", + "themes": [ + { + "name": "OP \"Shakunetsu Switch\"", + "link": "https://animethemes.moe/video/ShakunetsuNoTakkyuuMusume-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShakunetsuNoTakkyuuMusume-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShakunetsuNoTakkyuuMusume-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Bokura no Frontier\"", + "link": "https://animethemes.moe/video/ShakunetsuNoTakkyuuMusume-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShakunetsuNoTakkyuuMusume-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShakunetsuNoTakkyuuMusume-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32038", + "title": "Show By Rock!! #", + "year": "2016", + "themes": [ + { + "name": "OP \"Heart wo Rock!!\"", + "link": "https://animethemes.moe/video/ShowByRockS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"My Song is YOU!!\"", + "link": "https://animethemes.moe/video/ShowByRockS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33433", + "title": "Shuumatsu no Izetta", + "year": "2016", + "themes": [ + { + "name": "OP \"cross the line\"", + "link": "https://animethemes.moe/video/ShuumatsuNoIzetta-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShuumatsuNoIzetta-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED \"Hikari Aru Basho e\"", + "link": "https://animethemes.moe/video/ShuumatsuNoIzetta-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33775", + "title": "Soul Buster", + "year": "2016", + "themes": [ + { + "name": "OP \"SOUL BUSTER\"", + "type": "opening" + }, + { + "name": "ED \"MY OWN LIFE\"", + "link": "https://animethemes.moe/video/SoulBuster-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33668", + "title": "Soushin Shoujo Matoi", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Chou Musubi Amulet\"", + "link": "https://animethemes.moe/video/SoushinShoujoMatoi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SoushinShoujoMatoi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Chou Musubi Amulet\"", + "link": "https://animethemes.moe/video/SoushinShoujoMatoi-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SoushinShoujoMatoi-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"My Only Place\"", + "link": "https://animethemes.moe/video/SoushinShoujoMatoi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SoushinShoujoMatoi-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32555", + "title": "Stella no Mahou", + "year": "2016", + "themes": [ + { + "name": "OP \"God Save The Girls\"", + "link": "https://animethemes.moe/video/StellaNoMahou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StellaNoMahou-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Yonaka Jikaru\"", + "link": "https://animethemes.moe/video/StellaNoMahou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StellaNoMahou-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33286", + "title": "Strike the Blood II", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Blood on the EDGE\"", + "link": "https://animethemes.moe/video/StrikeTheBloodS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Blood on the EDGE\"", + "link": "https://animethemes.moe/video/StrikeTheBloodS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Blood on the EDGE\"", + "link": "https://animethemes.moe/video/StrikeTheBloodS2-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Fortune Number 0405\"", + "link": "https://animethemes.moe/video/StrikeTheBloodS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33036", + "title": "Suki ni Naru Sono Shunkan wo: Kokuhaku Jikkou Iinkai", + "year": "2016", + "themes": [ + { + "name": "OP \"Senpai\"", + "link": "https://animethemes.moe/video/SukiNiNaru-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Daikirai na Hazu Datta\"", + "link": "https://animethemes.moe/video/SukiNiNaru-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33811", + "title": "Teekyuu 8", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Gluten Elegy\"", + "link": "https://animethemes.moe/video/TeekyuuS8-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TeekyuuS8-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "OP2 \"Nihongo Wakarimasen\"", + "link": "https://animethemes.moe/video/TeekyuuS8-OP2.webm", + "type": "opening" + } + ] + }, + { + "id": "31861", + "title": "Tenchi Muyou! Ryououki 4th Season", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Tenchi Muyou!\"", + "link": "https://animethemes.moe/video/TenchiMuyouRyououkiS4-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"P.N.K!!\"", + "link": "https://animethemes.moe/video/TenchiMuyouRyououkiS4-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Kokoro Hanabira\"", + "link": "https://animethemes.moe/video/TenchiMuyouRyououkiS4-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Brand New Door\"", + "link": "https://animethemes.moe/video/TenchiMuyouRyououkiS4-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shake the DiCE\"", + "link": "https://animethemes.moe/video/TenchiMuyouRyououkiS4-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Jumpin' Lovin' Girl\"", + "link": "https://animethemes.moe/video/TenchiMuyouRyououkiS4-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Pastel Party♪\"", + "link": "https://animethemes.moe/video/TenchiMuyouRyououkiS4-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Koboreru Hizashi no Naka de\"", + "link": "https://animethemes.moe/video/TenchiMuyouRyououkiS4-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "32881", + "title": "Tiger Mask W", + "year": "2016", + "themes": [ + { + "name": "OP \"Ike! Tiger Mask\"", + "link": "https://animethemes.moe/video/TigerMaskW-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"KING OF THE WILD\"", + "link": "https://animethemes.moe/video/TigerMaskW-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33026", + "title": "Time Bokan 24", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Fantastic Time\"", + "link": "https://animethemes.moe/video/TimeBokan24-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Over The Top\"", + "type": "opening" + }, + { + "name": "ED1 \"TRUE LOVE\"", + "link": "https://animethemes.moe/video/TimeBokan24-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Gekiyaba∞Bokkan!!\"", + "type": "ending" + } + ] + }, + { + "id": "34009", + "title": "To Be Hero", + "year": "2016", + "themes": [ + { + "name": "OP \"Ai ni Koiyo\"", + "link": "https://animethemes.moe/video/ToBeHero-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Watashi no papa ga chikyuu wo mamoru ~My father protects the Earth~\"", + "link": "https://animethemes.moe/video/ToBeHero-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33023", + "title": "Touken Ranbu: Hanamaru", + "year": "2016", + "themes": [ + { + "name": "OP \"Hanamaru◎Biyori\"", + "link": "https://animethemes.moe/video/ToukenRanbuHanamaru-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ake Kure Nikki\"", + "link": "https://animethemes.moe/video/ToukenRanbuHanamaru-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kokorodama no Arika\"", + "link": "https://animethemes.moe/video/ToukenRanbuHanamaru-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hana no Kaori wa Kyoushidare\"", + "link": "https://animethemes.moe/video/ToukenRanbuHanamaru-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Toki Zotomo Nashi Kenbi no Hana yo\"", + "link": "https://animethemes.moe/video/ToukenRanbuHanamaru-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Dezuru Tsuki, Souen no Uta\"", + "link": "https://animethemes.moe/video/ToukenRanbuHanamaru-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Okiraku Chindouchuu\"", + "type": "ending" + }, + { + "name": "ED7 \"Koi to Jouto no Yaezakura\"", + "type": "ending" + }, + { + "name": "ED8 \"Nikkari Ayakashi Kazoe Uta\"", + "type": "ending" + }, + { + "name": "ED9 \"Akatsuki no Hoshi\"", + "type": "ending" + }, + { + "name": "ED10 \"Kokorobase kara Yukari ari\"", + "type": "ending" + } + ] + }, + { + "id": "33377", + "title": "Trickster: Edogawa Ranpo "Shounen Tanteidan" yori", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Kimi dake no Boku de Iru kara\"", + "link": "https://animethemes.moe/video/Trickster-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Unmei Dilemma\"", + "link": "https://animethemes.moe/video/Trickster-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"1HOPE SNIPER\"", + "link": "https://animethemes.moe/video/Trickster-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsumi no Keishou: Original Sin\"", + "link": "https://animethemes.moe/video/Trickster-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32673", + "title": "Udon no Kuni no Kiniro Kemari", + "year": "2016", + "themes": [ + { + "name": "OP \"S.O.S\"", + "link": "https://animethemes.moe/video/UdonNoKuni-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UdonNoKuni-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Sweet Darwin\"", + "link": "https://animethemes.moe/video/UdonNoKuni-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UdonNoKuni-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Gaogao-chan Taisou\"", + "link": "https://animethemes.moe/video/UdonNoKuni-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "31178", + "title": "Uta no☆Prince-sama♪ Maji Love Legend Star", + "year": "2016", + "themes": [ + { + "name": "OP \"Tempest\"", + "link": "https://animethemes.moe/video/UtaPriS4-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Maji Love Legend Star\"", + "link": "https://animethemes.moe/video/UtaPriS4-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33589", + "title": "ViVid Strike!", + "year": "2016", + "themes": [ + { + "name": "OP \"Future Strike\"", + "link": "https://animethemes.moe/video/VividStrike-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/VividStrike-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Starry Wish\"", + "link": "https://animethemes.moe/video/VividStrike-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/VividStrike-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32899", + "title": "Watashi ga Motete Dousunda", + "year": "2016", + "themes": [ + { + "name": "OP \"Prince×Prince\"", + "link": "https://animethemes.moe/video/WatashiGaMoteteDousunda-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dokidoki no Kaze\"", + "link": "https://animethemes.moe/video/WatashiGaMoteteDousunda-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33094", + "title": "WWW.Working!!", + "year": "2016", + "themes": [ + { + "name": "OP \"Eyecatch! Too much!\"", + "link": "https://animethemes.moe/video/WWWWorking-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Muchuuryoku Fever\"", + "link": "https://animethemes.moe/video/WWWWorking-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Muchuuryoku Fever\"", + "link": "https://animethemes.moe/video/WWWWorking-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Muchuuryoku Fever\"", + "link": "https://animethemes.moe/video/WWWWorking-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "32995", + "title": "YURI!!! on ICE", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"History Maker\"", + "link": "https://animethemes.moe/video/YuriOnIce-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"History Maker\"", + "link": "https://animethemes.moe/video/YuriOnIce-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"You Only Live Once\"", + "link": "https://animethemes.moe/video/YuriOnIce-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yeah Yeah Yeah\"", + "link": "https://animethemes.moe/video/YuriOnIce-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Stay By Me\"", + "link": "https://animethemes.moe/video/YuriOnIce-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "32998", + "title": "91 Days", + "year": "2016", + "themes": [ + { + "name": "OP \"Signal\"", + "link": "https://animethemes.moe/video/91Days-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Rain or Shine\"", + "link": "https://animethemes.moe/video/91Days-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32301", + "title": "Active Raid: Kidou Kyoushuushitsu Dai Hachi Gakari 2nd", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Cerulean Squash\"", + "link": "https://animethemes.moe/video/ActiveRaidS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Cerulean Squash\"", + "link": "https://animethemes.moe/video/ActiveRaidS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Field Trip!!\"", + "link": "https://animethemes.moe/video/ActiveRaidS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32806", + "title": "Aikatsu!: Nerawareta Mahou no Aikatsu! Card", + "year": "2016", + "themes": [ + { + "name": "ED \"START DASH SENSATION\"", + "link": "https://animethemes.moe/video/NerawaretaMahouNoAikatsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31485", + "title": "Aikatsu Stars! Movie", + "year": "2016", + "themes": [ + { + "name": "ED \"Start Line!\"", + "link": "https://animethemes.moe/video/AikatsuStarsMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32828", + "title": "Amaama to Inazuma", + "year": "2016", + "themes": [ + { + "name": "OP \"Harebare Fanfare\"", + "link": "https://animethemes.moe/video/AmaamaToInazuma-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Maybe\"", + "link": "https://animethemes.moe/video/AmaamaToInazuma-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31771", + "title": "Amanchu!", + "year": "2016", + "themes": [ + { + "name": "OP \"Million Clouds\"", + "link": "https://animethemes.moe/video/Amanchu-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Futari Shoujo\"", + "link": "https://animethemes.moe/video/Amanchu-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Amanchu-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Futari Shoujo\"", + "link": "https://animethemes.moe/video/Amanchu-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "32171", + "title": "Ange Vierge", + "year": "2016", + "themes": [ + { + "name": "OP \"Love is MY RAIL\"", + "link": "https://animethemes.moe/video/AngeVierge-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Link with U\"", + "link": "https://animethemes.moe/video/AngeVierge-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31821", + "title": "Arslan Senki (TV): Fuujin Ranbu", + "year": "2016", + "themes": [ + { + "name": "OP \"Tsubasa\"", + "link": "https://animethemes.moe/video/ArslanSenkiTVS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"blaze\"", + "link": "https://animethemes.moe/video/ArslanSenkiTVS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33046", + "title": "B-Project: Kodou*Ambitious", + "year": "2016", + "themes": [ + { + "name": "OP \"Kodou*Ambitious\"", + "link": "https://animethemes.moe/video/BProject-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hoshi to Tsuki no Sentence\"", + "link": "https://animethemes.moe/video/BProject-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32664", + "title": "Bananya", + "year": "2016", + "themes": [ + { + "name": "ED \"Lucky Holiday\"", + "link": "https://animethemes.moe/video/Bananya-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32947", + "title": "Battery", + "year": "2016", + "themes": [ + { + "name": "OP \"Itsuka no Jibun\"", + "link": "https://animethemes.moe/video/Battery-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Ashita, Haru ga Kitara\"", + "link": "https://animethemes.moe/video/Battery-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Ashita, Haru ga Kitara\"", + "link": "https://animethemes.moe/video/Battery-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Wakamono no Subete\"", + "link": "https://animethemes.moe/video/Battery-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32379", + "title": "Berserk", + "year": "2016", + "themes": [ + { + "name": "OP \"Inferno\"", + "link": "https://animethemes.moe/video/Berserk2016-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Berserk2016-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Meimoku no Kanata\"", + "link": "https://animethemes.moe/video/Berserk2016-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Berserk2016-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Meimoku no Kanata English ver.\"", + "link": "https://animethemes.moe/video/Berserk2016-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ash Crow\"", + "link": "https://animethemes.moe/video/Berserk2016-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "31417", + "title": "Binan Koukou Chikyuu Bouei-bu LOVE! LOVE!", + "year": "2016", + "themes": [ + { + "name": "OP \"Futten Toppa☆LOVE IS POWER☆\"", + "link": "https://animethemes.moe/video/BinanKoukouChikyuuBoueiBuS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Anata wa Haruka Ittousei\"", + "link": "https://animethemes.moe/video/BinanKoukouChikyuuBoueiBuS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32483", + "title": "Cheer Danshi!!", + "year": "2016", + "themes": [ + { + "name": "OP \"Hajime no Ippo\"", + "link": "https://animethemes.moe/video/CheerDanshi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"LIMIT BREAKERS\"", + "link": "https://animethemes.moe/video/CheerDanshi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32370", + "title": "D.Gray-man Hallow", + "year": "2016", + "themes": [ + { + "name": "OP \"Key -bring it on, my Destiny-\"", + "link": "https://animethemes.moe/video/DGrayManHollow-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Lotus Pain\"", + "link": "https://animethemes.moe/video/DGrayManHollow-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32189", + "title": "Danganronpa 3: The End of Kibougamine Gakuen - Mirai-hen", + "year": "2016", + "themes": [ + { + "name": "OP \"DEAD OR LIE\"", + "link": "https://animethemes.moe/video/Danganronpa3MiraiHen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Danganronpa3MiraiHen-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Recall THE END\"", + "link": "https://animethemes.moe/video/Danganronpa3MiraiHen-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Danganronpa3MiraiHen-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Recall THE END\"", + "link": "https://animethemes.moe/video/Danganronpa3MiraiHen-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "33028", + "title": "Danganronpa 3: The End of Kibougamine Gakuen - Zetsubou-hen", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Kami-iro Awase\"", + "link": "https://animethemes.moe/video/Danganronpa3ZetsubouHen-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kami-iro Awase\"", + "link": "https://animethemes.moe/video/Danganronpa3ZetsubouHen-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Danganronpa3ZetsubouHen-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Kami-iro Awase\"", + "link": "https://animethemes.moe/video/Danganronpa3ZetsubouHen-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Zettai Kibou Birthday\"", + "link": "https://animethemes.moe/video/Danganronpa3ZetsubouHen-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Danganronpa3ZetsubouHen-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32494", + "title": "Days (TV)", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Wake We Up\"", + "link": "https://animethemes.moe/video/DaysTV-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Higher Climber\"", + "link": "https://animethemes.moe/video/DaysTV-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"EVERLASTING DAYS\"", + "link": "https://animethemes.moe/video/DaysTV-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"DAYS\"", + "link": "https://animethemes.moe/video/DaysTV-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "33069", + "title": "Dimension W Special", + "year": "2016", + "themes": [ + { + "name": "OP \"Genesis\"", + "link": "https://animethemes.moe/video/DimensionWOVA-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "31706", + "title": "Fate/kaleid liner Prisma☆Illya 3rei!!", + "year": "2016", + "themes": [ + { + "name": "OP \"Asterism\"", + "link": "https://animethemes.moe/video/FatePrismaIllya3rei-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FatePrismaIllya3rei-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"WHIMSICAL WAYWARD WISH\"", + "link": "https://animethemes.moe/video/FatePrismaIllya3rei-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FatePrismaIllya3rei-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"WHIMSICAL WAYWARD WISH\"", + "link": "https://animethemes.moe/video/FatePrismaIllya3rei-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"WHIMSICAL WAYWARD WISH\"", + "link": "https://animethemes.moe/video/FatePrismaIllya3rei-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 \"cuddle\"", + "link": "https://animethemes.moe/video/FatePrismaIllya3rei-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "33222", + "title": "Fudanshi Koukou Seikatsu", + "year": "2016", + "themes": [ + { + "name": "ED \"SEKAI wa Boy Meets Boy ♂\"", + "link": "https://animethemes.moe/video/FudanshiKoukouSeikatsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32696", + "title": "Fukigen na Mononokean", + "year": "2016", + "themes": [ + { + "name": "OP \"Tomodachi Meter\"", + "link": "https://animethemes.moe/video/FukigenNaMononokean-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tobira no Mukou\"", + "link": "https://animethemes.moe/video/FukigenNaMononokean-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32648", + "title": "Handa-kun", + "year": "2016", + "themes": [ + { + "name": "OP \"The LiBERTY\"", + "link": "https://animethemes.moe/video/HandaKun-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"HIDE-AND-SEEK\"", + "link": "https://animethemes.moe/video/HandaKun-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"HIDE-AND-SEEK\"", + "link": "https://animethemes.moe/video/HandaKun-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "31109", + "title": "Hatsukoi Monster", + "year": "2016", + "themes": [ + { + "name": "OP \"Innocent\"", + "link": "https://animethemes.moe/video/HatsukoiMonster-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi ni Sasageru Chinkonka\"", + "link": "https://animethemes.moe/video/HatsukoiMonster-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Take Shougakkou Kouka\"", + "type": "ending" + } + ] + }, + { + "id": "33421", + "title": "Hitori no Shita: The Outcast", + "year": "2016", + "themes": [ + { + "name": "OP \"ARCADIA\"", + "link": "https://animethemes.moe/video/HitoriNoShita-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"In the Dawn\"", + "link": "https://animethemes.moe/video/HitoriNoShita-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32281", + "title": "Kimi no Na wa.", + "year": "2016", + "themes": [ + { + "name": "OP \"Yume Tourou\"", + "link": "https://animethemes.moe/video/KimiNoNaWa-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nandemonaiya\"", + "link": "https://animethemes.moe/video/KimiNoNaWa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31757", + "title": "Kizumonogatari II: Nekketsu-hen", + "year": "2016", + "themes": [ + { + "name": "ED \"étoile et toi\"", + "link": "https://animethemes.moe/video/Kizumonogatari2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31952", + "title": "Kono Bijutsubu ni wa Mondai ga Aru!", + "year": "2016", + "themes": [ + { + "name": "OP \"STARTING NOW!\"", + "link": "https://animethemes.moe/video/Konobi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Konobi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"cubic futurismo\"", + "link": "https://animethemes.moe/video/Konobi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Konobi-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kokoro*Palette (gasshou ver.)\"", + "link": "https://animethemes.moe/video/Konobi-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Konobi-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32526", + "title": "Love Live! Sunshine!!", + "year": "2016", + "themes": [ + { + "name": "OP \"Aozora Jumping Heart\"", + "link": "https://animethemes.moe/video/LoveLiveSunshine-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshine-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshine-OP1-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kimeta yo Hand in Hand\"", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yume Kataru Yori Yume Utaou\" by Chika Takami, Riko Sakurauchi, & You Watanabe", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yume Kataru Yori Yume Utaou\" by Aqours", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Yume Kataru Yori Yume Utaou\" by Hanamaru Kunikda & Ruby Kurosawa", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Yume Kataru Yori Yume Utaou\" by Yoshiko Tsushima", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Yume Kataru Yori Yume Utaou\" by Dia Kurosawa, Kanan Matsuura, & Mari Ohara", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Yume Kataru Yori Yume Utaou\" by Yoshiko Tsushima, Hanamaru Kunikida, & Ruby Kurosawa", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Yume Kataru Yori Yume Utaou\" by Chika Takami, Riko Sakurauchi, You Watanabe, Yoshiko Tsushima, Hanamaru Kunikida, & Ruby Kurosawa", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED8-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED9 \"Mijuku DREAMER\"", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Yume Kataru Yori Yume Utaou\" by Chika Takami & Riko Sakurauchi", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Yume Kataru Yori Yume Utaou\" by You Watanabe", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Yume Kataru Yori Yume Utaou\" by Aqours", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"MIRAI TICKET\"", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED13.webm", + "type": "ending" + } + ] + }, + { + "id": "33394", + "title": "Mahou Shoujo? Naria☆Girls", + "year": "2016", + "themes": [ + { + "name": "OP \"We are Naria☆Girls\"", + "link": "https://animethemes.moe/video/MahouShoujoNariaGirls-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mezase! Kokumin-teki Chara\"", + "link": "https://animethemes.moe/video/MahouShoujoNariaGirls-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31845", + "title": "Masou Gakuen HxH", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"miele paradiso\"", + "link": "https://animethemes.moe/video/MasouGakuenHxH-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MasouGakuenHxH-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"miele paradiso\"", + "link": "https://animethemes.moe/video/MasouGakuenHxH-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"miele paradiso\"", + "link": "https://animethemes.moe/video/MasouGakuenHxH-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Chi\"", + "link": "https://animethemes.moe/video/MasouGakuenHxH-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Chi\"", + "link": "https://animethemes.moe/video/MasouGakuenHxH-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "32182", + "title": "Mob Psycho 100", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"99\"", + "link": "https://animethemes.moe/video/MobPsycho100-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MobPsycho100-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"99\"", + "link": "https://animethemes.moe/video/MobPsycho100-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Refrain Boy\"", + "link": "https://animethemes.moe/video/MobPsycho100-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MobPsycho100-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Refrain Boy -English ver.-\"", + "link": "https://animethemes.moe/video/MobPsycho100-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Refrain Boy -TEKINA remix-\"", + "link": "https://animethemes.moe/video/MobPsycho100-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MobPsycho100-ED3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31722", + "title": "Nanatsu no Taizai: Seisen no Shirushi", + "year": "2016", + "themes": [ + { + "name": "OP \"CLASSIC\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiSeisenNoShirushi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiSeisenNoShirushi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Iroasenai Hitomi\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiSeisenNoShirushi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiSeisenNoShirushi-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31764", + "title": "Nejimaki Seirei Senki: Tenkyou no Alderamin", + "year": "2016", + "themes": [ + { + "name": "OP \"Tenkyou no Alderamin\"", + "link": "https://animethemes.moe/video/TenkyouNoAlderamin-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TenkyouNoAlderamin-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED \"nameless\"", + "link": "https://animethemes.moe/video/TenkyouNoAlderamin-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TenkyouNoAlderamin-ED1-NCBD.webm", + "type": "ending" + } + ] + }, + { + "id": "31953", + "title": "New Game!", + "year": "2016", + "themes": [ + { + "name": "OP1 \"SAKURA Skip\"", + "link": "https://animethemes.moe/video/NewGame-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Inori no Hane\"", + "link": "https://animethemes.moe/video/NewGame-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Now Loading!!!!\"", + "link": "https://animethemes.moe/video/NewGame-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33274", + "title": "Onara Gorou", + "year": "2016", + "themes": [ + { + "name": "ED \"MECHA DESOUNARA~Subete ni Sayo Onara~\"", + "link": "https://animethemes.moe/video/OnaraGorou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32729", + "title": "Orange", + "year": "2016", + "themes": [ + { + "name": "OP \"Hikari no Hahen\"", + "link": "https://animethemes.moe/video/Orange-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Orange-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Mirai\"", + "link": "https://animethemes.moe/video/Orange-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Mirai\"", + "link": "https://animethemes.moe/video/Orange-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Mirai\"", + "link": "https://animethemes.moe/video/Orange-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Mirai\"", + "link": "https://animethemes.moe/video/Orange-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Mirai\"", + "link": "https://animethemes.moe/video/Orange-ED1v5.webm", + "type": "ending" + } + ] + }, + { + "id": "32697", + "title": "Ozmafia!!", + "year": "2016", + "themes": [ + { + "name": "ED1 \"I love you more\"", + "link": "https://animethemes.moe/video/Ozmafia-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"If The World Gives Up\"", + "link": "https://animethemes.moe/video/Ozmafia-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Love You Tomorrow\"", + "link": "https://animethemes.moe/video/Ozmafia-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "33091", + "title": "Planetarian: Chiisana Hoshi no Yume", + "year": "2016", + "themes": [ + { + "name": "ED1 \"Twinkle Starlight\"", + "link": "https://animethemes.moe/video/Planetarian-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hoshi Meguri no Uta\"", + "link": "https://animethemes.moe/video/Planetarian-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32772", + "title": "Puzzle & Dragons Cross", + "year": "2016", + "themes": [ + { + "name": "OP1 \"WE ARE GO\"", + "link": "https://animethemes.moe/video/PuzzleDragonsCross-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Colors\"", + "link": "https://animethemes.moe/video/PuzzleDragonsCross-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Montage\"", + "link": "https://animethemes.moe/video/PuzzleDragonsCross-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"ColorFULL Combo\"", + "link": "https://animethemes.moe/video/PuzzleDragonsCross-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Puzzle\"", + "link": "https://animethemes.moe/video/PuzzleDragonsCross-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Colorful Jump\"", + "link": "https://animethemes.moe/video/PuzzleDragonsCross-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "32360", + "title": "Qualidea Code", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Brave Freak Out\"", + "link": "https://animethemes.moe/video/QualideaCode-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"AxxxiS\"", + "link": "https://animethemes.moe/video/QualideaCode-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Gravity\"", + "link": "https://animethemes.moe/video/QualideaCode-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yakusoku -Promise code-\"", + "link": "https://animethemes.moe/video/QualideaCode-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"clever\"", + "link": "https://animethemes.moe/video/QualideaCode-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "32961", + "title": "Regalia: The Three Sacred Stars", + "year": "2016", + "themes": [ + { + "name": "OP \"Divine Spell\"", + "link": "https://animethemes.moe/video/RegaliaTheThreeSacredStars-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RegaliaTheThreeSacredStars-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Patria\"", + "link": "https://animethemes.moe/video/RegaliaTheThreeSacredStars-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RegaliaTheThreeSacredStars-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Patria\"", + "link": "https://animethemes.moe/video/RegaliaTheThreeSacredStars-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "30015", + "title": "ReLIFE", + "year": "2016", + "themes": [ + { + "name": "OP \"Button\"", + "link": "https://animethemes.moe/video/ReLIFE-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Iijuu★Rider\"", + "link": "https://animethemes.moe/video/ReLIFE-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"HOT LIMIT\"", + "link": "https://animethemes.moe/video/ReLIFE-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Timing\"", + "link": "https://animethemes.moe/video/ReLIFE-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"HONEY\"", + "link": "https://animethemes.moe/video/ReLIFE-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kore ga Watashi no Ikiru Michi\"", + "link": "https://animethemes.moe/video/ReLIFE-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Sunny Day Sunday\"", + "link": "https://animethemes.moe/video/ReLIFE-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Saudade\"", + "link": "https://animethemes.moe/video/ReLIFE-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Yuki no Hana\"", + "link": "https://animethemes.moe/video/ReLIFE-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"There will be love there -Ai no Aru Basho-\"", + "link": "https://animethemes.moe/video/ReLIFE-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Asu e no Tobira\"", + "link": "https://animethemes.moe/video/ReLIFE-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"PIECES OF A DREAM\"", + "link": "https://animethemes.moe/video/ReLIFE-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Natsumatsuri\"", + "link": "https://animethemes.moe/video/ReLIFE-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Button\"", + "link": "https://animethemes.moe/video/ReLIFE-ED13.webm", + "type": "ending" + } + ] + }, + { + "id": "31716", + "title": "Rewrite", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Philosophyz\"", + "link": "https://animethemes.moe/video/Rewrite-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"End of the World\"", + "link": "https://animethemes.moe/video/Rewrite-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sasayaki na Hajimari\"", + "link": "https://animethemes.moe/video/Rewrite-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koibumi\"", + "link": "https://animethemes.moe/video/Rewrite-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sunbright\"", + "link": "https://animethemes.moe/video/Rewrite-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Word of Dawn\"", + "link": "https://animethemes.moe/video/Rewrite-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Itsuwaranai Kimi e\"", + "link": "https://animethemes.moe/video/Rewrite-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Yami no Kanata e\"", + "link": "https://animethemes.moe/video/Rewrite-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "33255", + "title": "Saiki Kusuo no Ψ-nan", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Seishun wa Zankoku ja nai\"", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanTV-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Sai Psi Sai Kouchou!\"", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanTV-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ψ desu I LIKE YOU\"", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanTV-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kokoro\"", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanTV-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "33113", + "title": "Scared Rider Xechs", + "year": "2016", + "themes": [ + { + "name": "OP \"Ao to Kurenai no Forzato\"", + "link": "https://animethemes.moe/video/ScaredRiderXechs-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"old revelation\"", + "link": "https://animethemes.moe/video/ScaredRiderXechs-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dan-Gun-Xechs\"", + "link": "https://animethemes.moe/video/ScaredRiderXechs-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"path of truth\"", + "link": "https://animethemes.moe/video/ScaredRiderXechs-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"STARDUST LOVERS\"", + "link": "https://animethemes.moe/video/ScaredRiderXechs-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "31229", + "title": "Servamp", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Deal with\"", + "link": "https://animethemes.moe/video/Servamp-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Deal with\"", + "link": "https://animethemes.moe/video/Servamp-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"sunlight avenue\"", + "link": "https://animethemes.moe/video/Servamp-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"sunlight avenue\"", + "link": "https://animethemes.moe/video/Servamp-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "32282", + "title": "Shokugeki no Souma: Ni no Sara", + "year": "2016", + "themes": [ + { + "name": "OP \"ROUGH DIAMONDS\"", + "link": "https://animethemes.moe/video/ShokugekiNoSomaNiNoSara-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Snow Drop\"", + "link": "https://animethemes.moe/video/ShokugekiNoSomaNiNoSara-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32039", + "title": "Show By Rock!! Short!!", + "year": "2016", + "themes": [ + { + "name": "ED \"Do Re Mi Fa PARTY\"", + "link": "https://animethemes.moe/video/ShowByRockShort-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29758", + "title": "Taboo Tattoo", + "year": "2016", + "themes": [ + { + "name": "OP \"Belief\"", + "link": "https://animethemes.moe/video/TabooTattoo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TabooTattoo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"EGOISTIC EMOTION\"", + "link": "https://animethemes.moe/video/TabooTattoo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TabooTattoo-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "30911", + "title": "Tales of Zestiria the X", + "year": "2016", + "themes": [ + { + "name": "OP \"Kaze no Uta\"", + "link": "https://animethemes.moe/video/TalesOfZestiriaTheX-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TalesOfZestiriaTheX-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"calling\"", + "link": "https://animethemes.moe/video/TalesOfZestiriaTheX-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TalesOfZestiriaTheX-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"White Light\"", + "link": "https://animethemes.moe/video/TalesOfZestiriaTheX-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"BURN\"", + "link": "https://animethemes.moe/video/TalesOfZestiriaTheX-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "33341", + "title": "Time Travel Shoujo: Mari Waka to 8-nin no Kagakusha-tachi", + "year": "2016", + "themes": [ + { + "name": "OP \"Kibou TRAVELER\"", + "link": "https://animethemes.moe/video/TimeTravelShoujo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TimeTravelShoujo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Miss Rabbit\"", + "link": "https://animethemes.moe/video/TimeTravelShoujo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TimeTravelShoujo-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33037", + "title": "Tsukiuta. The Animation", + "year": "2016", + "themes": [ + { + "name": "OP1 \"GRAVITIC-LOVE\"", + "link": "https://animethemes.moe/video/Tsukiuta-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"LOLV -Lots of Love-\"", + "link": "https://animethemes.moe/video/Tsukiuta-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"stella ~Kinpika Joushou Kibun~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"initium ~Shikou Hyouron~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"amor ~Afure dasu Omoi kara~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"ver ~Utayomidori no Koe~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"cerasus ~Sakura Namiki ni Michikarete~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"caelum ~Mirai~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"pluvia ~Uso to Nukumori~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"mare ~Kimi to Tsuzuru Koukai Nisshi~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"sol ~Happy! Phew!~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"nox ~Kaze no Record~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"athletic ~Never Ending Challenge!!~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"albion ~Futari Dake Shiro~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Tsuki no Uta.\"", + "type": "ending" + } + ] + }, + { + "id": "32601", + "title": "12-sai.: Chicchana Mune no Tokimeki", + "year": "2016", + "themes": [ + { + "name": "OP \"Sweet Sensation\"", + "link": "https://animethemes.moe/video/12Sai-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Cotona MODE\"", + "link": "https://animethemes.moe/video/12Sai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32717", + "title": "Aikatsu Stars!", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Start Line!\"", + "link": "https://animethemes.moe/video/AikatsuStars-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"1, 2, Sing for You!\"", + "link": "https://animethemes.moe/video/AikatsuStars-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Star Jet!\"", + "link": "https://animethemes.moe/video/AikatsuStars-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Stardom!\"", + "link": "https://animethemes.moe/video/AikatsuStars-OP4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuStars-OP4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP5 \"MUSIC of DREAM!!!\"", + "link": "https://animethemes.moe/video/AikatsuStars-OP5.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuStars-OP5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"episode Solo\"", + "link": "https://animethemes.moe/video/AikatsuStars-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuStars-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"So Beautiful Story\"", + "link": "https://animethemes.moe/video/AikatsuStars-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuStars-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Bon Bon Voyage!\"", + "link": "https://animethemes.moe/video/AikatsuStars-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuStars-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Mori no Hikari no Pirouette\"", + "link": "https://animethemes.moe/video/AikatsuStars-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuStars-ED4-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31080", + "title": "Anne Happy♪", + "year": "2016", + "themes": [ + { + "name": "OP \"PUNCH☆MIND☆HAPPINESS\"", + "link": "https://animethemes.moe/video/AnneHappy-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AnneHappy-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Ashita de Ii kara\"", + "link": "https://animethemes.moe/video/AnneHappy-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AnneHappy-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32956", + "title": "Aware! Meisaku-kun", + "year": "2016", + "themes": [ + { + "name": "ED1 \"Aware! Warera ga Sekai no Chuushin\"", + "link": "https://animethemes.moe/video/AwareMeisakuKun-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Meisaku!Kessaku!Masterpiece!\"", + "link": "https://animethemes.moe/video/AwareMeisakuKun-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Eburi Meisaku is Aware\"", + "link": "https://animethemes.moe/video/AwareMeisakuKun-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Mago no Dai made\"", + "link": "https://animethemes.moe/video/AwareMeisakuKun-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Meisaku toka Yutemasu Keredo\"", + "link": "https://animethemes.moe/video/AwareMeisakuKun-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Oyoso-san\"", + "link": "https://animethemes.moe/video/AwareMeisakuKun-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "30795", + "title": "Bakuon!!", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"FEEL×ALIVE\"", + "link": "https://animethemes.moe/video/Bakuon-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Bakuon-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"FEEL×ALIVE\"", + "link": "https://animethemes.moe/video/Bakuon-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Bakuon-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Voon! Voon! Ride On!\" by Reina Ueda, Nao Toyama, Yumi Uchiyama, & Rikako Yamaguchi", + "link": "https://animethemes.moe/video/Bakuon-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Bakuon-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Voon! Voon! Ride On!\" by Reina Ueda, Nao Toyama, Yumi Uchiyama, Rikako Yamaguchi, & Ibuki Kido", + "link": "https://animethemes.moe/video/Bakuon-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Bakuon-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Voon! Voon! Ride On!\" by Raimu-Senpai", + "link": "https://animethemes.moe/video/Bakuon-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Bakuon-ED3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31883", + "title": "Bakuon!! OVA", + "year": "2016", + "themes": [ + { + "name": "ED \"Baikubu Kanyuu no Uta ~Mou Konna Norimono Iyada~\"", + "link": "https://animethemes.moe/video/BakuonOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31049", + "title": "Beyblade Burst", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Burst Finish!\"", + "link": "https://animethemes.moe/video/BeybladeBurst-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Burst Finish!\"", + "link": "https://animethemes.moe/video/BeybladeBurst-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Believe\"", + "link": "https://animethemes.moe/video/BeybladeBurst-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31904", + "title": "Big Order (TV)", + "year": "2016", + "themes": [ + { + "name": "OP \"DISORDER\"", + "link": "https://animethemes.moe/video/BigOrderTV-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kobore Sekai Oware\"", + "link": "https://animethemes.moe/video/BigOrderTV-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31733", + "title": "Bishoujo Senshi Sailor Moon Crystal Season III", + "year": "2016", + "themes": [ + { + "name": "OP1 \"New Moon ni Koishite\" by Etsuko Yakushimaru", + "link": "https://animethemes.moe/video/SailorMoonCrystalS3-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"New Moon ni Koishite\" by Mitsuko Horie", + "link": "https://animethemes.moe/video/SailorMoonCrystalS3-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"New Moon ni Koishite\" by Momoiro Clover Z", + "link": "https://animethemes.moe/video/SailorMoonCrystalS3-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"eternal eternity\"", + "link": "https://animethemes.moe/video/SailorMoonCrystalS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Otome no Susume\"", + "link": "https://animethemes.moe/video/SailorMoonCrystalS3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Eien ga Futari wo Kakeru\"", + "link": "https://animethemes.moe/video/SailorMoonCrystalS3-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "32906", + "title": "Bishoujo Yuugi Unit Crane Game Girls", + "year": "2016", + "themes": [ + { + "name": "OP \"Dream Climber\"", + "link": "https://animethemes.moe/video/CraneGameGirls-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "31964", + "title": "Boku no Hero Academia", + "year": "2016", + "themes": [ + { + "name": "OP \"The Day\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademia-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademia-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"HEROES\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademia-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademia-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"HEROES\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademia-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademia-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"HEROES\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademia-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "32353", + "title": "Bonobono", + "year": "2016", + "themes": [ + { + "name": "ED \"Bonobono Suru\"", + "link": "https://animethemes.moe/video/Bonobono2016-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31478", + "title": "Bungou Stray Dogs", + "year": "2016", + "themes": [ + { + "name": "OP \"Trash Candy\"", + "link": "https://animethemes.moe/video/BungouStrayDogs-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BungouStrayDogs-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Namae wo Yobu yo\"", + "link": "https://animethemes.moe/video/BungouStrayDogs-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BungouStrayDogs-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32313", + "title": "Concrete Revolutio: Choujin Gensou - The Last Song", + "year": "2016", + "themes": [ + { + "name": "OP \"Wareru Doukoku\"", + "link": "https://animethemes.moe/video/ConcreteRevolutioS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"ALL-WAYS\"", + "link": "https://animethemes.moe/video/ConcreteRevolutioS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"THE LAST SONG\"", + "link": "https://animethemes.moe/video/ConcreteRevolutioS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32608", + "title": "Endride", + "year": "2016", + "themes": [ + { + "name": "OP \"Limit\"", + "link": "https://animethemes.moe/video/Endride-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"go my way\"", + "link": "https://animethemes.moe/video/Endride-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sekai wa Kawaru\"", + "link": "https://animethemes.moe/video/Endride-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "31376", + "title": "Flying Witch", + "year": "2016", + "themes": [ + { + "name": "OP \"Sharanran feat. 96 Neko\"", + "link": "https://animethemes.moe/video/FlyingWitch-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FlyingWitch-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Nichijou no Mahou\"", + "link": "https://animethemes.moe/video/FlyingWitch-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FlyingWitch-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Nichijou no Mahou\"", + "link": "https://animethemes.moe/video/FlyingWitch-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FlyingWitch-ED1v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32954", + "title": "Flying Witch Petit", + "year": "2016", + "themes": [ + { + "name": "ED \"Ashita mo Ashita\"", + "link": "https://animethemes.moe/video/FlyingWitchPetit-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32785", + "title": "Future Card Buddyfight DDD", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Chronograph\"", + "link": "https://animethemes.moe/video/FutureCardBuddyfightDDD-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"DDD\"", + "type": "opening" + }, + { + "name": "ED1 \"Waku☆Doki SHOOTER\"", + "link": "https://animethemes.moe/video/FutureCardBuddyfightDDD-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yume no Hikari-kun no Mirai\"", + "type": "ending" + }, + { + "name": "ED3 \"Unite (Live Forever)\"", + "type": "ending" + } + ] + }, + { + "id": "31737", + "title": "Gakusen Toshi Asterisk 2nd Season", + "year": "2016", + "themes": [ + { + "name": "OP \"The Asterisk War\"", + "link": "https://animethemes.moe/video/GakuenToshiAsteriskS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GakuenToshiAsteriskS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Ai no Uta -words of love-\"", + "link": "https://animethemes.moe/video/GakuenToshiAsteriskS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GakuenToshiAsteriskS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Brand-new World\"", + "link": "https://animethemes.moe/video/GakuenToshiAsteriskS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32740", + "title": "Girls und Panzer Movie Specials", + "year": "2016", + "themes": [ + { + "name": "ED \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzerMovieSpecials-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31630", + "title": "Gyakuten Saiban: Sono "Shinjitsu", Igi Ari!", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Gyakuten Winner\"", + "link": "https://animethemes.moe/video/GyakutenSaiban-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GyakutenSaiban-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Jinsei wa Subarashii\"", + "link": "https://animethemes.moe/video/GyakutenSaiban-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GyakutenSaiban-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Message\"", + "link": "https://animethemes.moe/video/GyakutenSaiban-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GyakutenSaiban-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Junai Chaos\"", + "link": "https://animethemes.moe/video/GyakutenSaiban-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GyakutenSaiban-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31500", + "title": "Haifuri", + "year": "2016", + "themes": [ + { + "name": "OP \"High Free Spirits\"", + "link": "https://animethemes.moe/video/Haifuri-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Haifuri-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Ripple Effect\"", + "link": "https://animethemes.moe/video/Haifuri-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Haifuri-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ripple Effect\"", + "link": "https://animethemes.moe/video/Haifuri-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "31338", + "title": "Hundred", + "year": "2016", + "themes": [ + { + "name": "OP \"BLOODRED\"", + "link": "https://animethemes.moe/video/Hundred-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hundred-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"EYES ON ME\"", + "link": "https://animethemes.moe/video/Hundred-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hundred-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"TABOOLESS\"", + "link": "https://animethemes.moe/video/Hundred-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hundred-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hardy Buddy\"", + "link": "https://animethemes.moe/video/Hundred-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hundred-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Jewels Of Love\"", + "link": "https://animethemes.moe/video/Hundred-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hundred-ED4-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31933", + "title": "JoJo no Kimyou na Bouken: Diamond wa Kudakenai", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Crazy Noisy Bizarre Town\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS4-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Crazy Noisy Bizarre Town ~EDM arrange ver.~\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS4-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"chase\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS4-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 V1 \"Great Days\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS4-OP4.webm", + "type": "opening" + }, + { + "name": "OP4 V2 \"Great Days\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS4-OP4v2.webm", + "type": "opening" + }, + { + "name": "OP4 V3 \"Great Days\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS4-OP4v3.webm", + "type": "opening" + }, + { + "name": "ED \"I Want You\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS4-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31405", + "title": "Joker Game", + "year": "2016", + "themes": [ + { + "name": "OP \"Reason Triangle\"", + "link": "https://animethemes.moe/video/JokerGame-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Double\"", + "link": "https://animethemes.moe/video/JokerGame-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31798", + "title": "Kiznaiver", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"LAY YOUR HANDS ON ME\"", + "link": "https://animethemes.moe/video/Kiznaiver-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"LAY YOUR HANDS ON ME\"", + "link": "https://animethemes.moe/video/Kiznaiver-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"LAY YOUR HANDS ON ME\"", + "link": "https://animethemes.moe/video/Kiznaiver-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Hajimari no Sokudo\"", + "link": "https://animethemes.moe/video/Kiznaiver-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28623", + "title": "Koutetsujou no Kabaneri", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"KABANERI OF THE IRON FORTRESS\"", + "link": "https://animethemes.moe/video/KoutetsujouNoKabaneri-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V2 \"KABANERI OF THE IRON FORTRESS\"", + "link": "https://animethemes.moe/video/KoutetsujouNoKabaneri-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"ninelie\"", + "link": "https://animethemes.moe/video/KoutetsujouNoKabaneri-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Through My Blood <AM>\"", + "link": "https://animethemes.moe/video/KoutetsujouNoKabaneri-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "31804", + "title": "Kuma Miko", + "year": "2016", + "themes": [ + { + "name": "OP \"Datte, Gyutteshite.\"", + "link": "https://animethemes.moe/video/KumaMiko-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KumaMiko-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"KUMAMIKO DANCING\"", + "link": "https://animethemes.moe/video/KumaMiko-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KumaMiko-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32245", + "title": "Kuromukuro", + "year": "2016", + "themes": [ + { + "name": "OP1 \"DEATHTOPIA\"", + "link": "https://animethemes.moe/video/Kuromukuro-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kuromukuro-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Chou Onsoku Destiny\"", + "link": "https://animethemes.moe/video/Kuromukuro-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kuromukuro-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Realistic\"", + "link": "https://animethemes.moe/video/Kuromukuro-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kuromukuro-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Eien Loop\"", + "link": "https://animethemes.moe/video/Kuromukuro-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kuromukuro-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31610", + "title": "Kyoukai no Rinne (TV) 2nd Season", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Melody\"", + "link": "https://animethemes.moe/video/KyoukariNoRinneS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ainii\"", + "link": "https://animethemes.moe/video/KyoukariNoRinneS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hanashi wo Shiyou\"", + "link": "https://animethemes.moe/video/KyoukariNoRinneS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Beautiful Life\"", + "link": "https://animethemes.moe/video/KyoukariNoRinneS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "28013", + "title": "Macross Δ", + "year": "2016", + "themes": [ + { + "name": "OP1 V1 \"Ichido dake no Koi nara\"", + "link": "https://animethemes.moe/video/MacrossDelta-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Ichido dake no Koi nara\"", + "link": "https://animethemes.moe/video/MacrossDelta-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Zettai Reido θ Novatic\"", + "link": "https://animethemes.moe/video/MacrossDelta-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MacrossDelta-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Ikenai Borderline\"", + "link": "https://animethemes.moe/video/MacrossDelta-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rune ga Pikatto Hikattara\"", + "link": "https://animethemes.moe/video/MacrossDelta-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"AXIA~Daisuki de Daikirai~\"", + "link": "https://animethemes.moe/video/MacrossDelta-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"GIRAFFE BLUES\"", + "link": "https://animethemes.moe/video/MacrossDelta-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hametsu no Junjou\"", + "link": "https://animethemes.moe/video/MacrossDelta-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MacrossDelta-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"God Bless You\"", + "link": "https://animethemes.moe/video/MacrossDelta-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"LOVE! THUNDER GROW\"", + "link": "https://animethemes.moe/video/MacrossDelta-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MacrossDelta-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Kaze wa Yokoku Naku Fuku\"", + "type": "ending" + }, + { + "name": "ED9 \"Ai, Oboete imasu ka? ~Orch2067~\"", + "type": "ending" + }, + { + "name": "ED10 \"Zettai Reido θ Novatick\"", + "link": "https://animethemes.moe/video/MacrossDelta-ED10.webm", + "type": "ending" + } + ] + }, + { + "id": "31741", + "title": "Magi: Sinbad no Bouken (TV)", + "year": "2016", + "themes": [ + { + "name": "OP \"Spotlight\"", + "link": "https://animethemes.moe/video/MagiSinbadNoBouken-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Polaris\"", + "link": "https://animethemes.moe/video/MagiSinbadNoBouken-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32248", + "title": "Masamune Datenicle", + "year": "2016", + "themes": [ + { + "name": "OP \"Mikazuki Resize\"", + "link": "https://animethemes.moe/video/MasamuneDatenicle-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "32438", + "title": "Mayoiga", + "year": "2016", + "themes": [ + { + "name": "OP \"Gensou Drive\"", + "link": "https://animethemes.moe/video/Mayoiga-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Mayoiga-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Ketsuro\"", + "link": "https://animethemes.moe/video/Mayoiga-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ketsuro\"", + "link": "https://animethemes.moe/video/Mayoiga-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "32792", + "title": "Mobile Suit Gundam Unicorn RE:0096", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Into the Sky\"", + "link": "https://animethemes.moe/video/GundamUnicornRe0096-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"RE:I AM\"", + "link": "https://animethemes.moe/video/GundamUnicornRe0096-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Next 2 U-eUC-\"", + "link": "https://animethemes.moe/video/GundamUnicornRe0096-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"merry-go-round\"", + "link": "https://animethemes.moe/video/GundamUnicornRe0096-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"bL∞dy f8 -eUC-\"", + "link": "https://animethemes.moe/video/GundamUnicornRe0096-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"StarRingChild\"", + "link": "https://animethemes.moe/video/GundamUnicornRe0096-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "31404", + "title": "Netoge no Yome wa Onnanoko ja Nai to Omotta?", + "year": "2016", + "themes": [ + { + "name": "OP \"1st Love Story\"", + "link": "https://animethemes.moe/video/NetogeNoYome-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Zero Ichi Kiseki\"", + "link": "https://animethemes.moe/video/NetogeNoYome-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32606", + "title": "Onigiri", + "year": "2016", + "themes": [ + { + "name": "OP \"Hime wa Rankiryuu☆Goikkousama\"", + "link": "https://animethemes.moe/video/Onigiri-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "31498", + "title": "Pan de Peace!", + "year": "2016", + "themes": [ + { + "name": "OP \"Seishun wa Tabemono desu\"", + "link": "https://animethemes.moe/video/PanDePeace-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PanDePeace-OP1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31240", + "title": "Re:Zero kara Hajimeru Isekai Seikatsu", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Redo\"", + "link": "https://animethemes.moe/video/ReZero-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Paradisus-Paradoxum\"", + "link": "https://animethemes.moe/video/ReZero-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"STYX HELIX\"", + "link": "https://animethemes.moe/video/ReZero-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"STYX HELIX\"", + "link": "https://animethemes.moe/video/ReZero-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"STYX HELIX\"", + "link": "https://animethemes.moe/video/ReZero-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 \"STRAIGHT BET\"", + "link": "https://animethemes.moe/video/ReZero-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Stay Alive\"", + "link": "https://animethemes.moe/video/ReZero-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Stay Alive\"", + "link": "https://animethemes.moe/video/ReZero-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED4 \"theater D\"", + "link": "https://animethemes.moe/video/ReZero-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Chinmoku no Requiem\"", + "link": "https://animethemes.moe/video/ReZero-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Wishing\"", + "link": "https://animethemes.moe/video/ReZero-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "32950", + "title": "RS Keikaku: Rebirth Storage", + "year": "2016", + "themes": [ + { + "name": "ED \"Crush\"", + "link": "https://animethemes.moe/video/RSKeikaku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32542", + "title": "Sakamoto desu ga?", + "year": "2016", + "themes": [ + { + "name": "OP \"COOLEST\"", + "link": "https://animethemes.moe/video/SakamotoDesuGa-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nakushita Hibi ni Sayonara\"", + "link": "https://animethemes.moe/video/SakamotoDesuGa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31564", + "title": "Sansha Sanyou", + "year": "2016", + "themes": [ + { + "name": "OP \"Clover♣Kakumation\"", + "link": "https://animethemes.moe/video/SanshaSanyou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Goochoki Parade\"", + "link": "https://animethemes.moe/video/SanshaSanyou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32595", + "title": "Seisen Cerberus: Ryuukoku no Fatalités", + "year": "2016", + "themes": [ + { + "name": "OP \"Resonant Heart\"", + "link": "https://animethemes.moe/video/SeisenCerberus-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Xenotopia\"", + "link": "https://animethemes.moe/video/SeisenCerberus-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32571", + "title": "Shounen Ashibe: Go! Go! Goma-chan", + "year": "2016", + "themes": [ + { + "name": "OP \"Hello Tomorrow\"", + "link": "https://animethemes.moe/video/ShounenAshibeGoGoGomaChan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gomamu\"", + "link": "https://animethemes.moe/video/ShounenAshibeGoGoGomaChan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32175", + "title": "Shounen Maid", + "year": "2016", + "themes": [ + { + "name": "OP \"innocent promise\"", + "link": "https://animethemes.moe/video/ShounenMaid-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Zutto Only You\"", + "link": "https://animethemes.moe/video/ShounenMaid-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32105", + "title": "Sousei no Onmyouji", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Valkyrie -Ikusa Otome-\"", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Re:Call\"", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP3 \"sync\"", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-OP3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-OP3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP4 \"Kanadeai\"", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-OP4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-OP4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Eyes\"", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Yadoriboshi\"", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Yadoriboshi\"", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hide and Seek\"", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"15\"", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hotarubi\"", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-ED5-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31680", + "title": "Super Lovers", + "year": "2016", + "themes": [ + { + "name": "OP \"Okaeri.\"", + "link": "https://animethemes.moe/video/SuperLovers-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Happiness YOU & ME\"", + "link": "https://animethemes.moe/video/SuperLovers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29831", + "title": "Tamayura: Sotsugyou Shashin Part 4 - Ashita", + "year": "2016", + "themes": [ + { + "name": "ED1 \"Sotsugyou Shashin\"", + "link": "https://animethemes.moe/video/TamayuraSotsugyouShashinPart4-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Korekara\"", + "link": "https://animethemes.moe/video/TamayuraSotsugyouShashinPart4-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32093", + "title": "Tanaka-kun wa Itsumo Kedaruge", + "year": "2016", + "themes": [ + { + "name": "OP \"Utatane Sunshine\"", + "link": "https://animethemes.moe/video/TanakaKunWaItsumoKedaruge-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TanakaKunWaItsumoKedaruge-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED1 \"BON-BON\"", + "link": "https://animethemes.moe/video/TanakaKunWaItsumoKedaruge-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TanakaKunWaItsumoKedaruge-ED1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED2 \"Utatane Shunshine\"", + "link": "https://animethemes.moe/video/TanakaKunWaItsumoKedaruge-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TanakaKunWaItsumoKedaruge-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31430", + "title": "Terra Formars Revenge", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Kouryoutaru Shinsekai\"", + "type": "opening" + }, + { + "name": "OP2 \"PLANET / THE HELL\"", + "link": "https://animethemes.moe/video/TerraFormarsS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Red Zone\"", + "link": "https://animethemes.moe/video/TerraFormarsS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Strength\"", + "link": "https://animethemes.moe/video/TerraFormarsS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Revolution\"", + "link": "https://animethemes.moe/video/TerraFormarsS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "31370", + "title": "Tonkatsu DJ Agetarou", + "year": "2016", + "themes": [ + { + "name": "ED \"Check the Back Up\"", + "link": "https://animethemes.moe/video/TonkatsuDJAgetarou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32681", + "title": "Uchuu Patrol Luluco", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Cry Max do Heijitsu\"", + "link": "https://animethemes.moe/video/UchuuPatrolLuluco-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UchuuPatrolLuluco-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Cry Max do Heijitsu\"", + "link": "https://animethemes.moe/video/UchuuPatrolLuluco-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Cry Max do Heijitsu\"", + "link": "https://animethemes.moe/video/UchuuPatrolLuluco-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Cry Max do Heijitsu\"", + "link": "https://animethemes.moe/video/UchuuPatrolLuluco-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"Cry Max do Heijitsu\"", + "link": "https://animethemes.moe/video/UchuuPatrolLuluco-OP1v5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Pipo Password\"", + "link": "https://animethemes.moe/video/UchuuPatrolLuluco-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UchuuPatrolLuluco-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Cry Max do Heijitsu\"", + "link": "https://animethemes.moe/video/UchuuPatrolLuluco-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32454", + "title": "Usakame", + "year": "2016", + "themes": [ + { + "name": "OP \"Hashire! Usakame Koukou Tennis-bu!!\"", + "link": "https://animethemes.moe/video/Usakame-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Promise you\"", + "link": "https://animethemes.moe/video/Usakame-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31098", + "title": "Ushio to Tora (TV) 2nd Season", + "year": "2016", + "themes": [ + { + "name": "OP \"Shuugawari no Kiseki no Shinwa\"", + "link": "https://animethemes.moe/video/UshioToToraS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kessen Zenya\"", + "link": "https://animethemes.moe/video/UshioToToraS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31439", + "title": "Wagamama High Spec", + "year": "2016", + "themes": [ + { + "name": "ED \"High Spec Days\"", + "link": "https://animethemes.moe/video/WagamamaHighSpec-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/WagamamaHighSpec-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31790", + "title": "Active Raid: Kidou Kyoushuushitsu Dai Hachi Gakari", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Golden Life\"", + "link": "https://animethemes.moe/video/ActiveRaid-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Golden Life\"", + "link": "https://animethemes.moe/video/ActiveRaid-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ActiveRaid-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Toumei na Yozora\"", + "link": "https://animethemes.moe/video/ActiveRaid-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ActiveRaid-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Toumei na Yozora\"", + "link": "https://animethemes.moe/video/ActiveRaid-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Toumei na Yozora\"", + "link": "https://animethemes.moe/video/ActiveRaid-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ActiveRaid-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Toumei na Yozora\"", + "link": "https://animethemes.moe/video/ActiveRaid-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Toumei na Yozora\"", + "link": "https://animethemes.moe/video/ActiveRaid-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Toumei na Yozora\"", + "link": "https://animethemes.moe/video/ActiveRaid-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Toumei na Yozora\"", + "link": "https://animethemes.moe/video/ActiveRaid-ED1v7.webm", + "type": "ending" + } + ] + }, + { + "id": "31580", + "title": "Ajin", + "year": "2016", + "themes": [ + { + "name": "OP \"Yoru wa Nemureru kai?\"", + "link": "https://animethemes.moe/video/Ajin-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Ajin-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"HOW CLOSE YOU ARE\"", + "link": "https://animethemes.moe/video/Ajin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31173", + "title": "Akagami no Shirayuki-hime 2nd Season", + "year": "2016", + "themes": [ + { + "name": "OP \"Sono Koe ga Chizu ni Nar\"", + "link": "https://animethemes.moe/video/AkagamiNoShirayukiHimeS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Page ~Kimi to Tsuzuru Monogatari~\"", + "link": "https://animethemes.moe/video/AkagamiNoShirayukiHimeS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Page ~Kimi to Tsuzuru Monogatari~\"", + "link": "https://animethemes.moe/video/AkagamiNoShirayukiHimeS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Page ~Kimi to Tsuzuru Monogatari~\"", + "link": "https://animethemes.moe/video/AkagamiNoShirayukiHimeS2-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "30654", + "title": "Ansatsu Kyoushitsu (TV) 2nd Season", + "year": "2016", + "themes": [ + { + "name": "OP1 V1 \"QUESTION\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsuS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"QUESTION\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsuS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Bye Bye Yesterday\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsuS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kaketa Tsuki\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsuS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mata Kimi ni Aeru Hi\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsuS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "28391", + "title": "Ao no Kanata no Four Rhythm", + "year": "2016", + "themes": [ + { + "name": "OP \"Contrail ~Kiseki~\"", + "link": "https://animethemes.moe/video/AoNoKanata-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"a-gain\"", + "link": "https://animethemes.moe/video/AoNoKanata-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"a-gain\"", + "link": "https://animethemes.moe/video/AoNoKanata-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi Toita Sora\"", + "link": "https://animethemes.moe/video/AoNoKanata-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "31043", + "title": "Boku dake ga Inai Machi", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Re:Re:\"", + "link": "https://animethemes.moe/video/BokuDakeGaInaiMachi-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Re:Re:\"", + "link": "https://animethemes.moe/video/BokuDakeGaInaiMachi-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Re:Re:\"", + "link": "https://animethemes.moe/video/BokuDakeGaInaiMachi-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Sore wa Chiisana Hikari no You na\"", + "link": "https://animethemes.moe/video/BokuDakeGaInaiMachi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32023", + "title": "Bubuki Buranki", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Beat your Heart\"", + "link": "https://animethemes.moe/video/BubukiBuranki-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Beat your Heart\"", + "link": "https://animethemes.moe/video/BubukiBuranki-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"ANGER/ANGER\"", + "link": "https://animethemes.moe/video/BubukiBuranki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30711", + "title": "Code Geass: Boukoku no Akito 5 - Itoshiki Mono-tachi e", + "year": "2016", + "themes": [ + { + "name": "ED \"Arco\"", + "link": "https://animethemes.moe/video/CodeGeassBoukokuNoAkito5-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31636", + "title": "Dagashi Kashi", + "year": "2016", + "themes": [ + { + "name": "OP \"Checkmate!?\"", + "link": "https://animethemes.moe/video/DagashiKashi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DagashiKashi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hey! Calorie Queen\"", + "link": "https://animethemes.moe/video/DagashiKashi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DagashiKashi-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32108", + "title": "Digimon Adventure tri. 2: Ketsui", + "year": "2016", + "themes": [ + { + "name": "OP \"Butter-Fly~tri. Version~\"", + "link": "https://animethemes.moe/video/DigimonAdventureTri2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Seven~tri. Version~\"", + "link": "https://animethemes.moe/video/DigimonAdventureTri2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31163", + "title": "Dimension W", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Genesis\"", + "link": "https://animethemes.moe/video/DimensionW-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Genesis\"", + "link": "https://animethemes.moe/video/DimensionW-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Genesis\"", + "link": "https://animethemes.moe/video/DimensionW-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Contrast\"", + "link": "https://animethemes.moe/video/DimensionW-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31710", + "title": "Divine Gate", + "year": "2016", + "themes": [ + { + "name": "OP \"one-Me two-Hearts\"", + "link": "https://animethemes.moe/video/DivineGate-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"CONTRAST\"", + "link": "https://animethemes.moe/video/DivineGate-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "27833", + "title": "Durarara!!x2 Ketsu", + "year": "2016", + "themes": [ + { + "name": "OP \"Steppin' out\"", + "link": "https://animethemes.moe/video/DurararaX2Ketsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Joker ni Yoroshiku\"", + "link": "https://animethemes.moe/video/DurararaX2Ketsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31637", + "title": "Gate: Jieitai Kanochi nite, Kaku Tatakaeri - Enryuu-hen", + "year": "2016", + "themes": [ + { + "name": "OP \"GATE II: Sekai wo Koete\"", + "link": "https://animethemes.moe/video/GateS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Itsudatte Communication\"", + "link": "https://animethemes.moe/video/GateS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"GATE: Sore wa Akatsuki no you ni\"", + "type": "ending" + } + ] + }, + { + "id": "31859", + "title": "Hai to Gensou no Grimgar", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Knew day\"", + "link": "https://animethemes.moe/video/Grimgar-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Grimgar-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Knew day\"", + "link": "https://animethemes.moe/video/Grimgar-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Grimgar-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Harvest\" by (K)NoW_NAME", + "link": "https://animethemes.moe/video/Grimgar-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Harvest\" by (K)NoW_NAME", + "link": "https://animethemes.moe/video/Grimgar-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Harvest\" by Haruka Terui", + "type": "ending" + } + ] + }, + { + "id": "30895", + "title": "Haruchika: Haruta to Chika wa Seishun Suru", + "year": "2016", + "themes": [ + { + "name": "OP \"Niji o Ametara\"", + "link": "https://animethemes.moe/video/Haruchika-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kuusou Triangle\"", + "link": "https://animethemes.moe/video/Haruchika-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hare no Hi Ni\"", + "link": "https://animethemes.moe/video/Haruchika-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32491", + "title": "Kanojo to Kanojo no Neko: Everything Flows", + "year": "2016", + "themes": [ + { + "name": "OP \"Garasu no Hitomi\"", + "link": "https://animethemes.moe/video/KanojoToKanojoNoNeko-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KanojoToKanojoNoNeko-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Sonata\"", + "link": "https://animethemes.moe/video/KanojoToKanojoNoNeko-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30831", + "title": "Kono Subarashii Sekai ni Shukufuku wo!", + "year": "2016", + "themes": [ + { + "name": "OP \"fantastic dreamer\"", + "link": "https://animethemes.moe/video/Konosuba-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chiisana Boukensha\"", + "link": "https://animethemes.moe/video/Konosuba-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32214", + "title": "Koukaku no Pandora", + "year": "2016", + "themes": [ + { + "name": "OP \"hopeness\"", + "link": "https://animethemes.moe/video/KoukakuNoPandora-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoukakuNoPandora-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"LoSe±CoNtRoL\"", + "link": "https://animethemes.moe/video/KoukakuNoPandora-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoukakuNoPandora-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32268", + "title": "Koyomimonogatari", + "year": "2016", + "themes": [ + { + "name": "ED \"whiz\"", + "link": "https://animethemes.moe/video/Koyomimonogatari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29301", + "title": "Kurage no Shokudou", + "year": "2016", + "themes": [ + { + "name": "ED \"Shiosai\"", + "link": "https://animethemes.moe/video/KurageNoShokudou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32083", + "title": "Luck & Logic", + "year": "2016", + "themes": [ + { + "name": "OP \"STORY\"", + "link": "https://animethemes.moe/video/LuckAndLogic-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LuckAndLogic-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Meiyaku no Kanata\"", + "link": "https://animethemes.moe/video/LuckAndLogic-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LuckAndLogic-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Meiyaku no Kanata\"", + "link": "https://animethemes.moe/video/LuckAndLogic-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "31793", + "title": "Mahou Shoujo Nante Mou Ii Desukara.", + "year": "2016", + "themes": [ + { + "name": "OP \"Yumeiro Doridori Parade♫\"", + "link": "https://animethemes.moe/video/MahouShoujoNanteMouIiDesuKara-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahouShoujoNanteMouIiDesuKara-OP1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31884", + "title": "Mahoutsukai Precure!", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Dokkin ♢ Mahoutsukai Precure!\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecure-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Dokkin ♢ Mahoutsukai Precure! Part 2\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecure-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Cure Up ↑ Ra ♡ Pa ☆Pa! ~ Hohoemi ni Naru Mahou ~\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Mahou Ala Domo!\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecure-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Mahou Ala Domo!\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecure-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Mahou Ala Domo!\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecure-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED2 V4 \"Mahou Ala Domo!\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecure-ED2v4.webm", + "type": "ending" + }, + { + "name": "ED2 V5 \"Mahou Ala Domo!\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecure-ED2v5.webm", + "type": "ending" + }, + { + "name": "ED2 V6 \"Mahou Ala Domo!\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecure-ED2v6.webm", + "type": "ending" + }, + { + "name": "ED2 V7 \"Mahou Ala Domo!\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecure-ED2v7.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tadashii Mahou no Tsukaikata\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecure-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "30014", + "title": "Momokuri", + "year": "2016", + "themes": [ + { + "name": "ED \"Yawarakakutte Yasashii Jikan\"", + "link": "https://animethemes.moe/video/MomokuriONA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31442", + "title": "Musaigen no Phantom World", + "year": "2016", + "themes": [ + { + "name": "OP \"Naked Dive\"", + "link": "https://animethemes.moe/video/MusaigenNoPhantomWorld-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Junshin Always\"", + "link": "https://animethemes.moe/video/MusaigenNoPhantomWorld-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31414", + "title": "Nijiiro Days", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Best Friend\"", + "link": "https://animethemes.moe/video/NijiiroDays-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"ONE-SIDED LOVE\"", + "link": "https://animethemes.moe/video/NijiiroDays-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Rainbow Days\"", + "link": "https://animethemes.moe/video/NijiiroDays-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Arch\"", + "link": "https://animethemes.moe/video/NijiiroDays-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"I wanna be your knight\"", + "link": "https://animethemes.moe/video/NijiiroDays-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Catch me if you can!\"", + "link": "https://animethemes.moe/video/NijiiroDays-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Soba ni Iru kara\"", + "link": "https://animethemes.moe/video/NijiiroDays-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Hallelujah! Shinin' Days\"", + "link": "https://animethemes.moe/video/NijiiroDays-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "31452", + "title": "Norn9: Norn+Nonet", + "year": "2016", + "themes": [ + { + "name": "OP \"Kazakiri\"", + "link": "https://animethemes.moe/video/Norn9-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Norn9-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Zero Tokei\"", + "link": "https://animethemes.moe/video/Norn9-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Norn9-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31890", + "title": "Nurse Witch Komugi-chan R", + "year": "2016", + "themes": [ + { + "name": "OP \"Ready Go!!\"", + "link": "https://animethemes.moe/video/NurseWitchKomugiChanR-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ame to Namida to Otome to Taiyaki\"", + "link": "https://animethemes.moe/video/NurseWitchKomugiChanR-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31848", + "title": "Ojisan to Marshmallow", + "year": "2016", + "themes": [ + { + "name": "ED1 \"Labyrinth\"", + "link": "https://animethemes.moe/video/OjisanToMarshmallow-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OjisanToMarshmallow-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Message\"", + "link": "https://animethemes.moe/video/OjisanToMarshmallow-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OjisanToMarshmallow-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Message\"", + "link": "https://animethemes.moe/video/OjisanToMarshmallow-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"yell\"", + "link": "https://animethemes.moe/video/OjisanToMarshmallow-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Ano Toki Mita Tori wa Ima\"", + "link": "https://animethemes.moe/video/OjisanToMarshmallow-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OjisanToMarshmallow-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Moto Keta Dou Shaka\"", + "link": "https://animethemes.moe/video/OjisanToMarshmallow-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Watashi wa Idol... De Gasu\"", + "link": "https://animethemes.moe/video/OjisanToMarshmallow-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OjisanToMarshmallow-ED6-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31621", + "title": "Ooyasan wa Shishunki!", + "year": "2016", + "themes": [ + { + "name": "OP \"Shining Sky\"", + "link": "https://animethemes.moe/video/OoyasanWaShinshunki-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "32013", + "title": "Oshiete! Galko-chan", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"YPMA☆GIRLS\"", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"YPMA☆GIRLS\"", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"YPMA☆GIRLS\"", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"YPMA☆GIRLS\"", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"YPMA☆GIRLS\"", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"YPMA☆GIRLS\"", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1v6.webm", + "type": "opening" + }, + { + "name": "OP V7 \"YPMA☆GIRLS\"", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1v7.webm", + "type": "opening" + }, + { + "name": "OP V8 \"YPMA☆GIRLS\"", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1v8.webm", + "type": "opening" + }, + { + "name": "OP V9 \"YPMA☆GIRLS\"", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1v9.webm", + "type": "opening" + }, + { + "name": "OP V10 \"YPMA☆GIRLS\"", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1v10.webm", + "type": "opening" + }, + { + "name": "OP V11 \"YPMA☆GIRLS\"", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1v11.webm", + "type": "opening" + } + ] + }, + { + "id": "31149", + "title": "Persona 3 the Movie 4: Winter of Rebirth", + "year": "2016", + "themes": [ + { + "name": "ED \"Kimi no Kioku\"", + "link": "https://animethemes.moe/video/Persona3Movie4-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31223", + "title": "Phantasy Star Online 2 The Animation", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Zessei Stargate\"", + "link": "https://animethemes.moe/video/PhantasyStartOnline2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Zessei Stargate\"", + "link": "https://animethemes.moe/video/PhantasyStartOnline2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Rare Drop☆KOI☆Koi! One More!\"", + "link": "https://animethemes.moe/video/PhantasyStartOnline2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32160", + "title": "Precure All Stars Movie: Minna de Utau♪ - Kiseki no Mahou", + "year": "2016", + "themes": [ + { + "name": "OP \"Anata ga Iru Kara\"", + "link": "https://animethemes.moe/video/PrecureAllStarsMinnaDeUtau-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Minna ga Iru Kara☆Precure All Stars\"", + "link": "https://animethemes.moe/video/PrecureAllStarsMinnaDeUtau-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31559", + "title": "Prince of Stride: Alternative", + "year": "2016", + "themes": [ + { + "name": "OP \"Strider's High\"", + "link": "https://animethemes.moe/video/PrinceOfStrideAlternative-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Be My Steady\"", + "link": "https://animethemes.moe/video/PrinceOfStrideAlternative-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32094", + "title": "Reikenzan: Hoshikuzu-tachi no Utage", + "year": "2016", + "themes": [ + { + "name": "OP \"Fast End\"", + "link": "https://animethemes.moe/video/Reikenzan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kizuna\"", + "link": "https://animethemes.moe/video/Reikenzan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30749", + "title": "Saijaku Muhai no Bahamut", + "year": "2016", + "themes": [ + { + "name": "OP \"Hiryuu no Kishi\"", + "link": "https://animethemes.moe/video/SaijakuMuhaiNoBahamut-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaijakuMuhaiNoBahamut-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Lime Tree\"", + "link": "https://animethemes.moe/video/SaijakuMuhaiNoBahamut-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaijakuMuhaiNoBahamut-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Lime Tree\"", + "link": "https://animethemes.moe/video/SaijakuMuhaiNoBahamut-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Lime Tree\"", + "link": "https://animethemes.moe/video/SaijakuMuhaiNoBahamut-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Lime Tree\"", + "link": "https://animethemes.moe/video/SaijakuMuhaiNoBahamut-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "30806", + "title": "Schwarzesmarken", + "year": "2016", + "themes": [ + { + "name": "OP \"white forces\"", + "link": "https://animethemes.moe/video/Schwarzesmarken-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kanashimi ga Jidai o Kakeru\" by Zähre", + "link": "https://animethemes.moe/video/Schwarzesmarken-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kanashimi ga Jidai o Kakeru\" by Nozomi Yamamoto", + "link": "https://animethemes.moe/video/Schwarzesmarken-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Kanashimi ga Jidai o Kakeru\" by Minami Tanaka", + "link": "https://animethemes.moe/video/Schwarzesmarken-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "31540", + "title": "Sekkou Boys", + "year": "2016", + "themes": [ + { + "name": "ED V1 \"Hoshizora Rendezvous\"", + "link": "https://animethemes.moe/video/SekkouBoys-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SekkouBoys-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hoshizora Rendezvous\"", + "link": "https://animethemes.moe/video/SekkouBoys-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SekkouBoys-ED1v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31914", + "title": "Shoujo-tachi wa Kouya wo Mezasu", + "year": "2016", + "themes": [ + { + "name": "OP \"WASTELANDERS\"", + "link": "https://animethemes.moe/video/Shokomeza-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sekai wa Kyou mo Atarashii\"", + "link": "https://animethemes.moe/video/Shokomeza-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tetoteha\"", + "link": "https://animethemes.moe/video/Shokomeza-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "28735", + "title": "Shouwa Genroku Rakugo Shinjuu", + "year": "2016", + "themes": [ + { + "name": "OP \"Usurahi Shinjuu\"", + "link": "https://animethemes.moe/video/RakugoShinju-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kawa, Taredoki\"", + "link": "https://animethemes.moe/video/RakugoShinju-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kawa, Taredoki\"", + "link": "https://animethemes.moe/video/RakugoShinju-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "31633", + "title": "Sushi Police", + "year": "2016", + "themes": [ + { + "name": "ED \"I Don't Understand You\"", + "link": "https://animethemes.moe/video/SushiPolice-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32228", + "title": "Teekyuu 7", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Tsuppari-kun vs Sekitori-man\"", + "link": "https://animethemes.moe/video/TeekyuuS7-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TeekyuuS7-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Tsuppari-kun vs Sekitori-man\"", + "link": "https://animethemes.moe/video/TeekyuuS7-OP1v2.webm", + "type": "opening" + } + ] + }, + { + "id": "32174", + "title": "The iDOLM@STER Cinderella Girls: Anytime, Anywhere with Cinderella.", + "year": "2016", + "themes": [ + { + "name": "OP \"Shine!!\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirlsS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Yume-iro Harmony\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirlsSpecial-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31994", + "title": "Yami Shibai 3", + "year": "2016", + "themes": [ + { + "name": "ED \"Naa? Naa? Naa?\"", + "link": "https://animethemes.moe/video/YamiShibaiS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33419", + "title": "12-sai.: Chicchana Mune no Tokimeki 2nd Season", + "year": "2016", + "themes": [ + { + "name": "OP \"Ano ne, Kimi dake ni\"", + "link": "https://animethemes.moe/video/12SaiS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yuuki no Tsubasa\"", + "link": "https://animethemes.moe/video/12SaiS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31646", + "title": "3-gatsu no Lion", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Answer\"", + "link": "https://animethemes.moe/video/SangatsuNoLion-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Sayonara Bystander\"", + "link": "https://animethemes.moe/video/SangatsuNoLion-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Fighter\"", + "link": "https://animethemes.moe/video/SangatsuNoLion-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nyaa Shougi Ondo\"", + "link": "https://animethemes.moe/video/SangatsuNoLion-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"orion\"", + "link": "https://animethemes.moe/video/SangatsuNoLion-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "33253", + "title": "Ajin 2nd Season", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Boku wa Boku de Atte\"", + "link": "https://animethemes.moe/video/AjinS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"The end of escape\"", + "link": "https://animethemes.moe/video/AjinS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Koutei no Sumi ni Futari, Kaze ga Fuite Ima Nara Ieru ka na\"", + "link": "https://animethemes.moe/video/AjinS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31588", + "title": "All Out!!", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Flower\"", + "link": "https://animethemes.moe/video/AllOut-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Seija no Koushin\"", + "link": "https://animethemes.moe/video/AllOut-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Zenryoku Shounen produced by Tamio Okuda\"", + "link": "https://animethemes.moe/video/AllOut-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"No Side\"", + "link": "https://animethemes.moe/video/AllOut-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "33746", + "title": "Anitore! XX", + "year": "2016", + "themes": [ + { + "name": "ED \"Cheer for you♪♬\"", + "link": "https://animethemes.moe/video/AnitoreXX-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33513", + "title": "Ansatsu Kyoushitsu: 365-nichi no Jikan", + "year": "2016", + "themes": [ + { + "name": "ED \"Shigyou no Bell\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsuMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33814", + "title": "Ao Oni The Animation", + "year": "2016", + "themes": [ + { + "name": "ED \"Kimi koso Ao Oni\"", + "link": "https://animethemes.moe/video/AoOni-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33462", + "title": "Bernard-jou Iwaku.", + "year": "2016", + "themes": [ + { + "name": "ED \"Love! Library\"", + "link": "https://animethemes.moe/video/BernardJouIwaku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33541", + "title": "Bishoujo Yuugi Unit Crane Game Girls Galaxy", + "year": "2016", + "themes": [ + { + "name": "OP \"Galaxy Party ~Uchuu no Mannaka de Party Shiyou!~\"", + "link": "https://animethemes.moe/video/CraneGameGirlsS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Zettaiteki Seiten Aozora\"", + "link": "https://animethemes.moe/video/CraneGameGirlsS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33985", + "title": "Bloodivores", + "year": "2016", + "themes": [ + { + "name": "OP \"Atae ga Kyoumei -NENTEN-\"", + "link": "https://animethemes.moe/video/Bloodivores-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"quiet squall\"", + "link": "https://animethemes.moe/video/Bloodivores-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32866", + "title": "Brave Witches", + "year": "2016", + "themes": [ + { + "name": "OP \"Ashita no Tsubasa\"", + "link": "https://animethemes.moe/video/BraveWitches-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Little Wing ~Spirit of LINDBERG~\" by Hikari Karibuchi & Takami Karibuchi", + "link": "https://animethemes.moe/video/BraveWitches-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Little Wing ~Spirit of LINDBERG~\" by Takami Karibuchi & Hikari Karibuchi", + "link": "https://animethemes.moe/video/BraveWitches-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Little Wing ~Spirit of LINDBERG~\" by Hikari Karibuchi, Nikka Edvardine Katajainen & Naoe Kanno", + "link": "https://animethemes.moe/video/BraveWitches-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Little Wing ~Spirit of LINDBERG~\" by Edytha Rossmann & Hikari Karibuchi", + "link": "https://animethemes.moe/video/BraveWitches-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Little Wing ~Spirit of LINDBERG~\" by Sadako Shimohara & Georgette Lemare", + "link": "https://animethemes.moe/video/BraveWitches-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Little Wing ~Spirit of LINDBERG~\" by Aleksandra Ivanovna Pokryshkin & Nikka Edvardine Katajainen", + "link": "https://animethemes.moe/video/BraveWitches-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Little Wing ~Spirit of LINDBERG~\" by Nikka Edvardine Katajainen & Hikari Karibuchi", + "link": "https://animethemes.moe/video/BraveWitches-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Little Wing ~Spirit of LINDBERG~\" by Waltrud Krupinski, Naoe Kanno & Nikka Edvardine Katajainen", + "link": "https://animethemes.moe/video/BraveWitches-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Little Wing ~Spirit of LINDBERG~\" by Naoe Kanno & Hikari Karibuchi", + "link": "https://animethemes.moe/video/BraveWitches-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Little Wing ~Spirit of LINDBERG~\" by Gundula Rall, Takami Karibuchi & Hikari Karibuchi", + "link": "https://animethemes.moe/video/BraveWitches-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Little Wing ~Spirit of LINDBERG~\" by Takami Karibuchi, Naoe Kanno, Nikka Edvardine Katajainen, Waltrud Krupinski, Aleksandra Ivanovna Pokryshkin, Georgette Lemare, Sadako Shimohara, Edytha Rossmann & Gundula Rall", + "link": "https://animethemes.moe/video/BraveWitches-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Little Wing ~Spirit of LINDBERG~\" by Hikari Karibuchi, Takami Karibuchi, Naoe Kanno, Nikka Edvardine Katajainen, Waltrud Krupinski, Aleksandra Ivanovna Pokryshkin, Georgette Lemare, Sadako Shimohara, Edytha Rossmann & Gundula Rall", + "link": "https://animethemes.moe/video/BraveWitches-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "33041", + "title": "Bubuki Buranki: Hoshi no Kyojin", + "year": "2016", + "themes": [ + { + "name": "OP \"Reirou taru Junketsu wa 'Kouen' no Kairai o Hayarase, Gyouten ni Kirameku Akashi o Kizamu.\"", + "link": "https://animethemes.moe/video/BubukiBurankiS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"so beautiful ;- )\"", + "link": "https://animethemes.moe/video/BubukiBurankiS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32867", + "title": "Bungou Stray Dogs 2nd Season", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Reason Living\"", + "link": "https://animethemes.moe/video/BungouStrayDogsS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BungouStrayDogsS2-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Reason Living\"", + "link": "https://animethemes.moe/video/BungouStrayDogsS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BungouStrayDogsS2-OP1v2-BD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Reason Living\"", + "link": "https://animethemes.moe/video/BungouStrayDogsS2-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BungouStrayDogsS2-OP1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kaze ga Fuku Machi\"", + "link": "https://animethemes.moe/video/BungouStrayDogsS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BungouStrayDogsS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33771", + "title": "Cheating Craft", + "year": "2016", + "themes": [ + { + "name": "OP \"Kasoku Suru Trial\"", + "link": "https://animethemes.moe/video/CheatingCraft-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Welcome Future\"", + "link": "https://animethemes.moe/video/CheatingCraft-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31157", + "title": "ClassicaLoid", + "year": "2016", + "themes": [ + { + "name": "OP \"ClassicaLoid: ClassicaLoid no Theme\"", + "link": "https://animethemes.moe/video/Classicaloid-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Jounetsu ni Tsuite Kataru Beki 2, 3, no Shinjitsu ~Denen yori~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ainekuraine Yoru no Music\"", + "link": "https://animethemes.moe/video/Classicaloid-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ai no Ya no Yume\"", + "link": "https://animethemes.moe/video/Classicaloid-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Lullaby\"", + "link": "https://animethemes.moe/video/Classicaloid-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Koutei no Bigaku\"", + "link": "https://animethemes.moe/video/Classicaloid-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Yatterannai Kibun\"", + "link": "https://animethemes.moe/video/Classicaloid-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Honoo no Requiem\"", + "link": "https://animethemes.moe/video/Classicaloid-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Fool Love Rhapsody ~Hungarian Rhapsodies~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Rokugen no Monster ~From Kreutzer Sonata~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Yowa no Tsuki ~From Fantaisie-Impromptu~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Shalala Nayandetemo Kaiketsusen ~From The Nutcracker~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"How to Win! ~From Toccata und Fuge in d-Moll~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Masu\"", + "link": "https://animethemes.moe/video/Classicaloid-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Aah, Endless Dream ~From A Maiden's Prayer~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Boku Futsuu\"", + "link": "https://animethemes.moe/video/Classicaloid-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"4.A.M. Nocturne\"", + "link": "https://animethemes.moe/video/Classicaloid-ED16.webm", + "type": "ending" + }, + { + "name": "ED17 \"Mikan Zombie March ~From Marcia Alla Turca~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED17.webm", + "type": "ending" + }, + { + "name": "ED18 \"Maryoku no Aria\"", + "link": "https://animethemes.moe/video/Classicaloid-ED18.webm", + "type": "ending" + }, + { + "name": "ED19 \"Hakuchou Rock ~From Swan Lake~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED19.webm", + "type": "ending" + }, + { + "name": "ED20 \"Shippuu Dotou ~From Symphony No. 25 in G minor~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED20.webm", + "type": "ending" + }, + { + "name": "ED21 \"Schubert no Maoumichi\"", + "link": "https://animethemes.moe/video/Classicaloid-ED21.webm", + "type": "ending" + }, + { + "name": "ED22 \"Houjou no Yume ~From Für Elise~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED22.webm", + "type": "ending" + }, + { + "name": "ED23 \"Funk Inazuma! ~From Suiten für Violoncello solo~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED23.webm", + "type": "ending" + }, + { + "name": "ED24 \"Subete wa Ai kara ~From Concerts avec plusieurs instruments~\"", + "link": "https://animethemes.moe/video/Classicaloid-ED24.webm", + "type": "ending" + } + ] + }, + { + "id": "33314", + "title": "Digimon Universe: Appli Monsters", + "year": "2016", + "themes": [ + { + "name": "OP1 \"DiVE!!\"", + "link": "https://animethemes.moe/video/DigimonUniverse-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Gatchen!\"", + "link": "https://animethemes.moe/video/DigimonUniverse-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Aoi Honoo no Syndrome\"", + "link": "https://animethemes.moe/video/DigimonUniverse-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ai\"", + "link": "https://animethemes.moe/video/DigimonUniverse-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Little B\"", + "link": "https://animethemes.moe/video/DigimonUniverse-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Perfect World\"", + "link": "https://animethemes.moe/video/DigimonUniverse-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "33045", + "title": "Dream Festival!", + "year": "2016", + "themes": [ + { + "name": "OP \"PLEASURE FLAG\"", + "link": "https://animethemes.moe/video/DreamFestival-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shinai naru Yume e!\"", + "link": "https://animethemes.moe/video/DreamFestival-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31339", + "title": "Drifters", + "year": "2016", + "themes": [ + { + "name": "OP \"Gospel Of The Throttle 狂奔REMIX ver.\"", + "link": "https://animethemes.moe/video/Drifters-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Drifters-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Vermillion\"", + "link": "https://animethemes.moe/video/Drifters-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rurou no Zakuro\"", + "link": "https://animethemes.moe/video/Drifters-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32801", + "title": "Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka OVA", + "year": "2016", + "themes": [ + { + "name": "OP \"Hey World\"", + "link": "https://animethemes.moe/video/DanMachi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi to Boku no 1-nichi\"", + "link": "https://animethemes.moe/video/DanMachiOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34321", + "title": "Fate/Grand Order: First Order", + "year": "2016", + "themes": [ + { + "name": "ED \"Shikisai\"", + "link": "https://animethemes.moe/video/FateGOFirstOrder-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateGOFirstOrder-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "32979", + "title": "Flip Flappers", + "year": "2016", + "themes": [ + { + "name": "OP \"Serendipity\"", + "link": "https://animethemes.moe/video/FlipFlappers-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FlipFlappers-OP1-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FlipFlappers-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"FLIP FLAP FLIP FLAP\"", + "link": "https://animethemes.moe/video/FlipFlappers-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FlipFlappers-ED1-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FlipFlappers-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32948", + "title": "Fune wo Amu", + "year": "2016", + "themes": [ + { + "name": "OP \"Shiokaze\"", + "link": "https://animethemes.moe/video/FuneWoAmu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"I & I\"", + "link": "https://animethemes.moe/video/FuneWoAmu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33392", + "title": "Gakuen Handsome", + "year": "2016", + "themes": [ + { + "name": "OP \"GET!! Yume & DREAM\"", + "link": "https://animethemes.moe/video/GakuenHandsome-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shin Handsome Taisou de Zundokohoi\"", + "link": "https://animethemes.moe/video/GakuenHandsome-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32071", + "title": "Gantz:O", + "year": "2016", + "themes": [ + { + "name": "ED \"Ningen Video\"", + "link": "https://animethemes.moe/video/GantzO-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34213", + "title": "Getsuyoubi no Tawawa", + "year": "2016", + "themes": [ + { + "name": "ED \"Otome no Tawawa\"", + "link": "https://animethemes.moe/video/GetsuyoubiNoTawawa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32607", + "title": "Gi(a)rlish Number", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Ketsui no Diamond\"", + "link": "https://animethemes.moe/video/GirlishNumber-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GirlishNumber-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V1 \"Bloom\"", + "link": "https://animethemes.moe/video/GirlishNumber-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GirlishNumber-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"Bloom\"", + "link": "https://animethemes.moe/video/GirlishNumber-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP2 V3 \"Bloom\"", + "link": "https://animethemes.moe/video/GirlishNumber-OP2v3.webm", + "type": "opening" + }, + { + "name": "OP2 V4 \"Bloom\"", + "link": "https://animethemes.moe/video/GirlishNumber-OP2v4.webm", + "type": "opening" + }, + { + "name": "OP2 V5 \"Bloom\"", + "link": "https://animethemes.moe/video/GirlishNumber-OP2v5.webm", + "type": "opening" + }, + { + "name": "OP2 V6 \"Bloom\"", + "link": "https://animethemes.moe/video/GirlishNumber-OP2v6.webm", + "type": "opening" + }, + { + "name": "OP2 V7 \"Bloom\"", + "link": "https://animethemes.moe/video/GirlishNumber-OP2v7.webm", + "type": "opening" + }, + { + "name": "OP2 V8 \"Bloom\"", + "link": "https://animethemes.moe/video/GirlishNumber-OP2v8.webm", + "type": "opening" + }, + { + "name": "OP2 V9 \"Bloom\"", + "link": "https://animethemes.moe/video/GirlishNumber-OP2v9.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ima wa Mijikashi Yume Miyo Otome\"", + "link": "https://animethemes.moe/video/GirlishNumber-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GirlishNumber-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ashita e no Tochuu de\"", + "link": "https://animethemes.moe/video/GirlishNumber-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32935", + "title": "Haikyuu!!: Karasuno Koukou VS Shiratorizawa Gakuen Koukou", + "year": "2016", + "themes": [ + { + "name": "OP \"Hikari Are\"", + "link": "https://animethemes.moe/video/HaikyuuS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HaikyuuS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Mashi Mashi\"", + "link": "https://animethemes.moe/video/HaikyuuS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HaikyuuS3-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33434", + "title": "Heybot!", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Houkago Nejimaki Dance\"", + "link": "https://animethemes.moe/video/Heybot-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Houkago Nejimaki Dance\"", + "link": "https://animethemes.moe/video/Heybot-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Guuchoki Pantsu no Masayoshi-san\"", + "link": "https://animethemes.moe/video/Heybot-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shakai no Rule\"", + "link": "https://animethemes.moe/video/Heybot-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "31988", + "title": "Hibike! Euphonium 2", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Soundscape\"", + "link": "https://animethemes.moe/video/HibikeEuphoniumS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HibikeEuphoniumS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Soundscape\"", + "link": "https://animethemes.moe/video/HibikeEuphoniumS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Vivace!\"", + "link": "https://animethemes.moe/video/HibikeEuphoniumS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HibikeEuphoniumS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Vivace!\"", + "link": "https://animethemes.moe/video/HibikeEuphoniumS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HibikeEuphoniumS2-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hibike! Euphonium (Asamoya ver.)\"", + "link": "https://animethemes.moe/video/HibikeEuphoniumS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hibike! Euphonium (Last ver.)\"", + "link": "https://animethemes.moe/video/HibikeEuphoniumS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "33011", + "title": "Kaijuu Girls: Ultra Kaijuu Gijinka Keikaku", + "year": "2016", + "themes": [ + { + "name": "OP \"Joujou ↑↑ GAO !!\"", + "link": "https://animethemes.moe/video/KaijuuGirls-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KaijuuGirls-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Kaiju Heart\"", + "link": "https://animethemes.moe/video/KaijuuGirls-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kaiju Heart\"", + "link": "https://animethemes.moe/video/KaijuuGirls-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "31418", + "title": "KanColle Movie", + "year": "2016", + "themes": [ + { + "name": "ED \"Kikan\"", + "link": "https://animethemes.moe/video/KancolleMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32686", + "title": "Keijo!!!!!!!!", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"DREAM×SCRAMBLE!\"", + "link": "https://animethemes.moe/video/Keijo-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"DREAM×SCRAMBLE!\"", + "link": "https://animethemes.moe/video/Keijo-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"DREAM×SCRAMBLE!\"", + "link": "https://animethemes.moe/video/Keijo-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Fantas/HIP Girlfriends!\"", + "link": "https://animethemes.moe/video/Keijo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33244", + "title": "Kiitarou Shounen no Youkai Enikki", + "year": "2016", + "themes": [ + { + "name": "ED1 \"Misty\"", + "link": "https://animethemes.moe/video/Kiitarou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Akane-iro Clochette\"", + "type": "ending" + }, + { + "name": "ED3 \"Every time ~Kirai no Hantai.~\"", + "type": "ending" + }, + { + "name": "ED4 \"Nande?\"", + "type": "ending" + }, + { + "name": "ED5 \"Ruler\"", + "type": "ending" + }, + { + "name": "ED6 \"Reflection\"", + "type": "ending" + }, + { + "name": "ED7 \"Youki Kenran Kouou Byakuya\"", + "type": "ending" + } + ] + }, + { + "id": "33034", + "title": "Kiniro Mosaic: Pretty Days", + "year": "2016", + "themes": [ + { + "name": "OP \"Happy⋆Pretty⋆Clover\"", + "link": "https://animethemes.moe/video/KiniroMosaicPrettyDays-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Starring!!\"", + "link": "https://animethemes.moe/video/KiniroMosaicPrettyDays-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28851", + "title": "Koe no Katachi", + "year": "2016", + "themes": [ + { + "name": "OP \"My Generation\"", + "link": "https://animethemes.moe/video/KoeNoKatachi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koi no Shita no wa\"", + "link": "https://animethemes.moe/video/KoeNoKatachi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33519", + "title": "Koutetsujou no Kabaneri Movie 1: Tsudou Hikari", + "year": "2016", + "themes": [ + { + "name": "OP \"KABANERI OF THE IRON FORTRESS\"", + "link": "https://animethemes.moe/video/KoutetsujouNoKabaneri-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"ninelie <cry-v>\"", + "link": "https://animethemes.moe/video/KoutetsujouNoKabaneriMovie1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33263", + "title": "Kubikiri Cycle: Aoiro Savant to Zaregototsukai", + "year": "2016", + "themes": [ + { + "name": "OP \"Cobalt World\"", + "link": "https://animethemes.moe/video/KubikiriCycle-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Märchen\"", + "link": "https://animethemes.moe/video/KubikiriCycle-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Märchen\"", + "link": "https://animethemes.moe/video/KubikiriCycle-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "30652", + "title": "Long Riders!", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"♡㎞/h\"", + "link": "https://animethemes.moe/video/LongRiders-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"♡㎞/h\"", + "link": "https://animethemes.moe/video/LongRiders-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Happy Ice Cream!\"", + "link": "https://animethemes.moe/video/LongRiders-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33197", + "title": "Lostorage incited WIXOSS", + "year": "2016", + "themes": [ + { + "name": "OP \"Lostorage\"", + "link": "https://animethemes.moe/video/LostorageIncitedWIXOSS-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"undeletable\"", + "link": "https://animethemes.moe/video/LostorageIncitedWIXOSS-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"undeletable\"", + "link": "https://animethemes.moe/video/LostorageIncitedWIXOSS-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "33299", + "title": "Magic Kyun! Renaissance", + "year": "2016", + "themes": [ + { + "name": "OP \"Magic Kyun! No.1☆\"", + "link": "https://animethemes.moe/video/MagicKyunRenaissance-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Please kiss my heart\"", + "link": "https://animethemes.moe/video/MagicKyunRenaissance-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33003", + "title": "Mahou Shoujo Ikusei Keikaku", + "year": "2016", + "themes": [ + { + "name": "OP \"Sakebe\"", + "link": "https://animethemes.moe/video/MahouShoujoIkuseiKeikaku-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahouShoujoIkuseiKeikaku-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"DREAMCATCHER\"", + "link": "https://animethemes.moe/video/MahouShoujoIkuseiKeikaku-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahouShoujoIkuseiKeikaku-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33795", + "title": "Mahou Shoujo Nante Mou Ii Desukara. 2nd Season", + "year": "2016", + "themes": [ + { + "name": "OP \"Kimiiro ni Somaru ~Earth Star Dream ver.~\"", + "link": "https://animethemes.moe/video/MahouShoujoNanteMouIiDesuKaraS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahouShoujoNanteMouIiDesuKaraS2-OP1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33183", + "title": "Mahoutsukai Precure! Movie: Kiseki no Henshin! Cure Mofurun!", + "year": "2016", + "themes": [ + { + "name": "OP \"Dokkin ♢ Mahoutsukai Precure! Part 2\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecureMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tadashii Mahou no Tsukaikata\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecureMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33051", + "title": "Mobile Suit Gundam: Iron-Blooded Orphans 2nd Season", + "year": "2016", + "themes": [ + { + "name": "OP1 \"RAGE OF DUST\"", + "link": "https://animethemes.moe/video/GundamIBOS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Fighter\"", + "link": "https://animethemes.moe/video/GundamIBOS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shounen no Hate\"", + "link": "https://animethemes.moe/video/GundamIBOS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Freesia\"", + "link": "https://animethemes.moe/video/GundamIBOS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "31631", + "title": "Monster Hunter Stories: Ride On", + "year": "2016", + "themes": [ + { + "name": "OP \"Panorama\"", + "link": "https://animethemes.moe/video/MonsterHunterStories-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "30016", + "title": "Nanbaka", + "year": "2016", + "themes": [ + { + "name": "OP \"Rin! Rin! Hi! Hi!\"", + "link": "https://animethemes.moe/video/Nanbaka-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nanbaka Datsugoku Riron♪!\"", + "link": "https://animethemes.moe/video/Nanbaka-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32983", + "title": "Natsume Yuujinchou Go", + "year": "2016", + "themes": [ + { + "name": "OP \"Takarabako\"", + "link": "https://animethemes.moe/video/NatsumeYuujinchouGo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NatsumeYuujinchouGo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Akane Sasu\"", + "link": "https://animethemes.moe/video/NatsumeYuujinchouGo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33690", + "title": "Nazotokine", + "year": "2016", + "themes": [ + { + "name": "OP \"Dimension Sky\"", + "link": "https://animethemes.moe/video/Nazotokine-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"destiny\"", + "link": "https://animethemes.moe/video/Nazotokine-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32829", + "title": "Nobunaga no Shinobi", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Adazakura\"", + "link": "https://animethemes.moe/video/NobunagaNoShinobi-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"MONTAGE\"", + "link": "https://animethemes.moe/video/NobunagaNoShinobi-OP2.webm", + "type": "opening" + } + ] + }, + { + "id": "32805", + "title": "Nyanbo!", + "year": "2016", + "themes": [ + { + "name": "OP \"Uchuu kara Yattekita Nyanbo\"", + "link": "https://animethemes.moe/video/Nyanbo-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "32962", + "title": "Occultic;Nine", + "year": "2016", + "themes": [ + { + "name": "OP \"Sensuu 3 no Nijou\"", + "link": "https://animethemes.moe/video/OcculticNine-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OcculticNine-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Open your eyes\"", + "link": "https://animethemes.moe/video/OcculticNine-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OcculticNine-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32603", + "title": "Okusama ga Seitokaichou!+!", + "year": "2016", + "themes": [ + { + "name": "OP \"Kira Kira☆Explorer\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichouS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Koi ni Matsuwaru Etcetera ~Saijou Honoka no Baai~\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichouS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koi ni Matsuwaru Etcetera ~Misumi Rin no Baai~\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichouS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Koi ni Matsuwaru Etcetera ~Wakana Ui no Baai~\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichouS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "34136", + "title": "Orange: Mirai", + "year": "2016", + "themes": [ + { + "name": "ED \"Hikari no Hahen\"", + "link": "https://animethemes.moe/video/OrangeMirai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33372", + "title": "Overlord: Ple Ple Pleiades", + "year": "2016", + "themes": [ + { + "name": "OP \"Clattanoia\"", + "link": "https://animethemes.moe/video/OverlordOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"L.L.L.\"", + "link": "https://animethemes.moe/video/OverlordOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "34034", + "title": "Pokemon Sun & Moon", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Alola!!\"", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP2 \"Mezase Pokemon Master -20th Anniversary-\"", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-OP2-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP3 \"Mirai Connection\"", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-OP3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-OP3-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP4 \"Kimi no Bouken\"", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Pose\"", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Jari Boy・Jari Girl\"", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Breath\"", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kokoro no Note\"", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Type:Wild\"", + "link": "https://animethemes.moe/video/PokemonSunAndMoon-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "33803", + "title": "Sengoku Choujuu Giga", + "year": "2016", + "themes": [ + { + "name": "ED \"Gekokujou de okashi cha e!\"", + "link": "https://animethemes.moe/video/SengokuChojuuGiga-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33031", + "title": "Shakunetsu no Takkyuu Musume", + "year": "2016", + "themes": [ + { + "name": "OP \"Shakunetsu Switch\"", + "link": "https://animethemes.moe/video/ShakunetsuNoTakkyuuMusume-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShakunetsuNoTakkyuuMusume-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShakunetsuNoTakkyuuMusume-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Bokura no Frontier\"", + "link": "https://animethemes.moe/video/ShakunetsuNoTakkyuuMusume-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShakunetsuNoTakkyuuMusume-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShakunetsuNoTakkyuuMusume-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32038", + "title": "Show By Rock!! #", + "year": "2016", + "themes": [ + { + "name": "OP \"Heart wo Rock!!\"", + "link": "https://animethemes.moe/video/ShowByRockS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"My Song is YOU!!\"", + "link": "https://animethemes.moe/video/ShowByRockS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33433", + "title": "Shuumatsu no Izetta", + "year": "2016", + "themes": [ + { + "name": "OP \"cross the line\"", + "link": "https://animethemes.moe/video/ShuumatsuNoIzetta-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShuumatsuNoIzetta-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED \"Hikari Aru Basho e\"", + "link": "https://animethemes.moe/video/ShuumatsuNoIzetta-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33775", + "title": "Soul Buster", + "year": "2016", + "themes": [ + { + "name": "OP \"SOUL BUSTER\"", + "type": "opening" + }, + { + "name": "ED \"MY OWN LIFE\"", + "link": "https://animethemes.moe/video/SoulBuster-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33668", + "title": "Soushin Shoujo Matoi", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Chou Musubi Amulet\"", + "link": "https://animethemes.moe/video/SoushinShoujoMatoi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SoushinShoujoMatoi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Chou Musubi Amulet\"", + "link": "https://animethemes.moe/video/SoushinShoujoMatoi-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SoushinShoujoMatoi-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"My Only Place\"", + "link": "https://animethemes.moe/video/SoushinShoujoMatoi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SoushinShoujoMatoi-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32555", + "title": "Stella no Mahou", + "year": "2016", + "themes": [ + { + "name": "OP \"God Save The Girls\"", + "link": "https://animethemes.moe/video/StellaNoMahou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StellaNoMahou-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Yonaka Jikaru\"", + "link": "https://animethemes.moe/video/StellaNoMahou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/StellaNoMahou-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33286", + "title": "Strike the Blood II", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Blood on the EDGE\"", + "link": "https://animethemes.moe/video/StrikeTheBloodS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Blood on the EDGE\"", + "link": "https://animethemes.moe/video/StrikeTheBloodS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Blood on the EDGE\"", + "link": "https://animethemes.moe/video/StrikeTheBloodS2-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Fortune Number 0405\"", + "link": "https://animethemes.moe/video/StrikeTheBloodS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33036", + "title": "Suki ni Naru Sono Shunkan wo: Kokuhaku Jikkou Iinkai", + "year": "2016", + "themes": [ + { + "name": "OP \"Senpai\"", + "link": "https://animethemes.moe/video/SukiNiNaru-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Daikirai na Hazu Datta\"", + "link": "https://animethemes.moe/video/SukiNiNaru-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33811", + "title": "Teekyuu 8", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Gluten Elegy\"", + "link": "https://animethemes.moe/video/TeekyuuS8-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TeekyuuS8-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "OP2 \"Nihongo Wakarimasen\"", + "link": "https://animethemes.moe/video/TeekyuuS8-OP2.webm", + "type": "opening" + } + ] + }, + { + "id": "31861", + "title": "Tenchi Muyou! Ryououki 4th Season", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Tenchi Muyou!\"", + "link": "https://animethemes.moe/video/TenchiMuyouRyououkiS4-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"P.N.K!!\"", + "link": "https://animethemes.moe/video/TenchiMuyouRyououkiS4-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Kokoro Hanabira\"", + "link": "https://animethemes.moe/video/TenchiMuyouRyououkiS4-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Brand New Door\"", + "link": "https://animethemes.moe/video/TenchiMuyouRyououkiS4-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shake the DiCE\"", + "link": "https://animethemes.moe/video/TenchiMuyouRyououkiS4-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Jumpin' Lovin' Girl\"", + "link": "https://animethemes.moe/video/TenchiMuyouRyououkiS4-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Pastel Party♪\"", + "link": "https://animethemes.moe/video/TenchiMuyouRyououkiS4-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Koboreru Hizashi no Naka de\"", + "link": "https://animethemes.moe/video/TenchiMuyouRyououkiS4-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "32881", + "title": "Tiger Mask W", + "year": "2016", + "themes": [ + { + "name": "OP \"Ike! Tiger Mask\"", + "link": "https://animethemes.moe/video/TigerMaskW-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"KING OF THE WILD\"", + "link": "https://animethemes.moe/video/TigerMaskW-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33026", + "title": "Time Bokan 24", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Fantastic Time\"", + "link": "https://animethemes.moe/video/TimeBokan24-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Over The Top\"", + "type": "opening" + }, + { + "name": "ED1 \"TRUE LOVE\"", + "link": "https://animethemes.moe/video/TimeBokan24-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Gekiyaba∞Bokkan!!\"", + "type": "ending" + } + ] + }, + { + "id": "34009", + "title": "To Be Hero", + "year": "2016", + "themes": [ + { + "name": "OP \"Ai ni Koiyo\"", + "link": "https://animethemes.moe/video/ToBeHero-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Watashi no papa ga chikyuu wo mamoru ~My father protects the Earth~\"", + "link": "https://animethemes.moe/video/ToBeHero-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33023", + "title": "Touken Ranbu: Hanamaru", + "year": "2016", + "themes": [ + { + "name": "OP \"Hanamaru◎Biyori\"", + "link": "https://animethemes.moe/video/ToukenRanbuHanamaru-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ake Kure Nikki\"", + "link": "https://animethemes.moe/video/ToukenRanbuHanamaru-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kokorodama no Arika\"", + "link": "https://animethemes.moe/video/ToukenRanbuHanamaru-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hana no Kaori wa Kyoushidare\"", + "link": "https://animethemes.moe/video/ToukenRanbuHanamaru-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Toki Zotomo Nashi Kenbi no Hana yo\"", + "link": "https://animethemes.moe/video/ToukenRanbuHanamaru-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Dezuru Tsuki, Souen no Uta\"", + "link": "https://animethemes.moe/video/ToukenRanbuHanamaru-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Okiraku Chindouchuu\"", + "type": "ending" + }, + { + "name": "ED7 \"Koi to Jouto no Yaezakura\"", + "type": "ending" + }, + { + "name": "ED8 \"Nikkari Ayakashi Kazoe Uta\"", + "type": "ending" + }, + { + "name": "ED9 \"Akatsuki no Hoshi\"", + "type": "ending" + }, + { + "name": "ED10 \"Kokorobase kara Yukari ari\"", + "type": "ending" + } + ] + }, + { + "id": "33377", + "title": "Trickster: Edogawa Ranpo "Shounen Tanteidan" yori", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Kimi dake no Boku de Iru kara\"", + "link": "https://animethemes.moe/video/Trickster-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Unmei Dilemma\"", + "link": "https://animethemes.moe/video/Trickster-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"1HOPE SNIPER\"", + "link": "https://animethemes.moe/video/Trickster-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsumi no Keishou: Original Sin\"", + "link": "https://animethemes.moe/video/Trickster-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32673", + "title": "Udon no Kuni no Kiniro Kemari", + "year": "2016", + "themes": [ + { + "name": "OP \"S.O.S\"", + "link": "https://animethemes.moe/video/UdonNoKuni-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UdonNoKuni-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Sweet Darwin\"", + "link": "https://animethemes.moe/video/UdonNoKuni-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UdonNoKuni-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Gaogao-chan Taisou\"", + "link": "https://animethemes.moe/video/UdonNoKuni-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "31178", + "title": "Uta no☆Prince-sama♪ Maji Love Legend Star", + "year": "2016", + "themes": [ + { + "name": "OP \"Tempest\"", + "link": "https://animethemes.moe/video/UtaPriS4-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Maji Love Legend Star\"", + "link": "https://animethemes.moe/video/UtaPriS4-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33589", + "title": "ViVid Strike!", + "year": "2016", + "themes": [ + { + "name": "OP \"Future Strike\"", + "link": "https://animethemes.moe/video/VividStrike-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/VividStrike-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Starry Wish\"", + "link": "https://animethemes.moe/video/VividStrike-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/VividStrike-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32899", + "title": "Watashi ga Motete Dousunda", + "year": "2016", + "themes": [ + { + "name": "OP \"Prince×Prince\"", + "link": "https://animethemes.moe/video/WatashiGaMoteteDousunda-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dokidoki no Kaze\"", + "link": "https://animethemes.moe/video/WatashiGaMoteteDousunda-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33094", + "title": "WWW.Working!!", + "year": "2016", + "themes": [ + { + "name": "OP \"Eyecatch! Too much!\"", + "link": "https://animethemes.moe/video/WWWWorking-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Muchuuryoku Fever\"", + "link": "https://animethemes.moe/video/WWWWorking-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Muchuuryoku Fever\"", + "link": "https://animethemes.moe/video/WWWWorking-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Muchuuryoku Fever\"", + "link": "https://animethemes.moe/video/WWWWorking-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "32995", + "title": "YURI!!! on ICE", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"History Maker\"", + "link": "https://animethemes.moe/video/YuriOnIce-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"History Maker\"", + "link": "https://animethemes.moe/video/YuriOnIce-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"You Only Live Once\"", + "link": "https://animethemes.moe/video/YuriOnIce-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yeah Yeah Yeah\"", + "link": "https://animethemes.moe/video/YuriOnIce-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Stay By Me\"", + "link": "https://animethemes.moe/video/YuriOnIce-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "32998", + "title": "91 Days", + "year": "2016", + "themes": [ + { + "name": "OP \"Signal\"", + "link": "https://animethemes.moe/video/91Days-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Rain or Shine\"", + "link": "https://animethemes.moe/video/91Days-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32301", + "title": "Active Raid: Kidou Kyoushuushitsu Dai Hachi Gakari 2nd", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Cerulean Squash\"", + "link": "https://animethemes.moe/video/ActiveRaidS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Cerulean Squash\"", + "link": "https://animethemes.moe/video/ActiveRaidS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Field Trip!!\"", + "link": "https://animethemes.moe/video/ActiveRaidS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32806", + "title": "Aikatsu!: Nerawareta Mahou no Aikatsu! Card", + "year": "2016", + "themes": [ + { + "name": "ED \"START DASH SENSATION\"", + "link": "https://animethemes.moe/video/NerawaretaMahouNoAikatsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31485", + "title": "Aikatsu Stars! Movie", + "year": "2016", + "themes": [ + { + "name": "ED \"Start Line!\"", + "link": "https://animethemes.moe/video/AikatsuStarsMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32828", + "title": "Amaama to Inazuma", + "year": "2016", + "themes": [ + { + "name": "OP \"Harebare Fanfare\"", + "link": "https://animethemes.moe/video/AmaamaToInazuma-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Maybe\"", + "link": "https://animethemes.moe/video/AmaamaToInazuma-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31771", + "title": "Amanchu!", + "year": "2016", + "themes": [ + { + "name": "OP \"Million Clouds\"", + "link": "https://animethemes.moe/video/Amanchu-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Futari Shoujo\"", + "link": "https://animethemes.moe/video/Amanchu-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Amanchu-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Futari Shoujo\"", + "link": "https://animethemes.moe/video/Amanchu-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "32171", + "title": "Ange Vierge", + "year": "2016", + "themes": [ + { + "name": "OP \"Love is MY RAIL\"", + "link": "https://animethemes.moe/video/AngeVierge-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Link with U\"", + "link": "https://animethemes.moe/video/AngeVierge-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31821", + "title": "Arslan Senki (TV): Fuujin Ranbu", + "year": "2016", + "themes": [ + { + "name": "OP \"Tsubasa\"", + "link": "https://animethemes.moe/video/ArslanSenkiTVS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"blaze\"", + "link": "https://animethemes.moe/video/ArslanSenkiTVS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33046", + "title": "B-Project: Kodou*Ambitious", + "year": "2016", + "themes": [ + { + "name": "OP \"Kodou*Ambitious\"", + "link": "https://animethemes.moe/video/BProject-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hoshi to Tsuki no Sentence\"", + "link": "https://animethemes.moe/video/BProject-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32664", + "title": "Bananya", + "year": "2016", + "themes": [ + { + "name": "ED \"Lucky Holiday\"", + "link": "https://animethemes.moe/video/Bananya-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32947", + "title": "Battery", + "year": "2016", + "themes": [ + { + "name": "OP \"Itsuka no Jibun\"", + "link": "https://animethemes.moe/video/Battery-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Ashita, Haru ga Kitara\"", + "link": "https://animethemes.moe/video/Battery-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Ashita, Haru ga Kitara\"", + "link": "https://animethemes.moe/video/Battery-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Wakamono no Subete\"", + "link": "https://animethemes.moe/video/Battery-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32379", + "title": "Berserk", + "year": "2016", + "themes": [ + { + "name": "OP \"Inferno\"", + "link": "https://animethemes.moe/video/Berserk2016-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Berserk2016-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Meimoku no Kanata\"", + "link": "https://animethemes.moe/video/Berserk2016-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Berserk2016-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Meimoku no Kanata English ver.\"", + "link": "https://animethemes.moe/video/Berserk2016-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ash Crow\"", + "link": "https://animethemes.moe/video/Berserk2016-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "31417", + "title": "Binan Koukou Chikyuu Bouei-bu LOVE! LOVE!", + "year": "2016", + "themes": [ + { + "name": "OP \"Futten Toppa☆LOVE IS POWER☆\"", + "link": "https://animethemes.moe/video/BinanKoukouChikyuuBoueiBuS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Anata wa Haruka Ittousei\"", + "link": "https://animethemes.moe/video/BinanKoukouChikyuuBoueiBuS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32483", + "title": "Cheer Danshi!!", + "year": "2016", + "themes": [ + { + "name": "OP \"Hajime no Ippo\"", + "link": "https://animethemes.moe/video/CheerDanshi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"LIMIT BREAKERS\"", + "link": "https://animethemes.moe/video/CheerDanshi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32370", + "title": "D.Gray-man Hallow", + "year": "2016", + "themes": [ + { + "name": "OP \"Key -bring it on, my Destiny-\"", + "link": "https://animethemes.moe/video/DGrayManHollow-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Lotus Pain\"", + "link": "https://animethemes.moe/video/DGrayManHollow-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32189", + "title": "Danganronpa 3: The End of Kibougamine Gakuen - Mirai-hen", + "year": "2016", + "themes": [ + { + "name": "OP \"DEAD OR LIE\"", + "link": "https://animethemes.moe/video/Danganronpa3MiraiHen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Danganronpa3MiraiHen-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Recall THE END\"", + "link": "https://animethemes.moe/video/Danganronpa3MiraiHen-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Danganronpa3MiraiHen-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Recall THE END\"", + "link": "https://animethemes.moe/video/Danganronpa3MiraiHen-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "33028", + "title": "Danganronpa 3: The End of Kibougamine Gakuen - Zetsubou-hen", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Kami-iro Awase\"", + "link": "https://animethemes.moe/video/Danganronpa3ZetsubouHen-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kami-iro Awase\"", + "link": "https://animethemes.moe/video/Danganronpa3ZetsubouHen-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Danganronpa3ZetsubouHen-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Kami-iro Awase\"", + "link": "https://animethemes.moe/video/Danganronpa3ZetsubouHen-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Zettai Kibou Birthday\"", + "link": "https://animethemes.moe/video/Danganronpa3ZetsubouHen-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Danganronpa3ZetsubouHen-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32494", + "title": "Days (TV)", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Wake We Up\"", + "link": "https://animethemes.moe/video/DaysTV-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Higher Climber\"", + "link": "https://animethemes.moe/video/DaysTV-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"EVERLASTING DAYS\"", + "link": "https://animethemes.moe/video/DaysTV-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"DAYS\"", + "link": "https://animethemes.moe/video/DaysTV-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "33069", + "title": "Dimension W Special", + "year": "2016", + "themes": [ + { + "name": "OP \"Genesis\"", + "link": "https://animethemes.moe/video/DimensionWOVA-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "31706", + "title": "Fate/kaleid liner Prisma☆Illya 3rei!!", + "year": "2016", + "themes": [ + { + "name": "OP \"Asterism\"", + "link": "https://animethemes.moe/video/FatePrismaIllya3rei-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FatePrismaIllya3rei-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"WHIMSICAL WAYWARD WISH\"", + "link": "https://animethemes.moe/video/FatePrismaIllya3rei-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FatePrismaIllya3rei-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"WHIMSICAL WAYWARD WISH\"", + "link": "https://animethemes.moe/video/FatePrismaIllya3rei-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"WHIMSICAL WAYWARD WISH\"", + "link": "https://animethemes.moe/video/FatePrismaIllya3rei-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 \"cuddle\"", + "link": "https://animethemes.moe/video/FatePrismaIllya3rei-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "33222", + "title": "Fudanshi Koukou Seikatsu", + "year": "2016", + "themes": [ + { + "name": "ED \"SEKAI wa Boy Meets Boy ♂\"", + "link": "https://animethemes.moe/video/FudanshiKoukouSeikatsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32696", + "title": "Fukigen na Mononokean", + "year": "2016", + "themes": [ + { + "name": "OP \"Tomodachi Meter\"", + "link": "https://animethemes.moe/video/FukigenNaMononokean-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tobira no Mukou\"", + "link": "https://animethemes.moe/video/FukigenNaMononokean-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32648", + "title": "Handa-kun", + "year": "2016", + "themes": [ + { + "name": "OP \"The LiBERTY\"", + "link": "https://animethemes.moe/video/HandaKun-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"HIDE-AND-SEEK\"", + "link": "https://animethemes.moe/video/HandaKun-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"HIDE-AND-SEEK\"", + "link": "https://animethemes.moe/video/HandaKun-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "31109", + "title": "Hatsukoi Monster", + "year": "2016", + "themes": [ + { + "name": "OP \"Innocent\"", + "link": "https://animethemes.moe/video/HatsukoiMonster-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi ni Sasageru Chinkonka\"", + "link": "https://animethemes.moe/video/HatsukoiMonster-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Take Shougakkou Kouka\"", + "type": "ending" + } + ] + }, + { + "id": "33421", + "title": "Hitori no Shita: The Outcast", + "year": "2016", + "themes": [ + { + "name": "OP \"ARCADIA\"", + "link": "https://animethemes.moe/video/HitoriNoShita-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"In the Dawn\"", + "link": "https://animethemes.moe/video/HitoriNoShita-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32281", + "title": "Kimi no Na wa.", + "year": "2016", + "themes": [ + { + "name": "OP \"Yume Tourou\"", + "link": "https://animethemes.moe/video/KimiNoNaWa-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nandemonaiya\"", + "link": "https://animethemes.moe/video/KimiNoNaWa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31757", + "title": "Kizumonogatari II: Nekketsu-hen", + "year": "2016", + "themes": [ + { + "name": "ED \"étoile et toi\"", + "link": "https://animethemes.moe/video/Kizumonogatari2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31952", + "title": "Kono Bijutsubu ni wa Mondai ga Aru!", + "year": "2016", + "themes": [ + { + "name": "OP \"STARTING NOW!\"", + "link": "https://animethemes.moe/video/Konobi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Konobi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"cubic futurismo\"", + "link": "https://animethemes.moe/video/Konobi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Konobi-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kokoro*Palette (gasshou ver.)\"", + "link": "https://animethemes.moe/video/Konobi-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Konobi-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32526", + "title": "Love Live! Sunshine!!", + "year": "2016", + "themes": [ + { + "name": "OP \"Aozora Jumping Heart\"", + "link": "https://animethemes.moe/video/LoveLiveSunshine-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshine-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshine-OP1-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kimeta yo Hand in Hand\"", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yume Kataru Yori Yume Utaou\" by Chika Takami, Riko Sakurauchi, & You Watanabe", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yume Kataru Yori Yume Utaou\" by Aqours", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Yume Kataru Yori Yume Utaou\" by Hanamaru Kunikda & Ruby Kurosawa", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Yume Kataru Yori Yume Utaou\" by Yoshiko Tsushima", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Yume Kataru Yori Yume Utaou\" by Dia Kurosawa, Kanan Matsuura, & Mari Ohara", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Yume Kataru Yori Yume Utaou\" by Yoshiko Tsushima, Hanamaru Kunikida, & Ruby Kurosawa", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Yume Kataru Yori Yume Utaou\" by Chika Takami, Riko Sakurauchi, You Watanabe, Yoshiko Tsushima, Hanamaru Kunikida, & Ruby Kurosawa", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED8-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED9 \"Mijuku DREAMER\"", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Yume Kataru Yori Yume Utaou\" by Chika Takami & Riko Sakurauchi", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Yume Kataru Yori Yume Utaou\" by You Watanabe", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Yume Kataru Yori Yume Utaou\" by Aqours", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"MIRAI TICKET\"", + "link": "https://animethemes.moe/video/LoveLiveSunshine-ED13.webm", + "type": "ending" + } + ] + }, + { + "id": "33394", + "title": "Mahou Shoujo? Naria☆Girls", + "year": "2016", + "themes": [ + { + "name": "OP \"We are Naria☆Girls\"", + "link": "https://animethemes.moe/video/MahouShoujoNariaGirls-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mezase! Kokumin-teki Chara\"", + "link": "https://animethemes.moe/video/MahouShoujoNariaGirls-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31845", + "title": "Masou Gakuen HxH", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"miele paradiso\"", + "link": "https://animethemes.moe/video/MasouGakuenHxH-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MasouGakuenHxH-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"miele paradiso\"", + "link": "https://animethemes.moe/video/MasouGakuenHxH-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"miele paradiso\"", + "link": "https://animethemes.moe/video/MasouGakuenHxH-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Chi\"", + "link": "https://animethemes.moe/video/MasouGakuenHxH-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Chi\"", + "link": "https://animethemes.moe/video/MasouGakuenHxH-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "32182", + "title": "Mob Psycho 100", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"99\"", + "link": "https://animethemes.moe/video/MobPsycho100-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MobPsycho100-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"99\"", + "link": "https://animethemes.moe/video/MobPsycho100-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Refrain Boy\"", + "link": "https://animethemes.moe/video/MobPsycho100-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MobPsycho100-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Refrain Boy -English ver.-\"", + "link": "https://animethemes.moe/video/MobPsycho100-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Refrain Boy -TEKINA remix-\"", + "link": "https://animethemes.moe/video/MobPsycho100-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MobPsycho100-ED3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31722", + "title": "Nanatsu no Taizai: Seisen no Shirushi", + "year": "2016", + "themes": [ + { + "name": "OP \"CLASSIC\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiSeisenNoShirushi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiSeisenNoShirushi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Iroasenai Hitomi\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiSeisenNoShirushi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanatsuNoTaizaiSeisenNoShirushi-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31764", + "title": "Nejimaki Seirei Senki: Tenkyou no Alderamin", + "year": "2016", + "themes": [ + { + "name": "OP \"Tenkyou no Alderamin\"", + "link": "https://animethemes.moe/video/TenkyouNoAlderamin-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TenkyouNoAlderamin-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED \"nameless\"", + "link": "https://animethemes.moe/video/TenkyouNoAlderamin-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TenkyouNoAlderamin-ED1-NCBD.webm", + "type": "ending" + } + ] + }, + { + "id": "31953", + "title": "New Game!", + "year": "2016", + "themes": [ + { + "name": "OP1 \"SAKURA Skip\"", + "link": "https://animethemes.moe/video/NewGame-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Inori no Hane\"", + "link": "https://animethemes.moe/video/NewGame-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Now Loading!!!!\"", + "link": "https://animethemes.moe/video/NewGame-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "33274", + "title": "Onara Gorou", + "year": "2016", + "themes": [ + { + "name": "ED \"MECHA DESOUNARA~Subete ni Sayo Onara~\"", + "link": "https://animethemes.moe/video/OnaraGorou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32729", + "title": "Orange", + "year": "2016", + "themes": [ + { + "name": "OP \"Hikari no Hahen\"", + "link": "https://animethemes.moe/video/Orange-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Orange-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Mirai\"", + "link": "https://animethemes.moe/video/Orange-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Mirai\"", + "link": "https://animethemes.moe/video/Orange-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Mirai\"", + "link": "https://animethemes.moe/video/Orange-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Mirai\"", + "link": "https://animethemes.moe/video/Orange-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Mirai\"", + "link": "https://animethemes.moe/video/Orange-ED1v5.webm", + "type": "ending" + } + ] + }, + { + "id": "32697", + "title": "Ozmafia!!", + "year": "2016", + "themes": [ + { + "name": "ED1 \"I love you more\"", + "link": "https://animethemes.moe/video/Ozmafia-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"If The World Gives Up\"", + "link": "https://animethemes.moe/video/Ozmafia-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Love You Tomorrow\"", + "link": "https://animethemes.moe/video/Ozmafia-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "33091", + "title": "Planetarian: Chiisana Hoshi no Yume", + "year": "2016", + "themes": [ + { + "name": "ED1 \"Twinkle Starlight\"", + "link": "https://animethemes.moe/video/Planetarian-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hoshi Meguri no Uta\"", + "link": "https://animethemes.moe/video/Planetarian-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32772", + "title": "Puzzle & Dragons Cross", + "year": "2016", + "themes": [ + { + "name": "OP1 \"WE ARE GO\"", + "link": "https://animethemes.moe/video/PuzzleDragonsCross-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Colors\"", + "link": "https://animethemes.moe/video/PuzzleDragonsCross-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Montage\"", + "link": "https://animethemes.moe/video/PuzzleDragonsCross-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"ColorFULL Combo\"", + "link": "https://animethemes.moe/video/PuzzleDragonsCross-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Puzzle\"", + "link": "https://animethemes.moe/video/PuzzleDragonsCross-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Colorful Jump\"", + "link": "https://animethemes.moe/video/PuzzleDragonsCross-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "32360", + "title": "Qualidea Code", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Brave Freak Out\"", + "link": "https://animethemes.moe/video/QualideaCode-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"AxxxiS\"", + "link": "https://animethemes.moe/video/QualideaCode-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Gravity\"", + "link": "https://animethemes.moe/video/QualideaCode-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yakusoku -Promise code-\"", + "link": "https://animethemes.moe/video/QualideaCode-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"clever\"", + "link": "https://animethemes.moe/video/QualideaCode-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "32961", + "title": "Regalia: The Three Sacred Stars", + "year": "2016", + "themes": [ + { + "name": "OP \"Divine Spell\"", + "link": "https://animethemes.moe/video/RegaliaTheThreeSacredStars-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RegaliaTheThreeSacredStars-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Patria\"", + "link": "https://animethemes.moe/video/RegaliaTheThreeSacredStars-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RegaliaTheThreeSacredStars-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Patria\"", + "link": "https://animethemes.moe/video/RegaliaTheThreeSacredStars-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "30015", + "title": "ReLIFE", + "year": "2016", + "themes": [ + { + "name": "OP \"Button\"", + "link": "https://animethemes.moe/video/ReLIFE-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Iijuu★Rider\"", + "link": "https://animethemes.moe/video/ReLIFE-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"HOT LIMIT\"", + "link": "https://animethemes.moe/video/ReLIFE-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Timing\"", + "link": "https://animethemes.moe/video/ReLIFE-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"HONEY\"", + "link": "https://animethemes.moe/video/ReLIFE-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kore ga Watashi no Ikiru Michi\"", + "link": "https://animethemes.moe/video/ReLIFE-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Sunny Day Sunday\"", + "link": "https://animethemes.moe/video/ReLIFE-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Saudade\"", + "link": "https://animethemes.moe/video/ReLIFE-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Yuki no Hana\"", + "link": "https://animethemes.moe/video/ReLIFE-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"There will be love there -Ai no Aru Basho-\"", + "link": "https://animethemes.moe/video/ReLIFE-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Asu e no Tobira\"", + "link": "https://animethemes.moe/video/ReLIFE-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"PIECES OF A DREAM\"", + "link": "https://animethemes.moe/video/ReLIFE-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Natsumatsuri\"", + "link": "https://animethemes.moe/video/ReLIFE-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Button\"", + "link": "https://animethemes.moe/video/ReLIFE-ED13.webm", + "type": "ending" + } + ] + }, + { + "id": "31716", + "title": "Rewrite", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Philosophyz\"", + "link": "https://animethemes.moe/video/Rewrite-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"End of the World\"", + "link": "https://animethemes.moe/video/Rewrite-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sasayaki na Hajimari\"", + "link": "https://animethemes.moe/video/Rewrite-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koibumi\"", + "link": "https://animethemes.moe/video/Rewrite-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sunbright\"", + "link": "https://animethemes.moe/video/Rewrite-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Word of Dawn\"", + "link": "https://animethemes.moe/video/Rewrite-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Itsuwaranai Kimi e\"", + "link": "https://animethemes.moe/video/Rewrite-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Yami no Kanata e\"", + "link": "https://animethemes.moe/video/Rewrite-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "33255", + "title": "Saiki Kusuo no Ψ-nan", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Seishun wa Zankoku ja nai\"", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanTV-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Sai Psi Sai Kouchou!\"", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanTV-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ψ desu I LIKE YOU\"", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanTV-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kokoro\"", + "link": "https://animethemes.moe/video/SaikiKusuoNoPsiNanTV-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "33113", + "title": "Scared Rider Xechs", + "year": "2016", + "themes": [ + { + "name": "OP \"Ao to Kurenai no Forzato\"", + "link": "https://animethemes.moe/video/ScaredRiderXechs-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"old revelation\"", + "link": "https://animethemes.moe/video/ScaredRiderXechs-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dan-Gun-Xechs\"", + "link": "https://animethemes.moe/video/ScaredRiderXechs-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"path of truth\"", + "link": "https://animethemes.moe/video/ScaredRiderXechs-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"STARDUST LOVERS\"", + "link": "https://animethemes.moe/video/ScaredRiderXechs-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "31229", + "title": "Servamp", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Deal with\"", + "link": "https://animethemes.moe/video/Servamp-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Deal with\"", + "link": "https://animethemes.moe/video/Servamp-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"sunlight avenue\"", + "link": "https://animethemes.moe/video/Servamp-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"sunlight avenue\"", + "link": "https://animethemes.moe/video/Servamp-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "32282", + "title": "Shokugeki no Souma: Ni no Sara", + "year": "2016", + "themes": [ + { + "name": "OP \"ROUGH DIAMONDS\"", + "link": "https://animethemes.moe/video/ShokugekiNoSomaNiNoSara-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Snow Drop\"", + "link": "https://animethemes.moe/video/ShokugekiNoSomaNiNoSara-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32039", + "title": "Show By Rock!! Short!!", + "year": "2016", + "themes": [ + { + "name": "ED \"Do Re Mi Fa PARTY\"", + "link": "https://animethemes.moe/video/ShowByRockShort-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29758", + "title": "Taboo Tattoo", + "year": "2016", + "themes": [ + { + "name": "OP \"Belief\"", + "link": "https://animethemes.moe/video/TabooTattoo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TabooTattoo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"EGOISTIC EMOTION\"", + "link": "https://animethemes.moe/video/TabooTattoo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TabooTattoo-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "30911", + "title": "Tales of Zestiria the X", + "year": "2016", + "themes": [ + { + "name": "OP \"Kaze no Uta\"", + "link": "https://animethemes.moe/video/TalesOfZestiriaTheX-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TalesOfZestiriaTheX-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"calling\"", + "link": "https://animethemes.moe/video/TalesOfZestiriaTheX-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TalesOfZestiriaTheX-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"White Light\"", + "link": "https://animethemes.moe/video/TalesOfZestiriaTheX-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"BURN\"", + "link": "https://animethemes.moe/video/TalesOfZestiriaTheX-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "33341", + "title": "Time Travel Shoujo: Mari Waka to 8-nin no Kagakusha-tachi", + "year": "2016", + "themes": [ + { + "name": "OP \"Kibou TRAVELER\"", + "link": "https://animethemes.moe/video/TimeTravelShoujo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TimeTravelShoujo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Miss Rabbit\"", + "link": "https://animethemes.moe/video/TimeTravelShoujo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TimeTravelShoujo-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "33037", + "title": "Tsukiuta. The Animation", + "year": "2016", + "themes": [ + { + "name": "OP1 \"GRAVITIC-LOVE\"", + "link": "https://animethemes.moe/video/Tsukiuta-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"LOLV -Lots of Love-\"", + "link": "https://animethemes.moe/video/Tsukiuta-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"stella ~Kinpika Joushou Kibun~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"initium ~Shikou Hyouron~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"amor ~Afure dasu Omoi kara~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"ver ~Utayomidori no Koe~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"cerasus ~Sakura Namiki ni Michikarete~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"caelum ~Mirai~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"pluvia ~Uso to Nukumori~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"mare ~Kimi to Tsuzuru Koukai Nisshi~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"sol ~Happy! Phew!~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"nox ~Kaze no Record~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"athletic ~Never Ending Challenge!!~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"albion ~Futari Dake Shiro~\"", + "link": "https://animethemes.moe/video/Tsukiuta-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Tsuki no Uta.\"", + "type": "ending" + } + ] + }, + { + "id": "32601", + "title": "12-sai.: Chicchana Mune no Tokimeki", + "year": "2016", + "themes": [ + { + "name": "OP \"Sweet Sensation\"", + "link": "https://animethemes.moe/video/12Sai-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Cotona MODE\"", + "link": "https://animethemes.moe/video/12Sai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32717", + "title": "Aikatsu Stars!", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Start Line!\"", + "link": "https://animethemes.moe/video/AikatsuStars-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"1, 2, Sing for You!\"", + "link": "https://animethemes.moe/video/AikatsuStars-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Star Jet!\"", + "link": "https://animethemes.moe/video/AikatsuStars-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Stardom!\"", + "link": "https://animethemes.moe/video/AikatsuStars-OP4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuStars-OP4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP5 \"MUSIC of DREAM!!!\"", + "link": "https://animethemes.moe/video/AikatsuStars-OP5.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuStars-OP5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"episode Solo\"", + "link": "https://animethemes.moe/video/AikatsuStars-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuStars-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"So Beautiful Story\"", + "link": "https://animethemes.moe/video/AikatsuStars-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuStars-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Bon Bon Voyage!\"", + "link": "https://animethemes.moe/video/AikatsuStars-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuStars-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Mori no Hikari no Pirouette\"", + "link": "https://animethemes.moe/video/AikatsuStars-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AikatsuStars-ED4-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31080", + "title": "Anne Happy♪", + "year": "2016", + "themes": [ + { + "name": "OP \"PUNCH☆MIND☆HAPPINESS\"", + "link": "https://animethemes.moe/video/AnneHappy-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AnneHappy-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Ashita de Ii kara\"", + "link": "https://animethemes.moe/video/AnneHappy-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AnneHappy-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32956", + "title": "Aware! Meisaku-kun", + "year": "2016", + "themes": [ + { + "name": "ED1 \"Aware! Warera ga Sekai no Chuushin\"", + "link": "https://animethemes.moe/video/AwareMeisakuKun-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Meisaku!Kessaku!Masterpiece!\"", + "link": "https://animethemes.moe/video/AwareMeisakuKun-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Eburi Meisaku is Aware\"", + "link": "https://animethemes.moe/video/AwareMeisakuKun-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Mago no Dai made\"", + "link": "https://animethemes.moe/video/AwareMeisakuKun-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Meisaku toka Yutemasu Keredo\"", + "link": "https://animethemes.moe/video/AwareMeisakuKun-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Oyoso-san\"", + "link": "https://animethemes.moe/video/AwareMeisakuKun-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "30795", + "title": "Bakuon!!", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"FEEL×ALIVE\"", + "link": "https://animethemes.moe/video/Bakuon-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Bakuon-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"FEEL×ALIVE\"", + "link": "https://animethemes.moe/video/Bakuon-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Bakuon-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Voon! Voon! Ride On!\" by Reina Ueda, Nao Toyama, Yumi Uchiyama, & Rikako Yamaguchi", + "link": "https://animethemes.moe/video/Bakuon-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Bakuon-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Voon! Voon! Ride On!\" by Reina Ueda, Nao Toyama, Yumi Uchiyama, Rikako Yamaguchi, & Ibuki Kido", + "link": "https://animethemes.moe/video/Bakuon-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Bakuon-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Voon! Voon! Ride On!\" by Raimu-Senpai", + "link": "https://animethemes.moe/video/Bakuon-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Bakuon-ED3-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31883", + "title": "Bakuon!! OVA", + "year": "2016", + "themes": [ + { + "name": "ED \"Baikubu Kanyuu no Uta ~Mou Konna Norimono Iyada~\"", + "link": "https://animethemes.moe/video/BakuonOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31049", + "title": "Beyblade Burst", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Burst Finish!\"", + "link": "https://animethemes.moe/video/BeybladeBurst-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Burst Finish!\"", + "link": "https://animethemes.moe/video/BeybladeBurst-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Believe\"", + "link": "https://animethemes.moe/video/BeybladeBurst-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31904", + "title": "Big Order (TV)", + "year": "2016", + "themes": [ + { + "name": "OP \"DISORDER\"", + "link": "https://animethemes.moe/video/BigOrderTV-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kobore Sekai Oware\"", + "link": "https://animethemes.moe/video/BigOrderTV-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31733", + "title": "Bishoujo Senshi Sailor Moon Crystal Season III", + "year": "2016", + "themes": [ + { + "name": "OP1 \"New Moon ni Koishite\" by Etsuko Yakushimaru", + "link": "https://animethemes.moe/video/SailorMoonCrystalS3-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"New Moon ni Koishite\" by Mitsuko Horie", + "link": "https://animethemes.moe/video/SailorMoonCrystalS3-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"New Moon ni Koishite\" by Momoiro Clover Z", + "link": "https://animethemes.moe/video/SailorMoonCrystalS3-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"eternal eternity\"", + "link": "https://animethemes.moe/video/SailorMoonCrystalS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Otome no Susume\"", + "link": "https://animethemes.moe/video/SailorMoonCrystalS3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Eien ga Futari wo Kakeru\"", + "link": "https://animethemes.moe/video/SailorMoonCrystalS3-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "32906", + "title": "Bishoujo Yuugi Unit Crane Game Girls", + "year": "2016", + "themes": [ + { + "name": "OP \"Dream Climber\"", + "link": "https://animethemes.moe/video/CraneGameGirls-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "31964", + "title": "Boku no Hero Academia", + "year": "2016", + "themes": [ + { + "name": "OP \"The Day\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademia-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademia-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"HEROES\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademia-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademia-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"HEROES\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademia-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BokuNoHeroAcademia-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"HEROES\"", + "link": "https://animethemes.moe/video/BokuNoHeroAcademia-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "32353", + "title": "Bonobono", + "year": "2016", + "themes": [ + { + "name": "ED \"Bonobono Suru\"", + "link": "https://animethemes.moe/video/Bonobono2016-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31478", + "title": "Bungou Stray Dogs", + "year": "2016", + "themes": [ + { + "name": "OP \"Trash Candy\"", + "link": "https://animethemes.moe/video/BungouStrayDogs-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BungouStrayDogs-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Namae wo Yobu yo\"", + "link": "https://animethemes.moe/video/BungouStrayDogs-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BungouStrayDogs-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32313", + "title": "Concrete Revolutio: Choujin Gensou - The Last Song", + "year": "2016", + "themes": [ + { + "name": "OP \"Wareru Doukoku\"", + "link": "https://animethemes.moe/video/ConcreteRevolutioS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"ALL-WAYS\"", + "link": "https://animethemes.moe/video/ConcreteRevolutioS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"THE LAST SONG\"", + "link": "https://animethemes.moe/video/ConcreteRevolutioS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32608", + "title": "Endride", + "year": "2016", + "themes": [ + { + "name": "OP \"Limit\"", + "link": "https://animethemes.moe/video/Endride-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"go my way\"", + "link": "https://animethemes.moe/video/Endride-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sekai wa Kawaru\"", + "link": "https://animethemes.moe/video/Endride-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "31376", + "title": "Flying Witch", + "year": "2016", + "themes": [ + { + "name": "OP \"Sharanran feat. 96 Neko\"", + "link": "https://animethemes.moe/video/FlyingWitch-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FlyingWitch-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Nichijou no Mahou\"", + "link": "https://animethemes.moe/video/FlyingWitch-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FlyingWitch-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Nichijou no Mahou\"", + "link": "https://animethemes.moe/video/FlyingWitch-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FlyingWitch-ED1v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32954", + "title": "Flying Witch Petit", + "year": "2016", + "themes": [ + { + "name": "ED \"Ashita mo Ashita\"", + "link": "https://animethemes.moe/video/FlyingWitchPetit-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32785", + "title": "Future Card Buddyfight DDD", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Chronograph\"", + "link": "https://animethemes.moe/video/FutureCardBuddyfightDDD-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"DDD\"", + "type": "opening" + }, + { + "name": "ED1 \"Waku☆Doki SHOOTER\"", + "link": "https://animethemes.moe/video/FutureCardBuddyfightDDD-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yume no Hikari-kun no Mirai\"", + "type": "ending" + }, + { + "name": "ED3 \"Unite (Live Forever)\"", + "type": "ending" + } + ] + }, + { + "id": "31737", + "title": "Gakusen Toshi Asterisk 2nd Season", + "year": "2016", + "themes": [ + { + "name": "OP \"The Asterisk War\"", + "link": "https://animethemes.moe/video/GakuenToshiAsteriskS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GakuenToshiAsteriskS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Ai no Uta -words of love-\"", + "link": "https://animethemes.moe/video/GakuenToshiAsteriskS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GakuenToshiAsteriskS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Brand-new World\"", + "link": "https://animethemes.moe/video/GakuenToshiAsteriskS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32740", + "title": "Girls und Panzer Movie Specials", + "year": "2016", + "themes": [ + { + "name": "ED \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzerMovieSpecials-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31630", + "title": "Gyakuten Saiban: Sono "Shinjitsu", Igi Ari!", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Gyakuten Winner\"", + "link": "https://animethemes.moe/video/GyakutenSaiban-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GyakutenSaiban-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Jinsei wa Subarashii\"", + "link": "https://animethemes.moe/video/GyakutenSaiban-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GyakutenSaiban-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Message\"", + "link": "https://animethemes.moe/video/GyakutenSaiban-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GyakutenSaiban-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Junai Chaos\"", + "link": "https://animethemes.moe/video/GyakutenSaiban-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GyakutenSaiban-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31500", + "title": "Haifuri", + "year": "2016", + "themes": [ + { + "name": "OP \"High Free Spirits\"", + "link": "https://animethemes.moe/video/Haifuri-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Haifuri-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Ripple Effect\"", + "link": "https://animethemes.moe/video/Haifuri-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Haifuri-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ripple Effect\"", + "link": "https://animethemes.moe/video/Haifuri-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "31338", + "title": "Hundred", + "year": "2016", + "themes": [ + { + "name": "OP \"BLOODRED\"", + "link": "https://animethemes.moe/video/Hundred-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hundred-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"EYES ON ME\"", + "link": "https://animethemes.moe/video/Hundred-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hundred-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"TABOOLESS\"", + "link": "https://animethemes.moe/video/Hundred-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hundred-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hardy Buddy\"", + "link": "https://animethemes.moe/video/Hundred-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hundred-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Jewels Of Love\"", + "link": "https://animethemes.moe/video/Hundred-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hundred-ED4-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31933", + "title": "JoJo no Kimyou na Bouken: Diamond wa Kudakenai", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Crazy Noisy Bizarre Town\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS4-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Crazy Noisy Bizarre Town ~EDM arrange ver.~\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS4-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"chase\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS4-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 V1 \"Great Days\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS4-OP4.webm", + "type": "opening" + }, + { + "name": "OP4 V2 \"Great Days\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS4-OP4v2.webm", + "type": "opening" + }, + { + "name": "OP4 V3 \"Great Days\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS4-OP4v3.webm", + "type": "opening" + }, + { + "name": "ED \"I Want You\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS4-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31405", + "title": "Joker Game", + "year": "2016", + "themes": [ + { + "name": "OP \"Reason Triangle\"", + "link": "https://animethemes.moe/video/JokerGame-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Double\"", + "link": "https://animethemes.moe/video/JokerGame-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31798", + "title": "Kiznaiver", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"LAY YOUR HANDS ON ME\"", + "link": "https://animethemes.moe/video/Kiznaiver-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"LAY YOUR HANDS ON ME\"", + "link": "https://animethemes.moe/video/Kiznaiver-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"LAY YOUR HANDS ON ME\"", + "link": "https://animethemes.moe/video/Kiznaiver-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Hajimari no Sokudo\"", + "link": "https://animethemes.moe/video/Kiznaiver-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28623", + "title": "Koutetsujou no Kabaneri", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"KABANERI OF THE IRON FORTRESS\"", + "link": "https://animethemes.moe/video/KoutetsujouNoKabaneri-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V2 \"KABANERI OF THE IRON FORTRESS\"", + "link": "https://animethemes.moe/video/KoutetsujouNoKabaneri-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"ninelie\"", + "link": "https://animethemes.moe/video/KoutetsujouNoKabaneri-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Through My Blood <AM>\"", + "link": "https://animethemes.moe/video/KoutetsujouNoKabaneri-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "31804", + "title": "Kuma Miko", + "year": "2016", + "themes": [ + { + "name": "OP \"Datte, Gyutteshite.\"", + "link": "https://animethemes.moe/video/KumaMiko-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KumaMiko-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"KUMAMIKO DANCING\"", + "link": "https://animethemes.moe/video/KumaMiko-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KumaMiko-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32245", + "title": "Kuromukuro", + "year": "2016", + "themes": [ + { + "name": "OP1 \"DEATHTOPIA\"", + "link": "https://animethemes.moe/video/Kuromukuro-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kuromukuro-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Chou Onsoku Destiny\"", + "link": "https://animethemes.moe/video/Kuromukuro-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kuromukuro-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Realistic\"", + "link": "https://animethemes.moe/video/Kuromukuro-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kuromukuro-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Eien Loop\"", + "link": "https://animethemes.moe/video/Kuromukuro-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kuromukuro-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31610", + "title": "Kyoukai no Rinne (TV) 2nd Season", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Melody\"", + "link": "https://animethemes.moe/video/KyoukariNoRinneS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ainii\"", + "link": "https://animethemes.moe/video/KyoukariNoRinneS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hanashi wo Shiyou\"", + "link": "https://animethemes.moe/video/KyoukariNoRinneS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Beautiful Life\"", + "link": "https://animethemes.moe/video/KyoukariNoRinneS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "28013", + "title": "Macross Δ", + "year": "2016", + "themes": [ + { + "name": "OP1 V1 \"Ichido dake no Koi nara\"", + "link": "https://animethemes.moe/video/MacrossDelta-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Ichido dake no Koi nara\"", + "link": "https://animethemes.moe/video/MacrossDelta-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Zettai Reido θ Novatic\"", + "link": "https://animethemes.moe/video/MacrossDelta-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MacrossDelta-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Ikenai Borderline\"", + "link": "https://animethemes.moe/video/MacrossDelta-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rune ga Pikatto Hikattara\"", + "link": "https://animethemes.moe/video/MacrossDelta-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"AXIA~Daisuki de Daikirai~\"", + "link": "https://animethemes.moe/video/MacrossDelta-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"GIRAFFE BLUES\"", + "link": "https://animethemes.moe/video/MacrossDelta-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hametsu no Junjou\"", + "link": "https://animethemes.moe/video/MacrossDelta-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MacrossDelta-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"God Bless You\"", + "link": "https://animethemes.moe/video/MacrossDelta-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"LOVE! THUNDER GROW\"", + "link": "https://animethemes.moe/video/MacrossDelta-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MacrossDelta-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Kaze wa Yokoku Naku Fuku\"", + "type": "ending" + }, + { + "name": "ED9 \"Ai, Oboete imasu ka? ~Orch2067~\"", + "type": "ending" + }, + { + "name": "ED10 \"Zettai Reido θ Novatick\"", + "link": "https://animethemes.moe/video/MacrossDelta-ED10.webm", + "type": "ending" + } + ] + }, + { + "id": "31741", + "title": "Magi: Sinbad no Bouken (TV)", + "year": "2016", + "themes": [ + { + "name": "OP \"Spotlight\"", + "link": "https://animethemes.moe/video/MagiSinbadNoBouken-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Polaris\"", + "link": "https://animethemes.moe/video/MagiSinbadNoBouken-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32248", + "title": "Masamune Datenicle", + "year": "2016", + "themes": [ + { + "name": "OP \"Mikazuki Resize\"", + "link": "https://animethemes.moe/video/MasamuneDatenicle-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "32438", + "title": "Mayoiga", + "year": "2016", + "themes": [ + { + "name": "OP \"Gensou Drive\"", + "link": "https://animethemes.moe/video/Mayoiga-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Mayoiga-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Ketsuro\"", + "link": "https://animethemes.moe/video/Mayoiga-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ketsuro\"", + "link": "https://animethemes.moe/video/Mayoiga-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "32792", + "title": "Mobile Suit Gundam Unicorn RE:0096", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Into the Sky\"", + "link": "https://animethemes.moe/video/GundamUnicornRe0096-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"RE:I AM\"", + "link": "https://animethemes.moe/video/GundamUnicornRe0096-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Next 2 U-eUC-\"", + "link": "https://animethemes.moe/video/GundamUnicornRe0096-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"merry-go-round\"", + "link": "https://animethemes.moe/video/GundamUnicornRe0096-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"bL∞dy f8 -eUC-\"", + "link": "https://animethemes.moe/video/GundamUnicornRe0096-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"StarRingChild\"", + "link": "https://animethemes.moe/video/GundamUnicornRe0096-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "31404", + "title": "Netoge no Yome wa Onnanoko ja Nai to Omotta?", + "year": "2016", + "themes": [ + { + "name": "OP \"1st Love Story\"", + "link": "https://animethemes.moe/video/NetogeNoYome-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Zero Ichi Kiseki\"", + "link": "https://animethemes.moe/video/NetogeNoYome-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32606", + "title": "Onigiri", + "year": "2016", + "themes": [ + { + "name": "OP \"Hime wa Rankiryuu☆Goikkousama\"", + "link": "https://animethemes.moe/video/Onigiri-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "31498", + "title": "Pan de Peace!", + "year": "2016", + "themes": [ + { + "name": "OP \"Seishun wa Tabemono desu\"", + "link": "https://animethemes.moe/video/PanDePeace-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PanDePeace-OP1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31240", + "title": "Re:Zero kara Hajimeru Isekai Seikatsu", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Redo\"", + "link": "https://animethemes.moe/video/ReZero-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Paradisus-Paradoxum\"", + "link": "https://animethemes.moe/video/ReZero-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"STYX HELIX\"", + "link": "https://animethemes.moe/video/ReZero-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"STYX HELIX\"", + "link": "https://animethemes.moe/video/ReZero-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"STYX HELIX\"", + "link": "https://animethemes.moe/video/ReZero-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 \"STRAIGHT BET\"", + "link": "https://animethemes.moe/video/ReZero-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Stay Alive\"", + "link": "https://animethemes.moe/video/ReZero-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Stay Alive\"", + "link": "https://animethemes.moe/video/ReZero-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED4 \"theater D\"", + "link": "https://animethemes.moe/video/ReZero-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Chinmoku no Requiem\"", + "link": "https://animethemes.moe/video/ReZero-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Wishing\"", + "link": "https://animethemes.moe/video/ReZero-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "32950", + "title": "RS Keikaku: Rebirth Storage", + "year": "2016", + "themes": [ + { + "name": "ED \"Crush\"", + "link": "https://animethemes.moe/video/RSKeikaku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32542", + "title": "Sakamoto desu ga?", + "year": "2016", + "themes": [ + { + "name": "OP \"COOLEST\"", + "link": "https://animethemes.moe/video/SakamotoDesuGa-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nakushita Hibi ni Sayonara\"", + "link": "https://animethemes.moe/video/SakamotoDesuGa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31564", + "title": "Sansha Sanyou", + "year": "2016", + "themes": [ + { + "name": "OP \"Clover♣Kakumation\"", + "link": "https://animethemes.moe/video/SanshaSanyou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Goochoki Parade\"", + "link": "https://animethemes.moe/video/SanshaSanyou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32595", + "title": "Seisen Cerberus: Ryuukoku no Fatalités", + "year": "2016", + "themes": [ + { + "name": "OP \"Resonant Heart\"", + "link": "https://animethemes.moe/video/SeisenCerberus-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Xenotopia\"", + "link": "https://animethemes.moe/video/SeisenCerberus-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32571", + "title": "Shounen Ashibe: Go! Go! Goma-chan", + "year": "2016", + "themes": [ + { + "name": "OP \"Hello Tomorrow\"", + "link": "https://animethemes.moe/video/ShounenAshibeGoGoGomaChan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gomamu\"", + "link": "https://animethemes.moe/video/ShounenAshibeGoGoGomaChan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32175", + "title": "Shounen Maid", + "year": "2016", + "themes": [ + { + "name": "OP \"innocent promise\"", + "link": "https://animethemes.moe/video/ShounenMaid-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Zutto Only You\"", + "link": "https://animethemes.moe/video/ShounenMaid-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32105", + "title": "Sousei no Onmyouji", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Valkyrie -Ikusa Otome-\"", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Re:Call\"", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP3 \"sync\"", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-OP3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-OP3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP4 \"Kanadeai\"", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-OP4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-OP4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Eyes\"", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Yadoriboshi\"", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Yadoriboshi\"", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hide and Seek\"", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"15\"", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hotarubi\"", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SouseiNoOnmyouji-ED5-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31680", + "title": "Super Lovers", + "year": "2016", + "themes": [ + { + "name": "OP \"Okaeri.\"", + "link": "https://animethemes.moe/video/SuperLovers-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Happiness YOU & ME\"", + "link": "https://animethemes.moe/video/SuperLovers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29831", + "title": "Tamayura: Sotsugyou Shashin Part 4 - Ashita", + "year": "2016", + "themes": [ + { + "name": "ED1 \"Sotsugyou Shashin\"", + "link": "https://animethemes.moe/video/TamayuraSotsugyouShashinPart4-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Korekara\"", + "link": "https://animethemes.moe/video/TamayuraSotsugyouShashinPart4-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32093", + "title": "Tanaka-kun wa Itsumo Kedaruge", + "year": "2016", + "themes": [ + { + "name": "OP \"Utatane Sunshine\"", + "link": "https://animethemes.moe/video/TanakaKunWaItsumoKedaruge-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TanakaKunWaItsumoKedaruge-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED1 \"BON-BON\"", + "link": "https://animethemes.moe/video/TanakaKunWaItsumoKedaruge-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TanakaKunWaItsumoKedaruge-ED1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED2 \"Utatane Shunshine\"", + "link": "https://animethemes.moe/video/TanakaKunWaItsumoKedaruge-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TanakaKunWaItsumoKedaruge-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31430", + "title": "Terra Formars Revenge", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Kouryoutaru Shinsekai\"", + "type": "opening" + }, + { + "name": "OP2 \"PLANET / THE HELL\"", + "link": "https://animethemes.moe/video/TerraFormarsS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Red Zone\"", + "link": "https://animethemes.moe/video/TerraFormarsS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Strength\"", + "link": "https://animethemes.moe/video/TerraFormarsS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Revolution\"", + "link": "https://animethemes.moe/video/TerraFormarsS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "31370", + "title": "Tonkatsu DJ Agetarou", + "year": "2016", + "themes": [ + { + "name": "ED \"Check the Back Up\"", + "link": "https://animethemes.moe/video/TonkatsuDJAgetarou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32681", + "title": "Uchuu Patrol Luluco", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Cry Max do Heijitsu\"", + "link": "https://animethemes.moe/video/UchuuPatrolLuluco-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UchuuPatrolLuluco-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Cry Max do Heijitsu\"", + "link": "https://animethemes.moe/video/UchuuPatrolLuluco-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Cry Max do Heijitsu\"", + "link": "https://animethemes.moe/video/UchuuPatrolLuluco-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Cry Max do Heijitsu\"", + "link": "https://animethemes.moe/video/UchuuPatrolLuluco-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"Cry Max do Heijitsu\"", + "link": "https://animethemes.moe/video/UchuuPatrolLuluco-OP1v5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Pipo Password\"", + "link": "https://animethemes.moe/video/UchuuPatrolLuluco-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UchuuPatrolLuluco-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Cry Max do Heijitsu\"", + "link": "https://animethemes.moe/video/UchuuPatrolLuluco-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32454", + "title": "Usakame", + "year": "2016", + "themes": [ + { + "name": "OP \"Hashire! Usakame Koukou Tennis-bu!!\"", + "link": "https://animethemes.moe/video/Usakame-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Promise you\"", + "link": "https://animethemes.moe/video/Usakame-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31098", + "title": "Ushio to Tora (TV) 2nd Season", + "year": "2016", + "themes": [ + { + "name": "OP \"Shuugawari no Kiseki no Shinwa\"", + "link": "https://animethemes.moe/video/UshioToToraS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kessen Zenya\"", + "link": "https://animethemes.moe/video/UshioToToraS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31439", + "title": "Wagamama High Spec", + "year": "2016", + "themes": [ + { + "name": "ED \"High Spec Days\"", + "link": "https://animethemes.moe/video/WagamamaHighSpec-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/WagamamaHighSpec-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31790", + "title": "Active Raid: Kidou Kyoushuushitsu Dai Hachi Gakari", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Golden Life\"", + "link": "https://animethemes.moe/video/ActiveRaid-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Golden Life\"", + "link": "https://animethemes.moe/video/ActiveRaid-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ActiveRaid-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Toumei na Yozora\"", + "link": "https://animethemes.moe/video/ActiveRaid-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ActiveRaid-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Toumei na Yozora\"", + "link": "https://animethemes.moe/video/ActiveRaid-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Toumei na Yozora\"", + "link": "https://animethemes.moe/video/ActiveRaid-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ActiveRaid-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Toumei na Yozora\"", + "link": "https://animethemes.moe/video/ActiveRaid-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Toumei na Yozora\"", + "link": "https://animethemes.moe/video/ActiveRaid-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Toumei na Yozora\"", + "link": "https://animethemes.moe/video/ActiveRaid-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Toumei na Yozora\"", + "link": "https://animethemes.moe/video/ActiveRaid-ED1v7.webm", + "type": "ending" + } + ] + }, + { + "id": "31580", + "title": "Ajin", + "year": "2016", + "themes": [ + { + "name": "OP \"Yoru wa Nemureru kai?\"", + "link": "https://animethemes.moe/video/Ajin-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Ajin-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"HOW CLOSE YOU ARE\"", + "link": "https://animethemes.moe/video/Ajin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31173", + "title": "Akagami no Shirayuki-hime 2nd Season", + "year": "2016", + "themes": [ + { + "name": "OP \"Sono Koe ga Chizu ni Nar\"", + "link": "https://animethemes.moe/video/AkagamiNoShirayukiHimeS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Page ~Kimi to Tsuzuru Monogatari~\"", + "link": "https://animethemes.moe/video/AkagamiNoShirayukiHimeS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Page ~Kimi to Tsuzuru Monogatari~\"", + "link": "https://animethemes.moe/video/AkagamiNoShirayukiHimeS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Page ~Kimi to Tsuzuru Monogatari~\"", + "link": "https://animethemes.moe/video/AkagamiNoShirayukiHimeS2-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "30654", + "title": "Ansatsu Kyoushitsu (TV) 2nd Season", + "year": "2016", + "themes": [ + { + "name": "OP1 V1 \"QUESTION\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsuS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"QUESTION\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsuS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Bye Bye Yesterday\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsuS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kaketa Tsuki\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsuS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mata Kimi ni Aeru Hi\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsuS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "28391", + "title": "Ao no Kanata no Four Rhythm", + "year": "2016", + "themes": [ + { + "name": "OP \"Contrail ~Kiseki~\"", + "link": "https://animethemes.moe/video/AoNoKanata-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"a-gain\"", + "link": "https://animethemes.moe/video/AoNoKanata-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"a-gain\"", + "link": "https://animethemes.moe/video/AoNoKanata-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi Toita Sora\"", + "link": "https://animethemes.moe/video/AoNoKanata-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "31043", + "title": "Boku dake ga Inai Machi", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Re:Re:\"", + "link": "https://animethemes.moe/video/BokuDakeGaInaiMachi-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Re:Re:\"", + "link": "https://animethemes.moe/video/BokuDakeGaInaiMachi-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Re:Re:\"", + "link": "https://animethemes.moe/video/BokuDakeGaInaiMachi-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Sore wa Chiisana Hikari no You na\"", + "link": "https://animethemes.moe/video/BokuDakeGaInaiMachi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32023", + "title": "Bubuki Buranki", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Beat your Heart\"", + "link": "https://animethemes.moe/video/BubukiBuranki-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Beat your Heart\"", + "link": "https://animethemes.moe/video/BubukiBuranki-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"ANGER/ANGER\"", + "link": "https://animethemes.moe/video/BubukiBuranki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30711", + "title": "Code Geass: Boukoku no Akito 5 - Itoshiki Mono-tachi e", + "year": "2016", + "themes": [ + { + "name": "ED \"Arco\"", + "link": "https://animethemes.moe/video/CodeGeassBoukokuNoAkito5-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31636", + "title": "Dagashi Kashi", + "year": "2016", + "themes": [ + { + "name": "OP \"Checkmate!?\"", + "link": "https://animethemes.moe/video/DagashiKashi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DagashiKashi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Hey! Calorie Queen\"", + "link": "https://animethemes.moe/video/DagashiKashi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DagashiKashi-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32108", + "title": "Digimon Adventure tri. 2: Ketsui", + "year": "2016", + "themes": [ + { + "name": "OP \"Butter-Fly~tri. Version~\"", + "link": "https://animethemes.moe/video/DigimonAdventureTri2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Seven~tri. Version~\"", + "link": "https://animethemes.moe/video/DigimonAdventureTri2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31163", + "title": "Dimension W", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Genesis\"", + "link": "https://animethemes.moe/video/DimensionW-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Genesis\"", + "link": "https://animethemes.moe/video/DimensionW-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Genesis\"", + "link": "https://animethemes.moe/video/DimensionW-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Contrast\"", + "link": "https://animethemes.moe/video/DimensionW-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31710", + "title": "Divine Gate", + "year": "2016", + "themes": [ + { + "name": "OP \"one-Me two-Hearts\"", + "link": "https://animethemes.moe/video/DivineGate-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"CONTRAST\"", + "link": "https://animethemes.moe/video/DivineGate-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "27833", + "title": "Durarara!!x2 Ketsu", + "year": "2016", + "themes": [ + { + "name": "OP \"Steppin' out\"", + "link": "https://animethemes.moe/video/DurararaX2Ketsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Joker ni Yoroshiku\"", + "link": "https://animethemes.moe/video/DurararaX2Ketsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31637", + "title": "Gate: Jieitai Kanochi nite, Kaku Tatakaeri - Enryuu-hen", + "year": "2016", + "themes": [ + { + "name": "OP \"GATE II: Sekai wo Koete\"", + "link": "https://animethemes.moe/video/GateS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Itsudatte Communication\"", + "link": "https://animethemes.moe/video/GateS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"GATE: Sore wa Akatsuki no you ni\"", + "type": "ending" + } + ] + }, + { + "id": "31859", + "title": "Hai to Gensou no Grimgar", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Knew day\"", + "link": "https://animethemes.moe/video/Grimgar-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Grimgar-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Knew day\"", + "link": "https://animethemes.moe/video/Grimgar-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Grimgar-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Harvest\" by (K)NoW_NAME", + "link": "https://animethemes.moe/video/Grimgar-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Harvest\" by (K)NoW_NAME", + "link": "https://animethemes.moe/video/Grimgar-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Harvest\" by Haruka Terui", + "type": "ending" + } + ] + }, + { + "id": "30895", + "title": "Haruchika: Haruta to Chika wa Seishun Suru", + "year": "2016", + "themes": [ + { + "name": "OP \"Niji o Ametara\"", + "link": "https://animethemes.moe/video/Haruchika-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kuusou Triangle\"", + "link": "https://animethemes.moe/video/Haruchika-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hare no Hi Ni\"", + "link": "https://animethemes.moe/video/Haruchika-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32491", + "title": "Kanojo to Kanojo no Neko: Everything Flows", + "year": "2016", + "themes": [ + { + "name": "OP \"Garasu no Hitomi\"", + "link": "https://animethemes.moe/video/KanojoToKanojoNoNeko-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KanojoToKanojoNoNeko-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Sonata\"", + "link": "https://animethemes.moe/video/KanojoToKanojoNoNeko-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30831", + "title": "Kono Subarashii Sekai ni Shukufuku wo!", + "year": "2016", + "themes": [ + { + "name": "OP \"fantastic dreamer\"", + "link": "https://animethemes.moe/video/Konosuba-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chiisana Boukensha\"", + "link": "https://animethemes.moe/video/Konosuba-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32214", + "title": "Koukaku no Pandora", + "year": "2016", + "themes": [ + { + "name": "OP \"hopeness\"", + "link": "https://animethemes.moe/video/KoukakuNoPandora-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoukakuNoPandora-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"LoSe±CoNtRoL\"", + "link": "https://animethemes.moe/video/KoukakuNoPandora-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KoukakuNoPandora-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "32268", + "title": "Koyomimonogatari", + "year": "2016", + "themes": [ + { + "name": "ED \"whiz\"", + "link": "https://animethemes.moe/video/Koyomimonogatari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29301", + "title": "Kurage no Shokudou", + "year": "2016", + "themes": [ + { + "name": "ED \"Shiosai\"", + "link": "https://animethemes.moe/video/KurageNoShokudou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32083", + "title": "Luck & Logic", + "year": "2016", + "themes": [ + { + "name": "OP \"STORY\"", + "link": "https://animethemes.moe/video/LuckAndLogic-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LuckAndLogic-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Meiyaku no Kanata\"", + "link": "https://animethemes.moe/video/LuckAndLogic-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LuckAndLogic-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Meiyaku no Kanata\"", + "link": "https://animethemes.moe/video/LuckAndLogic-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "31793", + "title": "Mahou Shoujo Nante Mou Ii Desukara.", + "year": "2016", + "themes": [ + { + "name": "OP \"Yumeiro Doridori Parade♫\"", + "link": "https://animethemes.moe/video/MahouShoujoNanteMouIiDesuKara-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MahouShoujoNanteMouIiDesuKara-OP1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31884", + "title": "Mahoutsukai Precure!", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Dokkin ♢ Mahoutsukai Precure!\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecure-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Dokkin ♢ Mahoutsukai Precure! Part 2\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecure-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Cure Up ↑ Ra ♡ Pa ☆Pa! ~ Hohoemi ni Naru Mahou ~\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Mahou Ala Domo!\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecure-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Mahou Ala Domo!\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecure-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Mahou Ala Domo!\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecure-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED2 V4 \"Mahou Ala Domo!\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecure-ED2v4.webm", + "type": "ending" + }, + { + "name": "ED2 V5 \"Mahou Ala Domo!\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecure-ED2v5.webm", + "type": "ending" + }, + { + "name": "ED2 V6 \"Mahou Ala Domo!\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecure-ED2v6.webm", + "type": "ending" + }, + { + "name": "ED2 V7 \"Mahou Ala Domo!\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecure-ED2v7.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tadashii Mahou no Tsukaikata\"", + "link": "https://animethemes.moe/video/MahoutsukaiPrecure-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "30014", + "title": "Momokuri", + "year": "2016", + "themes": [ + { + "name": "ED \"Yawarakakutte Yasashii Jikan\"", + "link": "https://animethemes.moe/video/MomokuriONA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31442", + "title": "Musaigen no Phantom World", + "year": "2016", + "themes": [ + { + "name": "OP \"Naked Dive\"", + "link": "https://animethemes.moe/video/MusaigenNoPhantomWorld-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Junshin Always\"", + "link": "https://animethemes.moe/video/MusaigenNoPhantomWorld-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31414", + "title": "Nijiiro Days", + "year": "2016", + "themes": [ + { + "name": "OP1 \"Best Friend\"", + "link": "https://animethemes.moe/video/NijiiroDays-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"ONE-SIDED LOVE\"", + "link": "https://animethemes.moe/video/NijiiroDays-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Rainbow Days\"", + "link": "https://animethemes.moe/video/NijiiroDays-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Arch\"", + "link": "https://animethemes.moe/video/NijiiroDays-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"I wanna be your knight\"", + "link": "https://animethemes.moe/video/NijiiroDays-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Catch me if you can!\"", + "link": "https://animethemes.moe/video/NijiiroDays-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Soba ni Iru kara\"", + "link": "https://animethemes.moe/video/NijiiroDays-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Hallelujah! Shinin' Days\"", + "link": "https://animethemes.moe/video/NijiiroDays-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "31452", + "title": "Norn9: Norn+Nonet", + "year": "2016", + "themes": [ + { + "name": "OP \"Kazakiri\"", + "link": "https://animethemes.moe/video/Norn9-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Norn9-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Zero Tokei\"", + "link": "https://animethemes.moe/video/Norn9-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Norn9-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31890", + "title": "Nurse Witch Komugi-chan R", + "year": "2016", + "themes": [ + { + "name": "OP \"Ready Go!!\"", + "link": "https://animethemes.moe/video/NurseWitchKomugiChanR-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ame to Namida to Otome to Taiyaki\"", + "link": "https://animethemes.moe/video/NurseWitchKomugiChanR-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31848", + "title": "Ojisan to Marshmallow", + "year": "2016", + "themes": [ + { + "name": "ED1 \"Labyrinth\"", + "link": "https://animethemes.moe/video/OjisanToMarshmallow-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OjisanToMarshmallow-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Message\"", + "link": "https://animethemes.moe/video/OjisanToMarshmallow-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OjisanToMarshmallow-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Message\"", + "link": "https://animethemes.moe/video/OjisanToMarshmallow-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"yell\"", + "link": "https://animethemes.moe/video/OjisanToMarshmallow-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Ano Toki Mita Tori wa Ima\"", + "link": "https://animethemes.moe/video/OjisanToMarshmallow-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OjisanToMarshmallow-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Moto Keta Dou Shaka\"", + "link": "https://animethemes.moe/video/OjisanToMarshmallow-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Watashi wa Idol... De Gasu\"", + "link": "https://animethemes.moe/video/OjisanToMarshmallow-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OjisanToMarshmallow-ED6-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31621", + "title": "Ooyasan wa Shishunki!", + "year": "2016", + "themes": [ + { + "name": "OP \"Shining Sky\"", + "link": "https://animethemes.moe/video/OoyasanWaShinshunki-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "32013", + "title": "Oshiete! Galko-chan", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"YPMA☆GIRLS\"", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"YPMA☆GIRLS\"", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V3 \"YPMA☆GIRLS\"", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"YPMA☆GIRLS\"", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"YPMA☆GIRLS\"", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"YPMA☆GIRLS\"", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1v6.webm", + "type": "opening" + }, + { + "name": "OP V7 \"YPMA☆GIRLS\"", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1v7.webm", + "type": "opening" + }, + { + "name": "OP V8 \"YPMA☆GIRLS\"", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1v8.webm", + "type": "opening" + }, + { + "name": "OP V9 \"YPMA☆GIRLS\"", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1v9.webm", + "type": "opening" + }, + { + "name": "OP V10 \"YPMA☆GIRLS\"", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1v10.webm", + "type": "opening" + }, + { + "name": "OP V11 \"YPMA☆GIRLS\"", + "link": "https://animethemes.moe/video/OshieteGalkoChan-OP1v11.webm", + "type": "opening" + } + ] + }, + { + "id": "31149", + "title": "Persona 3 the Movie 4: Winter of Rebirth", + "year": "2016", + "themes": [ + { + "name": "ED \"Kimi no Kioku\"", + "link": "https://animethemes.moe/video/Persona3Movie4-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31223", + "title": "Phantasy Star Online 2 The Animation", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Zessei Stargate\"", + "link": "https://animethemes.moe/video/PhantasyStartOnline2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Zessei Stargate\"", + "link": "https://animethemes.moe/video/PhantasyStartOnline2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Rare Drop☆KOI☆Koi! One More!\"", + "link": "https://animethemes.moe/video/PhantasyStartOnline2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32160", + "title": "Precure All Stars Movie: Minna de Utau♪ - Kiseki no Mahou", + "year": "2016", + "themes": [ + { + "name": "OP \"Anata ga Iru Kara\"", + "link": "https://animethemes.moe/video/PrecureAllStarsMinnaDeUtau-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Minna ga Iru Kara☆Precure All Stars\"", + "link": "https://animethemes.moe/video/PrecureAllStarsMinnaDeUtau-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31559", + "title": "Prince of Stride: Alternative", + "year": "2016", + "themes": [ + { + "name": "OP \"Strider's High\"", + "link": "https://animethemes.moe/video/PrinceOfStrideAlternative-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Be My Steady\"", + "link": "https://animethemes.moe/video/PrinceOfStrideAlternative-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32094", + "title": "Reikenzan: Hoshikuzu-tachi no Utage", + "year": "2016", + "themes": [ + { + "name": "OP \"Fast End\"", + "link": "https://animethemes.moe/video/Reikenzan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kizuna\"", + "link": "https://animethemes.moe/video/Reikenzan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30749", + "title": "Saijaku Muhai no Bahamut", + "year": "2016", + "themes": [ + { + "name": "OP \"Hiryuu no Kishi\"", + "link": "https://animethemes.moe/video/SaijakuMuhaiNoBahamut-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaijakuMuhaiNoBahamut-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Lime Tree\"", + "link": "https://animethemes.moe/video/SaijakuMuhaiNoBahamut-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaijakuMuhaiNoBahamut-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Lime Tree\"", + "link": "https://animethemes.moe/video/SaijakuMuhaiNoBahamut-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Lime Tree\"", + "link": "https://animethemes.moe/video/SaijakuMuhaiNoBahamut-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Lime Tree\"", + "link": "https://animethemes.moe/video/SaijakuMuhaiNoBahamut-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "30806", + "title": "Schwarzesmarken", + "year": "2016", + "themes": [ + { + "name": "OP \"white forces\"", + "link": "https://animethemes.moe/video/Schwarzesmarken-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kanashimi ga Jidai o Kakeru\" by Zähre", + "link": "https://animethemes.moe/video/Schwarzesmarken-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kanashimi ga Jidai o Kakeru\" by Nozomi Yamamoto", + "link": "https://animethemes.moe/video/Schwarzesmarken-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Kanashimi ga Jidai o Kakeru\" by Minami Tanaka", + "link": "https://animethemes.moe/video/Schwarzesmarken-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "31540", + "title": "Sekkou Boys", + "year": "2016", + "themes": [ + { + "name": "ED V1 \"Hoshizora Rendezvous\"", + "link": "https://animethemes.moe/video/SekkouBoys-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SekkouBoys-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hoshizora Rendezvous\"", + "link": "https://animethemes.moe/video/SekkouBoys-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SekkouBoys-ED1v2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "31914", + "title": "Shoujo-tachi wa Kouya wo Mezasu", + "year": "2016", + "themes": [ + { + "name": "OP \"WASTELANDERS\"", + "link": "https://animethemes.moe/video/Shokomeza-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sekai wa Kyou mo Atarashii\"", + "link": "https://animethemes.moe/video/Shokomeza-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tetoteha\"", + "link": "https://animethemes.moe/video/Shokomeza-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "28735", + "title": "Shouwa Genroku Rakugo Shinjuu", + "year": "2016", + "themes": [ + { + "name": "OP \"Usurahi Shinjuu\"", + "link": "https://animethemes.moe/video/RakugoShinju-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kawa, Taredoki\"", + "link": "https://animethemes.moe/video/RakugoShinju-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kawa, Taredoki\"", + "link": "https://animethemes.moe/video/RakugoShinju-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "31633", + "title": "Sushi Police", + "year": "2016", + "themes": [ + { + "name": "ED \"I Don't Understand You\"", + "link": "https://animethemes.moe/video/SushiPolice-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32228", + "title": "Teekyuu 7", + "year": "2016", + "themes": [ + { + "name": "OP V1 \"Tsuppari-kun vs Sekitori-man\"", + "link": "https://animethemes.moe/video/TeekyuuS7-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TeekyuuS7-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Tsuppari-kun vs Sekitori-man\"", + "link": "https://animethemes.moe/video/TeekyuuS7-OP1v2.webm", + "type": "opening" + } + ] + }, + { + "id": "32174", + "title": "The iDOLM@STER Cinderella Girls: Anytime, Anywhere with Cinderella.", + "year": "2016", + "themes": [ + { + "name": "OP \"Shine!!\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirlsS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Yume-iro Harmony\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirlsSpecial-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31994", + "title": "Yami Shibai 3", + "year": "2016", + "themes": [ + { + "name": "ED \"Naa? Naa? Naa?\"", + "link": "https://animethemes.moe/video/YamiShibaiS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32323", + "title": "Aishen Qiaokeli-ing...", + "year": "2015", + "themes": [ + { + "name": "OP \"\"", + "link": "https://animethemes.moe/video/AishenQiaokeliing-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"\"", + "link": "https://animethemes.moe/video/AishenQiaokeliing-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31519", + "title": "Anitore! EX", + "year": "2015", + "themes": [ + { + "name": "ED V1 \"Vital☆Exercise\"", + "link": "https://animethemes.moe/video/AnitoreEX-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Vital☆Exercise\"", + "link": "https://animethemes.moe/video/AnitoreEX-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Vital☆Exercise\"", + "link": "https://animethemes.moe/video/AnitoreEX-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Vital☆Exercise\"", + "link": "https://animethemes.moe/video/AnitoreEX-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Vital☆Exercise\"", + "link": "https://animethemes.moe/video/AnitoreEX-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Vital☆Exercise\"", + "link": "https://animethemes.moe/video/AnitoreEX-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Vital☆Exercise\"", + "link": "https://animethemes.moe/video/AnitoreEX-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Vital☆Exercise\"", + "link": "https://animethemes.moe/video/AnitoreEX-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED V9 \"Vital☆Exercise\"", + "link": "https://animethemes.moe/video/AnitoreEX-ED1v9.webm", + "type": "ending" + } + ] + }, + { + "id": "29893", + "title": "Aria The Avvenire", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Undine\"", + "link": "https://animethemes.moe/video/AriaTheAvvenire-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Euphoria\"", + "link": "https://animethemes.moe/video/AriaTheAvvenire-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Spirale\"", + "link": "https://animethemes.moe/video/AriaTheAvvenire-OP3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Piacere\"", + "link": "https://animethemes.moe/video/AriaTheAvvenire-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Piacere\"", + "link": "https://animethemes.moe/video/AriaTheAvvenire-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Piacere\"", + "link": "https://animethemes.moe/video/AriaTheAvvenire-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "30137", + "title": "Big Order", + "year": "2015", + "themes": [ + { + "name": "ED \"Geki\"", + "link": "https://animethemes.moe/video/BigOrder-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31318", + "title": "Comet Lucifer", + "year": "2015", + "themes": [ + { + "name": "OP \"The Seed and the Sower\"", + "link": "https://animethemes.moe/video/CometLucifer-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Oshiete Blue Sky\"", + "link": "https://animethemes.moe/video/CometLucifer-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"evolve\"", + "link": "https://animethemes.moe/video/CometLucifer-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hadashi no Mama Demo Kowakunai\"", + "link": "https://animethemes.moe/video/CometLucifer-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Tsuioku no Kanata\"", + "link": "https://animethemes.moe/video/CometLucifer-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hitotsu ni Naritai\"", + "link": "https://animethemes.moe/video/CometLucifer-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "31147", + "title": "Concrete Revolutio: Choujin Gensou", + "year": "2015", + "themes": [ + { + "name": "OP \"Katararezu Tomo\"", + "link": "https://animethemes.moe/video/ConcreteRevolutio-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"The Beginning\"", + "link": "https://animethemes.moe/video/ConcreteRevolutio-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31050", + "title": "Cyborg 009 VS Devilman", + "year": "2015", + "themes": [ + { + "name": "OP \"Cyborg 009 ~Nine Cyborg Soldiers~\"", + "link": "https://animethemes.moe/video/Cyborg009VSDevilman-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"DEVILMIND ~Ai wa Chikara~\"", + "link": "https://animethemes.moe/video/Cyborg009VSDevilman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29976", + "title": "Dance with Devils", + "year": "2015", + "themes": [ + { + "name": "OP \"Kakusei no Air\"", + "link": "https://animethemes.moe/video/DanceWithDevils-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mademoiselle\"", + "link": "https://animethemes.moe/video/DanceWithDevils-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25687", + "title": "Digimon Adventure tri. 1: Saikai", + "year": "2015", + "themes": [ + { + "name": "OP \"Butter-Fly~tri. Version~\"", + "link": "https://animethemes.moe/video/DigimonAdventureTri1-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "30746", + "title": "Fushigi na Somera-chan", + "year": "2015", + "themes": [ + { + "name": "OP \"Prism Max ~Heisei Ishin Full HD Remaster Han~\"", + "link": "https://animethemes.moe/video/FushigiNaSomeraChan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"No Guara Ekaki Uta\"", + "type": "ending" + } + ] + }, + { + "id": "30544", + "title": "Gakusen Toshi Asterisk", + "year": "2015", + "themes": [ + { + "name": "OP \"Brand-new World\"", + "link": "https://animethemes.moe/video/GakuenToshiAsterisk-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GakuenToshiAsterisk-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Waiting for the rain\"", + "link": "https://animethemes.moe/video/GakuenToshiAsterisk-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GakuenToshiAsterisk-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Waiting for the rain\"", + "link": "https://animethemes.moe/video/GakuenToshiAsterisk-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Waiting for the rain\"", + "link": "https://animethemes.moe/video/GakuenToshiAsterisk-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "28537", + "title": "Garo: Guren no Tsuki", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Guren no Tsuki ~Kakusareshi Yami Monogatari~\"", + "type": "opening" + }, + { + "name": "OP2 \"Tsukihana\"", + "link": "https://animethemes.moe/video/GaroGurenNoTsuki-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kamon\"", + "link": "https://animethemes.moe/video/GaroGurenNoTsuki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Karen\"", + "link": "https://animethemes.moe/video/GaroGurenNoTsuki-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "18617", + "title": "Girls und Panzer Movie", + "year": "2015", + "themes": [ + { + "name": "OP \"Senshadou Koushinkyoku\"", + "link": "https://animethemes.moe/video/GirlsUndPanzerMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"piece of youth\"", + "link": "https://animethemes.moe/video/GirlsUndPanzerMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29868", + "title": "Go! Princess Precure Movie: Go! Go!! Gouka 3-bondate!!!", + "year": "2015", + "themes": [ + { + "name": "OP \"Miracle Go! Princess Pretty Cure\"", + "link": "https://animethemes.moe/video/GoPrincessPrecureMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"KIRA KIRA\"", + "link": "https://animethemes.moe/video/GoPrincessPrecureMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29787", + "title": "Gochuumon wa Usagi Desu ka??", + "year": "2015", + "themes": [ + { + "name": "OP \"no poi!\"", + "link": "https://animethemes.moe/video/GochiUsaS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Tokimeki Poporon♪\"", + "link": "https://animethemes.moe/video/GochiUsaS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Tokimeki Poporon♪\"", + "link": "https://animethemes.moe/video/GochiUsaS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Tokimeki Poporon♪\"", + "link": "https://animethemes.moe/video/GochiUsaS2-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Tokimeki Poporon♪\"", + "link": "https://animethemes.moe/video/GochiUsaS2-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Tokimeki Poporon♪\"", + "link": "https://animethemes.moe/video/GochiUsaS2-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Tokimeki Poporon♪\"", + "link": "https://animethemes.moe/video/GochiUsaS2-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED1 V7 \"Tokimeki Poporon♪\"", + "link": "https://animethemes.moe/video/GochiUsaS2-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED1 V8 \"Tokimeki Poporon♪\"", + "link": "https://animethemes.moe/video/GochiUsaS2-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED1 V9 \"Tokimeki Poporon♪\"", + "link": "https://animethemes.moe/video/GochiUsaS2-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nantonaku Mirai\"", + "link": "https://animethemes.moe/video/GochiUsaS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "30721", + "title": "Hacka Doll The Animation", + "year": "2015", + "themes": [ + { + "name": "OP \"Touch Tap Baby\"", + "link": "https://animethemes.moe/video/HackaDoll-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Happy Days Refrain\"", + "link": "https://animethemes.moe/video/HackaDoll-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Progress Push Doll\"", + "link": "https://animethemes.moe/video/HackaDoll-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Reflect Realise Doll\"", + "link": "https://animethemes.moe/video/HackaDoll-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hazy Lazy Doll\"", + "link": "https://animethemes.moe/video/HackaDoll-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "28891", + "title": "Haikyuu!! Second Season", + "year": "2015", + "themes": [ + { + "name": "OP1 \"I'm A Believer\"", + "link": "https://animethemes.moe/video/HaikyuuS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HaikyuuS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Fly High!!\"", + "link": "https://animethemes.moe/video/HaikyuuS2-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HaikyuuS2-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Climber\"", + "link": "https://animethemes.moe/video/HaikyuuS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HaikyuuS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hatsunetsu\"", + "link": "https://animethemes.moe/video/HaikyuuS2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HaikyuuS2-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "27829", + "title": "Heavy Object", + "year": "2015", + "themes": [ + { + "name": "OP1 \"One More Chance!!\"", + "link": "https://animethemes.moe/video/HeavyObject-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Never Gave Up\"", + "link": "https://animethemes.moe/video/HeavyObject-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Never Gave Up\"", + "link": "https://animethemes.moe/video/HeavyObject-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dear Brave\"", + "link": "https://animethemes.moe/video/HeavyObject-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kawaranai Tsuyosa\"", + "link": "https://animethemes.moe/video/HeavyObject-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "28883", + "title": "Hidan no Aria AA", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Bull's Eye\"", + "link": "https://animethemes.moe/video/HidanNoAriaAA-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Bull's Eye\"", + "link": "https://animethemes.moe/video/HidanNoAriaAA-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Bull's Eye\"", + "link": "https://animethemes.moe/video/HidanNoAriaAA-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Bull's Eye\"", + "link": "https://animethemes.moe/video/HidanNoAriaAA-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED \"Pulse\"", + "link": "https://animethemes.moe/video/HidanNoAriaAA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30415", + "title": "High☆Speed!: Free! Starting Days", + "year": "2015", + "themes": [ + { + "name": "ED \"Aching Horns\"", + "link": "https://animethemes.moe/video/FreeStartingDays-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "27991", + "title": "K: Return of Kings", + "year": "2015", + "themes": [ + { + "name": "OP \"Asymmetry\"", + "link": "https://animethemes.moe/video/KReturnOfKings-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kai\"", + "link": "https://animethemes.moe/video/KReturnOfKings-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"KIZUNA\"", + "link": "https://animethemes.moe/video/KReturnOfKings-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "31227", + "title": "Kindaichi Shounen no Jikenbo Returns 2nd Season", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Yonjuushi\"", + "link": "https://animethemes.moe/video/KindaichiReturnsS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"TRAGEDY\"", + "link": "https://animethemes.moe/video/KindaichiReturnsS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hitomi no Oku no Milky Way\"", + "link": "https://animethemes.moe/video/KindaichiReturnsS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ketsui no Tsubasa\"", + "link": "https://animethemes.moe/video/KindaichiReturnsS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "31091", + "title": "Komori-san wa Kotowarenai!", + "year": "2015", + "themes": [ + { + "name": "ED V1 \"Toaru Itsumo wo\"", + "link": "https://animethemes.moe/video/KomoriSanWaKotowarenai-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Toaru Itsumo wo\"", + "link": "https://animethemes.moe/video/KomoriSanWaKotowarenai-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "24011", + "title": "Lance N' Masques", + "year": "2015", + "themes": [ + { + "name": "OP \"Light for Knight\"", + "link": "https://animethemes.moe/video/LanceNMasques-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LanceNMasques-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Little*Lion*Heart\"", + "link": "https://animethemes.moe/video/LanceNMasques-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LanceNMasques-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "27947", + "title": "Lupin III (2015)", + "year": "2015", + "themes": [ + { + "name": "OP \"THEME FROM LUPIN III 2015\"", + "link": "https://animethemes.moe/video/Lupin2015-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chanto Iwanakya Aisanai\"", + "link": "https://animethemes.moe/video/Lupin2015-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31560", + "title": "Miss Monochrome: The Animation 3", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Black or White?\"", + "link": "https://animethemes.moe/video/MissMonochromeS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Miss Monochrome Taisou\"", + "link": "https://animethemes.moe/video/MissMonochromeS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Step by Step!\"", + "link": "https://animethemes.moe/video/MissMonochromeS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi to Boku\"", + "link": "https://animethemes.moe/video/MissMonochromeS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31251", + "title": "Mobile Suit Gundam: Iron-Blooded Orphans", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Raise your flag\"", + "link": "https://animethemes.moe/video/GundamIBO-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Survivor\"", + "link": "https://animethemes.moe/video/GundamIBO-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Orphans no Namida\"", + "link": "https://animethemes.moe/video/GundamIBO-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"STEEL -Tekketsu no Kizuna\"", + "link": "https://animethemes.moe/video/GundamIBO-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Senka no Tomoshibi\"", + "link": "https://animethemes.moe/video/GundamIBO-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "31973", + "title": "Mobile Suit Gundam Thunderbolt", + "year": "2015", + "themes": [ + { + "name": "ED1 \"Shiroi Heya ~White Day in the Blue~\"", + "link": "https://animethemes.moe/video/GundamThunderbolt-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Onnanoko ni Modoru Toki\"", + "link": "https://animethemes.moe/video/GundamThunderbolt-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Anata no o Aite\"", + "link": "https://animethemes.moe/video/GundamThunderbolt-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Thunderbolt ・ Main Theme\"", + "link": "https://animethemes.moe/video/GundamThunderbolt-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "30757", + "title": "Monster Strike", + "year": "2015", + "themes": [ + { + "name": "ED1 V1 \"We Will Rock You\"", + "link": "https://animethemes.moe/video/MonsterStrike-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"We Will Rock You\"", + "link": "https://animethemes.moe/video/MonsterStrike-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"We Will Rock You\"", + "link": "https://animethemes.moe/video/MonsterStrike-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"We Will Rock You\"", + "link": "https://animethemes.moe/video/MonsterStrike-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED2 \"Anata no Shishi Shinsai\"", + "link": "https://animethemes.moe/video/MonsterStrike-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Strike\"", + "link": "https://animethemes.moe/video/MonsterStrike-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Knock On Doors In You\"", + "link": "https://animethemes.moe/video/MonsterStrike-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Mad T.Party (1865-2016)\"", + "link": "https://animethemes.moe/video/MonsterStrike-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "30503", + "title": "Noragami Aragoto", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Kyouran Hey Kids!!\"", + "link": "https://animethemes.moe/video/NoragamiAragoto-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kyouran Hey Kids!!\"", + "link": "https://animethemes.moe/video/NoragamiAragoto-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Nirvana\"", + "link": "https://animethemes.moe/video/NoragamiAragoto-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Nirvana\"", + "link": "https://animethemes.moe/video/NoragamiAragoto-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Nirvana\"", + "link": "https://animethemes.moe/video/NoragamiAragoto-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "30276", + "title": "One Punch Man", + "year": "2015", + "themes": [ + { + "name": "OP \"THE HERO !! ~Okoreru Kobushi ni Hi wo Tsukero~\"", + "link": "https://animethemes.moe/video/OnePunchMan-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hoshi yori Saki ni Mitsukete Ageru\"", + "link": "https://animethemes.moe/video/OnePunchMan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kanashimi-tachi wo Dakishimete\"", + "link": "https://animethemes.moe/video/OnePunchMan-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "31772", + "title": "One Punch Man Specials", + "year": "2015", + "themes": [ + { + "name": "ED1 \"Saitama no Wan Pan Ondo\"", + "link": "https://animethemes.moe/video/OnePunchManSpecials-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Genos no Wan Pan Ondo\"", + "link": "https://animethemes.moe/video/OnePunchManSpecials-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sonic no Wan Pan Ondo\"", + "link": "https://animethemes.moe/video/OnePunchManSpecials-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "31143", + "title": "Onsen Yousei Hakone-chan", + "year": "2015", + "themes": [ + { + "name": "OP \"Hakone Hakoiri Musume\"", + "link": "https://animethemes.moe/video/OnsenYouseiHakoneChan-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "25099", + "title": "Ore ga Ojousama Gakkou ni "Shomin Sample" Toshite Gets♥Sareta Ken", + "year": "2015", + "themes": [ + { + "name": "OP \"Ichizu Recipe\"", + "link": "https://animethemes.moe/video/ShominSample-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Twilight ni Kienaide\"", + "link": "https://animethemes.moe/video/ShominSample-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Twilight ni Kienaide\"", + "link": "https://animethemes.moe/video/ShominSample-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "31174", + "title": "Osomatsu-san", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Hanamaru Pippi wa Yoiko dake\"", + "link": "https://animethemes.moe/video/OsomatsuSan-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Zenryoku Batankyū\"", + "link": "https://animethemes.moe/video/OsomatsuSan-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OsomatsuSan-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"SIX SAME FACES ~Konya wa Saikou!!!!!!~\"", + "link": "https://animethemes.moe/video/OsomatsuSan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"SIX SHAME FACES ~Konya mo Saikou!!!!!!~\"", + "link": "https://animethemes.moe/video/OsomatsuSan-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"SIX SAME FACES ~Konya mo Saikou!!!!!!~ Type Final\"", + "link": "https://animethemes.moe/video/OsomatsuSan-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "28927", + "title": "Owari no Seraph: Nagoya Kessen-hen", + "year": "2015", + "themes": [ + { + "name": "OP \"Two souls -toward the truth-\"", + "link": "https://animethemes.moe/video/OwariNoSeraphS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Orarion\"", + "link": "https://animethemes.moe/video/OwariNoSeraphS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31181", + "title": "Owarimonogatari", + "year": "2015", + "themes": [ + { + "name": "OP1 \"decent black\"", + "link": "https://animethemes.moe/video/Owarimonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"mathemagics\"", + "link": "https://animethemes.moe/video/Owarimonogatari-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Yuudachi Houteishiki\"", + "link": "https://animethemes.moe/video/Owarimonogatari-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Mein Schatz\"", + "link": "https://animethemes.moe/video/Owarimonogatari-OP4.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Sayonara no Yukue\"", + "link": "https://animethemes.moe/video/Owarimonogatari-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Sayonara no Yukue\"", + "link": "https://animethemes.moe/video/Owarimonogatari-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "31592", + "title": "Pokemon XY&Z", + "year": "2015", + "themes": [ + { + "name": "OP \"XY&Z\"", + "link": "https://animethemes.moe/video/PokemonXYZ-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PokemonXYZ-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED1 \"Puni-chan no Uta\"", + "link": "https://animethemes.moe/video/PokemonXYZ-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PokemonXYZ-ED1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rocket-dan Danka\"", + "type": "ending" + }, + { + "name": "ED3 \"DoriDori\"", + "type": "ending" + }, + { + "name": "ED4 \"Kira Kira\"", + "type": "ending" + }, + { + "name": "ED5 \"Pikachuu no Uta\"", + "type": "ending" + }, + { + "name": "ED6 \"Nyarth's Ballad\"", + "type": "ending" + }, + { + "name": "ED7 \"V (Volt)\"", + "type": "ending" + } + ] + }, + { + "id": "30296", + "title": "Rakudai Kishi no Cavalry", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Identity\"", + "link": "https://animethemes.moe/video/RakudaiKishiNoCavalry-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Identity\"", + "link": "https://animethemes.moe/video/RakudaiKishiNoCavalry-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Identity\"", + "link": "https://animethemes.moe/video/RakudaiKishiNoCavalry-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Haramitsu Renka\"", + "link": "https://animethemes.moe/video/RakudaiKishiNoCavalry-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30187", + "title": "Sakurako-san no Ashimoto ni wa Shitai ga Umatteiru", + "year": "2015", + "themes": [ + { + "name": "OP \"Dear Answer\"", + "link": "https://animethemes.moe/video/SakurakoSan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Uchiyoserareta Boukyaku no Zankyou ni\"", + "link": "https://animethemes.moe/video/SakurakoSan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31374", + "title": "Shingeki! Kyojin Chuugakkou", + "year": "2015", + "themes": [ + { + "name": "OP \"Seishun wa Hanabi no You ni\"", + "link": "https://animethemes.moe/video/ShingekiKyojinChuugakkou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hangeki no Daichi\"", + "link": "https://animethemes.moe/video/ShingekiKyojinChuugakkou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30363", + "title": "Shinmai Maou no Testament Burst", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Over The Testament\" by Metamorphose featuring Yoko Ishida", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestamentS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Over The Testament\" by Metamorphose featuring Kaori Oda", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestamentS2-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 V1 \"Over The Testament\" by Metamorphose featuring Aki Misato", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestamentS2-OP3.webm", + "type": "opening" + }, + { + "name": "OP3 V2 \"Over The Testament\" by Metamorphose featuring Aki Misato", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestamentS2-OP3v2.webm", + "type": "opening" + }, + { + "name": "OP4 \"Over The Testament\" by Metamorphose featuring Megumi Ogata", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestamentS2-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Over The Testament\" by Metamorphose", + "type": "opening" + }, + { + "name": "ED V1 \"Temperature\"", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestamentS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Temperature\"", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestamentS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Temperature\"", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestamentS2-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "30549", + "title": "Soukyuu no Fafner: Dead Aggressor - Exodus 2nd Season", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Exist\"", + "link": "https://animethemes.moe/video/FafnerExodus-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"DEAD OR ALIVE\"", + "link": "https://animethemes.moe/video/FafnerExodusS2-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"DEAD OR ALIVE\"", + "link": "https://animethemes.moe/video/FafnerExodusS2-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Anya Kouro\"", + "link": "https://animethemes.moe/video/FafnerExodusS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Aisuru Koto\"", + "link": "https://animethemes.moe/video/FafnerExodusS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Horizon\"", + "link": "https://animethemes.moe/video/FafnerExodusS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Horizon\"", + "link": "https://animethemes.moe/video/FafnerExodusS2-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED3 V3 \"Horizon\"", + "link": "https://animethemes.moe/video/FafnerExodusS2-ED3v3.webm", + "type": "ending" + } + ] + }, + { + "id": "30321", + "title": "Strike the Blood: Valkyria no Oukoku-hen", + "year": "2015", + "themes": [ + { + "name": "OP \"Little Charm Fang\"", + "link": "https://animethemes.moe/video/StrikeTheBloodOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi wa Soleil\"", + "link": "https://animethemes.moe/video/StrikeTheBloodOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28621", + "title": "Subete ga F ni Naru: The Perfect Insider", + "year": "2015", + "themes": [ + { + "name": "OP \"talking\"", + "link": "https://animethemes.moe/video/SubeteGaFNiNaru-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nana Hitsuji\"", + "link": "https://animethemes.moe/video/SubeteGaFNiNaru-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24133", + "title": "Taimadou Gakuen 35 Shiken Shoutai", + "year": "2015", + "themes": [ + { + "name": "OP \"Embrace Blade\"", + "link": "https://animethemes.moe/video/TaimadouGakuen35ShikenShoutai-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Calling my Twilight\"", + "link": "https://animethemes.moe/video/TaimadouGakuen35ShikenShoutai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29830", + "title": "Tamayura: Sotsugyou Shashin Part 3 - Akogare", + "year": "2015", + "themes": [ + { + "name": "ED \"Korekara ~Uta to Piano~\"", + "link": "https://animethemes.moe/video/TamayuraSotsugyouShashinPart3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31440", + "title": "Teekyuu 6", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Tottemo Safari\"", + "link": "https://animethemes.moe/video/TeekyuuS6-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Tottemo Safari\"", + "link": "https://animethemes.moe/video/TeekyuuS6-OP1v2.webm", + "type": "opening" + } + ] + }, + { + "id": "30901", + "title": "Utawarerumono: Itsuwari no Kamen", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Fuantei na Kamisama\"", + "link": "https://animethemes.moe/video/UtawarerumonoItsuwariNoKamen-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ame Kakeru Hoshi\"", + "link": "https://animethemes.moe/video/UtawarerumonoItsuwariNoKamen-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yume ka Utsutsu ka\"", + "link": "https://animethemes.moe/video/UtawarerumonoItsuwariNoKamen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hoshi Furu Sora Aogi Mite\"", + "link": "https://animethemes.moe/video/UtawarerumonoItsuwariNoKamen-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Unmei -SADAME-\"", + "link": "https://animethemes.moe/video/UtawarerumonoItsuwariNoKamen-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "30385", + "title": "Valkyrie Drive: Mermaid", + "year": "2015", + "themes": [ + { + "name": "OP \"Overdrive\"", + "link": "https://animethemes.moe/video/ValkyrieDrive-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ultra Super Hyper Miracle Romantic\"", + "link": "https://animethemes.moe/video/ValkyrieDrive-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30419", + "title": "Wake Up, Girls! Beyond the Bottom", + "year": "2015", + "themes": [ + { + "name": "ED \"Beyond the Bottom\"", + "link": "https://animethemes.moe/video/WakeUpGirlsBeyondTheBottom-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30740", + "title": "Young Black Jack", + "year": "2015", + "themes": [ + { + "name": "OP \"I am Just Feeling Alive\"", + "link": "https://animethemes.moe/video/YoungBlackJack-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"All Categorize\"", + "link": "https://animethemes.moe/video/YoungBlackJack-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"All Categorize\"", + "link": "https://animethemes.moe/video/YoungBlackJack-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"All Categorize\"", + "link": "https://animethemes.moe/video/YoungBlackJack-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "30279", + "title": "Yuru Yuri San☆Hai!", + "year": "2015", + "themes": [ + { + "name": "OP \"Chochocho! Yuru Yuri☆Capriccio!!!\"", + "link": "https://animethemes.moe/video/YuruYuriSanHai-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Acchu~ma Seishun!\"", + "link": "https://animethemes.moe/video/YuruYuriSanHai-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi ga Kureta Shiny Story\"", + "link": "https://animethemes.moe/video/YuruYuriSanHai-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "30123", + "title": "Akagami no Shirayuki-hime", + "year": "2015", + "themes": [ + { + "name": "OP \"Yasashii Kibou\"", + "link": "https://animethemes.moe/video/AkagamiNoShirayukiHime-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kizuna ni Nosete\"", + "link": "https://animethemes.moe/video/AkagamiNoShirayukiHime-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30205", + "title": "Aoharu x Kikanjuu", + "year": "2015", + "themes": [ + { + "name": "OP \"The Bravest Destiny\"", + "link": "https://animethemes.moe/video/AoharuxKikanjuu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Gunjou Survival\"", + "link": "https://animethemes.moe/video/AoharuxKikanjuu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tick Tack\"", + "link": "https://animethemes.moe/video/AoharuxKikanjuu-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "30382", + "title": "Aquarion Logos", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Yamadaire darlin'\"", + "link": "https://animethemes.moe/video/AquarionLogos-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yoake no Logos\"", + "link": "https://animethemes.moe/video/AquarionLogos-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Je Je t'aime Communication\"", + "link": "https://animethemes.moe/video/AquarionLogos-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hontou no Koe wo Anata ni Azuketakute\"", + "link": "https://animethemes.moe/video/AquarionLogos-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "30782", + "title": "Bikini Warriors", + "year": "2015", + "themes": [ + { + "name": "ED \"\"", + "link": "https://animethemes.moe/video/BikiniWarriors-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28755", + "title": "Boruto: Naruto the Movie", + "year": "2015", + "themes": [ + { + "name": "ED \"Diver\"", + "link": "https://animethemes.moe/video/BorutoMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30091", + "title": "Chaos Dragon: Sekiryuu Seneki", + "year": "2015", + "themes": [ + { + "name": "OP \"ISOtone\"", + "link": "https://animethemes.moe/video/ChaosDragon-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Delta Decision\"", + "link": "https://animethemes.moe/video/ChaosDragon-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sleep without a memory\"", + "type": "ending" + } + ] + }, + { + "id": "28999", + "title": "Charlotte", + "year": "2015", + "themes": [ + { + "name": "OP \"Bravely You\"", + "link": "https://animethemes.moe/video/Charlotte-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yake Ochinai Tsubasa\"", + "link": "https://animethemes.moe/video/Charlotte-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rakuen made\"", + "link": "https://animethemes.moe/video/Charlotte-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "30383", + "title": "Classroom☆Crisis", + "year": "2015", + "themes": [ + { + "name": "OP \"Cobalt\"", + "link": "https://animethemes.moe/video/ClassroomCrisis-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Anemone\"", + "link": "https://animethemes.moe/video/ClassroomCrisis-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15201", + "title": "Code Geass: Boukoku no Akito 4 - Nikushimi no Kioku kara", + "year": "2015", + "themes": [ + { + "name": "ED \"Arco\"", + "link": "https://animethemes.moe/video/CodeGeassBoukokuNoAkito4-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30127", + "title": "Danchigai", + "year": "2015", + "themes": [ + { + "name": "ED1 \"Let A Good Day\"", + "link": "https://animethemes.moe/video/Danchigai-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Gentle Mischief\"", + "link": "https://animethemes.moe/video/Danchigai-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Early Morning\"", + "link": "https://animethemes.moe/video/Danchigai-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Princess Durandal\"", + "link": "https://animethemes.moe/video/Danchigai-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "30694", + "title": "Dragon Ball Super", + "year": "2015", + "themes": [ + { + "name": "OP1 V1 \"Chouzetsu☆Dynamic!\"", + "link": "https://animethemes.moe/video/DragonBallSuper-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Chouzetsu☆Dynamic!\"", + "link": "https://animethemes.moe/video/DragonBallSuper-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"Chouzetsu☆Dynamic!\"", + "link": "https://animethemes.moe/video/DragonBallSuper-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP1 V4 \"Chouzetsu☆Dynamic!\"", + "link": "https://animethemes.moe/video/DragonBallSuper-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP2 \"Genkai Toppa x Survivor\"", + "link": "https://animethemes.moe/video/DragonBallSuper-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hello Hello Hello\"", + "link": "https://animethemes.moe/video/DragonBallSuper-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Starring Star\"", + "link": "https://animethemes.moe/video/DragonBallSuper-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Usubeni\"", + "link": "https://animethemes.moe/video/DragonBallSuper-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Forever Dreaming\"", + "link": "https://animethemes.moe/video/DragonBallSuper-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Yoka-Yoka Dance\"", + "link": "https://animethemes.moe/video/DragonBallSuper-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Chaohan MUSIC\"", + "link": "https://animethemes.moe/video/DragonBallSuper-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Aku no Tenshi to Seigi no Akuma\"", + "link": "https://animethemes.moe/video/DragonBallSuper-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Boogie Back\"", + "link": "https://animethemes.moe/video/DragonBallSuper-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Haruka\"", + "link": "https://animethemes.moe/video/DragonBallSuper-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"70cm Shihou no Madobe\"", + "link": "https://animethemes.moe/video/DragonBallSuper-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"LAGRIMA\"", + "link": "https://animethemes.moe/video/DragonBallSuper-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "27831", + "title": "Durarara!!x2 Ten", + "year": "2015", + "themes": [ + { + "name": "OP \"Day you laugh\"", + "link": "https://animethemes.moe/video/DurararaX2Ten-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"EXIT\"", + "link": "https://animethemes.moe/video/DurararaX2Ten-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "27525", + "title": "Fate/kaleid liner Prisma☆Illya 2wei Herz!", + "year": "2015", + "themes": [ + { + "name": "OP \"Wonder Stella\"", + "link": "https://animethemes.moe/video/FatePrismaIllya2weiHerz-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FatePrismaIllya2weiHerz-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FatePrismaIllya2weiHerz-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FatePrismaIllya2weiHerz-OP1-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Happening☆diary\"", + "link": "https://animethemes.moe/video/FatePrismaIllya2weiHerz-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Wishing diary\"", + "link": "https://animethemes.moe/video/FatePrismaIllya2weiHerz-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "24765", + "title": "Gakkou Gurashi!", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Friend Shitai\"", + "link": "https://animethemes.moe/video/GakkouGurashi-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Friend Shitai\"", + "link": "https://animethemes.moe/video/GakkouGurashi-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Friend Shitai\"", + "link": "https://animethemes.moe/video/GakkouGurashi-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Friend Shitai\"", + "link": "https://animethemes.moe/video/GakkouGurashi-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"Friend Shitai\"", + "link": "https://animethemes.moe/video/GakkouGurashi-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"Friend Shitai\"", + "link": "https://animethemes.moe/video/GakkouGurashi-OP1v6.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Harmonize Clover\"", + "link": "https://animethemes.moe/video/GakkouGurashi-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Harmonize Clover\"", + "link": "https://animethemes.moe/video/GakkouGurashi-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Harmonize Clover\"", + "link": "https://animethemes.moe/video/GakkouGurashi-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 \"we took each other's hand\"", + "link": "https://animethemes.moe/video/GakkouGurashi-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"After Glow\"", + "link": "https://animethemes.moe/video/GakkouGurashi-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"After Glow\"", + "link": "https://animethemes.moe/video/GakkouGurashi-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED3 V3 \"After Glow\"", + "link": "https://animethemes.moe/video/GakkouGurashi-ED3v3.webm", + "type": "ending" + }, + { + "name": "ED3 V4 \"After Glow\"", + "link": "https://animethemes.moe/video/GakkouGurashi-ED3v4.webm", + "type": "ending" + }, + { + "name": "ED4 \"Friend Shitai\"", + "link": "https://animethemes.moe/video/GakkouGurashi-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "25183", + "title": "Gangsta.", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Renegade\"", + "link": "https://animethemes.moe/video/Gangsta-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Renegade\"", + "link": "https://animethemes.moe/video/Gangsta-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Yoru no Kuni\"", + "link": "https://animethemes.moe/video/Gangsta-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21039", + "title": "Gatchaman Crowds Insight", + "year": "2015", + "themes": [ + { + "name": "OP \"Insight\"", + "link": "https://animethemes.moe/video/GatchamanCrowdsS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"60 Oku no Tsubasa\"", + "link": "https://animethemes.moe/video/GatchamanCrowdsS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28907", + "title": "Gate: Jieitai Kanochi nite, Kaku Tatakaeri", + "year": "2015", + "themes": [ + { + "name": "OP \"GATE: Sore wa Akatsuki no you ni\"", + "link": "https://animethemes.moe/video/Gate-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Prism Communicate\"", + "link": "https://animethemes.moe/video/Gate-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "27631", + "title": "God Eater", + "year": "2015", + "themes": [ + { + "name": "OP \"Feed A\"", + "link": "https://animethemes.moe/video/GodEater-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kouhai Chi\"", + "link": "https://animethemes.moe/video/GodEater-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28825", + "title": "Himouto! Umaru-chan", + "year": "2015", + "themes": [ + { + "name": "OP \"Kakushinteki☆Metamaruphose!\"", + "link": "https://animethemes.moe/video/HimoutoUmaruChan-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Hidamari Days\"", + "link": "https://animethemes.moe/video/HimoutoUmaruChan-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hidamari Days\"", + "link": "https://animethemes.moe/video/HimoutoUmaruChan-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "29785", + "title": "Jitsu wa Watashi wa", + "year": "2015", + "themes": [ + { + "name": "OP \"Himitsu wo Choudai\"", + "link": "https://animethemes.moe/video/JitsuWaWatashiWa-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ienai Ienai\"", + "link": "https://animethemes.moe/video/JitsuWaWatashiWa-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ienai Ienai\"", + "link": "https://animethemes.moe/video/JitsuWaWatashiWa-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "28387", + "title": "Joukamachi no Dandelion", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Ring Ring Rainbow!!\"", + "link": "https://animethemes.moe/video/JoukamachiNoDandelion-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Ring Ring Rainbow!!\"", + "link": "https://animethemes.moe/video/JoukamachiNoDandelion-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Honey♥Come!!\"", + "link": "https://animethemes.moe/video/JoukamachiNoDandelion-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25649", + "title": "Junjou Romantica 3", + "year": "2015", + "themes": [ + { + "name": "OP \"Innocent Graffiti\"", + "link": "https://animethemes.moe/video/JunjouRomanticaS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kawaranai Sora\"", + "link": "https://animethemes.moe/video/JunjouRomanticaS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28725", + "title": "Kokoro ga Sakebitagatterunda.", + "year": "2015", + "themes": [ + { + "name": "ED \"Ima, Hanashitai Dareka ga Iru\"", + "link": "https://animethemes.moe/video/KokoroGaSakebitagatterunda-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25283", + "title": "Kuusen Madoushi Kouhosei no Kyoukan", + "year": "2015", + "themes": [ + { + "name": "OP \"D.O.B.\"", + "link": "https://animethemes.moe/video/KuusenMadoushiKouhoseiNoKyoukan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hallelujah\"", + "link": "https://animethemes.moe/video/KuusenMadoushiKouhoseiNoKyoukan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24997", + "title": "Love Live! The School Idol Movie", + "year": "2015", + "themes": [ + { + "name": "ED \"Bokutachi wa Hitotsu no Hikari\"", + "link": "https://animethemes.moe/video/LoveLiveMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29941", + "title": "Million Doll", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Dreamin'×Dreamin'!!\"", + "link": "https://animethemes.moe/video/MillionDoll-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Saibou Prominence\"", + "link": "https://animethemes.moe/video/MillionDoll-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Take you to My Party!!\"", + "type": "ending" + } + ] + }, + { + "id": "30384", + "title": "Miss Monochrome: The Animation 2", + "year": "2015", + "themes": [ + { + "name": "OP \"Black or White?\"", + "link": "https://animethemes.moe/video/MissMonochromeS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Step by Step!\"", + "link": "https://animethemes.moe/video/MissMonochromeS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30307", + "title": "Monster Musume no Iru Nichijou", + "year": "2015", + "themes": [ + { + "name": "OP \"Saikousoku Fall in Love\"", + "link": "https://animethemes.moe/video/Monmusu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hey! Smith!!\"", + "link": "https://animethemes.moe/video/Monmusu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23623", + "title": "Non Non Biyori Repeat", + "year": "2015", + "themes": [ + { + "name": "OP \"Kodama Kotodama\"", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Okaeri\"", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Okaeri\"", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Okaeri\"", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Okaeri\"", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-ED1v4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-ED1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Okaeri\"", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-ED1v5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-ED1v5-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "28819", + "title": "Okusama ga Seitokaichou!", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Koisuru☆Hiyoko\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Koisuru☆Hiyoko\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Koisuru☆Hiyoko\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Koisuru☆Hiyoko\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"Koisuru☆Hiyoko\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"Koisuru☆Hiyoko\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-OP1v6.webm", + "type": "opening" + }, + { + "name": "OP V7 \"Koisuru☆Hiyoko\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-OP1v7.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Ren×Ai=Equation\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Ren×Ai=Equation\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Ren×Ai=Equation\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Ren×Ai=Equation\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Ren×Ai=Equation\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED2 \"Realize\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "29803", + "title": "Overlord", + "year": "2015", + "themes": [ + { + "name": "OP \"Clattanoia\"", + "link": "https://animethemes.moe/video/Overlord-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"L.L.L.\"", + "link": "https://animethemes.moe/video/Overlord-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30240", + "title": "Prison School", + "year": "2015", + "themes": [ + { + "name": "OP \"Ai no Prison\"", + "link": "https://animethemes.moe/video/PrisonSchool-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Tsumibukaki Oretachi no Sanka\"", + "link": "https://animethemes.moe/video/PrisonSchool-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Tsumibukaki Oretachi no Sanka\"", + "link": "https://animethemes.moe/video/PrisonSchool-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "28619", + "title": "Ranpo Kitan: Game of Laplace", + "year": "2015", + "themes": [ + { + "name": "OP \"Speed to Masatsu\"", + "link": "https://animethemes.moe/video/RanpoKitan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mikazuki\"", + "link": "https://animethemes.moe/video/RanpoKitan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28497", + "title": "Rokka no Yuusha", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Cry for the Truth\"", + "link": "https://animethemes.moe/video/RokkaNoYuusha-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Black Swallowtail\"", + "link": "https://animethemes.moe/video/RokkaNoYuusha-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Secret Sky\"", + "link": "https://animethemes.moe/video/RokkaNoYuusha-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dance in the Fake\"", + "link": "https://animethemes.moe/video/RokkaNoYuusha-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Nameless Heart\"", + "link": "https://animethemes.moe/video/RokkaNoYuusha-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "21573", + "title": "Senki Zesshou Symphogear GX: Believe in Justice and Hold a Determination to Fist.", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Exterminate\"", + "link": "https://animethemes.moe/video/SymphogearS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SymphogearS3-OP1-NCBD900Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SymphogearS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Rebirth-day\"", + "link": "https://animethemes.moe/video/SymphogearS3-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Glorious Break\"", + "link": "https://animethemes.moe/video/SymphogearS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SymphogearS3-ED1-BD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Glorious Break\"", + "link": "https://animethemes.moe/video/SymphogearS3-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rebirth-Day\"", + "link": "https://animethemes.moe/video/SymphogearS3-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SymphogearS3-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SymphogearS3-ED2-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED3 \"BAYONET CHARGE\"", + "link": "https://animethemes.moe/video/SymphogearS3-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SymphogearS3-ED3-BD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED4 \"Nijiiro no Flugel\"", + "link": "https://animethemes.moe/video/SymphogearS3-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "29786", + "title": "Shimoneta to Iu Gainen ga Sonzai Shinai Taikutsu na Sekai", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"B Chiku Sentai SOX\"", + "link": "https://animethemes.moe/video/Shimoneta-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"B Chiku Sentai SOX\"", + "link": "https://animethemes.moe/video/Shimoneta-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"B Chiku Sentai SOX\"", + "link": "https://animethemes.moe/video/Shimoneta-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"B Chiku Sentai SOX\"", + "link": "https://animethemes.moe/video/Shimoneta-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"B Chiku Sentai SOX\"", + "link": "https://animethemes.moe/video/Shimoneta-OP1v5.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED V9 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED V10 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED V11 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1v11.webm", + "type": "ending" + }, + { + "name": "ED V12 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1v12.webm", + "type": "ending" + } + ] + }, + { + "id": "29163", + "title": "Sore ga Seiyuu!", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Sore ga Seiyuu!\"", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Anata no Omimi ni Plug In!\"", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Anata no Omimi ni Plug In!\"", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Anata no Omimi ni Plug In!\"", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Anata no Omimi ni Plug In!\"", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Anata no Omimi ni Plug In!\"", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Anata no Omimi ni Plug In!\"", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED1 V7 \"Anata no Omimi ni Plug In!\"", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED1 V8 \"Anata no Omimi ni Plug In!\"", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED1 V9 \"Anata no Omimi ni Plug In!\"", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mimi no Naka e\"", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "30826", + "title": "Suzakinishi the Animation", + "year": "2015", + "themes": [ + { + "name": "OP \"Smile☆Revolution\"", + "link": "https://animethemes.moe/video/Suzakinishi-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "30567", + "title": "Teekyuu 5", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Qunka!\"", + "link": "https://animethemes.moe/video/TeekyuuS5-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Qunka!\"", + "link": "https://animethemes.moe/video/TeekyuuS5-OP1v2.webm", + "type": "opening" + } + ] + }, + { + "id": "30344", + "title": "The iDOLM@STER Cinderella Girls 2nd Season", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Star!!\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirlsS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Shine!!\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirlsS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yume-iro Harmony\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirlsS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Watashi-iro Gift\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirlsS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Heart Voice\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirlsS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Wonder goes on!!\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirlsS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kokoro Moyou\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirlsS2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"S(mile)ING!\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirlsS2-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "28979", + "title": "To LOVE-Ru Darkness 2nd", + "year": "2015", + "themes": [ + { + "name": "OP \"secret arms\"", + "link": "https://animethemes.moe/video/ToLoveRuDarknessS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Gardens\"", + "link": "https://animethemes.moe/video/ToLoveRuDarknessS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Gardens\"", + "link": "https://animethemes.moe/video/ToLoveRuDarknessS2-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "29854", + "title": "Ushio to Tora (TV)", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Mazeru na Kiken\"", + "link": "https://animethemes.moe/video/UshioToTora-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Mazeru na Kiken\"", + "link": "https://animethemes.moe/video/UshioToTora-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"HERO\"", + "link": "https://animethemes.moe/video/UshioToTora-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Makeruna Chiisaki Mono yo\"", + "link": "https://animethemes.moe/video/UshioToTora-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "30355", + "title": "Wakaba*Girl", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Hajimete Girls!\" by Ray", + "link": "https://animethemes.moe/video/WakabaGirl-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hajimete Girls!\" by Ichinen Fuji-gumi", + "link": "https://animethemes.moe/video/WakabaGirl-OP2.webm", + "type": "opening" + } + ] + }, + { + "id": "30437", + "title": "Wakako-zake", + "year": "2015", + "themes": [ + { + "name": "OP \"Shiawase no Kaerimichi\"", + "link": "https://animethemes.moe/video/WakakoZake-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "28841", + "title": "Wake Up, Girls! Seishun no Kage", + "year": "2015", + "themes": [ + { + "name": "ED \"Shoujo Koukyoukyoku\"", + "link": "https://animethemes.moe/video/WakeUpGirlsSeishunNoKage-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29017", + "title": "Wooser no Sono Higurashi: Mugen-hen", + "year": "2015", + "themes": [ + { + "name": "ED \"Lucky girl*\"", + "link": "https://animethemes.moe/video/WooserS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25879", + "title": "Working!!!", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"NOW!!!GAMBLE\"", + "link": "https://animethemes.moe/video/WorkingS3-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"NOW!!!GAMBLE\"", + "link": "https://animethemes.moe/video/WorkingS3-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Matsuge ni LOCK\"", + "link": "https://animethemes.moe/video/WorkingS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30902", + "title": "Yuru Yuri Nachuyachumi!+", + "year": "2015", + "themes": [ + { + "name": "OP \"Yurishurashushushu\"", + "link": "https://animethemes.moe/video/YuruYuriNachuyachumiPlus-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ohirune Universe\" by Nanamorichu☆Gorakubu", + "link": "https://animethemes.moe/video/YuruYuriNachuyachumiPlus-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ohirune Universe\" by Nanamorichu☆Seitokai", + "link": "https://animethemes.moe/video/YuruYuriNachuyachumiPlus-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "28249", + "title": "Arslan Senki (TV)", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Boku no Kotoba de wa nai, Kore wa Bokutachi no Kotoba\"", + "link": "https://animethemes.moe/video/ArslanSenkiTV-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Uzu to Uzu\"", + "link": "https://animethemes.moe/video/ArslanSenkiTV-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Lapis Lazuli\"", + "link": "https://animethemes.moe/video/ArslanSenkiTV-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"One Light\"", + "link": "https://animethemes.moe/video/ArslanSenkiTV-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "15199", + "title": "Code Geass: Boukoku no Akito 3 - Kagayaku Mono Ten yori Otsu", + "year": "2015", + "themes": [ + { + "name": "ED \"More Than Words\"", + "link": "https://animethemes.moe/video/CodeGeassBoukokuNoAkito3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29067", + "title": "Danna ga Nani wo Itteiru ka Wakaranai Ken 2 Sure-me", + "year": "2015", + "themes": [ + { + "name": "ED1 \"Yuruganu Futari ~Ai no Sanka~\"", + "link": "https://animethemes.moe/video/DannaGaNaniS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DannaGaNaniS2-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Okusama no Blues\"", + "link": "https://animethemes.moe/video/DannaGaNaniS2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DannaGaNaniS2-ED2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED3 \"Iikagen ni Shite, Anata (Acoustic ver.)\"", + "link": "https://animethemes.moe/video/DannaGaNaniS2-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DannaGaNaniS2-ED3-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "29589", + "title": "Denpa Kyoushi", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Youthful Dreamer\"", + "link": "https://animethemes.moe/video/DenpaKyoushi-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"vivid brilliant door!\"", + "link": "https://animethemes.moe/video/DenpaKyoushi-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"DREAMIN\"", + "link": "https://animethemes.moe/video/DenpaKyoushi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"MY ONLY ONE\"", + "link": "https://animethemes.moe/video/DenpaKyoushi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "30230", + "title": "Diamond no Ace: Second Season", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Go EXCEED!!\"", + "link": "https://animethemes.moe/video/DiamondNoAceS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Perfect HERO\"", + "link": "https://animethemes.moe/video/DiamondNoAceS2-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Hashire! Mirai\"", + "link": "https://animethemes.moe/video/DiamondNoAceS2-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"HEROES\"", + "link": "https://animethemes.moe/video/DiamondNoAceS2-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Sora ga Aozora de aru Tame ni\"", + "link": "https://animethemes.moe/video/DiamondNoAceS2-OP5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Glory!\"", + "link": "https://animethemes.moe/video/DiamondNoAceS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"CLOUD NINE\"", + "link": "https://animethemes.moe/video/DiamondNoAceS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"FINAL VICTORY\"", + "link": "https://animethemes.moe/video/DiamondNoAceS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"KIMERO!!\"", + "link": "https://animethemes.moe/video/DiamondNoAceS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"BLUE WINDING ROAD\"", + "link": "https://animethemes.moe/video/DiamondNoAceS2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"BLOOM OF YOUTH\"", + "link": "https://animethemes.moe/video/DiamondNoAceS2-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"BRAND NEW BLUE\"", + "type": "ending" + } + ] + }, + { + "id": "29687", + "title": "Duel Masters VSR", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Luv it!!\"", + "link": "https://animethemes.moe/video/DuelMastersVSR-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"EvoRevo!\"", + "type": "opening" + }, + { + "name": "ED1 \"Kimi ga Kureta KISEKI\"", + "link": "https://animethemes.moe/video/DuelMastersVSR-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Love & Peace\"", + "link": "https://animethemes.moe/video/DuelMastersVSR-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"JIBUN\"", + "link": "https://animethemes.moe/video/DuelMastersVSR-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "28121", + "title": "Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka", + "year": "2015", + "themes": [ + { + "name": "OP \"Hey World\"", + "link": "https://animethemes.moe/video/DanMachi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"RIGHT LIGHT RISE\"", + "link": "https://animethemes.moe/video/DanMachi-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"RIGHT LIGHT RISE\"", + "link": "https://animethemes.moe/video/DanMachi-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"REALIZE ~Hajimari no Toki~\"", + "link": "https://animethemes.moe/video/DanMachi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "28221", + "title": "Etotama", + "year": "2015", + "themes": [ + { + "name": "OP \"Retry☆Rendezvous\"", + "link": "https://animethemes.moe/video/Etotama-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"blue moment\" by Nyaa-tan", + "link": "https://animethemes.moe/video/Etotama-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"blue moment\" by Nyaa-tan & Moo-tan", + "link": "https://animethemes.moe/video/Etotama-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"blue moment\" by Nyaa-tan, Moo-tan & Uri-tan", + "link": "https://animethemes.moe/video/Etotama-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"blue moment\" by Nyaa-tan, Moo-tan, Uri-tan & Usa-tan", + "link": "https://animethemes.moe/video/Etotama-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"blue moment\" by Nyaa-tan, Moo-tan, Uri-tan, Usa-tan & Mei-tan", + "link": "https://animethemes.moe/video/Etotama-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"blue moment\" by Nyaa-tan, Moo-tan, Uri-tan, Usa-tan, Mei-tan & Shima-tan", + "link": "https://animethemes.moe/video/Etotama-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"blue moment\" by Nyaa-tan, Moo-tan, Uri-tan, Usa-tan, Mei-tan, Shima-tan & Shar-tan", + "link": "https://animethemes.moe/video/Etotama-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"blue moment\" by Nyaa-tan, Moo-tan, Uri-tan, Usa-tan, Mei-tan, Shima-tan, Shar-tan & Uma-tan", + "link": "https://animethemes.moe/video/Etotama-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"blue moment\" by Nyaa-tan, Moo-tan, Uri-tan, Usa-tan, Mei-tan, Shima-tan, Shar-tan, Uma-tan & Piyo-tan", + "link": "https://animethemes.moe/video/Etotama-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"blue moment\" by Nyaa-tan, Moo-tan, Uri-tan, Usa-tan, Mei-tan, Shima-tan, Shar-tan, Uma-tan, Piyo-tan, Key-tan & Inu-tan", + "link": "https://animethemes.moe/video/Etotama-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"blue moment\" by Nyaa-tan, Moo-tan, Uri-tan, Usa-tan, Mei-tan, Shima-tan, Shar-tan, Uma-tan, Piyo-tan, Key-tan, Inu-tan & Dora-tan", + "link": "https://animethemes.moe/video/Etotama-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"blue moment\" by Nyaa-tan, Moo-tan, Uri-tan, Usa-tan, Mei-tan, Shima-tan, Shar-tan, Uma-tan, Piyo-tan, Key-tan, Inu-tan, Dora-tan & Chuu-tan", + "link": "https://animethemes.moe/video/Etotama-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "28701", + "title": "Fate/stay night: Unlimited Blade Works 2nd Season", + "year": "2015", + "themes": [ + { + "name": "OP \"Brave Shine\"", + "link": "https://animethemes.moe/video/FateStayNightUBWS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"ring your bell\"", + "link": "https://animethemes.moe/video/FateStayNightUBWS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"ring your bell (in the silence)\"", + "link": "https://animethemes.moe/video/FateStayNightUBWS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Deep Slumber (UBW Version)\"", + "link": "https://animethemes.moe/video/FateStayNightUBWS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "30039", + "title": "Future Card Buddyfight 100", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Luminize\"", + "link": "https://animethemes.moe/video/FutureCardBuddyfight100-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Beyond the Limits\"", + "type": "opening" + }, + { + "name": "ED1 \"Buddy Lights\"", + "link": "https://animethemes.moe/video/FutureCardBuddyfight100-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Milky 100 World\"", + "type": "ending" + } + ] + }, + { + "id": "29325", + "title": "Ghost in the Shell: Arise - Alternative Architecture", + "year": "2015", + "themes": [ + { + "name": "OP \"Anata wo Tamotsu Mono\"", + "link": "https://animethemes.moe/video/GhostInTheShellAriseAlternativeArchitecture-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Split Spirit\"", + "type": "ending" + }, + { + "name": "ED2 \"Jibun ga Inai\"", + "type": "ending" + }, + { + "name": "ED3 \"Soto wa Senjou da yo\"", + "type": "ending" + }, + { + "name": "ED4 \"Heart Grenade\"", + "type": "ending" + }, + { + "name": "ED5 \"GHOST IN THE SHELL ARISE\"", + "type": "ending" + } + ] + }, + { + "id": "28977", + "title": "Gintama°", + "year": "2015", + "themes": [ + { + "name": "OP1 \"DAYxDAY\"", + "link": "https://animethemes.moe/video/GintamaS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V1 \"Pride Kakumei\"", + "link": "https://animethemes.moe/video/GintamaS3-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS3-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"Pride Kakumei\"", + "link": "https://animethemes.moe/video/GintamaS3-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP3 V1 \"Beautiful Days\"", + "link": "https://animethemes.moe/video/GintamaS3-OP4.webm", + "type": "opening" + }, + { + "name": "OP3 V2 \"Beautiful Days\"", + "link": "https://animethemes.moe/video/GintamaS3-OP4v2.webm", + "type": "opening" + }, + { + "name": "OP4 V1 \"Know Know Know\"", + "link": "https://animethemes.moe/video/GintamaS3-OP5.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS3-OP5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP4 V2 \"Know Know Know\"", + "link": "https://animethemes.moe/video/GintamaS3-OP5v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS3-OP5v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP4 V3 \"Know Know Know\"", + "link": "https://animethemes.moe/video/GintamaS3-OP5v3.webm", + "type": "opening" + }, + { + "name": "OP4 V4 \"Know Know Know\"", + "link": "https://animethemes.moe/video/GintamaS3-OP5v4.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"DESTINY\"", + "link": "https://animethemes.moe/video/GintamaS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS3-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"DESTINY\"", + "link": "https://animethemes.moe/video/GintamaS3-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Saigomade II\"", + "link": "https://animethemes.moe/video/GintamaS3-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS3-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Glorious Days\"", + "link": "https://animethemes.moe/video/GintamaS3-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS3-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Acchi Muite\"", + "link": "https://animethemes.moe/video/GintamaS3-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS3-ED4-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "29093", + "title": "Grisaia no Meikyuu: Caprice no Mayu 0", + "year": "2015", + "themes": [ + { + "name": "ED \"Grimm\"", + "link": "https://animethemes.moe/video/GrisaiaNoMeikyuu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29095", + "title": "Grisaia no Rakuen", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Setsuna no Kajitsu\"", + "link": "https://animethemes.moe/video/GrisaiaNoRakuen-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Setsuna no Kajitsu (Alt. Sequence)\"", + "link": "https://animethemes.moe/video/GrisaiaNoRakuen-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tasogare no Starlight\"", + "link": "https://animethemes.moe/video/GrisaiaNoRakuen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"FISSION\"", + "link": "https://animethemes.moe/video/GrisaiaNoRakuen-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kimi wo Sagashi ni\"", + "link": "https://animethemes.moe/video/GrisaiaNoRakuen-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Ceremony\"", + "link": "https://animethemes.moe/video/GrisaiaNoRakuen-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "28791", + "title": "Gunslinger Stratos: The Animation", + "year": "2015", + "themes": [ + { + "name": "OP \"vanilla sky\"", + "link": "https://animethemes.moe/video/GunslingerStratos-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"MIRAI\"", + "link": "https://animethemes.moe/video/GunslingerStratos-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "26023", + "title": "Haiyore! Nyaruko-san F", + "year": "2015", + "themes": [ + { + "name": "OP \"Haiyore Once Nyagain\"", + "link": "https://animethemes.moe/video/HaiyoreNyarukoSanF-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kitto Engage\"", + "link": "https://animethemes.moe/video/HaiyoreNyarukoSanF-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23269", + "title": "Hello!! Kiniro Mosaic", + "year": "2015", + "themes": [ + { + "name": "OP1 V1 \"Yume-iro Parade!\"", + "link": "https://animethemes.moe/video/KiniroMosaicS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Yume-iro Parade!\"", + "link": "https://animethemes.moe/video/KiniroMosaicS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"Yume-iro Parade!\"", + "link": "https://animethemes.moe/video/KiniroMosaicS2-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP1 V4 \"Yume-iro Parade!\"", + "link": "https://animethemes.moe/video/KiniroMosaicS2-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP1 V5 \"Yume-iro Parade!\"", + "link": "https://animethemes.moe/video/KiniroMosaicS2-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP1 V6 \"Yume-iro Parade!\"", + "link": "https://animethemes.moe/video/KiniroMosaicS2-OP1v6.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kirameki-iro Summer Rainbow\"", + "link": "https://animethemes.moe/video/KiniroMosaicS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"My Best Friends\"", + "link": "https://animethemes.moe/video/KiniroMosaicS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KiniroMosaicS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "27989", + "title": "Hibike! Euphonium", + "year": "2015", + "themes": [ + { + "name": "OP \"DREAM SOLISTER\"", + "link": "https://animethemes.moe/video/HibikeEuphonium-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tutti!\"", + "link": "https://animethemes.moe/video/HibikeEuphonium-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ai wo Mitsuketa Basho\"", + "link": "https://animethemes.moe/video/HibikeEuphonium-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"DREAM SOLISTER ~Wind Orchestra ver.~\"", + "link": "https://animethemes.moe/video/HibikeEuphonium-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "24703", + "title": "High School DxD BorN", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"BLESS YoUr NAME\"", + "link": "https://animethemes.moe/video/HighSchoolDxDBorN-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"BLESS YoUr NAME\"", + "link": "https://animethemes.moe/video/HighSchoolDxDBorN-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Give Me Secret\"", + "link": "https://animethemes.moe/video/HighSchoolDxDBorN-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Oppai Dragon no Uta\"", + "link": "https://animethemes.moe/video/HighSchoolDxDBorN-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "17919", + "title": "Houkago no Pleiades", + "year": "2015", + "themes": [ + { + "name": "OP \"Stella-rium\"", + "link": "https://animethemes.moe/video/HoukagoNoPleiades-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koko kara, Kanata kara\"", + "link": "https://animethemes.moe/video/HoukagoNoPleiades-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24439", + "title": "Kekkai Sensen", + "year": "2015", + "themes": [ + { + "name": "OP \"Hello, world!\"", + "link": "https://animethemes.moe/video/KekkaiSensen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sugar Song to Bitter Step\"", + "link": "https://animethemes.moe/video/KekkaiSensen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28675", + "title": "Kyoukai no Kanata Movie: I'll Be Here - Mirai-hen", + "year": "2015", + "themes": [ + { + "name": "ED \"Aitakatta Sora\"", + "link": "https://animethemes.moe/video/KyoukaiNoKanataMiraiHen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28423", + "title": "Kyoukai no Rinne (TV)", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Ouka Ranman\"", + "link": "https://animethemes.moe/video/KyoukariNoRinne-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ura no Ura\"", + "type": "opening" + }, + { + "name": "ED1 \"Toki no Wa\"", + "link": "https://animethemes.moe/video/KyoukariNoRinne-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Futatsu no Sekai\"", + "type": "ending" + } + ] + }, + { + "id": "25939", + "title": "Mahou Shoujo Lyrical Nanoha ViVid", + "year": "2015", + "themes": [ + { + "name": "OP \"Angel Blossom\"", + "link": "https://animethemes.moe/video/NanohaViVid-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Pleasure treasure\"", + "link": "https://animethemes.moe/video/NanohaViVid-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28817", + "title": "Mikagura Gakuen Kumikyoku", + "year": "2015", + "themes": [ + { + "name": "OP \"Houkago Kakumei\"", + "link": "https://animethemes.moe/video/MikaguraGakuenKumikyoku-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Houkago Stride\"", + "link": "https://animethemes.moe/video/MikaguraGakuenKumikyoku-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Houkago Stride\"", + "link": "https://animethemes.moe/video/MikaguraGakuenKumikyoku-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rakuen Fanfare\"", + "link": "https://animethemes.moe/video/MikaguraGakuenKumikyoku-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sekirara Candy\"", + "link": "https://animethemes.moe/video/MikaguraGakuenKumikyoku-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Esoragoto Spiral\"", + "link": "https://animethemes.moe/video/MikaguraGakuenKumikyoku-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "26351", + "title": "Nagato Yuki-chan no Shoushitsu", + "year": "2015", + "themes": [ + { + "name": "OP \"Fure Fure Mirai\"", + "link": "https://animethemes.moe/video/NagatoYukiChanNoShoushitsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Arigatou, Daisuki\"", + "link": "https://animethemes.moe/video/NagatoYukiChanNoShoushitsu-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Arigatou, Daisuki\"", + "link": "https://animethemes.moe/video/NagatoYukiChanNoShoushitsu-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Arigatou, Daisuki\"", + "link": "https://animethemes.moe/video/NagatoYukiChanNoShoushitsu-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Arigatou, Daisuki\"", + "link": "https://animethemes.moe/video/NagatoYukiChanNoShoushitsu-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "23605", + "title": "Ninja Slayer from Animation", + "year": "2015", + "themes": [ + { + "name": "OP \"BACK IN BLACK\"", + "link": "https://animethemes.moe/video/NinjaSlayer-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NinjaSlayer-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Kilmister\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Kilmister\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Halo Of Sorrow From ANIMATION\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Gekijou Shihainin no Theme\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"SRKEEN\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"RADIO\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Ninja Slayer\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Ninja Prayer\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Suicidal Bunny\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Hide\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Jag Jag\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Aurashi No Ken\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"NEO CYBER MADNESS\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Purple My Ghost\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Mondana (NINJA MIX)\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Fantastic Magic\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"NINJA SOUL\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED16.webm", + "type": "ending" + }, + { + "name": "ED17 \"TEAR OF THE PIERROT\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED17.webm", + "type": "ending" + }, + { + "name": "ED18 \"Dr.K\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED18.webm", + "type": "ending" + }, + { + "name": "ED19 \"Alone\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED19.webm", + "type": "ending" + }, + { + "name": "ED20 \"Doro no Ame\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED20.webm", + "type": "ending" + }, + { + "name": "ED21 \"Hight Speed\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED21.webm", + "type": "ending" + }, + { + "name": "ED22 \"sick hack -ninatsu ver.-\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED22.webm", + "type": "ending" + }, + { + "name": "ED23 \"Body\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED23.webm", + "type": "ending" + }, + { + "name": "ED24 \"KHAKKHARA\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED24.webm", + "type": "ending" + }, + { + "name": "ED25 \"JET REASON\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED25.webm", + "type": "ending" + } + ] + }, + { + "id": "27787", + "title": "Nisekoi:", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Rally Go Round\"", + "link": "https://animethemes.moe/video/NisekoiS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Magical☆Styling\"", + "link": "https://animethemes.moe/video/NisekoiS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Aimai Hertz\"", + "link": "https://animethemes.moe/video/NisekoiS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"trIGgER\"", + "link": "https://animethemes.moe/video/NisekoiS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sleep zzz...\"", + "link": "https://animethemes.moe/video/NisekoiS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Matado-rabu\"", + "link": "https://animethemes.moe/video/NisekoiS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"marchen ticktack\"", + "link": "https://animethemes.moe/video/NisekoiS2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Tooriame drop\"", + "link": "https://animethemes.moe/video/NisekoiS2-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Crayon Cover\"", + "link": "https://animethemes.moe/video/NisekoiS2-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "28297", + "title": "Ore Monogatari!!", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Miraikei Answer\"", + "link": "https://animethemes.moe/video/OreMonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OreMonogatari-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Miraikei Answer\"", + "link": "https://animethemes.moe/video/OreMonogatari-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Miraikei Answer\"", + "link": "https://animethemes.moe/video/OreMonogatari-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Shiawase no Arika\"", + "link": "https://animethemes.moe/video/OreMonogatari-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OreMonogatari-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Shiawase no Arika\"", + "link": "https://animethemes.moe/video/OreMonogatari-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Miraikei Answer\"", + "link": "https://animethemes.moe/video/OreMonogatari-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "26243", + "title": "Owari no Seraph", + "year": "2015", + "themes": [ + { + "name": "OP \"X.U.\"", + "link": "https://animethemes.moe/video/OwariNoSeraph-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"scaPEGoat\"", + "link": "https://animethemes.moe/video/OwariNoSeraph-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24543", + "title": "Persona 3 the Movie 3: Falling Down", + "year": "2015", + "themes": [ + { + "name": "ED \"Light in Starless Sky\"", + "link": "https://animethemes.moe/video/Persona3Movie3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "27775", + "title": "Plastic Memories", + "year": "2015", + "themes": [ + { + "name": "OP \"Ring of Fortune\"", + "link": "https://animethemes.moe/video/PlasticMemories-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Asayake no Starmine\"", + "link": "https://animethemes.moe/video/PlasticMemories-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28617", + "title": "Punchline", + "year": "2015", + "themes": [ + { + "name": "OP \"PUNCH LINE!\"", + "link": "https://animethemes.moe/video/Punchline-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Honey Honey Honey\"", + "link": "https://animethemes.moe/video/Punchline-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25859", + "title": "Re-Kan!", + "year": "2015", + "themes": [ + { + "name": "OP \"Colorful Story\"", + "link": "https://animethemes.moe/video/ReKan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kesalan Patharan\"", + "link": "https://animethemes.moe/video/ReKan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28215", + "title": "Saint Seiya: Soul of Gold", + "year": "2015", + "themes": [ + { + "name": "OP \"Soldier Dream\"", + "link": "https://animethemes.moe/video/SaintSeiyaSoulOfGold-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yakusoku no Ashita e\"", + "link": "https://animethemes.moe/video/SaintSeiyaSoulOfGold-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23987", + "title": "Sarusuberi: Miss Hokusai", + "year": "2015", + "themes": [ + { + "name": "ED \"Saihate ga Mitai\"", + "link": "https://animethemes.moe/video/Sarusuberi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23777", + "title": "Shingeki no Kyojin Movie 2: Jiyuu no Tsubasa", + "year": "2015", + "themes": [ + { + "name": "ED \"theDOGS\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinJiyuuNoTsubasa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29027", + "title": "Shinmai Maou no Testament OVA", + "year": "2015", + "themes": [ + { + "name": "OP \"Blade of Hope\"", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestament-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Still Sis –Alternative Sequence\"", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestamentOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28171", + "title": "Shokugeki no Souma: Food Wars", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Kibou no Uta\"", + "link": "https://animethemes.moe/video/ShokugekiNoSouma-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Rising Rainbow\"", + "link": "https://animethemes.moe/video/ShokugekiNoSouma-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Spice\"", + "link": "https://animethemes.moe/video/ShokugekiNoSouma-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Spice\"", + "link": "https://animethemes.moe/video/ShokugekiNoSouma-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Sacchan no Sexy Curry\"", + "link": "https://animethemes.moe/video/ShokugekiNoSouma-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Sacchan no Sexy Curry\"", + "link": "https://animethemes.moe/video/ShokugekiNoSouma-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kibou no Uta\"", + "link": "https://animethemes.moe/video/ShokugekiNoSouma-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "27441", + "title": "Show By Rock!!", + "year": "2015", + "themes": [ + { + "name": "OP \"Seishun wa Non-Stop!\"", + "link": "https://animethemes.moe/video/ShowByRock-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Have a nice MUSIC!!\"", + "link": "https://animethemes.moe/video/ShowByRock-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Have a nice MUSIC!!\"", + "link": "https://animethemes.moe/video/ShowByRock-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "24893", + "title": "Sidonia no Kishi: Daikyuu Wakusei Seneki", + "year": "2015", + "themes": [ + { + "name": "OP \"Kishi Shinkoukyoku\"", + "link": "https://animethemes.moe/video/SidoniaNoKishiS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SidoniaNoKishiS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Requiem\"", + "link": "https://animethemes.moe/video/SidoniaNoKishiS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SidoniaNoKishiS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sidonia\"", + "type": "ending" + } + ] + }, + { + "id": "30585", + "title": "Taifuu no Noruda", + "year": "2015", + "themes": [ + { + "name": "ED \"Arashi no Ato de\"", + "link": "https://animethemes.moe/video/TaifuuNoNoruda-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25729", + "title": "Tamayura: Sotsugyou Shashin Part 1 - Kizashi", + "year": "2015", + "themes": [ + { + "name": "ED \"Korekara\"", + "link": "https://animethemes.moe/video/TamayuraSotsugyouShashinPart1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "26395", + "title": "Teekyuu 4", + "year": "2015", + "themes": [ + { + "name": "OP \"Fattoshite Tougenkyou\"", + "link": "https://animethemes.moe/video/TeekyuuS4-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "28835", + "title": "Tesagure! Bukatsumono Spin-off Purupurun Sharumu to Asobou", + "year": "2015", + "themes": [ + { + "name": "OP \"Yappari Stand Up!!!!!\"", + "link": "https://animethemes.moe/video/TesagureS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shikisai crossroad\"", + "link": "https://animethemes.moe/video/TesagureS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tousei Koukou Kouka\"", + "link": "https://animethemes.moe/video/TesagureS3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Red Hot Happy Days!\"", + "link": "https://animethemes.moe/video/TesagureS3-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Ao to Kiiro no Amanojaku\"", + "link": "https://animethemes.moe/video/TesagureS3-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kirakira BabyxBaby\"", + "link": "https://animethemes.moe/video/TesagureS3-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Momoiro Tomodachi Nintei\"", + "link": "https://animethemes.moe/video/TesagureS3-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Green Mousou Monster\"", + "link": "https://animethemes.moe/video/TesagureS3-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "26443", + "title": "Triage X", + "year": "2015", + "themes": [ + { + "name": "OP \"triage\"", + "link": "https://animethemes.moe/video/TriageX-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Soleil More\"", + "link": "https://animethemes.moe/video/TriageX-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "27927", + "title": "Urawa no Usagi-chan", + "year": "2015", + "themes": [ + { + "name": "ED \"URAWA ga Tomaranai\"", + "link": "https://animethemes.moe/video/UrawaNoUsagiChan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23847", + "title": "Yahari Ore no Seishun Love Comedy wa Machigatteiru. Zoku", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Harumodoki\"", + "link": "https://animethemes.moe/video/OreGairuS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Harumodoki\"", + "link": "https://animethemes.moe/video/OreGairuS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Everyday World\"", + "link": "https://animethemes.moe/video/OreGairuS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Everyday World -Ballade Arrange-Yukino Solo Ver.\"", + "link": "https://animethemes.moe/video/OreGairuS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Everyday World -Ballade Arrange-Yui Solo Ver.\"", + "link": "https://animethemes.moe/video/OreGairuS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "28677", + "title": "Yamada-kun to 7-nin no Majo (TV)", + "year": "2015", + "themes": [ + { + "name": "OP \"Kuchizuke Diamond\"", + "link": "https://animethemes.moe/video/YamadaKun-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"CANDY MAGIC\"", + "link": "https://animethemes.moe/video/YamadaKun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25397", + "title": "Absolute Duo", + "year": "2015", + "themes": [ + { + "name": "OP \"Absolute Soul\"", + "link": "https://animethemes.moe/video/AbsoluteDuo-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Believe×Believe\"", + "link": "https://animethemes.moe/video/AbsoluteDuo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Apple Tea no Aji\"", + "link": "https://animethemes.moe/video/AbsoluteDuo-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"2/2\"", + "link": "https://animethemes.moe/video/AbsoluteDuo-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "27655", + "title": "Aldnoah.Zero 2nd Season", + "year": "2015", + "themes": [ + { + "name": "OP \"&Z\"", + "link": "https://animethemes.moe/video/AldnoahZeroS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"GENESIS\"", + "link": "https://animethemes.moe/video/AldnoahZeroS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"GENESIS\"", + "link": "https://animethemes.moe/video/AldnoahZeroS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Harmonious\"", + "link": "https://animethemes.moe/video/AldnoahZeroS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "24833", + "title": "Ansatsu Kyoushitsu (TV)", + "year": "2015", + "themes": [ + { + "name": "OP1 V1 \"Seishun Satsubatsu-ron\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsu-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Seishun Satsubatsu-ron\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsu-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"Seishun Satsubatsu-ron\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsu-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Jiriki Hongan Revolution\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsu-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Jiriki Hongan Revolution\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsu-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED \"Hello, shooting-star\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "27727", + "title": "Binan Koukou Chikyuu Bouei-bu Love!", + "year": "2015", + "themes": [ + { + "name": "OP \"Zettai Muteki☆Fallin' LOVE☆\"", + "link": "https://animethemes.moe/video/BinanKoukouChikyuuBoueiBu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"I miss you no 3 meters\"", + "link": "https://animethemes.moe/video/BinanKoukouChikyuuBoueiBu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28223", + "title": "Death Parade", + "year": "2015", + "themes": [ + { + "name": "OP \"Flyers\"", + "link": "https://animethemes.moe/video/DeathParade-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Last Theater\"", + "link": "https://animethemes.moe/video/DeathParade-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16385", + "title": "Dog Days''", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"No Limit\"", + "link": "https://animethemes.moe/video/DogDaysS3-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"No Limit\"", + "link": "https://animethemes.moe/video/DogDaysS3-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Stay With Me\"", + "link": "https://animethemes.moe/video/DogDaysS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Stay With Me\"", + "link": "https://animethemes.moe/video/DogDaysS3-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "23199", + "title": "Durarara!!x2 Shou", + "year": "2015", + "themes": [ + { + "name": "OP \"HEADHUNT\"", + "link": "https://animethemes.moe/video/DurararaX2Shou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"NEVER SAY NEVER\"", + "link": "https://animethemes.moe/video/DurararaX2Shou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28669", + "title": "Go! Princess Precure", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Miracle GO! Princess Precure\"", + "link": "https://animethemes.moe/video/GoPrincessPrecure-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Miracle GO! Princess Precure\"", + "link": "https://animethemes.moe/video/GoPrincessPrecure-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dreaming☆Princess Precure\"", + "link": "https://animethemes.moe/video/GoPrincessPrecure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Yume wa Mirai e no Michi\"", + "link": "https://animethemes.moe/video/GoPrincessPrecure-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Yume wa Mirai e no Michi\"", + "link": "https://animethemes.moe/video/GoPrincessPrecure-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Yume wa Mirai e no Michi\"", + "link": "https://animethemes.moe/video/GoPrincessPrecure-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED2 V4 \"Yume wa Mirai e no Michi\"", + "link": "https://animethemes.moe/video/GoPrincessPrecure-ED2v4.webm", + "type": "ending" + }, + { + "name": "ED2 V5 \"Yume wa Mirai e no Michi\"", + "link": "https://animethemes.moe/video/GoPrincessPrecure-ED2v5.webm", + "type": "ending" + } + ] + }, + { + "id": "25429", + "title": "Isuca", + "year": "2015", + "themes": [ + { + "name": "OP \"Never say Never\"", + "link": "https://animethemes.moe/video/Isuca-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Somebody to love\"", + "link": "https://animethemes.moe/video/Isuca-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "26055", + "title": "JoJo no Kimyou na Bouken: Stardust Crusaders 2nd Season", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"JoJo - Sono Chi no Kioku: end of THE WORLD\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS3-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"JoJo - Sono Chi no Kioku: end of THE WORLD\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS3-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"JoJo - Sono Chi no Kioku: end of THE WORLD\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS3-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Last Train Home\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Aku Yaku♢Kyousoukyoku ~ Oingo to Boingo~\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Aku Yaku♢Kyousoukyoku ~ Hol Horse to Boingo~\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS3-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Aku Yaku♢Kyousoukyoku ~ Hol Horse to Boingo~\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS3-ED3v2.webm", + "type": "ending" + } + ] + }, + { + "id": "26441", + "title": "Junketsu no Maria", + "year": "2015", + "themes": [ + { + "name": "OP \"Philosophy of Dear World\"", + "link": "https://animethemes.moe/video/JunketsuNoMaria-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"ailes\"", + "link": "https://animethemes.moe/video/JunketsuNoMaria-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24873", + "title": "Juuou Mujin no Fafnir", + "year": "2015", + "themes": [ + { + "name": "OP \"FLYING FAFNIR\"", + "link": "https://animethemes.moe/video/JuuouMujinNoFafnir-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ray of bullet\"", + "link": "https://animethemes.moe/video/JuuouMujinNoFafnir-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25681", + "title": "Kamisama Hajimemashita◎", + "year": "2015", + "themes": [ + { + "name": "OP \"Kamisama no Kamisama\"", + "link": "https://animethemes.moe/video/KamisamaHajimemashitaS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ototoi Oide\"", + "link": "https://animethemes.moe/video/KamisamaHajimemashitaS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsubasa☆Bassa☆Hazard\"", + "link": "https://animethemes.moe/video/KamisamaHajimemashitaS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "21511", + "title": "Kantai Collection: Kan Colle", + "year": "2015", + "themes": [ + { + "name": "OP \"Miiro\"", + "link": "https://animethemes.moe/video/KantaiCollection-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Fubuki\"", + "link": "https://animethemes.moe/video/KantaiCollection-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Let's not say \"good-bye\"\"", + "type": "ending" + } + ] + }, + { + "id": "24629", + "title": "Koufuku Graffiti", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Shiawase ni Tsuite Watashi ga Shitteiru Itsutsu no Houhou\"", + "link": "https://animethemes.moe/video/KoufukuGraffiti-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Shiawase ni Tsuite Watashi ga Shitteiru Itsutsu no Houhou\"", + "link": "https://animethemes.moe/video/KoufukuGraffiti-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Egao ni Naru\"", + "link": "https://animethemes.moe/video/KoufukuGraffiti-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24415", + "title": "Kuroko no Basket 3rd Season", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Punky Funky Love\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS3-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"ZERO\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS3-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Memories\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS3-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"GLITTER DAYS\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ambivalence\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Lantana\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS3-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Lantana\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS3-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED3 V3 \"Lantana\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS3-ED3v3.webm", + "type": "ending" + }, + { + "name": "ED3 V4 \"Lantana\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS3-ED3v4.webm", + "type": "ending" + } + ] + }, + { + "id": "26085", + "title": "Military!", + "year": "2015", + "themes": [ + { + "name": "ED1 V1 \"Militarism! M870 ver.\"", + "link": "https://animethemes.moe/video/Military-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Militarism! M870 ver.\"", + "link": "https://animethemes.moe/video/Military-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Militarism! M700 ver.\"", + "link": "https://animethemes.moe/video/Military-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Militarism! M700 ver.\"", + "link": "https://animethemes.moe/video/Military-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Militarism! Microgun ver.\"", + "link": "https://animethemes.moe/video/Military-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Militarism! Microgun ver.\"", + "link": "https://animethemes.moe/video/Military-ED3v2.webm", + "type": "ending" + } + ] + }, + { + "id": "28511", + "title": "Precure All Stars Movie: Haru no Carnival♪", + "year": "2015", + "themes": [ + { + "name": "ED \"Ima Koko Kara\"", + "link": "https://animethemes.moe/video/PrecureAllStarsHaruNoCarnival-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21339", + "title": "Psycho-Pass Movie", + "year": "2015", + "themes": [ + { + "name": "OP \"Who What Who What\"", + "link": "https://animethemes.moe/video/PsychoPassMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Namae no nai Kaibutsu\"", + "link": "https://animethemes.moe/video/PsychoPassMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25867", + "title": "Rolling☆Girls", + "year": "2015", + "themes": [ + { + "name": "OP \"Hito ni Yasashiku\"", + "link": "https://animethemes.moe/video/RollingGirls-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tsuki no Bakugekiki\"", + "link": "https://animethemes.moe/video/RollingGirls-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Noutenki\"", + "link": "https://animethemes.moe/video/RollingGirls-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"STONES\"", + "link": "https://animethemes.moe/video/RollingGirls-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "23277", + "title": "Saenai Heroine no Sodatekata", + "year": "2015", + "themes": [ + { + "name": "OP \"Kimiiro Signal\"", + "link": "https://animethemes.moe/video/Saekano-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Colorful.\"", + "link": "https://animethemes.moe/video/Saekano-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22663", + "title": "Seiken Tsukai no World Break", + "year": "2015", + "themes": [ + { + "name": "OP \"Hi no Ito Rinne no Gemini\"", + "link": "https://animethemes.moe/video/SeikenTsukaiNoWorldBreak-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Magna Idea\"", + "link": "https://animethemes.moe/video/SeikenTsukaiNoWorldBreak-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "27967", + "title": "Senran Kagura Estival Versus: Shoujo-tachi no Sentaku", + "year": "2015", + "themes": [ + { + "name": "ED \"Hello,Hello,Hello\"", + "link": "https://animethemes.moe/video/SenranKaguraOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23233", + "title": "Shinmai Maou no Testament", + "year": "2015", + "themes": [ + { + "name": "OP \"Blade of Hope\"", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestament-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Still Sis\"", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestament-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28105", + "title": "Shirobako Specials", + "year": "2015", + "themes": [ + { + "name": "OP1 \"I'm Sorry EXODUS\"", + "link": "https://animethemes.moe/video/ShirobakoSpecials-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Alice in Blue\"", + "link": "https://animethemes.moe/video/ShirobakoSpecials-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShirobakoSpecials-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"C Melo kara Ai wo Komete\"", + "link": "https://animethemes.moe/video/ShirobakoSpecials-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Angel Fly\"", + "link": "https://animethemes.moe/video/ShirobakoSpecials-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShirobakoSpecials-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "17080", + "title": "Soukyuu no Fafner: Dead Aggressor - Exodus", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Exist\"", + "link": "https://animethemes.moe/video/FafnerExodus-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Exist\"", + "link": "https://animethemes.moe/video/FafnerExodus-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Anya Kouro\"", + "link": "https://animethemes.moe/video/FafnerExodus-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Anya Kouro\"", + "link": "https://animethemes.moe/video/FafnerExodus-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "27629", + "title": "Tantei Kageki Milky Holmes TD", + "year": "2015", + "themes": [ + { + "name": "OP \"MILKY A GO GO\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmesTD-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tankyuu Dreaming\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmesTD-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23587", + "title": "The iDOLM@STER Cinderella Girls", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Onegai! Cinderella\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirls-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Star!!\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirls-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Message\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirls-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yuubae Present\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirls-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Star!! (Piano Instrumental Version)\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirls-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"-LEGNE- Adanasu Tsurugi Hikari no Shirabe\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirls-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Happy×2 Days\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirls-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"LET'S GO HAPPY!!\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirls-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"ØωØver!!\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirls-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Nation Blue\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirls-ED8.webm", + "type": "ending" + } + ] + }, + { + "id": "27899", + "title": "Tokyo Ghoul √A", + "year": "2015", + "themes": [ + { + "name": "OP \"Munou\"", + "link": "https://animethemes.moe/video/TokyoGhoulRootA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kisetsu wa Tsugitsugi Shindeiku\"", + "link": "https://animethemes.moe/video/TokyoGhoulRootA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28155", + "title": "Yoru no Yatterman", + "year": "2015", + "themes": [ + { + "name": "OP \"Kyokugen Dreamer\"", + "link": "https://animethemes.moe/video/YoruNoYatterman-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Jounetsu CONTINUE\"", + "link": "https://animethemes.moe/video/YoruNoYatterman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "26165", + "title": "Yuri Kuma Arashi", + "year": "2015", + "themes": [ + { + "name": "OP \"Ano Mori de Matteru\"", + "link": "https://animethemes.moe/video/YurikumaArashi-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"TERRITORY\"", + "link": "https://animethemes.moe/video/YurikumaArashi-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"TERRITORY\"", + "link": "https://animethemes.moe/video/YurikumaArashi-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"TERRITORY\"", + "link": "https://animethemes.moe/video/YurikumaArashi-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"TERRITORY\"", + "link": "https://animethemes.moe/video/YurikumaArashi-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "23225", + "title": "Yuru Yuri Nachuyachumi!", + "year": "2015", + "themes": [ + { + "name": "OP \"Yuruyurinrinrinrinrin\"", + "link": "https://animethemes.moe/video/YuruYuriNachuyachumi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"After School Days\"", + "link": "https://animethemes.moe/video/YuruYuriNachuyachumi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "32323", + "title": "Aishen Qiaokeli-ing...", + "year": "2015", + "themes": [ + { + "name": "OP \"\"", + "link": "https://animethemes.moe/video/AishenQiaokeliing-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"\"", + "link": "https://animethemes.moe/video/AishenQiaokeliing-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31519", + "title": "Anitore! EX", + "year": "2015", + "themes": [ + { + "name": "ED V1 \"Vital☆Exercise\"", + "link": "https://animethemes.moe/video/AnitoreEX-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Vital☆Exercise\"", + "link": "https://animethemes.moe/video/AnitoreEX-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Vital☆Exercise\"", + "link": "https://animethemes.moe/video/AnitoreEX-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Vital☆Exercise\"", + "link": "https://animethemes.moe/video/AnitoreEX-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Vital☆Exercise\"", + "link": "https://animethemes.moe/video/AnitoreEX-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Vital☆Exercise\"", + "link": "https://animethemes.moe/video/AnitoreEX-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Vital☆Exercise\"", + "link": "https://animethemes.moe/video/AnitoreEX-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Vital☆Exercise\"", + "link": "https://animethemes.moe/video/AnitoreEX-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED V9 \"Vital☆Exercise\"", + "link": "https://animethemes.moe/video/AnitoreEX-ED1v9.webm", + "type": "ending" + } + ] + }, + { + "id": "29893", + "title": "Aria The Avvenire", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Undine\"", + "link": "https://animethemes.moe/video/AriaTheAvvenire-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Euphoria\"", + "link": "https://animethemes.moe/video/AriaTheAvvenire-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Spirale\"", + "link": "https://animethemes.moe/video/AriaTheAvvenire-OP3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Piacere\"", + "link": "https://animethemes.moe/video/AriaTheAvvenire-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Piacere\"", + "link": "https://animethemes.moe/video/AriaTheAvvenire-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Piacere\"", + "link": "https://animethemes.moe/video/AriaTheAvvenire-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "30137", + "title": "Big Order", + "year": "2015", + "themes": [ + { + "name": "ED \"Geki\"", + "link": "https://animethemes.moe/video/BigOrder-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31318", + "title": "Comet Lucifer", + "year": "2015", + "themes": [ + { + "name": "OP \"The Seed and the Sower\"", + "link": "https://animethemes.moe/video/CometLucifer-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Oshiete Blue Sky\"", + "link": "https://animethemes.moe/video/CometLucifer-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"evolve\"", + "link": "https://animethemes.moe/video/CometLucifer-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hadashi no Mama Demo Kowakunai\"", + "link": "https://animethemes.moe/video/CometLucifer-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Tsuioku no Kanata\"", + "link": "https://animethemes.moe/video/CometLucifer-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hitotsu ni Naritai\"", + "link": "https://animethemes.moe/video/CometLucifer-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "31147", + "title": "Concrete Revolutio: Choujin Gensou", + "year": "2015", + "themes": [ + { + "name": "OP \"Katararezu Tomo\"", + "link": "https://animethemes.moe/video/ConcreteRevolutio-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"The Beginning\"", + "link": "https://animethemes.moe/video/ConcreteRevolutio-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31050", + "title": "Cyborg 009 VS Devilman", + "year": "2015", + "themes": [ + { + "name": "OP \"Cyborg 009 ~Nine Cyborg Soldiers~\"", + "link": "https://animethemes.moe/video/Cyborg009VSDevilman-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"DEVILMIND ~Ai wa Chikara~\"", + "link": "https://animethemes.moe/video/Cyborg009VSDevilman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29976", + "title": "Dance with Devils", + "year": "2015", + "themes": [ + { + "name": "OP \"Kakusei no Air\"", + "link": "https://animethemes.moe/video/DanceWithDevils-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mademoiselle\"", + "link": "https://animethemes.moe/video/DanceWithDevils-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25687", + "title": "Digimon Adventure tri. 1: Saikai", + "year": "2015", + "themes": [ + { + "name": "OP \"Butter-Fly~tri. Version~\"", + "link": "https://animethemes.moe/video/DigimonAdventureTri1-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "30746", + "title": "Fushigi na Somera-chan", + "year": "2015", + "themes": [ + { + "name": "OP \"Prism Max ~Heisei Ishin Full HD Remaster Han~\"", + "link": "https://animethemes.moe/video/FushigiNaSomeraChan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"No Guara Ekaki Uta\"", + "type": "ending" + } + ] + }, + { + "id": "30544", + "title": "Gakusen Toshi Asterisk", + "year": "2015", + "themes": [ + { + "name": "OP \"Brand-new World\"", + "link": "https://animethemes.moe/video/GakuenToshiAsterisk-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GakuenToshiAsterisk-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Waiting for the rain\"", + "link": "https://animethemes.moe/video/GakuenToshiAsterisk-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GakuenToshiAsterisk-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Waiting for the rain\"", + "link": "https://animethemes.moe/video/GakuenToshiAsterisk-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Waiting for the rain\"", + "link": "https://animethemes.moe/video/GakuenToshiAsterisk-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "28537", + "title": "Garo: Guren no Tsuki", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Guren no Tsuki ~Kakusareshi Yami Monogatari~\"", + "type": "opening" + }, + { + "name": "OP2 \"Tsukihana\"", + "link": "https://animethemes.moe/video/GaroGurenNoTsuki-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kamon\"", + "link": "https://animethemes.moe/video/GaroGurenNoTsuki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Karen\"", + "link": "https://animethemes.moe/video/GaroGurenNoTsuki-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "18617", + "title": "Girls und Panzer Movie", + "year": "2015", + "themes": [ + { + "name": "OP \"Senshadou Koushinkyoku\"", + "link": "https://animethemes.moe/video/GirlsUndPanzerMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"piece of youth\"", + "link": "https://animethemes.moe/video/GirlsUndPanzerMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29868", + "title": "Go! Princess Precure Movie: Go! Go!! Gouka 3-bondate!!!", + "year": "2015", + "themes": [ + { + "name": "OP \"Miracle Go! Princess Pretty Cure\"", + "link": "https://animethemes.moe/video/GoPrincessPrecureMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"KIRA KIRA\"", + "link": "https://animethemes.moe/video/GoPrincessPrecureMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29787", + "title": "Gochuumon wa Usagi Desu ka??", + "year": "2015", + "themes": [ + { + "name": "OP \"no poi!\"", + "link": "https://animethemes.moe/video/GochiUsaS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Tokimeki Poporon♪\"", + "link": "https://animethemes.moe/video/GochiUsaS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Tokimeki Poporon♪\"", + "link": "https://animethemes.moe/video/GochiUsaS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Tokimeki Poporon♪\"", + "link": "https://animethemes.moe/video/GochiUsaS2-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Tokimeki Poporon♪\"", + "link": "https://animethemes.moe/video/GochiUsaS2-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Tokimeki Poporon♪\"", + "link": "https://animethemes.moe/video/GochiUsaS2-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Tokimeki Poporon♪\"", + "link": "https://animethemes.moe/video/GochiUsaS2-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED1 V7 \"Tokimeki Poporon♪\"", + "link": "https://animethemes.moe/video/GochiUsaS2-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED1 V8 \"Tokimeki Poporon♪\"", + "link": "https://animethemes.moe/video/GochiUsaS2-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED1 V9 \"Tokimeki Poporon♪\"", + "link": "https://animethemes.moe/video/GochiUsaS2-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nantonaku Mirai\"", + "link": "https://animethemes.moe/video/GochiUsaS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "30721", + "title": "Hacka Doll The Animation", + "year": "2015", + "themes": [ + { + "name": "OP \"Touch Tap Baby\"", + "link": "https://animethemes.moe/video/HackaDoll-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Happy Days Refrain\"", + "link": "https://animethemes.moe/video/HackaDoll-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Progress Push Doll\"", + "link": "https://animethemes.moe/video/HackaDoll-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Reflect Realise Doll\"", + "link": "https://animethemes.moe/video/HackaDoll-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hazy Lazy Doll\"", + "link": "https://animethemes.moe/video/HackaDoll-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "28891", + "title": "Haikyuu!! Second Season", + "year": "2015", + "themes": [ + { + "name": "OP1 \"I'm A Believer\"", + "link": "https://animethemes.moe/video/HaikyuuS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HaikyuuS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Fly High!!\"", + "link": "https://animethemes.moe/video/HaikyuuS2-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HaikyuuS2-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Climber\"", + "link": "https://animethemes.moe/video/HaikyuuS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HaikyuuS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hatsunetsu\"", + "link": "https://animethemes.moe/video/HaikyuuS2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HaikyuuS2-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "27829", + "title": "Heavy Object", + "year": "2015", + "themes": [ + { + "name": "OP1 \"One More Chance!!\"", + "link": "https://animethemes.moe/video/HeavyObject-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Never Gave Up\"", + "link": "https://animethemes.moe/video/HeavyObject-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Never Gave Up\"", + "link": "https://animethemes.moe/video/HeavyObject-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dear Brave\"", + "link": "https://animethemes.moe/video/HeavyObject-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kawaranai Tsuyosa\"", + "link": "https://animethemes.moe/video/HeavyObject-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "28883", + "title": "Hidan no Aria AA", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Bull's Eye\"", + "link": "https://animethemes.moe/video/HidanNoAriaAA-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Bull's Eye\"", + "link": "https://animethemes.moe/video/HidanNoAriaAA-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Bull's Eye\"", + "link": "https://animethemes.moe/video/HidanNoAriaAA-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Bull's Eye\"", + "link": "https://animethemes.moe/video/HidanNoAriaAA-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED \"Pulse\"", + "link": "https://animethemes.moe/video/HidanNoAriaAA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30415", + "title": "High☆Speed!: Free! Starting Days", + "year": "2015", + "themes": [ + { + "name": "ED \"Aching Horns\"", + "link": "https://animethemes.moe/video/FreeStartingDays-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "27991", + "title": "K: Return of Kings", + "year": "2015", + "themes": [ + { + "name": "OP \"Asymmetry\"", + "link": "https://animethemes.moe/video/KReturnOfKings-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kai\"", + "link": "https://animethemes.moe/video/KReturnOfKings-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"KIZUNA\"", + "link": "https://animethemes.moe/video/KReturnOfKings-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "31227", + "title": "Kindaichi Shounen no Jikenbo Returns 2nd Season", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Yonjuushi\"", + "link": "https://animethemes.moe/video/KindaichiReturnsS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"TRAGEDY\"", + "link": "https://animethemes.moe/video/KindaichiReturnsS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hitomi no Oku no Milky Way\"", + "link": "https://animethemes.moe/video/KindaichiReturnsS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ketsui no Tsubasa\"", + "link": "https://animethemes.moe/video/KindaichiReturnsS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "31091", + "title": "Komori-san wa Kotowarenai!", + "year": "2015", + "themes": [ + { + "name": "ED V1 \"Toaru Itsumo wo\"", + "link": "https://animethemes.moe/video/KomoriSanWaKotowarenai-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Toaru Itsumo wo\"", + "link": "https://animethemes.moe/video/KomoriSanWaKotowarenai-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "24011", + "title": "Lance N' Masques", + "year": "2015", + "themes": [ + { + "name": "OP \"Light for Knight\"", + "link": "https://animethemes.moe/video/LanceNMasques-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LanceNMasques-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Little*Lion*Heart\"", + "link": "https://animethemes.moe/video/LanceNMasques-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LanceNMasques-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "27947", + "title": "Lupin III (2015)", + "year": "2015", + "themes": [ + { + "name": "OP \"THEME FROM LUPIN III 2015\"", + "link": "https://animethemes.moe/video/Lupin2015-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chanto Iwanakya Aisanai\"", + "link": "https://animethemes.moe/video/Lupin2015-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31560", + "title": "Miss Monochrome: The Animation 3", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Black or White?\"", + "link": "https://animethemes.moe/video/MissMonochromeS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Miss Monochrome Taisou\"", + "link": "https://animethemes.moe/video/MissMonochromeS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Step by Step!\"", + "link": "https://animethemes.moe/video/MissMonochromeS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi to Boku\"", + "link": "https://animethemes.moe/video/MissMonochromeS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31251", + "title": "Mobile Suit Gundam: Iron-Blooded Orphans", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Raise your flag\"", + "link": "https://animethemes.moe/video/GundamIBO-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Survivor\"", + "link": "https://animethemes.moe/video/GundamIBO-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Orphans no Namida\"", + "link": "https://animethemes.moe/video/GundamIBO-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"STEEL -Tekketsu no Kizuna\"", + "link": "https://animethemes.moe/video/GundamIBO-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Senka no Tomoshibi\"", + "link": "https://animethemes.moe/video/GundamIBO-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "31973", + "title": "Mobile Suit Gundam Thunderbolt", + "year": "2015", + "themes": [ + { + "name": "ED1 \"Shiroi Heya ~White Day in the Blue~\"", + "link": "https://animethemes.moe/video/GundamThunderbolt-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Onnanoko ni Modoru Toki\"", + "link": "https://animethemes.moe/video/GundamThunderbolt-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Anata no o Aite\"", + "link": "https://animethemes.moe/video/GundamThunderbolt-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Thunderbolt ・ Main Theme\"", + "link": "https://animethemes.moe/video/GundamThunderbolt-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "30757", + "title": "Monster Strike", + "year": "2015", + "themes": [ + { + "name": "ED1 V1 \"We Will Rock You\"", + "link": "https://animethemes.moe/video/MonsterStrike-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"We Will Rock You\"", + "link": "https://animethemes.moe/video/MonsterStrike-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"We Will Rock You\"", + "link": "https://animethemes.moe/video/MonsterStrike-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"We Will Rock You\"", + "link": "https://animethemes.moe/video/MonsterStrike-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED2 \"Anata no Shishi Shinsai\"", + "link": "https://animethemes.moe/video/MonsterStrike-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Strike\"", + "link": "https://animethemes.moe/video/MonsterStrike-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Knock On Doors In You\"", + "link": "https://animethemes.moe/video/MonsterStrike-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Mad T.Party (1865-2016)\"", + "link": "https://animethemes.moe/video/MonsterStrike-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "30503", + "title": "Noragami Aragoto", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Kyouran Hey Kids!!\"", + "link": "https://animethemes.moe/video/NoragamiAragoto-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kyouran Hey Kids!!\"", + "link": "https://animethemes.moe/video/NoragamiAragoto-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Nirvana\"", + "link": "https://animethemes.moe/video/NoragamiAragoto-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Nirvana\"", + "link": "https://animethemes.moe/video/NoragamiAragoto-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Nirvana\"", + "link": "https://animethemes.moe/video/NoragamiAragoto-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "30276", + "title": "One Punch Man", + "year": "2015", + "themes": [ + { + "name": "OP \"THE HERO !! ~Okoreru Kobushi ni Hi wo Tsukero~\"", + "link": "https://animethemes.moe/video/OnePunchMan-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hoshi yori Saki ni Mitsukete Ageru\"", + "link": "https://animethemes.moe/video/OnePunchMan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kanashimi-tachi wo Dakishimete\"", + "link": "https://animethemes.moe/video/OnePunchMan-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "31772", + "title": "One Punch Man Specials", + "year": "2015", + "themes": [ + { + "name": "ED1 \"Saitama no Wan Pan Ondo\"", + "link": "https://animethemes.moe/video/OnePunchManSpecials-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Genos no Wan Pan Ondo\"", + "link": "https://animethemes.moe/video/OnePunchManSpecials-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sonic no Wan Pan Ondo\"", + "link": "https://animethemes.moe/video/OnePunchManSpecials-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "31143", + "title": "Onsen Yousei Hakone-chan", + "year": "2015", + "themes": [ + { + "name": "OP \"Hakone Hakoiri Musume\"", + "link": "https://animethemes.moe/video/OnsenYouseiHakoneChan-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "25099", + "title": "Ore ga Ojousama Gakkou ni "Shomin Sample" Toshite Gets♥Sareta Ken", + "year": "2015", + "themes": [ + { + "name": "OP \"Ichizu Recipe\"", + "link": "https://animethemes.moe/video/ShominSample-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Twilight ni Kienaide\"", + "link": "https://animethemes.moe/video/ShominSample-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Twilight ni Kienaide\"", + "link": "https://animethemes.moe/video/ShominSample-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "31174", + "title": "Osomatsu-san", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Hanamaru Pippi wa Yoiko dake\"", + "link": "https://animethemes.moe/video/OsomatsuSan-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Zenryoku Batankyū\"", + "link": "https://animethemes.moe/video/OsomatsuSan-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OsomatsuSan-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"SIX SAME FACES ~Konya wa Saikou!!!!!!~\"", + "link": "https://animethemes.moe/video/OsomatsuSan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"SIX SHAME FACES ~Konya mo Saikou!!!!!!~\"", + "link": "https://animethemes.moe/video/OsomatsuSan-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"SIX SAME FACES ~Konya mo Saikou!!!!!!~ Type Final\"", + "link": "https://animethemes.moe/video/OsomatsuSan-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "28927", + "title": "Owari no Seraph: Nagoya Kessen-hen", + "year": "2015", + "themes": [ + { + "name": "OP \"Two souls -toward the truth-\"", + "link": "https://animethemes.moe/video/OwariNoSeraphS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Orarion\"", + "link": "https://animethemes.moe/video/OwariNoSeraphS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31181", + "title": "Owarimonogatari", + "year": "2015", + "themes": [ + { + "name": "OP1 \"decent black\"", + "link": "https://animethemes.moe/video/Owarimonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"mathemagics\"", + "link": "https://animethemes.moe/video/Owarimonogatari-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Yuudachi Houteishiki\"", + "link": "https://animethemes.moe/video/Owarimonogatari-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Mein Schatz\"", + "link": "https://animethemes.moe/video/Owarimonogatari-OP4.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Sayonara no Yukue\"", + "link": "https://animethemes.moe/video/Owarimonogatari-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Sayonara no Yukue\"", + "link": "https://animethemes.moe/video/Owarimonogatari-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "31592", + "title": "Pokemon XY&Z", + "year": "2015", + "themes": [ + { + "name": "OP \"XY&Z\"", + "link": "https://animethemes.moe/video/PokemonXYZ-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PokemonXYZ-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED1 \"Puni-chan no Uta\"", + "link": "https://animethemes.moe/video/PokemonXYZ-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/PokemonXYZ-ED1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rocket-dan Danka\"", + "type": "ending" + }, + { + "name": "ED3 \"DoriDori\"", + "type": "ending" + }, + { + "name": "ED4 \"Kira Kira\"", + "type": "ending" + }, + { + "name": "ED5 \"Pikachuu no Uta\"", + "type": "ending" + }, + { + "name": "ED6 \"Nyarth's Ballad\"", + "type": "ending" + }, + { + "name": "ED7 \"V (Volt)\"", + "type": "ending" + } + ] + }, + { + "id": "30296", + "title": "Rakudai Kishi no Cavalry", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Identity\"", + "link": "https://animethemes.moe/video/RakudaiKishiNoCavalry-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Identity\"", + "link": "https://animethemes.moe/video/RakudaiKishiNoCavalry-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Identity\"", + "link": "https://animethemes.moe/video/RakudaiKishiNoCavalry-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Haramitsu Renka\"", + "link": "https://animethemes.moe/video/RakudaiKishiNoCavalry-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30187", + "title": "Sakurako-san no Ashimoto ni wa Shitai ga Umatteiru", + "year": "2015", + "themes": [ + { + "name": "OP \"Dear Answer\"", + "link": "https://animethemes.moe/video/SakurakoSan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Uchiyoserareta Boukyaku no Zankyou ni\"", + "link": "https://animethemes.moe/video/SakurakoSan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31374", + "title": "Shingeki! Kyojin Chuugakkou", + "year": "2015", + "themes": [ + { + "name": "OP \"Seishun wa Hanabi no You ni\"", + "link": "https://animethemes.moe/video/ShingekiKyojinChuugakkou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hangeki no Daichi\"", + "link": "https://animethemes.moe/video/ShingekiKyojinChuugakkou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30363", + "title": "Shinmai Maou no Testament Burst", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Over The Testament\" by Metamorphose featuring Yoko Ishida", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestamentS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Over The Testament\" by Metamorphose featuring Kaori Oda", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestamentS2-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 V1 \"Over The Testament\" by Metamorphose featuring Aki Misato", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestamentS2-OP3.webm", + "type": "opening" + }, + { + "name": "OP3 V2 \"Over The Testament\" by Metamorphose featuring Aki Misato", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestamentS2-OP3v2.webm", + "type": "opening" + }, + { + "name": "OP4 \"Over The Testament\" by Metamorphose featuring Megumi Ogata", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestamentS2-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Over The Testament\" by Metamorphose", + "type": "opening" + }, + { + "name": "ED V1 \"Temperature\"", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestamentS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Temperature\"", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestamentS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Temperature\"", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestamentS2-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "30549", + "title": "Soukyuu no Fafner: Dead Aggressor - Exodus 2nd Season", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Exist\"", + "link": "https://animethemes.moe/video/FafnerExodus-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"DEAD OR ALIVE\"", + "link": "https://animethemes.moe/video/FafnerExodusS2-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"DEAD OR ALIVE\"", + "link": "https://animethemes.moe/video/FafnerExodusS2-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Anya Kouro\"", + "link": "https://animethemes.moe/video/FafnerExodusS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Aisuru Koto\"", + "link": "https://animethemes.moe/video/FafnerExodusS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Horizon\"", + "link": "https://animethemes.moe/video/FafnerExodusS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Horizon\"", + "link": "https://animethemes.moe/video/FafnerExodusS2-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED3 V3 \"Horizon\"", + "link": "https://animethemes.moe/video/FafnerExodusS2-ED3v3.webm", + "type": "ending" + } + ] + }, + { + "id": "30321", + "title": "Strike the Blood: Valkyria no Oukoku-hen", + "year": "2015", + "themes": [ + { + "name": "OP \"Little Charm Fang\"", + "link": "https://animethemes.moe/video/StrikeTheBloodOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi wa Soleil\"", + "link": "https://animethemes.moe/video/StrikeTheBloodOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28621", + "title": "Subete ga F ni Naru: The Perfect Insider", + "year": "2015", + "themes": [ + { + "name": "OP \"talking\"", + "link": "https://animethemes.moe/video/SubeteGaFNiNaru-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nana Hitsuji\"", + "link": "https://animethemes.moe/video/SubeteGaFNiNaru-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24133", + "title": "Taimadou Gakuen 35 Shiken Shoutai", + "year": "2015", + "themes": [ + { + "name": "OP \"Embrace Blade\"", + "link": "https://animethemes.moe/video/TaimadouGakuen35ShikenShoutai-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Calling my Twilight\"", + "link": "https://animethemes.moe/video/TaimadouGakuen35ShikenShoutai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29830", + "title": "Tamayura: Sotsugyou Shashin Part 3 - Akogare", + "year": "2015", + "themes": [ + { + "name": "ED \"Korekara ~Uta to Piano~\"", + "link": "https://animethemes.moe/video/TamayuraSotsugyouShashinPart3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "31440", + "title": "Teekyuu 6", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Tottemo Safari\"", + "link": "https://animethemes.moe/video/TeekyuuS6-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Tottemo Safari\"", + "link": "https://animethemes.moe/video/TeekyuuS6-OP1v2.webm", + "type": "opening" + } + ] + }, + { + "id": "30901", + "title": "Utawarerumono: Itsuwari no Kamen", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Fuantei na Kamisama\"", + "link": "https://animethemes.moe/video/UtawarerumonoItsuwariNoKamen-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ame Kakeru Hoshi\"", + "link": "https://animethemes.moe/video/UtawarerumonoItsuwariNoKamen-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yume ka Utsutsu ka\"", + "link": "https://animethemes.moe/video/UtawarerumonoItsuwariNoKamen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hoshi Furu Sora Aogi Mite\"", + "link": "https://animethemes.moe/video/UtawarerumonoItsuwariNoKamen-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Unmei -SADAME-\"", + "link": "https://animethemes.moe/video/UtawarerumonoItsuwariNoKamen-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "30385", + "title": "Valkyrie Drive: Mermaid", + "year": "2015", + "themes": [ + { + "name": "OP \"Overdrive\"", + "link": "https://animethemes.moe/video/ValkyrieDrive-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ultra Super Hyper Miracle Romantic\"", + "link": "https://animethemes.moe/video/ValkyrieDrive-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30419", + "title": "Wake Up, Girls! Beyond the Bottom", + "year": "2015", + "themes": [ + { + "name": "ED \"Beyond the Bottom\"", + "link": "https://animethemes.moe/video/WakeUpGirlsBeyondTheBottom-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30740", + "title": "Young Black Jack", + "year": "2015", + "themes": [ + { + "name": "OP \"I am Just Feeling Alive\"", + "link": "https://animethemes.moe/video/YoungBlackJack-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"All Categorize\"", + "link": "https://animethemes.moe/video/YoungBlackJack-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"All Categorize\"", + "link": "https://animethemes.moe/video/YoungBlackJack-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"All Categorize\"", + "link": "https://animethemes.moe/video/YoungBlackJack-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "30279", + "title": "Yuru Yuri San☆Hai!", + "year": "2015", + "themes": [ + { + "name": "OP \"Chochocho! Yuru Yuri☆Capriccio!!!\"", + "link": "https://animethemes.moe/video/YuruYuriSanHai-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Acchu~ma Seishun!\"", + "link": "https://animethemes.moe/video/YuruYuriSanHai-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi ga Kureta Shiny Story\"", + "link": "https://animethemes.moe/video/YuruYuriSanHai-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "30123", + "title": "Akagami no Shirayuki-hime", + "year": "2015", + "themes": [ + { + "name": "OP \"Yasashii Kibou\"", + "link": "https://animethemes.moe/video/AkagamiNoShirayukiHime-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kizuna ni Nosete\"", + "link": "https://animethemes.moe/video/AkagamiNoShirayukiHime-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30205", + "title": "Aoharu x Kikanjuu", + "year": "2015", + "themes": [ + { + "name": "OP \"The Bravest Destiny\"", + "link": "https://animethemes.moe/video/AoharuxKikanjuu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Gunjou Survival\"", + "link": "https://animethemes.moe/video/AoharuxKikanjuu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tick Tack\"", + "link": "https://animethemes.moe/video/AoharuxKikanjuu-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "30382", + "title": "Aquarion Logos", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Yamadaire darlin'\"", + "link": "https://animethemes.moe/video/AquarionLogos-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yoake no Logos\"", + "link": "https://animethemes.moe/video/AquarionLogos-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Je Je t'aime Communication\"", + "link": "https://animethemes.moe/video/AquarionLogos-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hontou no Koe wo Anata ni Azuketakute\"", + "link": "https://animethemes.moe/video/AquarionLogos-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "30782", + "title": "Bikini Warriors", + "year": "2015", + "themes": [ + { + "name": "ED \"\"", + "link": "https://animethemes.moe/video/BikiniWarriors-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28755", + "title": "Boruto: Naruto the Movie", + "year": "2015", + "themes": [ + { + "name": "ED \"Diver\"", + "link": "https://animethemes.moe/video/BorutoMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30091", + "title": "Chaos Dragon: Sekiryuu Seneki", + "year": "2015", + "themes": [ + { + "name": "OP \"ISOtone\"", + "link": "https://animethemes.moe/video/ChaosDragon-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Delta Decision\"", + "link": "https://animethemes.moe/video/ChaosDragon-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sleep without a memory\"", + "type": "ending" + } + ] + }, + { + "id": "28999", + "title": "Charlotte", + "year": "2015", + "themes": [ + { + "name": "OP \"Bravely You\"", + "link": "https://animethemes.moe/video/Charlotte-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yake Ochinai Tsubasa\"", + "link": "https://animethemes.moe/video/Charlotte-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rakuen made\"", + "link": "https://animethemes.moe/video/Charlotte-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "30383", + "title": "Classroom☆Crisis", + "year": "2015", + "themes": [ + { + "name": "OP \"Cobalt\"", + "link": "https://animethemes.moe/video/ClassroomCrisis-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Anemone\"", + "link": "https://animethemes.moe/video/ClassroomCrisis-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15201", + "title": "Code Geass: Boukoku no Akito 4 - Nikushimi no Kioku kara", + "year": "2015", + "themes": [ + { + "name": "ED \"Arco\"", + "link": "https://animethemes.moe/video/CodeGeassBoukokuNoAkito4-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30127", + "title": "Danchigai", + "year": "2015", + "themes": [ + { + "name": "ED1 \"Let A Good Day\"", + "link": "https://animethemes.moe/video/Danchigai-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Gentle Mischief\"", + "link": "https://animethemes.moe/video/Danchigai-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Early Morning\"", + "link": "https://animethemes.moe/video/Danchigai-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Princess Durandal\"", + "link": "https://animethemes.moe/video/Danchigai-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "30694", + "title": "Dragon Ball Super", + "year": "2015", + "themes": [ + { + "name": "OP1 V1 \"Chouzetsu☆Dynamic!\"", + "link": "https://animethemes.moe/video/DragonBallSuper-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Chouzetsu☆Dynamic!\"", + "link": "https://animethemes.moe/video/DragonBallSuper-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"Chouzetsu☆Dynamic!\"", + "link": "https://animethemes.moe/video/DragonBallSuper-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP1 V4 \"Chouzetsu☆Dynamic!\"", + "link": "https://animethemes.moe/video/DragonBallSuper-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP2 \"Genkai Toppa x Survivor\"", + "link": "https://animethemes.moe/video/DragonBallSuper-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hello Hello Hello\"", + "link": "https://animethemes.moe/video/DragonBallSuper-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Starring Star\"", + "link": "https://animethemes.moe/video/DragonBallSuper-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Usubeni\"", + "link": "https://animethemes.moe/video/DragonBallSuper-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Forever Dreaming\"", + "link": "https://animethemes.moe/video/DragonBallSuper-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Yoka-Yoka Dance\"", + "link": "https://animethemes.moe/video/DragonBallSuper-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Chaohan MUSIC\"", + "link": "https://animethemes.moe/video/DragonBallSuper-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Aku no Tenshi to Seigi no Akuma\"", + "link": "https://animethemes.moe/video/DragonBallSuper-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Boogie Back\"", + "link": "https://animethemes.moe/video/DragonBallSuper-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Haruka\"", + "link": "https://animethemes.moe/video/DragonBallSuper-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"70cm Shihou no Madobe\"", + "link": "https://animethemes.moe/video/DragonBallSuper-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"LAGRIMA\"", + "link": "https://animethemes.moe/video/DragonBallSuper-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "27831", + "title": "Durarara!!x2 Ten", + "year": "2015", + "themes": [ + { + "name": "OP \"Day you laugh\"", + "link": "https://animethemes.moe/video/DurararaX2Ten-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"EXIT\"", + "link": "https://animethemes.moe/video/DurararaX2Ten-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "27525", + "title": "Fate/kaleid liner Prisma☆Illya 2wei Herz!", + "year": "2015", + "themes": [ + { + "name": "OP \"Wonder Stella\"", + "link": "https://animethemes.moe/video/FatePrismaIllya2weiHerz-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FatePrismaIllya2weiHerz-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FatePrismaIllya2weiHerz-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FatePrismaIllya2weiHerz-OP1-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Happening☆diary\"", + "link": "https://animethemes.moe/video/FatePrismaIllya2weiHerz-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Wishing diary\"", + "link": "https://animethemes.moe/video/FatePrismaIllya2weiHerz-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "24765", + "title": "Gakkou Gurashi!", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Friend Shitai\"", + "link": "https://animethemes.moe/video/GakkouGurashi-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Friend Shitai\"", + "link": "https://animethemes.moe/video/GakkouGurashi-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Friend Shitai\"", + "link": "https://animethemes.moe/video/GakkouGurashi-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Friend Shitai\"", + "link": "https://animethemes.moe/video/GakkouGurashi-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"Friend Shitai\"", + "link": "https://animethemes.moe/video/GakkouGurashi-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"Friend Shitai\"", + "link": "https://animethemes.moe/video/GakkouGurashi-OP1v6.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Harmonize Clover\"", + "link": "https://animethemes.moe/video/GakkouGurashi-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Harmonize Clover\"", + "link": "https://animethemes.moe/video/GakkouGurashi-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Harmonize Clover\"", + "link": "https://animethemes.moe/video/GakkouGurashi-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 \"we took each other's hand\"", + "link": "https://animethemes.moe/video/GakkouGurashi-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"After Glow\"", + "link": "https://animethemes.moe/video/GakkouGurashi-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"After Glow\"", + "link": "https://animethemes.moe/video/GakkouGurashi-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED3 V3 \"After Glow\"", + "link": "https://animethemes.moe/video/GakkouGurashi-ED3v3.webm", + "type": "ending" + }, + { + "name": "ED3 V4 \"After Glow\"", + "link": "https://animethemes.moe/video/GakkouGurashi-ED3v4.webm", + "type": "ending" + }, + { + "name": "ED4 \"Friend Shitai\"", + "link": "https://animethemes.moe/video/GakkouGurashi-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "25183", + "title": "Gangsta.", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Renegade\"", + "link": "https://animethemes.moe/video/Gangsta-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Renegade\"", + "link": "https://animethemes.moe/video/Gangsta-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Yoru no Kuni\"", + "link": "https://animethemes.moe/video/Gangsta-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21039", + "title": "Gatchaman Crowds Insight", + "year": "2015", + "themes": [ + { + "name": "OP \"Insight\"", + "link": "https://animethemes.moe/video/GatchamanCrowdsS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"60 Oku no Tsubasa\"", + "link": "https://animethemes.moe/video/GatchamanCrowdsS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28907", + "title": "Gate: Jieitai Kanochi nite, Kaku Tatakaeri", + "year": "2015", + "themes": [ + { + "name": "OP \"GATE: Sore wa Akatsuki no you ni\"", + "link": "https://animethemes.moe/video/Gate-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Prism Communicate\"", + "link": "https://animethemes.moe/video/Gate-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "27631", + "title": "God Eater", + "year": "2015", + "themes": [ + { + "name": "OP \"Feed A\"", + "link": "https://animethemes.moe/video/GodEater-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kouhai Chi\"", + "link": "https://animethemes.moe/video/GodEater-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28825", + "title": "Himouto! Umaru-chan", + "year": "2015", + "themes": [ + { + "name": "OP \"Kakushinteki☆Metamaruphose!\"", + "link": "https://animethemes.moe/video/HimoutoUmaruChan-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Hidamari Days\"", + "link": "https://animethemes.moe/video/HimoutoUmaruChan-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hidamari Days\"", + "link": "https://animethemes.moe/video/HimoutoUmaruChan-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "29785", + "title": "Jitsu wa Watashi wa", + "year": "2015", + "themes": [ + { + "name": "OP \"Himitsu wo Choudai\"", + "link": "https://animethemes.moe/video/JitsuWaWatashiWa-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ienai Ienai\"", + "link": "https://animethemes.moe/video/JitsuWaWatashiWa-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ienai Ienai\"", + "link": "https://animethemes.moe/video/JitsuWaWatashiWa-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "28387", + "title": "Joukamachi no Dandelion", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Ring Ring Rainbow!!\"", + "link": "https://animethemes.moe/video/JoukamachiNoDandelion-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Ring Ring Rainbow!!\"", + "link": "https://animethemes.moe/video/JoukamachiNoDandelion-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Honey♥Come!!\"", + "link": "https://animethemes.moe/video/JoukamachiNoDandelion-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25649", + "title": "Junjou Romantica 3", + "year": "2015", + "themes": [ + { + "name": "OP \"Innocent Graffiti\"", + "link": "https://animethemes.moe/video/JunjouRomanticaS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kawaranai Sora\"", + "link": "https://animethemes.moe/video/JunjouRomanticaS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28725", + "title": "Kokoro ga Sakebitagatterunda.", + "year": "2015", + "themes": [ + { + "name": "ED \"Ima, Hanashitai Dareka ga Iru\"", + "link": "https://animethemes.moe/video/KokoroGaSakebitagatterunda-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25283", + "title": "Kuusen Madoushi Kouhosei no Kyoukan", + "year": "2015", + "themes": [ + { + "name": "OP \"D.O.B.\"", + "link": "https://animethemes.moe/video/KuusenMadoushiKouhoseiNoKyoukan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hallelujah\"", + "link": "https://animethemes.moe/video/KuusenMadoushiKouhoseiNoKyoukan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24997", + "title": "Love Live! The School Idol Movie", + "year": "2015", + "themes": [ + { + "name": "ED \"Bokutachi wa Hitotsu no Hikari\"", + "link": "https://animethemes.moe/video/LoveLiveMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29941", + "title": "Million Doll", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Dreamin'×Dreamin'!!\"", + "link": "https://animethemes.moe/video/MillionDoll-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Saibou Prominence\"", + "link": "https://animethemes.moe/video/MillionDoll-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Take you to My Party!!\"", + "type": "ending" + } + ] + }, + { + "id": "30384", + "title": "Miss Monochrome: The Animation 2", + "year": "2015", + "themes": [ + { + "name": "OP \"Black or White?\"", + "link": "https://animethemes.moe/video/MissMonochromeS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Step by Step!\"", + "link": "https://animethemes.moe/video/MissMonochromeS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30307", + "title": "Monster Musume no Iru Nichijou", + "year": "2015", + "themes": [ + { + "name": "OP \"Saikousoku Fall in Love\"", + "link": "https://animethemes.moe/video/Monmusu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hey! Smith!!\"", + "link": "https://animethemes.moe/video/Monmusu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23623", + "title": "Non Non Biyori Repeat", + "year": "2015", + "themes": [ + { + "name": "OP \"Kodama Kotodama\"", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Okaeri\"", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Okaeri\"", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-ED1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Okaeri\"", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-ED1v3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Okaeri\"", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-ED1v4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-ED1v4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Okaeri\"", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-ED1v5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NonNonBiyoriS2-ED1v5-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "28819", + "title": "Okusama ga Seitokaichou!", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Koisuru☆Hiyoko\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Koisuru☆Hiyoko\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Koisuru☆Hiyoko\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Koisuru☆Hiyoko\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"Koisuru☆Hiyoko\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"Koisuru☆Hiyoko\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-OP1v6.webm", + "type": "opening" + }, + { + "name": "OP V7 \"Koisuru☆Hiyoko\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-OP1v7.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Ren×Ai=Equation\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Ren×Ai=Equation\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Ren×Ai=Equation\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Ren×Ai=Equation\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Ren×Ai=Equation\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED2 \"Realize\"", + "link": "https://animethemes.moe/video/OkusamaGaSeitokaichou-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "29803", + "title": "Overlord", + "year": "2015", + "themes": [ + { + "name": "OP \"Clattanoia\"", + "link": "https://animethemes.moe/video/Overlord-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"L.L.L.\"", + "link": "https://animethemes.moe/video/Overlord-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30240", + "title": "Prison School", + "year": "2015", + "themes": [ + { + "name": "OP \"Ai no Prison\"", + "link": "https://animethemes.moe/video/PrisonSchool-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Tsumibukaki Oretachi no Sanka\"", + "link": "https://animethemes.moe/video/PrisonSchool-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Tsumibukaki Oretachi no Sanka\"", + "link": "https://animethemes.moe/video/PrisonSchool-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "28619", + "title": "Ranpo Kitan: Game of Laplace", + "year": "2015", + "themes": [ + { + "name": "OP \"Speed to Masatsu\"", + "link": "https://animethemes.moe/video/RanpoKitan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mikazuki\"", + "link": "https://animethemes.moe/video/RanpoKitan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28497", + "title": "Rokka no Yuusha", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Cry for the Truth\"", + "link": "https://animethemes.moe/video/RokkaNoYuusha-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Black Swallowtail\"", + "link": "https://animethemes.moe/video/RokkaNoYuusha-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Secret Sky\"", + "link": "https://animethemes.moe/video/RokkaNoYuusha-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dance in the Fake\"", + "link": "https://animethemes.moe/video/RokkaNoYuusha-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Nameless Heart\"", + "link": "https://animethemes.moe/video/RokkaNoYuusha-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "21573", + "title": "Senki Zesshou Symphogear GX: Believe in Justice and Hold a Determination to Fist.", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Exterminate\"", + "link": "https://animethemes.moe/video/SymphogearS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SymphogearS3-OP1-NCBD900Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SymphogearS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Rebirth-day\"", + "link": "https://animethemes.moe/video/SymphogearS3-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Glorious Break\"", + "link": "https://animethemes.moe/video/SymphogearS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SymphogearS3-ED1-BD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Glorious Break\"", + "link": "https://animethemes.moe/video/SymphogearS3-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rebirth-Day\"", + "link": "https://animethemes.moe/video/SymphogearS3-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SymphogearS3-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SymphogearS3-ED2-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED3 \"BAYONET CHARGE\"", + "link": "https://animethemes.moe/video/SymphogearS3-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SymphogearS3-ED3-BD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED4 \"Nijiiro no Flugel\"", + "link": "https://animethemes.moe/video/SymphogearS3-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "29786", + "title": "Shimoneta to Iu Gainen ga Sonzai Shinai Taikutsu na Sekai", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"B Chiku Sentai SOX\"", + "link": "https://animethemes.moe/video/Shimoneta-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"B Chiku Sentai SOX\"", + "link": "https://animethemes.moe/video/Shimoneta-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"B Chiku Sentai SOX\"", + "link": "https://animethemes.moe/video/Shimoneta-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"B Chiku Sentai SOX\"", + "link": "https://animethemes.moe/video/Shimoneta-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"B Chiku Sentai SOX\"", + "link": "https://animethemes.moe/video/Shimoneta-OP1v5.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED V9 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED V10 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED V11 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1v11.webm", + "type": "ending" + }, + { + "name": "ED V12 \"Inner Urge\"", + "link": "https://animethemes.moe/video/Shimoneta-ED1v12.webm", + "type": "ending" + } + ] + }, + { + "id": "29163", + "title": "Sore ga Seiyuu!", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Sore ga Seiyuu!\"", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Anata no Omimi ni Plug In!\"", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Anata no Omimi ni Plug In!\"", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Anata no Omimi ni Plug In!\"", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Anata no Omimi ni Plug In!\"", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Anata no Omimi ni Plug In!\"", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Anata no Omimi ni Plug In!\"", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED1 V7 \"Anata no Omimi ni Plug In!\"", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED1 V8 \"Anata no Omimi ni Plug In!\"", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED1 V9 \"Anata no Omimi ni Plug In!\"", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mimi no Naka e\"", + "link": "https://animethemes.moe/video/SoreGaSeiyuu-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "30826", + "title": "Suzakinishi the Animation", + "year": "2015", + "themes": [ + { + "name": "OP \"Smile☆Revolution\"", + "link": "https://animethemes.moe/video/Suzakinishi-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "30567", + "title": "Teekyuu 5", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Qunka!\"", + "link": "https://animethemes.moe/video/TeekyuuS5-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Qunka!\"", + "link": "https://animethemes.moe/video/TeekyuuS5-OP1v2.webm", + "type": "opening" + } + ] + }, + { + "id": "30344", + "title": "The iDOLM@STER Cinderella Girls 2nd Season", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Star!!\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirlsS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Shine!!\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirlsS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yume-iro Harmony\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirlsS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Watashi-iro Gift\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirlsS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Heart Voice\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirlsS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Wonder goes on!!\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirlsS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kokoro Moyou\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirlsS2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"S(mile)ING!\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirlsS2-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "28979", + "title": "To LOVE-Ru Darkness 2nd", + "year": "2015", + "themes": [ + { + "name": "OP \"secret arms\"", + "link": "https://animethemes.moe/video/ToLoveRuDarknessS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Gardens\"", + "link": "https://animethemes.moe/video/ToLoveRuDarknessS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Gardens\"", + "link": "https://animethemes.moe/video/ToLoveRuDarknessS2-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "29854", + "title": "Ushio to Tora (TV)", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Mazeru na Kiken\"", + "link": "https://animethemes.moe/video/UshioToTora-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Mazeru na Kiken\"", + "link": "https://animethemes.moe/video/UshioToTora-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"HERO\"", + "link": "https://animethemes.moe/video/UshioToTora-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Makeruna Chiisaki Mono yo\"", + "link": "https://animethemes.moe/video/UshioToTora-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "30355", + "title": "Wakaba*Girl", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Hajimete Girls!\" by Ray", + "link": "https://animethemes.moe/video/WakabaGirl-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hajimete Girls!\" by Ichinen Fuji-gumi", + "link": "https://animethemes.moe/video/WakabaGirl-OP2.webm", + "type": "opening" + } + ] + }, + { + "id": "30437", + "title": "Wakako-zake", + "year": "2015", + "themes": [ + { + "name": "OP \"Shiawase no Kaerimichi\"", + "link": "https://animethemes.moe/video/WakakoZake-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "28841", + "title": "Wake Up, Girls! Seishun no Kage", + "year": "2015", + "themes": [ + { + "name": "ED \"Shoujo Koukyoukyoku\"", + "link": "https://animethemes.moe/video/WakeUpGirlsSeishunNoKage-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29017", + "title": "Wooser no Sono Higurashi: Mugen-hen", + "year": "2015", + "themes": [ + { + "name": "ED \"Lucky girl*\"", + "link": "https://animethemes.moe/video/WooserS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25879", + "title": "Working!!!", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"NOW!!!GAMBLE\"", + "link": "https://animethemes.moe/video/WorkingS3-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"NOW!!!GAMBLE\"", + "link": "https://animethemes.moe/video/WorkingS3-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Matsuge ni LOCK\"", + "link": "https://animethemes.moe/video/WorkingS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30902", + "title": "Yuru Yuri Nachuyachumi!+", + "year": "2015", + "themes": [ + { + "name": "OP \"Yurishurashushushu\"", + "link": "https://animethemes.moe/video/YuruYuriNachuyachumiPlus-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ohirune Universe\" by Nanamorichu☆Gorakubu", + "link": "https://animethemes.moe/video/YuruYuriNachuyachumiPlus-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ohirune Universe\" by Nanamorichu☆Seitokai", + "link": "https://animethemes.moe/video/YuruYuriNachuyachumiPlus-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "28249", + "title": "Arslan Senki (TV)", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Boku no Kotoba de wa nai, Kore wa Bokutachi no Kotoba\"", + "link": "https://animethemes.moe/video/ArslanSenkiTV-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Uzu to Uzu\"", + "link": "https://animethemes.moe/video/ArslanSenkiTV-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Lapis Lazuli\"", + "link": "https://animethemes.moe/video/ArslanSenkiTV-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"One Light\"", + "link": "https://animethemes.moe/video/ArslanSenkiTV-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "15199", + "title": "Code Geass: Boukoku no Akito 3 - Kagayaku Mono Ten yori Otsu", + "year": "2015", + "themes": [ + { + "name": "ED \"More Than Words\"", + "link": "https://animethemes.moe/video/CodeGeassBoukokuNoAkito3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29067", + "title": "Danna ga Nani wo Itteiru ka Wakaranai Ken 2 Sure-me", + "year": "2015", + "themes": [ + { + "name": "ED1 \"Yuruganu Futari ~Ai no Sanka~\"", + "link": "https://animethemes.moe/video/DannaGaNaniS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DannaGaNaniS2-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Okusama no Blues\"", + "link": "https://animethemes.moe/video/DannaGaNaniS2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DannaGaNaniS2-ED2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED3 \"Iikagen ni Shite, Anata (Acoustic ver.)\"", + "link": "https://animethemes.moe/video/DannaGaNaniS2-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DannaGaNaniS2-ED3-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "29589", + "title": "Denpa Kyoushi", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Youthful Dreamer\"", + "link": "https://animethemes.moe/video/DenpaKyoushi-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"vivid brilliant door!\"", + "link": "https://animethemes.moe/video/DenpaKyoushi-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"DREAMIN\"", + "link": "https://animethemes.moe/video/DenpaKyoushi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"MY ONLY ONE\"", + "link": "https://animethemes.moe/video/DenpaKyoushi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "30230", + "title": "Diamond no Ace: Second Season", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Go EXCEED!!\"", + "link": "https://animethemes.moe/video/DiamondNoAceS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Perfect HERO\"", + "link": "https://animethemes.moe/video/DiamondNoAceS2-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Hashire! Mirai\"", + "link": "https://animethemes.moe/video/DiamondNoAceS2-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"HEROES\"", + "link": "https://animethemes.moe/video/DiamondNoAceS2-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Sora ga Aozora de aru Tame ni\"", + "link": "https://animethemes.moe/video/DiamondNoAceS2-OP5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Glory!\"", + "link": "https://animethemes.moe/video/DiamondNoAceS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"CLOUD NINE\"", + "link": "https://animethemes.moe/video/DiamondNoAceS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"FINAL VICTORY\"", + "link": "https://animethemes.moe/video/DiamondNoAceS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"KIMERO!!\"", + "link": "https://animethemes.moe/video/DiamondNoAceS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"BLUE WINDING ROAD\"", + "link": "https://animethemes.moe/video/DiamondNoAceS2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"BLOOM OF YOUTH\"", + "link": "https://animethemes.moe/video/DiamondNoAceS2-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"BRAND NEW BLUE\"", + "type": "ending" + } + ] + }, + { + "id": "29687", + "title": "Duel Masters VSR", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Luv it!!\"", + "link": "https://animethemes.moe/video/DuelMastersVSR-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"EvoRevo!\"", + "type": "opening" + }, + { + "name": "ED1 \"Kimi ga Kureta KISEKI\"", + "link": "https://animethemes.moe/video/DuelMastersVSR-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Love & Peace\"", + "link": "https://animethemes.moe/video/DuelMastersVSR-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"JIBUN\"", + "link": "https://animethemes.moe/video/DuelMastersVSR-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "28121", + "title": "Dungeon ni Deai wo Motomeru no wa Machigatteiru Darou ka", + "year": "2015", + "themes": [ + { + "name": "OP \"Hey World\"", + "link": "https://animethemes.moe/video/DanMachi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"RIGHT LIGHT RISE\"", + "link": "https://animethemes.moe/video/DanMachi-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"RIGHT LIGHT RISE\"", + "link": "https://animethemes.moe/video/DanMachi-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"REALIZE ~Hajimari no Toki~\"", + "link": "https://animethemes.moe/video/DanMachi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "28221", + "title": "Etotama", + "year": "2015", + "themes": [ + { + "name": "OP \"Retry☆Rendezvous\"", + "link": "https://animethemes.moe/video/Etotama-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"blue moment\" by Nyaa-tan", + "link": "https://animethemes.moe/video/Etotama-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"blue moment\" by Nyaa-tan & Moo-tan", + "link": "https://animethemes.moe/video/Etotama-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"blue moment\" by Nyaa-tan, Moo-tan & Uri-tan", + "link": "https://animethemes.moe/video/Etotama-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"blue moment\" by Nyaa-tan, Moo-tan, Uri-tan & Usa-tan", + "link": "https://animethemes.moe/video/Etotama-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"blue moment\" by Nyaa-tan, Moo-tan, Uri-tan, Usa-tan & Mei-tan", + "link": "https://animethemes.moe/video/Etotama-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"blue moment\" by Nyaa-tan, Moo-tan, Uri-tan, Usa-tan, Mei-tan & Shima-tan", + "link": "https://animethemes.moe/video/Etotama-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"blue moment\" by Nyaa-tan, Moo-tan, Uri-tan, Usa-tan, Mei-tan, Shima-tan & Shar-tan", + "link": "https://animethemes.moe/video/Etotama-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"blue moment\" by Nyaa-tan, Moo-tan, Uri-tan, Usa-tan, Mei-tan, Shima-tan, Shar-tan & Uma-tan", + "link": "https://animethemes.moe/video/Etotama-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"blue moment\" by Nyaa-tan, Moo-tan, Uri-tan, Usa-tan, Mei-tan, Shima-tan, Shar-tan, Uma-tan & Piyo-tan", + "link": "https://animethemes.moe/video/Etotama-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"blue moment\" by Nyaa-tan, Moo-tan, Uri-tan, Usa-tan, Mei-tan, Shima-tan, Shar-tan, Uma-tan, Piyo-tan, Key-tan & Inu-tan", + "link": "https://animethemes.moe/video/Etotama-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"blue moment\" by Nyaa-tan, Moo-tan, Uri-tan, Usa-tan, Mei-tan, Shima-tan, Shar-tan, Uma-tan, Piyo-tan, Key-tan, Inu-tan & Dora-tan", + "link": "https://animethemes.moe/video/Etotama-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"blue moment\" by Nyaa-tan, Moo-tan, Uri-tan, Usa-tan, Mei-tan, Shima-tan, Shar-tan, Uma-tan, Piyo-tan, Key-tan, Inu-tan, Dora-tan & Chuu-tan", + "link": "https://animethemes.moe/video/Etotama-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "28701", + "title": "Fate/stay night: Unlimited Blade Works 2nd Season", + "year": "2015", + "themes": [ + { + "name": "OP \"Brave Shine\"", + "link": "https://animethemes.moe/video/FateStayNightUBWS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"ring your bell\"", + "link": "https://animethemes.moe/video/FateStayNightUBWS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"ring your bell (in the silence)\"", + "link": "https://animethemes.moe/video/FateStayNightUBWS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Deep Slumber (UBW Version)\"", + "link": "https://animethemes.moe/video/FateStayNightUBWS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "30039", + "title": "Future Card Buddyfight 100", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Luminize\"", + "link": "https://animethemes.moe/video/FutureCardBuddyfight100-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Beyond the Limits\"", + "type": "opening" + }, + { + "name": "ED1 \"Buddy Lights\"", + "link": "https://animethemes.moe/video/FutureCardBuddyfight100-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Milky 100 World\"", + "type": "ending" + } + ] + }, + { + "id": "29325", + "title": "Ghost in the Shell: Arise - Alternative Architecture", + "year": "2015", + "themes": [ + { + "name": "OP \"Anata wo Tamotsu Mono\"", + "link": "https://animethemes.moe/video/GhostInTheShellAriseAlternativeArchitecture-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Split Spirit\"", + "type": "ending" + }, + { + "name": "ED2 \"Jibun ga Inai\"", + "type": "ending" + }, + { + "name": "ED3 \"Soto wa Senjou da yo\"", + "type": "ending" + }, + { + "name": "ED4 \"Heart Grenade\"", + "type": "ending" + }, + { + "name": "ED5 \"GHOST IN THE SHELL ARISE\"", + "type": "ending" + } + ] + }, + { + "id": "28977", + "title": "Gintama°", + "year": "2015", + "themes": [ + { + "name": "OP1 \"DAYxDAY\"", + "link": "https://animethemes.moe/video/GintamaS3-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS3-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V1 \"Pride Kakumei\"", + "link": "https://animethemes.moe/video/GintamaS3-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS3-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"Pride Kakumei\"", + "link": "https://animethemes.moe/video/GintamaS3-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP3 V1 \"Beautiful Days\"", + "link": "https://animethemes.moe/video/GintamaS3-OP4.webm", + "type": "opening" + }, + { + "name": "OP3 V2 \"Beautiful Days\"", + "link": "https://animethemes.moe/video/GintamaS3-OP4v2.webm", + "type": "opening" + }, + { + "name": "OP4 V1 \"Know Know Know\"", + "link": "https://animethemes.moe/video/GintamaS3-OP5.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS3-OP5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP4 V2 \"Know Know Know\"", + "link": "https://animethemes.moe/video/GintamaS3-OP5v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS3-OP5v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP4 V3 \"Know Know Know\"", + "link": "https://animethemes.moe/video/GintamaS3-OP5v3.webm", + "type": "opening" + }, + { + "name": "OP4 V4 \"Know Know Know\"", + "link": "https://animethemes.moe/video/GintamaS3-OP5v4.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"DESTINY\"", + "link": "https://animethemes.moe/video/GintamaS3-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS3-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"DESTINY\"", + "link": "https://animethemes.moe/video/GintamaS3-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Saigomade II\"", + "link": "https://animethemes.moe/video/GintamaS3-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS3-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Glorious Days\"", + "link": "https://animethemes.moe/video/GintamaS3-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS3-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Acchi Muite\"", + "link": "https://animethemes.moe/video/GintamaS3-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS3-ED4-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "29093", + "title": "Grisaia no Meikyuu: Caprice no Mayu 0", + "year": "2015", + "themes": [ + { + "name": "ED \"Grimm\"", + "link": "https://animethemes.moe/video/GrisaiaNoMeikyuu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29095", + "title": "Grisaia no Rakuen", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Setsuna no Kajitsu\"", + "link": "https://animethemes.moe/video/GrisaiaNoRakuen-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Setsuna no Kajitsu (Alt. Sequence)\"", + "link": "https://animethemes.moe/video/GrisaiaNoRakuen-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tasogare no Starlight\"", + "link": "https://animethemes.moe/video/GrisaiaNoRakuen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"FISSION\"", + "link": "https://animethemes.moe/video/GrisaiaNoRakuen-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kimi wo Sagashi ni\"", + "link": "https://animethemes.moe/video/GrisaiaNoRakuen-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Ceremony\"", + "link": "https://animethemes.moe/video/GrisaiaNoRakuen-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "28791", + "title": "Gunslinger Stratos: The Animation", + "year": "2015", + "themes": [ + { + "name": "OP \"vanilla sky\"", + "link": "https://animethemes.moe/video/GunslingerStratos-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"MIRAI\"", + "link": "https://animethemes.moe/video/GunslingerStratos-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "26023", + "title": "Haiyore! Nyaruko-san F", + "year": "2015", + "themes": [ + { + "name": "OP \"Haiyore Once Nyagain\"", + "link": "https://animethemes.moe/video/HaiyoreNyarukoSanF-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kitto Engage\"", + "link": "https://animethemes.moe/video/HaiyoreNyarukoSanF-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23269", + "title": "Hello!! Kiniro Mosaic", + "year": "2015", + "themes": [ + { + "name": "OP1 V1 \"Yume-iro Parade!\"", + "link": "https://animethemes.moe/video/KiniroMosaicS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Yume-iro Parade!\"", + "link": "https://animethemes.moe/video/KiniroMosaicS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"Yume-iro Parade!\"", + "link": "https://animethemes.moe/video/KiniroMosaicS2-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP1 V4 \"Yume-iro Parade!\"", + "link": "https://animethemes.moe/video/KiniroMosaicS2-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP1 V5 \"Yume-iro Parade!\"", + "link": "https://animethemes.moe/video/KiniroMosaicS2-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP1 V6 \"Yume-iro Parade!\"", + "link": "https://animethemes.moe/video/KiniroMosaicS2-OP1v6.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kirameki-iro Summer Rainbow\"", + "link": "https://animethemes.moe/video/KiniroMosaicS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"My Best Friends\"", + "link": "https://animethemes.moe/video/KiniroMosaicS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KiniroMosaicS2-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "27989", + "title": "Hibike! Euphonium", + "year": "2015", + "themes": [ + { + "name": "OP \"DREAM SOLISTER\"", + "link": "https://animethemes.moe/video/HibikeEuphonium-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tutti!\"", + "link": "https://animethemes.moe/video/HibikeEuphonium-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ai wo Mitsuketa Basho\"", + "link": "https://animethemes.moe/video/HibikeEuphonium-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"DREAM SOLISTER ~Wind Orchestra ver.~\"", + "link": "https://animethemes.moe/video/HibikeEuphonium-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "24703", + "title": "High School DxD BorN", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"BLESS YoUr NAME\"", + "link": "https://animethemes.moe/video/HighSchoolDxDBorN-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"BLESS YoUr NAME\"", + "link": "https://animethemes.moe/video/HighSchoolDxDBorN-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Give Me Secret\"", + "link": "https://animethemes.moe/video/HighSchoolDxDBorN-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Oppai Dragon no Uta\"", + "link": "https://animethemes.moe/video/HighSchoolDxDBorN-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "17919", + "title": "Houkago no Pleiades", + "year": "2015", + "themes": [ + { + "name": "OP \"Stella-rium\"", + "link": "https://animethemes.moe/video/HoukagoNoPleiades-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koko kara, Kanata kara\"", + "link": "https://animethemes.moe/video/HoukagoNoPleiades-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24439", + "title": "Kekkai Sensen", + "year": "2015", + "themes": [ + { + "name": "OP \"Hello, world!\"", + "link": "https://animethemes.moe/video/KekkaiSensen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sugar Song to Bitter Step\"", + "link": "https://animethemes.moe/video/KekkaiSensen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28675", + "title": "Kyoukai no Kanata Movie: I'll Be Here - Mirai-hen", + "year": "2015", + "themes": [ + { + "name": "ED \"Aitakatta Sora\"", + "link": "https://animethemes.moe/video/KyoukaiNoKanataMiraiHen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28423", + "title": "Kyoukai no Rinne (TV)", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Ouka Ranman\"", + "link": "https://animethemes.moe/video/KyoukariNoRinne-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ura no Ura\"", + "type": "opening" + }, + { + "name": "ED1 \"Toki no Wa\"", + "link": "https://animethemes.moe/video/KyoukariNoRinne-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Futatsu no Sekai\"", + "type": "ending" + } + ] + }, + { + "id": "25939", + "title": "Mahou Shoujo Lyrical Nanoha ViVid", + "year": "2015", + "themes": [ + { + "name": "OP \"Angel Blossom\"", + "link": "https://animethemes.moe/video/NanohaViVid-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Pleasure treasure\"", + "link": "https://animethemes.moe/video/NanohaViVid-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28817", + "title": "Mikagura Gakuen Kumikyoku", + "year": "2015", + "themes": [ + { + "name": "OP \"Houkago Kakumei\"", + "link": "https://animethemes.moe/video/MikaguraGakuenKumikyoku-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Houkago Stride\"", + "link": "https://animethemes.moe/video/MikaguraGakuenKumikyoku-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Houkago Stride\"", + "link": "https://animethemes.moe/video/MikaguraGakuenKumikyoku-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rakuen Fanfare\"", + "link": "https://animethemes.moe/video/MikaguraGakuenKumikyoku-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sekirara Candy\"", + "link": "https://animethemes.moe/video/MikaguraGakuenKumikyoku-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Esoragoto Spiral\"", + "link": "https://animethemes.moe/video/MikaguraGakuenKumikyoku-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "26351", + "title": "Nagato Yuki-chan no Shoushitsu", + "year": "2015", + "themes": [ + { + "name": "OP \"Fure Fure Mirai\"", + "link": "https://animethemes.moe/video/NagatoYukiChanNoShoushitsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Arigatou, Daisuki\"", + "link": "https://animethemes.moe/video/NagatoYukiChanNoShoushitsu-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Arigatou, Daisuki\"", + "link": "https://animethemes.moe/video/NagatoYukiChanNoShoushitsu-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Arigatou, Daisuki\"", + "link": "https://animethemes.moe/video/NagatoYukiChanNoShoushitsu-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Arigatou, Daisuki\"", + "link": "https://animethemes.moe/video/NagatoYukiChanNoShoushitsu-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "23605", + "title": "Ninja Slayer from Animation", + "year": "2015", + "themes": [ + { + "name": "OP \"BACK IN BLACK\"", + "link": "https://animethemes.moe/video/NinjaSlayer-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NinjaSlayer-OP1-BD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Kilmister\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Kilmister\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Halo Of Sorrow From ANIMATION\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Gekijou Shihainin no Theme\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"SRKEEN\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"RADIO\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Ninja Slayer\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Ninja Prayer\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Suicidal Bunny\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Hide\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Jag Jag\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Aurashi No Ken\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"NEO CYBER MADNESS\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Purple My Ghost\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Mondana (NINJA MIX)\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Fantastic Magic\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"NINJA SOUL\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED16.webm", + "type": "ending" + }, + { + "name": "ED17 \"TEAR OF THE PIERROT\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED17.webm", + "type": "ending" + }, + { + "name": "ED18 \"Dr.K\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED18.webm", + "type": "ending" + }, + { + "name": "ED19 \"Alone\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED19.webm", + "type": "ending" + }, + { + "name": "ED20 \"Doro no Ame\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED20.webm", + "type": "ending" + }, + { + "name": "ED21 \"Hight Speed\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED21.webm", + "type": "ending" + }, + { + "name": "ED22 \"sick hack -ninatsu ver.-\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED22.webm", + "type": "ending" + }, + { + "name": "ED23 \"Body\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED23.webm", + "type": "ending" + }, + { + "name": "ED24 \"KHAKKHARA\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED24.webm", + "type": "ending" + }, + { + "name": "ED25 \"JET REASON\"", + "link": "https://animethemes.moe/video/NinjaSlayer-ED25.webm", + "type": "ending" + } + ] + }, + { + "id": "27787", + "title": "Nisekoi:", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Rally Go Round\"", + "link": "https://animethemes.moe/video/NisekoiS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Magical☆Styling\"", + "link": "https://animethemes.moe/video/NisekoiS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Aimai Hertz\"", + "link": "https://animethemes.moe/video/NisekoiS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"trIGgER\"", + "link": "https://animethemes.moe/video/NisekoiS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sleep zzz...\"", + "link": "https://animethemes.moe/video/NisekoiS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Matado-rabu\"", + "link": "https://animethemes.moe/video/NisekoiS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"marchen ticktack\"", + "link": "https://animethemes.moe/video/NisekoiS2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Tooriame drop\"", + "link": "https://animethemes.moe/video/NisekoiS2-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Crayon Cover\"", + "link": "https://animethemes.moe/video/NisekoiS2-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "28297", + "title": "Ore Monogatari!!", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Miraikei Answer\"", + "link": "https://animethemes.moe/video/OreMonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OreMonogatari-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Miraikei Answer\"", + "link": "https://animethemes.moe/video/OreMonogatari-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Miraikei Answer\"", + "link": "https://animethemes.moe/video/OreMonogatari-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Shiawase no Arika\"", + "link": "https://animethemes.moe/video/OreMonogatari-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OreMonogatari-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Shiawase no Arika\"", + "link": "https://animethemes.moe/video/OreMonogatari-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Miraikei Answer\"", + "link": "https://animethemes.moe/video/OreMonogatari-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "26243", + "title": "Owari no Seraph", + "year": "2015", + "themes": [ + { + "name": "OP \"X.U.\"", + "link": "https://animethemes.moe/video/OwariNoSeraph-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"scaPEGoat\"", + "link": "https://animethemes.moe/video/OwariNoSeraph-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24543", + "title": "Persona 3 the Movie 3: Falling Down", + "year": "2015", + "themes": [ + { + "name": "ED \"Light in Starless Sky\"", + "link": "https://animethemes.moe/video/Persona3Movie3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "27775", + "title": "Plastic Memories", + "year": "2015", + "themes": [ + { + "name": "OP \"Ring of Fortune\"", + "link": "https://animethemes.moe/video/PlasticMemories-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Asayake no Starmine\"", + "link": "https://animethemes.moe/video/PlasticMemories-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28617", + "title": "Punchline", + "year": "2015", + "themes": [ + { + "name": "OP \"PUNCH LINE!\"", + "link": "https://animethemes.moe/video/Punchline-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Honey Honey Honey\"", + "link": "https://animethemes.moe/video/Punchline-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25859", + "title": "Re-Kan!", + "year": "2015", + "themes": [ + { + "name": "OP \"Colorful Story\"", + "link": "https://animethemes.moe/video/ReKan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kesalan Patharan\"", + "link": "https://animethemes.moe/video/ReKan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28215", + "title": "Saint Seiya: Soul of Gold", + "year": "2015", + "themes": [ + { + "name": "OP \"Soldier Dream\"", + "link": "https://animethemes.moe/video/SaintSeiyaSoulOfGold-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yakusoku no Ashita e\"", + "link": "https://animethemes.moe/video/SaintSeiyaSoulOfGold-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23987", + "title": "Sarusuberi: Miss Hokusai", + "year": "2015", + "themes": [ + { + "name": "ED \"Saihate ga Mitai\"", + "link": "https://animethemes.moe/video/Sarusuberi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23777", + "title": "Shingeki no Kyojin Movie 2: Jiyuu no Tsubasa", + "year": "2015", + "themes": [ + { + "name": "ED \"theDOGS\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinJiyuuNoTsubasa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "29027", + "title": "Shinmai Maou no Testament OVA", + "year": "2015", + "themes": [ + { + "name": "OP \"Blade of Hope\"", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestament-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Still Sis –Alternative Sequence\"", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestamentOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28171", + "title": "Shokugeki no Souma: Food Wars", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Kibou no Uta\"", + "link": "https://animethemes.moe/video/ShokugekiNoSouma-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Rising Rainbow\"", + "link": "https://animethemes.moe/video/ShokugekiNoSouma-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Spice\"", + "link": "https://animethemes.moe/video/ShokugekiNoSouma-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Spice\"", + "link": "https://animethemes.moe/video/ShokugekiNoSouma-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Sacchan no Sexy Curry\"", + "link": "https://animethemes.moe/video/ShokugekiNoSouma-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Sacchan no Sexy Curry\"", + "link": "https://animethemes.moe/video/ShokugekiNoSouma-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kibou no Uta\"", + "link": "https://animethemes.moe/video/ShokugekiNoSouma-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "27441", + "title": "Show By Rock!!", + "year": "2015", + "themes": [ + { + "name": "OP \"Seishun wa Non-Stop!\"", + "link": "https://animethemes.moe/video/ShowByRock-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Have a nice MUSIC!!\"", + "link": "https://animethemes.moe/video/ShowByRock-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Have a nice MUSIC!!\"", + "link": "https://animethemes.moe/video/ShowByRock-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "24893", + "title": "Sidonia no Kishi: Daikyuu Wakusei Seneki", + "year": "2015", + "themes": [ + { + "name": "OP \"Kishi Shinkoukyoku\"", + "link": "https://animethemes.moe/video/SidoniaNoKishiS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SidoniaNoKishiS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Requiem\"", + "link": "https://animethemes.moe/video/SidoniaNoKishiS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SidoniaNoKishiS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sidonia\"", + "type": "ending" + } + ] + }, + { + "id": "30585", + "title": "Taifuu no Noruda", + "year": "2015", + "themes": [ + { + "name": "ED \"Arashi no Ato de\"", + "link": "https://animethemes.moe/video/TaifuuNoNoruda-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25729", + "title": "Tamayura: Sotsugyou Shashin Part 1 - Kizashi", + "year": "2015", + "themes": [ + { + "name": "ED \"Korekara\"", + "link": "https://animethemes.moe/video/TamayuraSotsugyouShashinPart1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "26395", + "title": "Teekyuu 4", + "year": "2015", + "themes": [ + { + "name": "OP \"Fattoshite Tougenkyou\"", + "link": "https://animethemes.moe/video/TeekyuuS4-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "28835", + "title": "Tesagure! Bukatsumono Spin-off Purupurun Sharumu to Asobou", + "year": "2015", + "themes": [ + { + "name": "OP \"Yappari Stand Up!!!!!\"", + "link": "https://animethemes.moe/video/TesagureS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shikisai crossroad\"", + "link": "https://animethemes.moe/video/TesagureS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tousei Koukou Kouka\"", + "link": "https://animethemes.moe/video/TesagureS3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Red Hot Happy Days!\"", + "link": "https://animethemes.moe/video/TesagureS3-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Ao to Kiiro no Amanojaku\"", + "link": "https://animethemes.moe/video/TesagureS3-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kirakira BabyxBaby\"", + "link": "https://animethemes.moe/video/TesagureS3-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Momoiro Tomodachi Nintei\"", + "link": "https://animethemes.moe/video/TesagureS3-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Green Mousou Monster\"", + "link": "https://animethemes.moe/video/TesagureS3-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "26443", + "title": "Triage X", + "year": "2015", + "themes": [ + { + "name": "OP \"triage\"", + "link": "https://animethemes.moe/video/TriageX-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Soleil More\"", + "link": "https://animethemes.moe/video/TriageX-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "27927", + "title": "Urawa no Usagi-chan", + "year": "2015", + "themes": [ + { + "name": "ED \"URAWA ga Tomaranai\"", + "link": "https://animethemes.moe/video/UrawaNoUsagiChan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23847", + "title": "Yahari Ore no Seishun Love Comedy wa Machigatteiru. Zoku", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Harumodoki\"", + "link": "https://animethemes.moe/video/OreGairuS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Harumodoki\"", + "link": "https://animethemes.moe/video/OreGairuS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Everyday World\"", + "link": "https://animethemes.moe/video/OreGairuS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Everyday World -Ballade Arrange-Yukino Solo Ver.\"", + "link": "https://animethemes.moe/video/OreGairuS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Everyday World -Ballade Arrange-Yui Solo Ver.\"", + "link": "https://animethemes.moe/video/OreGairuS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "28677", + "title": "Yamada-kun to 7-nin no Majo (TV)", + "year": "2015", + "themes": [ + { + "name": "OP \"Kuchizuke Diamond\"", + "link": "https://animethemes.moe/video/YamadaKun-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"CANDY MAGIC\"", + "link": "https://animethemes.moe/video/YamadaKun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25397", + "title": "Absolute Duo", + "year": "2015", + "themes": [ + { + "name": "OP \"Absolute Soul\"", + "link": "https://animethemes.moe/video/AbsoluteDuo-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Believe×Believe\"", + "link": "https://animethemes.moe/video/AbsoluteDuo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Apple Tea no Aji\"", + "link": "https://animethemes.moe/video/AbsoluteDuo-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"2/2\"", + "link": "https://animethemes.moe/video/AbsoluteDuo-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "27655", + "title": "Aldnoah.Zero 2nd Season", + "year": "2015", + "themes": [ + { + "name": "OP \"&Z\"", + "link": "https://animethemes.moe/video/AldnoahZeroS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"GENESIS\"", + "link": "https://animethemes.moe/video/AldnoahZeroS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"GENESIS\"", + "link": "https://animethemes.moe/video/AldnoahZeroS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Harmonious\"", + "link": "https://animethemes.moe/video/AldnoahZeroS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "24833", + "title": "Ansatsu Kyoushitsu (TV)", + "year": "2015", + "themes": [ + { + "name": "OP1 V1 \"Seishun Satsubatsu-ron\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsu-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Seishun Satsubatsu-ron\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsu-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"Seishun Satsubatsu-ron\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsu-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Jiriki Hongan Revolution\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsu-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Jiriki Hongan Revolution\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsu-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED \"Hello, shooting-star\"", + "link": "https://animethemes.moe/video/AnsatsuKyoushitsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "27727", + "title": "Binan Koukou Chikyuu Bouei-bu Love!", + "year": "2015", + "themes": [ + { + "name": "OP \"Zettai Muteki☆Fallin' LOVE☆\"", + "link": "https://animethemes.moe/video/BinanKoukouChikyuuBoueiBu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"I miss you no 3 meters\"", + "link": "https://animethemes.moe/video/BinanKoukouChikyuuBoueiBu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28223", + "title": "Death Parade", + "year": "2015", + "themes": [ + { + "name": "OP \"Flyers\"", + "link": "https://animethemes.moe/video/DeathParade-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Last Theater\"", + "link": "https://animethemes.moe/video/DeathParade-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16385", + "title": "Dog Days''", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"No Limit\"", + "link": "https://animethemes.moe/video/DogDaysS3-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"No Limit\"", + "link": "https://animethemes.moe/video/DogDaysS3-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Stay With Me\"", + "link": "https://animethemes.moe/video/DogDaysS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Stay With Me\"", + "link": "https://animethemes.moe/video/DogDaysS3-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "23199", + "title": "Durarara!!x2 Shou", + "year": "2015", + "themes": [ + { + "name": "OP \"HEADHUNT\"", + "link": "https://animethemes.moe/video/DurararaX2Shou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"NEVER SAY NEVER\"", + "link": "https://animethemes.moe/video/DurararaX2Shou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28669", + "title": "Go! Princess Precure", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Miracle GO! Princess Precure\"", + "link": "https://animethemes.moe/video/GoPrincessPrecure-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Miracle GO! Princess Precure\"", + "link": "https://animethemes.moe/video/GoPrincessPrecure-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dreaming☆Princess Precure\"", + "link": "https://animethemes.moe/video/GoPrincessPrecure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Yume wa Mirai e no Michi\"", + "link": "https://animethemes.moe/video/GoPrincessPrecure-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Yume wa Mirai e no Michi\"", + "link": "https://animethemes.moe/video/GoPrincessPrecure-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Yume wa Mirai e no Michi\"", + "link": "https://animethemes.moe/video/GoPrincessPrecure-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED2 V4 \"Yume wa Mirai e no Michi\"", + "link": "https://animethemes.moe/video/GoPrincessPrecure-ED2v4.webm", + "type": "ending" + }, + { + "name": "ED2 V5 \"Yume wa Mirai e no Michi\"", + "link": "https://animethemes.moe/video/GoPrincessPrecure-ED2v5.webm", + "type": "ending" + } + ] + }, + { + "id": "25429", + "title": "Isuca", + "year": "2015", + "themes": [ + { + "name": "OP \"Never say Never\"", + "link": "https://animethemes.moe/video/Isuca-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Somebody to love\"", + "link": "https://animethemes.moe/video/Isuca-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "26055", + "title": "JoJo no Kimyou na Bouken: Stardust Crusaders 2nd Season", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"JoJo - Sono Chi no Kioku: end of THE WORLD\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS3-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"JoJo - Sono Chi no Kioku: end of THE WORLD\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS3-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"JoJo - Sono Chi no Kioku: end of THE WORLD\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS3-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Last Train Home\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Aku Yaku♢Kyousoukyoku ~ Oingo to Boingo~\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Aku Yaku♢Kyousoukyoku ~ Hol Horse to Boingo~\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS3-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Aku Yaku♢Kyousoukyoku ~ Hol Horse to Boingo~\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS3-ED3v2.webm", + "type": "ending" + } + ] + }, + { + "id": "26441", + "title": "Junketsu no Maria", + "year": "2015", + "themes": [ + { + "name": "OP \"Philosophy of Dear World\"", + "link": "https://animethemes.moe/video/JunketsuNoMaria-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"ailes\"", + "link": "https://animethemes.moe/video/JunketsuNoMaria-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24873", + "title": "Juuou Mujin no Fafnir", + "year": "2015", + "themes": [ + { + "name": "OP \"FLYING FAFNIR\"", + "link": "https://animethemes.moe/video/JuuouMujinNoFafnir-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ray of bullet\"", + "link": "https://animethemes.moe/video/JuuouMujinNoFafnir-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25681", + "title": "Kamisama Hajimemashita◎", + "year": "2015", + "themes": [ + { + "name": "OP \"Kamisama no Kamisama\"", + "link": "https://animethemes.moe/video/KamisamaHajimemashitaS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ototoi Oide\"", + "link": "https://animethemes.moe/video/KamisamaHajimemashitaS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsubasa☆Bassa☆Hazard\"", + "link": "https://animethemes.moe/video/KamisamaHajimemashitaS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "21511", + "title": "Kantai Collection: Kan Colle", + "year": "2015", + "themes": [ + { + "name": "OP \"Miiro\"", + "link": "https://animethemes.moe/video/KantaiCollection-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Fubuki\"", + "link": "https://animethemes.moe/video/KantaiCollection-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Let's not say \"good-bye\"\"", + "type": "ending" + } + ] + }, + { + "id": "24629", + "title": "Koufuku Graffiti", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Shiawase ni Tsuite Watashi ga Shitteiru Itsutsu no Houhou\"", + "link": "https://animethemes.moe/video/KoufukuGraffiti-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Shiawase ni Tsuite Watashi ga Shitteiru Itsutsu no Houhou\"", + "link": "https://animethemes.moe/video/KoufukuGraffiti-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Egao ni Naru\"", + "link": "https://animethemes.moe/video/KoufukuGraffiti-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24415", + "title": "Kuroko no Basket 3rd Season", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Punky Funky Love\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS3-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"ZERO\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS3-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Memories\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS3-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"GLITTER DAYS\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ambivalence\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Lantana\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS3-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Lantana\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS3-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED3 V3 \"Lantana\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS3-ED3v3.webm", + "type": "ending" + }, + { + "name": "ED3 V4 \"Lantana\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS3-ED3v4.webm", + "type": "ending" + } + ] + }, + { + "id": "26085", + "title": "Military!", + "year": "2015", + "themes": [ + { + "name": "ED1 V1 \"Militarism! M870 ver.\"", + "link": "https://animethemes.moe/video/Military-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Militarism! M870 ver.\"", + "link": "https://animethemes.moe/video/Military-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Militarism! M700 ver.\"", + "link": "https://animethemes.moe/video/Military-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Militarism! M700 ver.\"", + "link": "https://animethemes.moe/video/Military-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Militarism! Microgun ver.\"", + "link": "https://animethemes.moe/video/Military-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Militarism! Microgun ver.\"", + "link": "https://animethemes.moe/video/Military-ED3v2.webm", + "type": "ending" + } + ] + }, + { + "id": "28511", + "title": "Precure All Stars Movie: Haru no Carnival♪", + "year": "2015", + "themes": [ + { + "name": "ED \"Ima Koko Kara\"", + "link": "https://animethemes.moe/video/PrecureAllStarsHaruNoCarnival-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21339", + "title": "Psycho-Pass Movie", + "year": "2015", + "themes": [ + { + "name": "OP \"Who What Who What\"", + "link": "https://animethemes.moe/video/PsychoPassMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Namae no nai Kaibutsu\"", + "link": "https://animethemes.moe/video/PsychoPassMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25867", + "title": "Rolling☆Girls", + "year": "2015", + "themes": [ + { + "name": "OP \"Hito ni Yasashiku\"", + "link": "https://animethemes.moe/video/RollingGirls-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tsuki no Bakugekiki\"", + "link": "https://animethemes.moe/video/RollingGirls-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Noutenki\"", + "link": "https://animethemes.moe/video/RollingGirls-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"STONES\"", + "link": "https://animethemes.moe/video/RollingGirls-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "23277", + "title": "Saenai Heroine no Sodatekata", + "year": "2015", + "themes": [ + { + "name": "OP \"Kimiiro Signal\"", + "link": "https://animethemes.moe/video/Saekano-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Colorful.\"", + "link": "https://animethemes.moe/video/Saekano-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22663", + "title": "Seiken Tsukai no World Break", + "year": "2015", + "themes": [ + { + "name": "OP \"Hi no Ito Rinne no Gemini\"", + "link": "https://animethemes.moe/video/SeikenTsukaiNoWorldBreak-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Magna Idea\"", + "link": "https://animethemes.moe/video/SeikenTsukaiNoWorldBreak-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "27967", + "title": "Senran Kagura Estival Versus: Shoujo-tachi no Sentaku", + "year": "2015", + "themes": [ + { + "name": "ED \"Hello,Hello,Hello\"", + "link": "https://animethemes.moe/video/SenranKaguraOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23233", + "title": "Shinmai Maou no Testament", + "year": "2015", + "themes": [ + { + "name": "OP \"Blade of Hope\"", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestament-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Still Sis\"", + "link": "https://animethemes.moe/video/ShinmaiMaouNoTestament-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28105", + "title": "Shirobako Specials", + "year": "2015", + "themes": [ + { + "name": "OP1 \"I'm Sorry EXODUS\"", + "link": "https://animethemes.moe/video/ShirobakoSpecials-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Alice in Blue\"", + "link": "https://animethemes.moe/video/ShirobakoSpecials-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShirobakoSpecials-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"C Melo kara Ai wo Komete\"", + "link": "https://animethemes.moe/video/ShirobakoSpecials-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Angel Fly\"", + "link": "https://animethemes.moe/video/ShirobakoSpecials-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShirobakoSpecials-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "17080", + "title": "Soukyuu no Fafner: Dead Aggressor - Exodus", + "year": "2015", + "themes": [ + { + "name": "OP V1 \"Exist\"", + "link": "https://animethemes.moe/video/FafnerExodus-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Exist\"", + "link": "https://animethemes.moe/video/FafnerExodus-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Anya Kouro\"", + "link": "https://animethemes.moe/video/FafnerExodus-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Anya Kouro\"", + "link": "https://animethemes.moe/video/FafnerExodus-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "27629", + "title": "Tantei Kageki Milky Holmes TD", + "year": "2015", + "themes": [ + { + "name": "OP \"MILKY A GO GO\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmesTD-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tankyuu Dreaming\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmesTD-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23587", + "title": "The iDOLM@STER Cinderella Girls", + "year": "2015", + "themes": [ + { + "name": "OP1 \"Onegai! Cinderella\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirls-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Star!!\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirls-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Message\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirls-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yuubae Present\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirls-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Star!! (Piano Instrumental Version)\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirls-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"-LEGNE- Adanasu Tsurugi Hikari no Shirabe\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirls-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Happy×2 Days\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirls-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"LET'S GO HAPPY!!\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirls-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"ØωØver!!\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirls-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Nation Blue\"", + "link": "https://animethemes.moe/video/IdolmasterCinderellaGirls-ED8.webm", + "type": "ending" + } + ] + }, + { + "id": "27899", + "title": "Tokyo Ghoul √A", + "year": "2015", + "themes": [ + { + "name": "OP \"Munou\"", + "link": "https://animethemes.moe/video/TokyoGhoulRootA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kisetsu wa Tsugitsugi Shindeiku\"", + "link": "https://animethemes.moe/video/TokyoGhoulRootA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28155", + "title": "Yoru no Yatterman", + "year": "2015", + "themes": [ + { + "name": "OP \"Kyokugen Dreamer\"", + "link": "https://animethemes.moe/video/YoruNoYatterman-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Jounetsu CONTINUE\"", + "link": "https://animethemes.moe/video/YoruNoYatterman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "26165", + "title": "Yuri Kuma Arashi", + "year": "2015", + "themes": [ + { + "name": "OP \"Ano Mori de Matteru\"", + "link": "https://animethemes.moe/video/YurikumaArashi-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"TERRITORY\"", + "link": "https://animethemes.moe/video/YurikumaArashi-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"TERRITORY\"", + "link": "https://animethemes.moe/video/YurikumaArashi-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"TERRITORY\"", + "link": "https://animethemes.moe/video/YurikumaArashi-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"TERRITORY\"", + "link": "https://animethemes.moe/video/YurikumaArashi-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "23225", + "title": "Yuru Yuri Nachuyachumi!", + "year": "2015", + "themes": [ + { + "name": "OP \"Yuruyurinrinrinrinrin\"", + "link": "https://animethemes.moe/video/YuruYuriNachuyachumi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"After School Days\"", + "link": "https://animethemes.moe/video/YuruYuriNachuyachumi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24699", + "title": "Ai Tenchi Muyou!", + "year": "2014", + "themes": [ + { + "name": "ED1 \"Aishiterutte Sagebimasho!!\"", + "link": "https://animethemes.moe/video/AiTenchiMuyou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi to Mita Hana, Kimi to Mita Sora\"", + "type": "ending" + }, + { + "name": "ED3 \"Kimi no Mama de!\"", + "type": "ending" + }, + { + "name": "ED4 \"Katayaburi Science\"", + "type": "ending" + }, + { + "name": "ED5 \"Ima Koko ni Iru\"", + "type": "ending" + }, + { + "name": "ED6 \"Trouble Girls\"", + "link": "https://animethemes.moe/video/AiTenchiMuyou-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Best Party\"", + "link": "https://animethemes.moe/video/AiTenchiMuyou-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Momo Namiki\"", + "type": "ending" + } + ] + }, + { + "id": "22819", + "title": "Aikatsu! Movie", + "year": "2014", + "themes": [ + { + "name": "ED \"Aikatsu! Ending Medley ~PandaBoY MIX~\"", + "link": "https://animethemes.moe/video/AikatsuMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25013", + "title": "Akatsuki no Yona", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Akatsuki no Yona\"", + "link": "https://animethemes.moe/video/AkatsukiNoYona-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Akatsuki no Hana\"", + "link": "https://animethemes.moe/video/AkatsukiNoYona-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yoru\"", + "link": "https://animethemes.moe/video/AkatsukiNoYona-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Akatsuki\"", + "link": "https://animethemes.moe/video/AkatsukiNoYona-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "24751", + "title": "Akuma no Riddle: Shousha wa Dare? Nukiuchi Test", + "year": "2014", + "themes": [ + { + "name": "OP \"Soushou Innocence\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"The Last Party\"", + "link": "https://animethemes.moe/video/AkumaNoRiddleOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22147", + "title": "Amagi Brilliant Park", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"Extra Magic Hour\"", + "link": "https://animethemes.moe/video/Amaburi-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Extra Magic Hour\"", + "link": "https://animethemes.moe/video/Amaburi-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Extra Magic Hour\"", + "link": "https://animethemes.moe/video/Amaburi-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Extra Magic Hour\"", + "link": "https://animethemes.moe/video/Amaburi-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED \"Elementario de Aimashou\"", + "link": "https://animethemes.moe/video/Amaburi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "27815", + "title": "Cardfight!! Vanguard G", + "year": "2014", + "themes": [ + { + "name": "OP1 \"BREAK IT!\"", + "type": "opening" + }, + { + "name": "OP2 \"Generation\"", + "link": "https://animethemes.moe/video/CardfightVanguardG-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dakara Genki for YOU\"", + "type": "ending" + }, + { + "name": "ED2 \"NEXT PHASE\"", + "type": "ending" + }, + { + "name": "ED3 \"flower\"", + "type": "ending" + }, + { + "name": "ED4 \"Mekurumeku Yuuki!\"", + "type": "ending" + } + ] + }, + { + "id": "25731", + "title": "Cross Ange: Tenshi to Ryuu no Rondo", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Kindan no Resistance\"", + "link": "https://animethemes.moe/video/CrossAnge-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Shinjitsu no Mokushiroku\"", + "link": "https://animethemes.moe/video/CrossAnge-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Rinrei\"", + "link": "https://animethemes.moe/video/CrossAnge-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shuumatsu no Love Song\"", + "link": "https://animethemes.moe/video/CrossAnge-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "17827", + "title": "Daitoshokan no Hitsujikai", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"On my sheep\"", + "link": "https://animethemes.moe/video/DaitoshokanNoHitsujikai-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"On my sheep\"", + "link": "https://animethemes.moe/video/DaitoshokanNoHitsujikai-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Aozora to Green Belt\"", + "link": "https://animethemes.moe/video/DaitoshokanNoHitsujikai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "26349", + "title": "Danna ga Nani wo Itteiru ka Wakaranai Ken", + "year": "2014", + "themes": [ + { + "name": "ED1 \"Iikagen ni Shite, Anata\"", + "link": "https://animethemes.moe/video/DannaGaNani-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DannaGaNani-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Okusama no Blues\"", + "link": "https://animethemes.moe/video/DannaGaNani-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "24031", + "title": "Denki-gai no Honya-san", + "year": "2014", + "themes": [ + { + "name": "OP \"Kajirikake no Ringo\"", + "link": "https://animethemes.moe/video/DenkiGai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DenkiGai-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"two-Dimension's Love\"", + "link": "https://animethemes.moe/video/DenkiGai-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DenkiGai-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "21743", + "title": "Donten ni Warau", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Biran no Kaze\"", + "link": "https://animethemes.moe/video/DontenNiWarau-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ryuuten no Hi\"", + "type": "opening" + }, + { + "name": "ED \"ATTITUDE TO LIFE\"", + "type": "ending" + } + ] + }, + { + "id": "22297", + "title": "Fate/stay night: Unlimited Blade Works (TV)", + "year": "2014", + "themes": [ + { + "name": "OP \"ideal white\"", + "link": "https://animethemes.moe/video/FateStayNightUBW-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"believe\"", + "link": "https://animethemes.moe/video/FateStayNightUBW-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"THIS ILLUSION\"", + "link": "https://animethemes.moe/video/FateStayNightUBW-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "23311", + "title": "Garo: Honoo no Kokuin", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Honoo no Kokuin: DIVINE FLAME\"", + "link": "https://animethemes.moe/video/GaroHonooNoKokuin-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"B.B.\"", + "link": "https://animethemes.moe/video/GaroHonooNoKokuin-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"CHIASTOLITE\"", + "link": "https://animethemes.moe/video/GaroHonooNoKokuin-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"FOCUS\"", + "link": "https://animethemes.moe/video/GaroHonooNoKokuin-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "24855", + "title": "Girlfriend (Kari)", + "year": "2014", + "themes": [ + { + "name": "OP \"Tanoshiki Tokimeki\"", + "link": "https://animethemes.moe/video/GirlfriendKari-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hareru kanaa\"", + "link": "https://animethemes.moe/video/GirlfriendKari-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shinka-kei Girl\"", + "link": "https://animethemes.moe/video/GirlfriendKari-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "17729", + "title": "Grisaia no Kajitsu", + "year": "2014", + "themes": [ + { + "name": "OP \"Rakuen no Tsubasa\"", + "link": "https://animethemes.moe/video/GrisaiaNoKajitsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shuumatsu no Fractal\"", + "link": "https://animethemes.moe/video/GrisaiaNoKajitsu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Eden's Song\"", + "link": "https://animethemes.moe/video/GrisaiaNoKajitsu-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Anata no Aishita Sekai\"", + "link": "https://animethemes.moe/video/GrisaiaNoKajitsu-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"SKIP\"", + "link": "https://animethemes.moe/video/GrisaiaNoKajitsu-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Rainy veil\"", + "link": "https://animethemes.moe/video/GrisaiaNoKajitsu-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Sousei no Thanatos\"", + "link": "https://animethemes.moe/video/GrisaiaNoKajitsu-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "23251", + "title": "Gugure! Kokkuri-san", + "year": "2014", + "themes": [ + { + "name": "OP \"Welcome!! DISCO Kemo Kemo Ke\"", + "link": "https://animethemes.moe/video/GugureKokkuriSan-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"This Merry-Go-Round Song\"", + "link": "https://animethemes.moe/video/GugureKokkuriSan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"This Merry-Go-Round Song (Piano Version)\"", + "link": "https://animethemes.moe/video/GugureKokkuriSan-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "24625", + "title": "Gundam Build Fighters Try", + "year": "2014", + "themes": [ + { + "name": "OP1 V1 \"Cerulean\"", + "link": "https://animethemes.moe/video/GundamBuildFightersTry-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Cerulean\"", + "link": "https://animethemes.moe/video/GundamBuildFightersTry-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Just Fly Away\"", + "link": "https://animethemes.moe/video/GundamBuildFightersTry-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Amazing The World\"", + "link": "https://animethemes.moe/video/GundamBuildFightersTry-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Amazing The World\"", + "link": "https://animethemes.moe/video/GundamBuildFightersTry-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mayomayo Compass wa Iranai\"", + "link": "https://animethemes.moe/video/GundamBuildFightersTry-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "23259", + "title": "Gundam: G no Reconguista", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Blazing\"", + "link": "https://animethemes.moe/video/GundamGNoReconguista-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Futari no Mahou\"", + "type": "opening" + }, + { + "name": "ED \"G no Senkou\"", + "link": "https://animethemes.moe/video/GundamGNoReconguista-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23083", + "title": "Happiness Charge PreCure! Movie: Ningyou no Kuni no Ballerina", + "year": "2014", + "themes": [ + { + "name": "OP \"Happiness Charge Precure!WOW!\"", + "link": "https://animethemes.moe/video/HappinessChargePrecureMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Party Has Come\"", + "link": "https://animethemes.moe/video/HappinessChargePrecureMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23787", + "title": "Hi☆sCoool! SeHa Girls", + "year": "2014", + "themes": [ + { + "name": "OP \"SeHa Gagaganbacchau!!\"", + "link": "https://animethemes.moe/video/SegaHardGirls-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Wakai Chikara (Sega Hard Girls Mix)\"", + "link": "https://animethemes.moe/video/SegaHardGirls-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24231", + "title": "Hitsugi no Chaika: Avenging Battle", + "year": "2014", + "themes": [ + { + "name": "OP \"Shikkoku wo Nuritsubuse\"", + "link": "https://animethemes.moe/video/HitsugiNoChaikaS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Watashi wa Omae no Naka ni Iru\"", + "link": "https://animethemes.moe/video/HitsugiNoChaikaS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25159", + "title": "Inou-Battle wa Nichijou-kei no Naka de", + "year": "2014", + "themes": [ + { + "name": "OP \"OVERLAPPERS\"", + "link": "https://animethemes.moe/video/InouBattle-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"You Gotta Love Me!\"", + "link": "https://animethemes.moe/video/InouBattle-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21653", + "title": "IS: Infinite Stratos 2 - World Purge-hen", + "year": "2014", + "themes": [ + { + "name": "OP \"True Blue Traveler\"", + "link": "https://animethemes.moe/video/InfiniteStratosS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, Marina Inoue, Chiwa Saito, and Suzuko Mimori", + "link": "https://animethemes.moe/video/InfiniteStratosS2OVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22535", + "title": "Kiseijuu: Sei no Kakuritsu", + "year": "2014", + "themes": [ + { + "name": "OP \"Let Me Hear\"", + "link": "https://animethemes.moe/video/Kiseijuu-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"IT'S THE RIGHT TIME\"", + "link": "https://animethemes.moe/video/Kiseijuu-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"IT'S THE RIGHT TIME\"", + "link": "https://animethemes.moe/video/Kiseijuu-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"IT'S THE RIGHT TIME\"", + "link": "https://animethemes.moe/video/Kiseijuu-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "23321", + "title": "Log Horizon 2nd Season", + "year": "2014", + "themes": [ + { + "name": "OP \"database feat. TAKUMA (10 Feet)\"", + "link": "https://animethemes.moe/video/LogHorizonS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Wonderful Wonder World\"", + "link": "https://animethemes.moe/video/LogHorizonS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24455", + "title": "Madan no Ou to Vanadis", + "year": "2014", + "themes": [ + { + "name": "OP \"Ginsen no Kaze\"", + "link": "https://animethemes.moe/video/MadanNoOuToVanadis-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Schwarzer Bogen\"", + "link": "https://animethemes.moe/video/MadanNoOuToVanadis-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ryuusei Chinkonka\"", + "link": "https://animethemes.moe/video/MadanNoOuToVanadis-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "25517", + "title": "Magic Kaito 1412", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Kimi no Matsu Sekai\"", + "link": "https://animethemes.moe/video/MagicKaito1412-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ai no Scenario\"", + "link": "https://animethemes.moe/video/MagicKaito1412-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"WHITE of CRIME\"", + "link": "https://animethemes.moe/video/MagicKaito1412-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koi no Jumyou\"", + "link": "https://animethemes.moe/video/MagicKaito1412-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "23755", + "title": "Nanatsu no Taizai", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Netsujou no Spectrum\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizai-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Seven Deadly Sins\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizai-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"7 -seven-\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizai-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Season\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizai-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "28149", + "title": "Nihon Animator Mihonichi", + "year": "2014", + "themes": [ + { + "name": "ED1 \"Shingeki\"", + "link": "https://animethemes.moe/video/NihonAnimatorMihonichi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Chuuousen\"", + "link": "https://animethemes.moe/video/NihonAnimatorMihonichi-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yume no Hero\"", + "link": "https://animethemes.moe/video/NihonAnimatorMihonichi-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hajimari\"", + "link": "https://animethemes.moe/video/NihonAnimatorMihonichi-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Sex & Violence with Mach Speed no Theme\"", + "link": "https://animethemes.moe/video/NihonAnimatorMihonichi-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Tokei wo tomete\"", + "link": "https://animethemes.moe/video/NihonAnimatorMihonichi-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"I can Friday by day!\"", + "link": "https://animethemes.moe/video/NihonAnimatorMihonichi-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Wakare no Uta\"", + "link": "https://animethemes.moe/video/NihonAnimatorMihonichi-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Tatakae! Ultraman\"", + "link": "https://animethemes.moe/video/NihonAnimatorMihonichi-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Sekai no Kuni kara Konnichiwa\"", + "link": "https://animethemes.moe/video/NihonAnimatorMihonichi-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Robo La Bamba\"", + "link": "https://animethemes.moe/video/NihonAnimatorMihonichi-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "23673", + "title": "Ookami Shoujo to Kuro Ouji", + "year": "2014", + "themes": [ + { + "name": "OP \"LOVE GOOD TIME\"", + "link": "https://animethemes.moe/video/OokamiShoujoToKuroOuji-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ookami Heart\"", + "link": "https://animethemes.moe/video/OokamiShoujoToKuroOuji-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24705", + "title": "Ore, Twintails ni Narimasu.", + "year": "2014", + "themes": [ + { + "name": "OP \"Gimmie! Revolution\"", + "link": "https://animethemes.moe/video/Twintails-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Twintails Dreamer!\"", + "link": "https://animethemes.moe/video/Twintails-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23281", + "title": "Psycho Pass 2", + "year": "2014", + "themes": [ + { + "name": "OP \"Enigmatic Feeling\"", + "link": "https://animethemes.moe/video/PsychoPassS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Fallen\"", + "link": "https://animethemes.moe/video/PsychoPassS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16381", + "title": "Santa Company", + "year": "2014", + "themes": [ + { + "name": "ED \"Kimi e Okuru Mahou\"", + "link": "https://animethemes.moe/video/SantaCompany-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22359", + "title": "Sanzoku no Musume Ronja", + "year": "2014", + "themes": [ + { + "name": "OP \"Haru no Sakebi\"", + "link": "https://animethemes.moe/video/SanzokuNoMusumeRonja-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Player\"", + "link": "https://animethemes.moe/video/SanzokuNoMusumeRonja-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24037", + "title": "Selector Spread WIXOSS", + "year": "2014", + "themes": [ + { + "name": "OP \"world's end, girl's rondo\"", + "link": "https://animethemes.moe/video/SelectorSpreadWIXOSS-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SelectorSpreadWIXOSS-OP1-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SelectorSpreadWIXOSS-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Undo: Ashita e no Kioku\"", + "link": "https://animethemes.moe/video/SelectorSpreadWIXOSS-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SelectorSpreadWIXOSS-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"infinite Girl\"", + "link": "https://animethemes.moe/video/SelectorSpreadWIXOSS-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "23273", + "title": "Shigatsu wa Kimi no Uso", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Hikaru nara\"", + "link": "https://animethemes.moe/video/KimiUso-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Nanairo Symphony\"", + "link": "https://animethemes.moe/video/KimiUso-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Nanairo Symphony\"", + "link": "https://animethemes.moe/video/KimiUso-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kirameki\"", + "link": "https://animethemes.moe/video/KimiUso-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Orange\"", + "link": "https://animethemes.moe/video/KimiUso-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Orange (Acoustic Version)\"", + "link": "https://animethemes.moe/video/KimiUso-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "21755", + "title": "Shin Tennis no Ouji-sama OVA vs. Genius 10", + "year": "2014", + "themes": [ + { + "name": "OP \"Kakumei e no Prelude\"", + "link": "https://animethemes.moe/video/ShinTennisNoOujiSamaOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Party Time\" by Cap to Bin", + "link": "https://animethemes.moe/video/ShinTennisNoOujiSamaOVA-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Party Time\" by Hyotei Eternity", + "link": "https://animethemes.moe/video/ShinTennisNoOujiSamaOVA-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Party Time\" by STONES", + "link": "https://animethemes.moe/video/ShinTennisNoOujiSamaOVA-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Party Time\" by Pull Tab to Can", + "link": "https://animethemes.moe/video/ShinTennisNoOujiSamaOVA-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Party Time\" by GIGS", + "link": "https://animethemes.moe/video/ShinTennisNoOujiSamaOVA-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Party Time\" by Rikkai Young Kan", + "link": "https://animethemes.moe/video/ShinTennisNoOujiSamaOVA-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Party Time\" by Amikyuu Danji", + "link": "https://animethemes.moe/video/ShinTennisNoOujiSamaOVA-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Party Time\" by Tachikiri Tai", + "link": "https://animethemes.moe/video/ShinTennisNoOujiSamaOVA-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Party Time\" by Aozu", + "link": "https://animethemes.moe/video/ShinTennisNoOujiSamaOVA-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Party Time\" by Tenipuri All Stars", + "link": "https://animethemes.moe/video/ShinTennisNoOujiSamaOVA-ED10.webm", + "type": "ending" + } + ] + }, + { + "id": "21843", + "title": "Shingeki no Bahamut: Genesis", + "year": "2014", + "themes": [ + { + "name": "OP \"EXiSTENCE\"", + "link": "https://animethemes.moe/video/ShingekiNoBahamutGenesis-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Promised Land\"", + "link": "https://animethemes.moe/video/ShingekiNoBahamutGenesis-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23775", + "title": "Shingeki no Kyojin Movie 1: Guren no Yumiya", + "year": "2014", + "themes": [ + { + "name": "ED1 \"Guren no Zahyou\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinGurenNoYumiya-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"YAMANAIAME\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinGurenNoYumiya-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "25835", + "title": "Shirobako", + "year": "2014", + "themes": [ + { + "name": "OP1 \"I'm Sorry EXODUS\"", + "link": "https://animethemes.moe/video/Shirobako-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"COLORFUL BOX\"", + "link": "https://animethemes.moe/video/Shirobako-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Takarabako -TREASURE BOX-\"", + "link": "https://animethemes.moe/video/Shirobako-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Animetic Love Letter\"", + "link": "https://animethemes.moe/video/Shirobako-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Animetic Love Letter\"", + "link": "https://animethemes.moe/video/Shirobako-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Platinum Jet\"", + "link": "https://animethemes.moe/video/Shirobako-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Platinum Jet\"", + "link": "https://animethemes.moe/video/Shirobako-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Platinum Jet\"", + "link": "https://animethemes.moe/video/Shirobako-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED2 V4 \"Platinum Jet\"", + "link": "https://animethemes.moe/video/Shirobako-ED2v4.webm", + "type": "ending" + }, + { + "name": "ED2 V5 \"Platinum Jet\"", + "link": "https://animethemes.moe/video/Shirobako-ED2v5.webm", + "type": "ending" + }, + { + "name": "ED2 V6 \"Platinum Jet\"", + "link": "https://animethemes.moe/video/Shirobako-ED2v6.webm", + "type": "ending" + }, + { + "name": "ED2 V7 \"Platinum Jet\"", + "link": "https://animethemes.moe/video/Shirobako-ED2v7.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yama Harinezumi Andes Chucky\"", + "link": "https://animethemes.moe/video/Shirobako-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "23209", + "title": "Sora no Method", + "year": "2014", + "themes": [ + { + "name": "OP \"Stargazer\"", + "link": "https://animethemes.moe/video/SoraNoMethod-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Hoshikuzu no Interlude\"", + "link": "https://animethemes.moe/video/SoraNoMethod-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Hoshizuku no Interlude\"", + "link": "https://animethemes.moe/video/SoraNoMethod-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hoshi no Kakera\"", + "link": "https://animethemes.moe/video/SoraNoMethod-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sora no Method\"", + "link": "https://animethemes.moe/video/SoraNoMethod-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "23725", + "title": "Strike Witches: Operation Victory Arrow", + "year": "2014", + "themes": [ + { + "name": "OP \"Connect Link\"", + "link": "https://animethemes.moe/video/StrikeWitchesOperationVictoryArrow-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Fly Away\"", + "link": "https://animethemes.moe/video/StrikeWitchesOperationVictoryArrow-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Fly Beyond\"", + "link": "https://animethemes.moe/video/StrikeWitchesOperationVictoryArrow-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Fly Chronicle\"", + "link": "https://animethemes.moe/video/StrikeWitchesOperationVictoryArrow-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "22687", + "title": "Terra Formars", + "year": "2014", + "themes": [ + { + "name": "OP \"AMAZING BREAK\"", + "link": "https://animethemes.moe/video/TerraFormars-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Lightning\"", + "link": "https://animethemes.moe/video/TerraFormars-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16870", + "title": "The Last: Naruto the Movie", + "year": "2014", + "themes": [ + { + "name": "ED \"Hoshi no Utsuwa\"", + "link": "https://animethemes.moe/video/NarutoTheLast-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25157", + "title": "Trinity Seven", + "year": "2014", + "themes": [ + { + "name": "OP \"Seven Doors\"", + "link": "https://animethemes.moe/video/TrinitySeven-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"BEAUTIFUL≒SENTENCE\"", + "link": "https://animethemes.moe/video/TrinitySeven-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"SHaVaDaVa in AMAZING♪\"", + "link": "https://animethemes.moe/video/TrinitySeven-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"ReSTART 'THE WORLD'\"", + "link": "https://animethemes.moe/video/TrinitySeven-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"TRINITY×SEVENTH+HEAVEN\"", + "link": "https://animethemes.moe/video/TrinitySeven-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "28025", + "title": "Tsukimonogatari", + "year": "2014", + "themes": [ + { + "name": "OP \"Orange Mint\"", + "link": "https://animethemes.moe/video/Tsukimonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"border\"", + "link": "https://animethemes.moe/video/Tsukimonogatari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21845", + "title": "Ushinawareta Mirai wo Motomete", + "year": "2014", + "themes": [ + { + "name": "OP \"Le jour\"", + "link": "https://animethemes.moe/video/UshinawaretaMiraiWoMotomete-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ashita Mata Aeru yo ne\"", + "link": "https://animethemes.moe/video/UshinawaretaMiraiWoMotomete-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ashita Mata Aeru yo ne\"", + "link": "https://animethemes.moe/video/UshinawaretaMiraiWoMotomete-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Ashita Mata Aeru yo ne\"", + "link": "https://animethemes.moe/video/UshinawaretaMiraiWoMotomete-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Ashita Mata Aeru yo ne\"", + "link": "https://animethemes.moe/video/UshinawaretaMiraiWoMotomete-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "25875", + "title": "Wake Up, Girl Zoo!", + "year": "2014", + "themes": [ + { + "name": "ED \"WUG Zoo Zoo\"", + "link": "https://animethemes.moe/video/WakeUpGirlsZoo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24405", + "title": "World Trigger", + "year": "2014", + "themes": [ + { + "name": "OP1 \"GIRIGIRI\"", + "link": "https://animethemes.moe/video/WorldTrigger-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ashita no Hikari\"", + "link": "https://animethemes.moe/video/WorldTrigger-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Dream Trigger\"", + "link": "https://animethemes.moe/video/WorldTrigger-OP3.webm", + "type": "opening" + } + ] + }, + { + "id": "24277", + "title": "Yowamushi Pedal: Grande Road", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Determination\"", + "link": "https://animethemes.moe/video/YowamushiPedalS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Remind\"", + "link": "https://animethemes.moe/video/YowamushiPedalS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Realize\"", + "link": "https://animethemes.moe/video/YowamushiPedalS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Eikou no Ichibyou\"", + "link": "https://animethemes.moe/video/YowamushiPedalS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "25519", + "title": "Yuuki Yuuna wa Yuusha de Aru", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"Hoshi to Hana\"", + "link": "https://animethemes.moe/video/YuukiYuuna-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-OP1-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Hoshi to Hana\"", + "link": "https://animethemes.moe/video/YuukiYuuna-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-OP1v2-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-OP1v2-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Hoshi to Hana\"", + "link": "https://animethemes.moe/video/YuukiYuuna-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-OP1v3-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-OP1v3-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Aurora Days\"", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Aurora Days\"", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v2-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v2-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Aurora Days (Tougou ver.)\"", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v3-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v3-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Aurora Days (Yuuna ver.)\"", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v4-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v4-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Aurora Days\"", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v5-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v5-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Inori no Uta (acoustic guitar ver.)\"", + "link": "https://animethemes.moe/video/YuukiYuuna-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED2-BD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED2-BDLyrics.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Inori no Uta\"", + "link": "https://animethemes.moe/video/YuukiYuuna-ED2v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED2v2-BD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED2v2-BDLyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "22199", + "title": "Akame ga Kill!", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Skyreach\"", + "link": "https://animethemes.moe/video/AkameGaKill-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"LIAR MASK\"", + "link": "https://animethemes.moe/video/AkameGaKill-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Konna Sekai, Shiritakunakatta.\"", + "link": "https://animethemes.moe/video/AkameGaKill-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsuki Akari\"", + "link": "https://animethemes.moe/video/AkameGaKill-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "22729", + "title": "Aldnoah.Zero", + "year": "2014", + "themes": [ + { + "name": "OP \"heavenly blue\"", + "link": "https://animethemes.moe/video/AldnoahZero-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"A/Z\"", + "link": "https://animethemes.moe/video/AldnoahZero-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"aLIEz\"", + "link": "https://animethemes.moe/video/AldnoahZero-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "21995", + "title": "Ao Haru Ride", + "year": "2014", + "themes": [ + { + "name": "OP \"Sekai wa Koi ni Ochiteiru\"", + "link": "https://animethemes.moe/video/AoHaruRide-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Blue\"", + "link": "https://animethemes.moe/video/AoHaruRide-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23037", + "title": "Bakumatsu Rock", + "year": "2014", + "themes": [ + { + "name": "OP \"Jack\"", + "link": "https://animethemes.moe/video/BakumatsuRock-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Zecchou DAYBREAK\"", + "link": "https://animethemes.moe/video/BakumatsuRock-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Zecchou DAYBREAK\"", + "link": "https://animethemes.moe/video/BakumatsuRock-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "22789", + "title": "Barakamon", + "year": "2014", + "themes": [ + { + "name": "OP \"Rashisa\"", + "link": "https://animethemes.moe/video/Barakamon-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Innocence\"", + "link": "https://animethemes.moe/video/Barakamon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14751", + "title": "Bishoujo Senshi Sailor Moon Crystal", + "year": "2014", + "themes": [ + { + "name": "OP \"MOON PRIDE\"", + "link": "https://animethemes.moe/video/SailorMoonCrystal-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gekkou\"", + "link": "https://animethemes.moe/video/SailorMoonCrystal-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23333", + "title": "DRAMAtical Murder", + "year": "2014", + "themes": [ + { + "name": "OP \"SLIP ON THE PUMPS\"", + "link": "https://animethemes.moe/video/DRAMAticalMurder-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"BOWIE KNIFE\"", + "link": "https://animethemes.moe/video/DRAMAticalMurder-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"BY MY SIDE\"", + "link": "https://animethemes.moe/video/DRAMAticalMurder-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Felt\"", + "link": "https://animethemes.moe/video/DRAMAticalMurder-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Lullaby Blue\"", + "link": "https://animethemes.moe/video/DRAMAticalMurder-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Soul Grace\"", + "link": "https://animethemes.moe/video/DRAMAticalMurder-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "20509", + "title": "Fate/kaleid liner Prisma☆Illya 2wei!", + "year": "2014", + "themes": [ + { + "name": "OP \"moving soul\"", + "link": "https://animethemes.moe/video/FatePrismaIllya2wei-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"TWO BY TWO\"", + "link": "https://animethemes.moe/video/FatePrismaIllya2wei-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FatePrismaIllya2wei-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"TWO BY TWO\"", + "link": "https://animethemes.moe/video/FatePrismaIllya2wei-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "22955", + "title": "Francesca", + "year": "2014", + "themes": [ + { + "name": "ED \"Sasayaki wa 'Crescendo'\"", + "link": "https://animethemes.moe/video/Francesca-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22265", + "title": "Free!: Eternal Summer", + "year": "2014", + "themes": [ + { + "name": "OP \"Dried Up Youthful Fame\"", + "link": "https://animethemes.moe/video/FreeEternalSummer-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"FUTURE FISH\"", + "link": "https://animethemes.moe/video/FreeEternalSummer-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Clear Blue Departure\"", + "link": "https://animethemes.moe/video/FreeEternalSummer-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "22189", + "title": "Futsuu no Joshikousei ga [Locodol] Yattemita.", + "year": "2014", + "themes": [ + { + "name": "OP \"Mirai Fanfare\"", + "link": "https://animethemes.moe/video/Locodol-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mirai Shoujo-tachi\" by Nagarekawa Girls", + "link": "https://animethemes.moe/video/Locodol-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mirai Shoujo-tachi\" by Nagarekawa Girls & Maya Yoshioka", + "link": "https://animethemes.moe/video/Locodol-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Mirai Shoujo-tachi\" by Nagarekawa Girls, Maya Yoshioka & Inori Minase", + "link": "https://animethemes.moe/video/Locodol-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "23289", + "title": "Gekkan Shoujo Nozaki-kun", + "year": "2014", + "themes": [ + { + "name": "OP \"Kimi ja Nakya Dame Mitai\"", + "link": "https://animethemes.moe/video/NozakiKun-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ura Omote Fortune\"", + "link": "https://animethemes.moe/video/NozakiKun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19195", + "title": "Ghost in the Shell: Arise - Border:4 Ghost Stands Alone", + "year": "2014", + "themes": [ + { + "name": "OP \"GHOST IN THE SHELL ARISE\"", + "link": "https://animethemes.moe/video/GhostInTheShellAriseGhostStandsAlone-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Split Spirit\"", + "link": "https://animethemes.moe/video/GhostInTheShellAriseGhostStandsAlone-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18619", + "title": "Girls und Panzer: Kore ga Hontou no Anzio-sen Desu", + "year": "2014", + "themes": [ + { + "name": "ED \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzerOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23079", + "title": "Glasslip", + "year": "2014", + "themes": [ + { + "name": "OP \"Natsu no Hi to Kimi no Koe\"", + "link": "https://animethemes.moe/video/Glasslip-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Toumei na Sekai\"", + "link": "https://animethemes.moe/video/Glasslip-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Natsu no Hi to Kimi no Koe\"", + "link": "https://animethemes.moe/video/Glasslip-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "21855", + "title": "Hanamonogatari", + "year": "2014", + "themes": [ + { + "name": "OP \"the last day of my adolescence\"", + "link": "https://animethemes.moe/video/Hanamonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hana Ato: Shirushi\"", + "link": "https://animethemes.moe/video/Hanamonogatari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21681", + "title": "Hanayamata", + "year": "2014", + "themes": [ + { + "name": "OP \"Hana wa Odore ya Irohaniho\"", + "link": "https://animethemes.moe/video/Hanayamata-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hanayamata-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Hanayuki\" by smileY inc.", + "link": "https://animethemes.moe/video/Hanayamata-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hanayamata-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hanayuki\" by Team \"Hanayamata\"", + "link": "https://animethemes.moe/video/Hanayamata-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "22835", + "title": "Himegoto", + "year": "2014", + "themes": [ + { + "name": "OP \"Troublemaker\"", + "link": "https://animethemes.moe/video/Himegoto-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Make-up!\"", + "link": "https://animethemes.moe/video/Himegoto-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23121", + "title": "Jinsei", + "year": "2014", + "themes": [ + { + "name": "OP \"Dekoboko Kaiketsu Sensation\"", + "link": "https://animethemes.moe/video/Jinsei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Jinsei☆Kimiiro\"", + "link": "https://animethemes.moe/video/Jinsei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22145", + "title": "Kuroshitsuji: Book of Circus", + "year": "2014", + "themes": [ + { + "name": "OP \"ENAMEL\"", + "link": "https://animethemes.moe/video/KuroshitsujiBookOfCircus-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aoki Tsuki Michite\"", + "link": "https://animethemes.moe/video/KuroshitsujiBookOfCircus-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21105", + "title": "Love Stage!!", + "year": "2014", + "themes": [ + { + "name": "OP \"LΦVEST\"", + "link": "https://animethemes.moe/video/LoveStage-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"CLICK YOUR HEART!!\"", + "link": "https://animethemes.moe/video/LoveStage-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23945", + "title": "Majimoji Rurumo", + "year": "2014", + "themes": [ + { + "name": "OP \"Seiippai, Tsutaetai!\"", + "link": "https://animethemes.moe/video/MajimojiRurumo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MajimojiRurumo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Futari no Chronostasis\"", + "link": "https://animethemes.moe/video/MajimojiRurumo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MajimojiRurumo-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"FHK Fushigi Hakken no Uta (Piano ver.)\"", + "link": "https://animethemes.moe/video/MajimojiRurumo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "24835", + "title": "Mobile Suit Gundam-san", + "year": "2014", + "themes": [ + { + "name": "ED V1 \"Gundam-san Ondo\"", + "link": "https://animethemes.moe/video/GundamSan-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Gundam-san Ondo\"", + "link": "https://animethemes.moe/video/GundamSan-ED2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Gundam-san Ondo\"", + "link": "https://animethemes.moe/video/GundamSan-ED3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Gundam-san Ondo\"", + "link": "https://animethemes.moe/video/GundamSan-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "22225", + "title": "Momo Kyun Sword", + "year": "2014", + "themes": [ + { + "name": "OP \"Momoiro Fantasy\"", + "link": "https://animethemes.moe/video/MomoKyunSword-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Momo Kyun Sword\"", + "link": "https://animethemes.moe/video/MomoKyunSword-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Momo Kyun Sword\"", + "link": "https://animethemes.moe/video/MomoKyunSword-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ready Go!! Zettai Muteki no Tennyo Tai\"", + "link": "https://animethemes.moe/video/MomoKyunSword-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "24135", + "title": "Nobunaga Concerto", + "year": "2014", + "themes": [ + { + "name": "ED \"Fukagyaku Replace\"", + "link": "https://animethemes.moe/video/NobunagaConcerto-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24075", + "title": "Persona 4 the Golden Animation", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Shadow World\"", + "link": "https://animethemes.moe/video/Persona4TheGolden-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Next Chance to Move On\"", + "link": "https://animethemes.moe/video/Persona4TheGolden-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"key plus words\"", + "link": "https://animethemes.moe/video/Persona4TheGolden-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Dazzling Smile\" by Shihoko Hirata", + "link": "https://animethemes.moe/video/Persona4TheGolden-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Dazzling Smile\" by Shihoko Hirata", + "link": "https://animethemes.moe/video/Persona4TheGolden-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Subete no Tamashii no Uta\"", + "link": "https://animethemes.moe/video/Persona4TheGolden-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Dazzling Smile\" by Kana Hanazawa", + "link": "https://animethemes.moe/video/Persona4TheGolden-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Never More\"", + "link": "https://animethemes.moe/video/Persona4TheGolden-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "23135", + "title": "PriPara", + "year": "2014", + "themes": [ + { + "name": "OP1 V1 \"Make it!\"", + "link": "https://animethemes.moe/video/PriPara-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Make it!\"", + "link": "https://animethemes.moe/video/PriPara-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Miracle☆Paradise\"", + "link": "https://animethemes.moe/video/PriPara-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Realize!\"", + "link": "https://animethemes.moe/video/PriPara-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 V1 \"Dream Parade\"", + "link": "https://animethemes.moe/video/PriPara-OP4.webm", + "type": "opening" + }, + { + "name": "OP4 V2 \"Dream Parade\"", + "link": "https://animethemes.moe/video/PriPara-OP4v2.webm", + "type": "opening" + }, + { + "name": "OP5 \"Bright Fantasy\"", + "link": "https://animethemes.moe/video/PriPara-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Goin'on\"", + "link": "https://animethemes.moe/video/PriPara-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"Ready Smile!!\"", + "link": "https://animethemes.moe/video/PriPara-OP7.webm", + "type": "opening" + }, + { + "name": "OP8 \"Brand New Dreamer\" by Laala Manaka with Triangle", + "link": "https://animethemes.moe/video/PriPara-OP8.webm", + "type": "opening" + }, + { + "name": "OP9 \"Brand New Dreamer\" by Laala Manaka with Junon", + "type": "opening" + }, + { + "name": "OP10 \"Brand New Dreamer\" by Laala Manaka with Pinon", + "type": "opening" + }, + { + "name": "OP11 \"Brand New Dreamer\"", + "type": "opening" + }, + { + "name": "OP12 \"Shining Star\"", + "link": "https://animethemes.moe/video/PriPara-OP12.webm", + "type": "opening" + }, + { + "name": "ED1 \"Jumpin' Dancin'\"", + "link": "https://animethemes.moe/video/PriPara-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kiraki Runway☆\"", + "link": "https://animethemes.moe/video/PriPara-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"I Just Wanna Be With You ~Virtual and Real no Hazama de~\"", + "link": "https://animethemes.moe/video/PriPara-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Idol Kinryoku♥Lesson Go!\"", + "link": "https://animethemes.moe/video/PriPara-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Mune Kyun Love Song\"", + "link": "https://animethemes.moe/video/PriPara-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Rainbow Melody♪\"", + "link": "https://animethemes.moe/video/PriPara-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"ThankYou ♥ Birthday\"", + "link": "https://animethemes.moe/video/PriPara-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Pure Amore Ai\"", + "type": "ending" + }, + { + "name": "ED9 \"LOVE TROOPER\"", + "link": "https://animethemes.moe/video/PriPara-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"PriPara☆Dancing!!!\"", + "link": "https://animethemes.moe/video/PriPara-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Growin' Jewel!\"", + "link": "https://animethemes.moe/video/PriPara-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Brand New Dreamer\" by Laala with Kanon", + "type": "ending" + } + ] + }, + { + "id": "23309", + "title": "Rail Wars!", + "year": "2014", + "themes": [ + { + "name": "OP \"Mukai Kaze ni Utarenagara\"", + "link": "https://animethemes.moe/video/RailWars-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"OVERDRIVER\"", + "link": "https://animethemes.moe/video/RailWars-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23421", + "title": "Re:␣Hamatora", + "year": "2014", + "themes": [ + { + "name": "OP \"Sen no Tsubasa\"", + "link": "https://animethemes.moe/video/ReHamatora-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Brand New World\"", + "link": "https://animethemes.moe/video/ReHamatora-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22865", + "title": "Rokujouma no Shinryakusha!?", + "year": "2014", + "themes": [ + { + "name": "OP \"Koukan win-win Mujouken\"", + "link": "https://animethemes.moe/video/RokujoumaNoShinryakusha-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koi wa Milk Tea\"", + "link": "https://animethemes.moe/video/RokujoumaNoShinryakusha-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "20709", + "title": "Sabagebu!", + "year": "2014", + "themes": [ + { + "name": "OP \"YES!!\"", + "link": "https://animethemes.moe/video/Sabagebu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Piti Pati SurviBird\"", + "link": "https://animethemes.moe/video/Sabagebu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22877", + "title": "Seirei Tsukai no Blade Dance", + "year": "2014", + "themes": [ + { + "name": "OP \"Kyoumei no True Force\"", + "link": "https://animethemes.moe/video/SeireiTsukaiNoBladeDance-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Blade Dance\"", + "link": "https://animethemes.moe/video/SeireiTsukaiNoBladeDance-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23201", + "title": "Sengoku Basara: Judge End", + "year": "2014", + "themes": [ + { + "name": "OP \"Thunderclap\"", + "link": "https://animethemes.moe/video/SengokuBasaraJudgeEnd-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Polaris\"", + "link": "https://animethemes.moe/video/SengokuBasaraJudgeEnd-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23325", + "title": "Shirogane no Ishi: Argevollen", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Tough Intention\"", + "link": "https://animethemes.moe/video/Argevollen-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"ZoNE-iT\"", + "link": "https://animethemes.moe/video/Argevollen-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Faith\"", + "link": "https://animethemes.moe/video/Argevollen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Vivid Telepathy\"", + "link": "https://animethemes.moe/video/Argevollen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "23327", + "title": "Space☆Dandy 2nd Season", + "year": "2014", + "themes": [ + { + "name": "OP \"Viva Namida\"", + "link": "https://animethemes.moe/video/SpaceDandy-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"X Jigen e Youkoso\"", + "link": "https://animethemes.moe/video/SpaceDandy-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kanchigai Lonely Night\"", + "link": "https://animethemes.moe/video/SpaceDandyS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"WHITE HOUSE\"", + "link": "https://animethemes.moe/video/SpaceDandyS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Space☆Dandy\"", + "link": "https://animethemes.moe/video/SpaceDandyS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Seaside Driving\"", + "link": "https://animethemes.moe/video/SpaceDandyS2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"All \"the thing\"s i am... worried\"", + "link": "https://animethemes.moe/video/SpaceDandyS2-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"SPACE FUN CLUB\"", + "link": "https://animethemes.moe/video/SpaceDandyS2-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "21881", + "title": "Sword Art Online II", + "year": "2014", + "themes": [ + { + "name": "OP1 \"IGNITE\"", + "link": "https://animethemes.moe/video/SwordArtOnlineS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"courage\"", + "link": "https://animethemes.moe/video/SwordArtOnlineS2-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"courage\"", + "link": "https://animethemes.moe/video/SwordArtOnlineS2-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Separate Ways\"", + "link": "https://animethemes.moe/video/SwordArtOnlineS2-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Startear\"", + "link": "https://animethemes.moe/video/SwordArtOnlineS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"No More Time Machine\"", + "link": "https://animethemes.moe/video/SwordArtOnlineS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Shirushi\"", + "link": "https://animethemes.moe/video/SwordArtOnlineS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Shirushi\"", + "link": "https://animethemes.moe/video/SwordArtOnlineS2-ED3v2.webm", + "type": "ending" + } + ] + }, + { + "id": "21353", + "title": "Tokyo ESP", + "year": "2014", + "themes": [ + { + "name": "OP \"Tokyo Zero Hearts\"", + "link": "https://animethemes.moe/video/TokyoESP-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kyuusei Argyros\"", + "link": "https://animethemes.moe/video/TokyoESP-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TokyoESP-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Lasting Memories\"", + "type": "ending" + } + ] + }, + { + "id": "22319", + "title": "Tokyo Ghoul", + "year": "2014", + "themes": [ + { + "name": "OP \"unravel\"", + "link": "https://animethemes.moe/video/TokyoGhoul-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Seijatachi\"", + "link": "https://animethemes.moe/video/TokyoGhoul-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Seijatachi\"", + "link": "https://animethemes.moe/video/TokyoGhoul-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Seijatachi\"", + "link": "https://animethemes.moe/video/TokyoGhoul-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Seijatachi\"", + "link": "https://animethemes.moe/video/TokyoGhoul-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Seijatachi\"", + "link": "https://animethemes.moe/video/TokyoGhoul-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Seijatachi\"", + "link": "https://animethemes.moe/video/TokyoGhoul-ED1v6.webm", + "type": "ending" + } + ] + }, + { + "id": "21435", + "title": "Yama no Susume Second Season", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Natsu-iro Present\"", + "link": "https://animethemes.moe/video/YamaNoSusumeS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Mainichi Koharu Biyori\"", + "link": "https://animethemes.moe/video/YamaNoSusumeS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tinkling Smile\"", + "link": "https://animethemes.moe/video/YamaNoSusumeS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Staccato Days\"", + "link": "https://animethemes.moe/video/YamaNoSusumeS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Staccato Days\"", + "link": "https://animethemes.moe/video/YamaNoSusumeS2-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Staccato Days\"", + "link": "https://animethemes.moe/video/YamaNoSusumeS2-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED3 \"Cocoiro Rainbow\"", + "link": "https://animethemes.moe/video/YamaNoSusumeS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "22537", + "title": "Yami Shibai 2", + "year": "2014", + "themes": [ + { + "name": "ED \"Shijuukunichi Me\"", + "link": "https://animethemes.moe/video/YamiShibaiS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23283", + "title": "Zankyou no Terror", + "year": "2014", + "themes": [ + { + "name": "OP \"Trigger\"", + "link": "https://animethemes.moe/video/ZankyouNoTerror-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dare ka, Umi wo.\"", + "link": "https://animethemes.moe/video/ZankyouNoTerror-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19429", + "title": "Akuma no Riddle", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"Soushou Innocence\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Soushou Innocence\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Paradox\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kinou, Kyou, Ashita\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Concentration\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Across The Fate\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Doutte koto nai Sympathy\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Poison Me\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Suzukaze\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Mayonaka no Toubou\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Tenshi No Smile♥\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Inochi no Karakuri\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Survival\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"QUEEN\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "21185", + "title": "Baby Steps", + "year": "2014", + "themes": [ + { + "name": "OP \"Believe in yourself\"", + "link": "https://animethemes.moe/video/BabySteps-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Baby Steps\"", + "link": "https://animethemes.moe/video/BabySteps-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "20787", + "title": "Black Bullet", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"black bullet\"", + "link": "https://animethemes.moe/video/BlackBullet-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"black bullet\"", + "link": "https://animethemes.moe/video/BlackBullet-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackBullet-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Tokohana\"", + "link": "https://animethemes.moe/video/BlackBullet-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Wasurenai Tame ni\"", + "link": "https://animethemes.moe/video/BlackBullet-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Wasurenai Tame ni for lotus\"", + "link": "https://animethemes.moe/video/BlackBullet-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "22547", + "title": "Blade & Soul", + "year": "2014", + "themes": [ + { + "name": "OP \"Sayonara Usotsuki\"", + "link": "https://animethemes.moe/video/BladeAndSoul-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"RAINBOW\"", + "link": "https://animethemes.moe/video/BladeAndSoul-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21405", + "title": "Bokura wa Minna Kawaisou", + "year": "2014", + "themes": [ + { + "name": "OP \"Itsuka no, Ikutsuka no Kimi to no Sekai\"", + "link": "https://animethemes.moe/video/Kawaisou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"My Sweet Shelter\"", + "link": "https://animethemes.moe/video/Kawaisou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22433", + "title": "Break Blade (TV)", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"Junction heart\"", + "link": "https://animethemes.moe/video/BreakBladeTV-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Junction heart\"", + "link": "https://animethemes.moe/video/BreakBladeTV-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Itoshiki Aragaiyo, Michibike Hikari e\"", + "link": "https://animethemes.moe/video/BreakBladeTV-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Itoshiki Aragaiyo, Michibike Hikari e\"", + "link": "https://animethemes.moe/video/BreakBladeTV-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "21677", + "title": "Captain Earth", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Believers High\"", + "link": "https://animethemes.moe/video/CaptainEarth-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"TOKYO Dreamer\"", + "link": "https://animethemes.moe/video/CaptainEarth-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Amethyst\"", + "link": "https://animethemes.moe/video/CaptainEarth-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"The Glory Days\"", + "link": "https://animethemes.moe/video/CaptainEarth-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "19163", + "title": "Date A Live II", + "year": "2014", + "themes": [ + { + "name": "OP \"Trust in you\"", + "link": "https://animethemes.moe/video/DateALiveS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Day to Story\"", + "link": "https://animethemes.moe/video/DateALiveS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"My Treasure\"", + "link": "https://animethemes.moe/video/DateALiveS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "22777", + "title": "Dragon Ball Kai (2014)", + "year": "2014", + "themes": [ + { + "name": "OP \"Kuu-Zen-Zetsu-Go\"", + "link": "https://animethemes.moe/video/DragonBallKai2014-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DragonBallKai2014-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED1 \"Haikei, Tsuratsusutora\"", + "link": "https://animethemes.moe/video/DragonBallKai2014-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Junjou\"", + "link": "https://animethemes.moe/video/DragonBallKai2014-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Oh Yeah!!!!!!!\"", + "link": "https://animethemes.moe/video/DragonBallKai2014-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"GALAXY\"", + "link": "https://animethemes.moe/video/DragonBallKai2014-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Don't Let Me Down\"", + "link": "https://animethemes.moe/video/DragonBallKai2014-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "21167", + "title": "Escha & Logy no Atelier: Tasogare no Sora no Renkinjutsushi", + "year": "2014", + "themes": [ + { + "name": "OP \"Asuiro\"", + "link": "https://animethemes.moe/video/EschaLogy-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EschaLogy-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Fuyumidori\"", + "link": "https://animethemes.moe/video/EschaLogy-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22043", + "title": "Fairy Tail (2014)", + "year": "2014", + "themes": [ + { + "name": "OP1 \"MASAYUME CHASING\"", + "link": "https://animethemes.moe/video/FairyTail2014-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"STRIKE BACK\"", + "link": "https://animethemes.moe/video/FairyTail2014-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Mysterious Magic\"", + "link": "https://animethemes.moe/video/FairyTail2014-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"BREAK OUT\"", + "link": "https://animethemes.moe/video/FairyTail2014-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Yume-iro Graffiti\"", + "link": "https://animethemes.moe/video/FairyTail2014-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"NEVER-END TALE\"", + "link": "https://animethemes.moe/video/FairyTail2014-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"Believe In Myself\"", + "link": "https://animethemes.moe/video/FairyTail2014-OP7.webm", + "type": "opening" + }, + { + "name": "OP8 \"Ashita wo Orase\"", + "link": "https://animethemes.moe/video/FairyTail2014-OP8.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi to Kare to Boku to Kanojo to\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Kokoro no Kagi\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Kokoro no Kagi\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Kokoro no Kagi\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED2 V4 \"Kokoro no Kagi\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED2v4.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kimi no Mirai\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 V1 \"Don't let me down\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED4.webm", + "type": "ending" + }, + { + "name": "ED4 V2 \"Don't let me down\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED4v2.webm", + "type": "ending" + }, + { + "name": "ED4 V3 \"Don't let me down\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED4v3.webm", + "type": "ending" + }, + { + "name": "ED4 V4 \"Don't let me down\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED4v4.webm", + "type": "ending" + }, + { + "name": "ED4 V5 \"Don't let me down\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED4v5.webm", + "type": "ending" + }, + { + "name": "ED4 V6 \"Don't let me down\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED4v6.webm", + "type": "ending" + }, + { + "name": "ED4 V7 \"Don't let me down\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED4v7.webm", + "type": "ending" + }, + { + "name": "ED4 V8 \"Don't let me down\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED4v8.webm", + "type": "ending" + }, + { + "name": "ED4 V9 \"Don't let me down\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED4v9.webm", + "type": "ending" + }, + { + "name": "ED5 V1 \"Never ever\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED5.webm", + "type": "ending" + }, + { + "name": "ED5 V2 \"Never ever\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED5v2.webm", + "type": "ending" + }, + { + "name": "ED5 V3 \"Never ever\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED5v3.webm", + "type": "ending" + }, + { + "name": "ED5 V4 \"Never ever\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED5v4.webm", + "type": "ending" + }, + { + "name": "ED5 V5 \"Never ever\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED5v5.webm", + "type": "ending" + }, + { + "name": "ED5 V6 \"Never ever\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED5v6.webm", + "type": "ending" + }, + { + "name": "ED6 \"FOREVER HERE\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Azayaka na Tabiji\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Landscape\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED8.webm", + "type": "ending" + } + ] + }, + { + "id": "21521", + "title": "Futa-bu!", + "year": "2014", + "themes": [ + { + "name": "ED \"Futanari Nari Ni\"", + "link": "https://animethemes.moe/video/Futabu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21821", + "title": "Fuuun Ishin Dai☆Shogun", + "year": "2014", + "themes": [ + { + "name": "OP \"Tamashii RISES\"", + "link": "https://animethemes.moe/video/FuuunIshinDaiShogun-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"UPON A STAR\"", + "link": "https://animethemes.moe/video/FuuunIshinDaiShogun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19193", + "title": "Ghost in the Shell: Arise - Border:3 Ghost Tears", + "year": "2014", + "themes": [ + { + "name": "OP \"GHOST IN THE SHELL ARISE\"", + "link": "https://animethemes.moe/video/GhostInTheShellAriseGhostTears-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Heart Grenade\"", + "link": "https://animethemes.moe/video/GhostInTheShellAriseGhostTears-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21273", + "title": "Gochuumon wa Usagi Desu ka?", + "year": "2014", + "themes": [ + { + "name": "OP \"Daydream café\"", + "link": "https://animethemes.moe/video/GochiUsa-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Poppin Jump♪\"", + "link": "https://animethemes.moe/video/GochiUsa-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Poppin Jump♪\"", + "link": "https://animethemes.moe/video/GochiUsa-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Poppin Jump♪\"", + "link": "https://animethemes.moe/video/GochiUsa-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Poppin Jump♪\"", + "link": "https://animethemes.moe/video/GochiUsa-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Poppin Jump♪\"", + "link": "https://animethemes.moe/video/GochiUsa-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Poppin Jump♪\"", + "link": "https://animethemes.moe/video/GochiUsa-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED1 V7 \"Poppin Jump♪\"", + "link": "https://animethemes.moe/video/GochiUsa-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED1 V8 \"Poppin Jump♪\"", + "link": "https://animethemes.moe/video/GochiUsa-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED1 V9 \"Poppin Jump♪\"", + "link": "https://animethemes.moe/video/GochiUsa-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED1 V10 \"Poppin Jump♪\"", + "link": "https://animethemes.moe/video/GochiUsa-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED1 V11 \"Poppin Jump♪\"", + "link": "https://animethemes.moe/video/GochiUsa-ED1v11.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nichijou Decoration\"", + "link": "https://animethemes.moe/video/GochiUsa-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "21431", + "title": "Gokukoku no Brynhildr", + "year": "2014", + "themes": [ + { + "name": "OP1 \"BRYNHILDR IN THE DARKNESS -Ver. EJECTED-\"", + "link": "https://animethemes.moe/video/GokukokuNoBrynhildr-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Virtue and Vice\"", + "link": "https://animethemes.moe/video/GokukokuNoBrynhildr-OP2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ichiban Boshi\"", + "link": "https://animethemes.moe/video/GokukokuNoBrynhildr-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ichiban Boshi\"", + "link": "https://animethemes.moe/video/GokukokuNoBrynhildr-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Ichiban Boshi\"", + "link": "https://animethemes.moe/video/GokukokuNoBrynhildr-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "20583", + "title": "Haikyuu!!", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Imagination\"", + "link": "https://animethemes.moe/video/Haikyuu-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ah Yeah!!\"", + "link": "https://animethemes.moe/video/Haikyuu-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tenchi Geshi\"", + "link": "https://animethemes.moe/video/Haikyuu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"LEO\"", + "link": "https://animethemes.moe/video/Haikyuu-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "20853", + "title": "Hitsugi no Chaika", + "year": "2014", + "themes": [ + { + "name": "OP \"DARAKENA\"", + "link": "https://animethemes.moe/video/HitsugiNoChaika-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kairaku Genri\"", + "link": "https://animethemes.moe/video/HitsugiNoChaika-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22507", + "title": "Initial D Final Stage", + "year": "2014", + "themes": [ + { + "name": "OP \"Outsoar The Rainbow\"", + "link": "https://animethemes.moe/video/InitialDFinalStage-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Gamble Rumble\"", + "link": "https://animethemes.moe/video/InitialDFinalStage-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rage your dream\"", + "link": "https://animethemes.moe/video/InitialDFinalStage-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "22123", + "title": "Inugami-san to Nekoyama-san", + "year": "2014", + "themes": [ + { + "name": "ED \"Zettai♡Fukujuu Sengen\"", + "link": "https://animethemes.moe/video/InugamiSanToNekoyamaSan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21327", + "title": "Isshuukan Friends.", + "year": "2014", + "themes": [ + { + "name": "OP \"Niji no Kakera\"", + "link": "https://animethemes.moe/video/IsshuukanFriends-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsshuukanFriends-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Kanade\"", + "link": "https://animethemes.moe/video/IsshuukanFriends-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsshuukanFriends-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kanade\"", + "link": "https://animethemes.moe/video/IsshuukanFriends-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "20899", + "title": "JoJo no Kimyou na Bouken: Stardust Crusaders", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"STAND PROUD\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"STAND PROUD\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Walk Like An Egyptian\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21563", + "title": "Kamigami no Asobi", + "year": "2014", + "themes": [ + { + "name": "OP \"TILL THE END\"", + "link": "https://animethemes.moe/video/KamigamiNoAsobi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"REASON FOR...\"", + "link": "https://animethemes.moe/video/KamigamiNoAsobi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19685", + "title": "Kanojo ga Flag wo Oraretara", + "year": "2014", + "themes": [ + { + "name": "OP \"Cupi-Doo Revue\"", + "link": "https://animethemes.moe/video/KanojoGaFlagWoOreretara-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kanojo ga Flag wo Tateru Wake\"", + "link": "https://animethemes.moe/video/KanojoGaFlagWoOreretara-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kanojo ga Flag wo Tateru Wake\"", + "link": "https://animethemes.moe/video/KanojoGaFlagWoOreretara-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "21809", + "title": "Kenzen Robo Daimidaler", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"Kenzen Robo Daimidaler\"", + "link": "https://animethemes.moe/video/KenzenRoboDaimidaler-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kenzen Robo Daimidaler\"", + "link": "https://animethemes.moe/video/KenzenRoboDaimidaler-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Suki Suki//LINKS\"", + "link": "https://animethemes.moe/video/KenzenRoboDaimidaler-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22817", + "title": "Kindaichi Shounen no Jikenbo Returns", + "year": "2014", + "themes": [ + { + "name": "OP1 \"BRAND NEW STORY\"", + "link": "https://animethemes.moe/video/KindaichiReturns-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yue ni, Matenrou\"", + "link": "https://animethemes.moe/video/KindaichiReturns-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Passcode 4854\"", + "link": "https://animethemes.moe/video/KindaichiReturns-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Start Line\"", + "link": "https://animethemes.moe/video/KindaichiReturns-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "19111", + "title": "Love Live! School Idol Project 2nd Season", + "year": "2014", + "themes": [ + { + "name": "OP \"Sore wa Bokutachi no Kiseki\"", + "link": "https://animethemes.moe/video/LoveLiveS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-OP1-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Donna Toki mo Zutto\" by Eli Ayase, Nozomi Toujou, Nico Yazawa", + "link": "https://animethemes.moe/video/LoveLiveS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-ED1-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Donna Toki mo Zutto\" by µ's", + "link": "https://animethemes.moe/video/LoveLiveS2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-ED2-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED3 \"Donna Toki mo Zutto\" by Nico Yazawa", + "link": "https://animethemes.moe/video/LoveLiveS2-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-ED3-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED4 \"Donna Toki mo Zutto\" by Rin Hoshizora", + "link": "https://animethemes.moe/video/LoveLiveS2-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-ED4-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED5 \"Donna Toki mo Zutto\" by Rin Hoshizora, Maki Nishikino, Hanayo Koizumi", + "link": "https://animethemes.moe/video/LoveLiveS2-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-ED5-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED6 \"Donna Toki mo Zutto\" by Honoka Kousaka, Kotori Minami, Umi Sonoda", + "link": "https://animethemes.moe/video/LoveLiveS2-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-ED6-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED7 \"Donna Toki mo Zutto\" Eli Ayase, Maki Nikishino, Nozomi Toujou", + "link": "https://animethemes.moe/video/LoveLiveS2-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-ED7-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED8 \"Snow halation\"", + "link": "https://animethemes.moe/video/LoveLiveS2-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-ED8-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED9 \"Donna Toki mo Zutto\" by Honoka Kousaka", + "link": "https://animethemes.moe/video/LoveLiveS2-ED9.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-ED9-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED10 \"Donna Toki mo Zutto\" by µ's", + "link": "https://animethemes.moe/video/LoveLiveS2-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Bokura wa Ima no Naka de\"", + "link": "https://animethemes.moe/video/LoveLiveS2-ED11.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-ED11-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED12 \"Happy maker!\"", + "link": "https://animethemes.moe/video/LoveLiveS2-ED12.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-ED12-NCBD1080Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "23293", + "title": "Lupin the IIIrd: Jigen Daisuke no Bohyou", + "year": "2014", + "themes": [ + { + "name": "ED \"Revolver Fires\"", + "link": "https://animethemes.moe/video/LupinJigenDaisukeNoBohyou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23133", + "title": "M3: Sono Kuroki Hagane", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Re:REMEMBER\"", + "link": "https://animethemes.moe/video/M3SonoKurokiHagane-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Replica\"", + "link": "https://animethemes.moe/video/M3SonoKurokiHagane-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"ego-izm\"", + "link": "https://animethemes.moe/video/M3SonoKurokiHagane-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"SABLE\"", + "link": "https://animethemes.moe/video/M3SonoKurokiHagane-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "21421", + "title": "Mahou Shoujo Taisen", + "year": "2014", + "themes": [ + { + "name": "OP \"All Over\"", + "link": "https://animethemes.moe/video/MahouShoujoTaisen-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "20785", + "title": "Mahouka Koukou no Rettousei", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Rising Hope\"", + "link": "https://animethemes.moe/video/MahoukaKoukouNoRettousei-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"grilletto\"", + "link": "https://animethemes.moe/video/MahoukaKoukouNoRettousei-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Millenario\"", + "link": "https://animethemes.moe/video/MahoukaKoukouNoRettousei-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Mirror\"", + "link": "https://animethemes.moe/video/MahoukaKoukouNoRettousei-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Mirror\"", + "link": "https://animethemes.moe/video/MahoukaKoukouNoRettousei-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "21863", + "title": "Mangaka-san to Assistant-san to The Animation", + "year": "2014", + "themes": [ + { + "name": "OP \"Junsui na Fujunbutsu\"", + "link": "https://animethemes.moe/video/MangakaSan-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MangakaSan-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Spica.\"", + "link": "https://animethemes.moe/video/MangakaSan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Owarinaki Pantsu\"", + "link": "https://animethemes.moe/video/MangakaSan-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "21603", + "title": "Mekakucity Actors", + "year": "2014", + "themes": [ + { + "name": "OP1 \"daze\"", + "link": "https://animethemes.moe/video/MekakucityActors-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Headphone Actor\"", + "link": "https://animethemes.moe/video/MekakucityActors-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Ayano no Koufuku Riron\"", + "link": "https://animethemes.moe/video/MekakucityActors-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"days\"", + "link": "https://animethemes.moe/video/MekakucityActors-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yuukei Yesterday\"", + "link": "https://animethemes.moe/video/MekakucityActors-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Lost Time Memory\"", + "link": "https://animethemes.moe/video/MekakucityActors-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Summertime Record\"", + "link": "https://animethemes.moe/video/MekakucityActors-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "21939", + "title": "Mushishi Zoku Shou", + "year": "2014", + "themes": [ + { + "name": "OP \"Shiver\"", + "link": "https://animethemes.moe/video/MushishiZokuShou-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "19815", + "title": "No Game No Life", + "year": "2014", + "themes": [ + { + "name": "OP1 \"This game\"", + "link": "https://animethemes.moe/video/NoGameNoLife-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Onegai☆Snyaiper\"", + "link": "https://animethemes.moe/video/NoGameNoLife-OP2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Oracion\"", + "link": "https://animethemes.moe/video/NoGameNoLife-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Oracion\"", + "link": "https://animethemes.moe/video/NoGameNoLife-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "21473", + "title": "Persona 3 the Movie 2: Midsummer Knight's Dream", + "year": "2014", + "themes": [ + { + "name": "OP \"Fate is In Our Hands\"", + "link": "https://animethemes.moe/video/Persona3Movie2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"One Hand, One Heartbeat\"", + "link": "https://animethemes.moe/video/Persona3Movie2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22135", + "title": "Ping Pong The Animation", + "year": "2014", + "themes": [ + { + "name": "OP \"Tada Hitori\"", + "link": "https://animethemes.moe/video/PingPong-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ano Hero to' Bokura ni Tsuite\"", + "link": "https://animethemes.moe/video/PingPong-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ano Yoake Mae no' Bokura ni Tsuite\"", + "link": "https://animethemes.moe/video/PingPong-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "21073", + "title": "Puchimas!!: Petit Petit iDOLM@STER", + "year": "2014", + "themes": [ + { + "name": "ED1 \"Ohayo Sunshine\"", + "link": "https://animethemes.moe/video/PuchimasS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hitoribocchi no Uta\"", + "link": "https://animethemes.moe/video/PuchimasS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hello Lunchtime\"", + "link": "https://animethemes.moe/video/PuchimasS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Goodnight Stars\"", + "link": "https://animethemes.moe/video/PuchimasS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"La♪ La♪ La♪ Wonderland (Tropical Remix)\"", + "link": "https://animethemes.moe/video/PuchimasS2-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "21561", + "title": "Ryuugajou Nanana no Maizoukin (TV)", + "year": "2014", + "themes": [ + { + "name": "OP \"Butterfly Effect\"", + "link": "https://animethemes.moe/video/RyuugajouNananaNoMaizoukin-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kasukana Hisokana Tashikana Mirai\"", + "link": "https://animethemes.moe/video/RyuugajouNananaNoMaizoukin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21033", + "title": "Seikoku no Dragonar", + "year": "2014", + "themes": [ + { + "name": "OP \"Seiken nante Iranai\"", + "link": "https://animethemes.moe/video/SeikokuNoDragonar-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"MOST Ijou no 'MOSTEST'\" by Mariya Ise, Ayane Sakura, & Marina Inoue", + "link": "https://animethemes.moe/video/SeikokuNoDragonar-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"MOST Ijou no 'MOSTEST'\" by Asuka Oogame, Asami Shimoda, & Kana Hanazawa", + "link": "https://animethemes.moe/video/SeikokuNoDragonar-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"MOST Ijou no 'MOSTEST'\" by Mariya Ise, Ayane Sakura, Marina Inoue, Asuka Oogame, Asami Shimoda, & Kana Hanazawa", + "link": "https://animethemes.moe/video/SeikokuNoDragonar-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "22273", + "title": "Selector Infected WIXOSS", + "year": "2014", + "themes": [ + { + "name": "OP \"killy killy JOKER\"", + "link": "https://animethemes.moe/video/SelectorInfectedWIXOSS-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SelectorInfectedWIXOSS-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"realize -Yume no Matsu Basho-\"", + "link": "https://animethemes.moe/video/SelectorInfectedWIXOSS-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SelectorInfectedWIXOSS-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"realize -Yume no Matsu Basho- ~White Hope Remix~\"", + "link": "https://animethemes.moe/video/SelectorInfectedWIXOSS-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "19775", + "title": "Sidonia no Kishi", + "year": "2014", + "themes": [ + { + "name": "OP \"Sidonia\"", + "link": "https://animethemes.moe/video/SidoniaNoKishi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"show\"", + "link": "https://animethemes.moe/video/SidoniaNoKishi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22101", + "title": "Soredemo Sekai wa Utsukushii", + "year": "2014", + "themes": [ + { + "name": "OP1 V1 \"BEAUTIFUL WORLD\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"BEAUTIFUL WORLD\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"BEAUTIFUL WORLD\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP1 V4 \"BEAUTIFUL WORLD\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP1 V5 \"BEAUTIFUL WORLD\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP1 V6 \"BEAUTIFUL WORLD\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP1v6.webm", + "type": "opening" + }, + { + "name": "OP1 V7 \"BEAUTIFUL WORLD\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP1v7.webm", + "type": "opening" + }, + { + "name": "OP1 V8 \"BEAUTIFUL WORLD\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP1v8.webm", + "type": "opening" + }, + { + "name": "OP1 V9 \"BEAUTIFUL WORLD\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP1v9.webm", + "type": "opening" + }, + { + "name": "OP1 V10 \"BEAUTIFUL WORLD\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP1v10.webm", + "type": "opening" + }, + { + "name": "OP1 V11 \"BEAUTIFUL WORLD\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP1v11.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ame Okuri no Uta\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"PROMISE\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21507", + "title": "Soul Eater NOT!", + "year": "2014", + "themes": [ + { + "name": "OP \"monochrome\"", + "link": "https://animethemes.moe/video/SoulEaterNOT-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yuugure Happy Call\"", + "link": "https://animethemes.moe/video/SoulEaterNOT-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21647", + "title": "Tamako Love Story", + "year": "2014", + "themes": [ + { + "name": "OP \"Koi no Uta\" by Mamedai Kitashirakawa", + "link": "https://animethemes.moe/video/TamakoLoveStory-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TamakoLoveStory-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Principle\"", + "link": "https://animethemes.moe/video/TamakoLoveStory-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koi no Uta\" by Tamako Kitashirakawa", + "link": "https://animethemes.moe/video/TamakoLoveStory-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "21639", + "title": "Yu☆Gi☆Oh! ARC-V", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Believe x Believe\"", + "link": "https://animethemes.moe/video/YGOARCV-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Burn!\"", + "link": "https://animethemes.moe/video/YGOARCV-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"UNLEASH\"", + "link": "https://animethemes.moe/video/YGOARCV-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Kirifuda\"", + "link": "https://animethemes.moe/video/YGOARCV-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Kibou no Hikari\"", + "link": "https://animethemes.moe/video/YGOARCV-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Pendulum Beat!\"", + "link": "https://animethemes.moe/video/YGOARCV-OP6.webm", + "type": "opening" + }, + { + "name": "ED1 \"One Step\"", + "link": "https://animethemes.moe/video/YGOARCV-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Future Fighter\"", + "link": "https://animethemes.moe/video/YGOARCV-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"ARC of Smile!\"", + "link": "https://animethemes.moe/video/YGOARCV-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Speaking\"", + "link": "https://animethemes.moe/video/YGOARCV-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Vision\"", + "link": "https://animethemes.moe/video/YGOARCV-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Shissou Pendulum\"", + "link": "https://animethemes.moe/video/YGOARCV-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "21437", + "title": "Buddy Complex", + "year": "2014", + "themes": [ + { + "name": "OP \"UNISONIA\"", + "link": "https://animethemes.moe/video/BuddyComplex-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ano Sora ni Kaeru Mirai de\"", + "link": "https://animethemes.moe/video/BuddyComplex-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18671", + "title": "Chuunibyou demo Koi ga Shitai! Ren", + "year": "2014", + "themes": [ + { + "name": "OP \"VOICE\"", + "link": "https://animethemes.moe/video/ChuunibyouS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Van!shment Th!s World\"", + "link": "https://animethemes.moe/video/ChuunibyouS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "20031", + "title": "D-Frag!", + "year": "2014", + "themes": [ + { + "name": "OP \"Stalemate!\"", + "link": "https://animethemes.moe/video/DFrag-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Minna no Namae wo Irete Kudasai\"", + "link": "https://animethemes.moe/video/DFrag-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19067", + "title": "Future Card Buddyfight", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Card of the Future\"", + "link": "https://animethemes.moe/video/FutureCardBuddyfight-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Buddy Buddy BAAAAAN!!\"", + "link": "https://animethemes.moe/video/FutureCardBuddyfight-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Buddy Buddy Fight!\"", + "link": "https://animethemes.moe/video/FutureCardBuddyfight-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Natsuiro Fighting!!\"", + "type": "ending" + }, + { + "name": "ED3 \"Shiny Up!\"", + "link": "https://animethemes.moe/video/FutureCardBuddyfight-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "19363", + "title": "Gin no Saji 2nd Season", + "year": "2014", + "themes": [ + { + "name": "OP \"LIFE\"", + "link": "https://animethemes.moe/video/GinNoSajiS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Oto no Naru Hou e→\"", + "link": "https://animethemes.moe/video/GinNoSajiS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21267", + "title": "Go! Go! 575", + "year": "2014", + "themes": [ + { + "name": "OP \"Kotoba Colorful\"", + "link": "https://animethemes.moe/video/GoGo575-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "20689", + "title": "Hamatora The Animation", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"FLAT\"", + "link": "https://animethemes.moe/video/Hamatora-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"FLAT\"", + "link": "https://animethemes.moe/video/Hamatora-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Hikari\"", + "link": "https://animethemes.moe/video/Hamatora-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hikari\"", + "link": "https://animethemes.moe/video/Hamatora-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "21407", + "title": "Happiness Charge Precure!", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"Happiness Charge Precure!WOW!\"", + "link": "https://animethemes.moe/video/HappinessChargePrecure-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Happiness Charge Precure!WOW!\"", + "link": "https://animethemes.moe/video/HappinessChargePrecure-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Precure Memory\"", + "link": "https://animethemes.moe/video/HappinessChargePrecure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Party Has Come\"", + "link": "https://animethemes.moe/video/HappinessChargePrecure-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "20903", + "title": "Harmonie", + "year": "2014", + "themes": [ + { + "name": "ED \"Harmonie\"", + "link": "https://animethemes.moe/video/Harmonie-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Harmonie-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "20431", + "title": "Hoozuki no Reitetsu", + "year": "2014", + "themes": [ + { + "name": "OP \"Jigoku no Sata mo Kimi Shidai\"", + "link": "https://animethemes.moe/video/HoozukiNoReitetsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ookina Kingyou no Kinoshitade\"", + "link": "https://animethemes.moe/video/HoozukiNoReitetsu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Parallax View\"", + "link": "https://animethemes.moe/video/HoozukiNoReitetsu-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Caramel Peach Jam 120%\"", + "link": "https://animethemes.moe/video/HoozukiNoReitetsu-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "24781", + "title": "Imawa no Kuni no Alice (OVA)", + "year": "2014", + "themes": [ + { + "name": "OP \"NEXTAGE\"", + "link": "https://animethemes.moe/video/ImawaNoKuniNoAlice-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "20457", + "title": "Inari, Konkon, Koi Iroha.", + "year": "2014", + "themes": [ + { + "name": "OP \"Kyou ni Koiiro\"", + "link": "https://animethemes.moe/video/InariKonKon-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/InariKonKon-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"SAVED.\"", + "link": "https://animethemes.moe/video/InariKonKon-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/InariKonKon-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dare Yori mo Taisetsu na Hito e\"", + "type": "ending" + } + ] + }, + { + "id": "20517", + "title": "Little Busters!: EX", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"Little Busters! EX\"", + "link": "https://animethemes.moe/video/LittleBustersEX-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Little Busters! EX\"", + "link": "https://animethemes.moe/video/LittleBustersEX-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Little Busters! EX\"", + "link": "https://animethemes.moe/video/LittleBustersEX-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Mezameta Asa ni wa Kimi ga Tonari ni\"", + "link": "https://animethemes.moe/video/LittleBustersEX-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Mezameta Asa ni wa Kimi ga Tonari ni\"", + "link": "https://animethemes.moe/video/LittleBustersEX-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Mezameta Asa ni wa Kimi ga Tonari ni\"", + "link": "https://animethemes.moe/video/LittleBustersEX-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Mezameta Asa ni wa Kimi ga Tonari ni\"", + "link": "https://animethemes.moe/video/LittleBustersEX-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Mezameta Asa ni wa Kimi ga Tonari ni\"", + "link": "https://animethemes.moe/video/LittleBustersEX-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED2 \"Saya's Song\"", + "link": "https://animethemes.moe/video/LittleBustersEX-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Alicemagic -Rockstar Ver.-\"", + "link": "https://animethemes.moe/video/LittleBustersEX-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Alicemagic -TV Animation Ver.-\"", + "link": "https://animethemes.moe/video/LittleBustersEX-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "19769", + "title": "Mahou Sensou", + "year": "2014", + "themes": [ + { + "name": "OP \"Senkou no Prisoner\"", + "link": "https://animethemes.moe/video/MahouSensou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Born to be\"", + "link": "https://animethemes.moe/video/MahouSensou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15565", + "title": "Maken-Ki! Two", + "year": "2014", + "themes": [ + { + "name": "OP \"Cherish\"", + "link": "https://animethemes.moe/video/MakenKiTwo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Reach for Light\"", + "link": "https://animethemes.moe/video/MakenKiTwo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "20541", + "title": "Mikakunin de Shinkoukei", + "year": "2014", + "themes": [ + { + "name": "OP \"Tomadoi→Recipe\"", + "link": "https://animethemes.moe/video/MikakuninDeShinkoukei-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Masshiro World\"", + "link": "https://animethemes.moe/video/MikakuninDeShinkoukei-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"16-sai tte iu no wa Tokubetsu na Kanji da\"", + "link": "https://animethemes.moe/video/MikakuninDeShinkoukei-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "18897", + "title": "Nisekoi", + "year": "2014", + "themes": [ + { + "name": "OP1 V1 \"CLICK\"", + "link": "https://animethemes.moe/video/Nisekoi-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"CLICK\"", + "link": "https://animethemes.moe/video/Nisekoi-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"CLICK\"", + "link": "https://animethemes.moe/video/Nisekoi-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP2 \"STEP\"", + "link": "https://animethemes.moe/video/Nisekoi-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Heart Pattern\"", + "link": "https://animethemes.moe/video/Nisekoi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Recover Decoration\"", + "link": "https://animethemes.moe/video/Nisekoi-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"TRICK BOX\"", + "link": "https://animethemes.moe/video/Nisekoi-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Order x Order\"", + "link": "https://animethemes.moe/video/Nisekoi-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hanagonomi\"", + "link": "https://animethemes.moe/video/Nisekoi-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Souzou Diary\"", + "link": "https://animethemes.moe/video/Nisekoi-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Taisetsu no Tsukurikata\"", + "link": "https://animethemes.moe/video/Nisekoi-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "21177", + "title": "Nobunaga the Fool", + "year": "2014", + "themes": [ + { + "name": "OP1 \"FOOL THE WORLD\"", + "link": "https://animethemes.moe/video/NobunagaTheFool-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Breakthrough\"", + "link": "https://animethemes.moe/video/NobunagaTheFool-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"AXIS\"", + "link": "https://animethemes.moe/video/NobunagaTheFool-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ran\"", + "link": "https://animethemes.moe/video/NobunagaTheFool-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "19855", + "title": "Nobunagun", + "year": "2014", + "themes": [ + { + "name": "OP \"Respect for the dead man\"", + "link": "https://animethemes.moe/video/Nobunagun-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Chiisana Hoshi Ver. α\"", + "type": "ending" + }, + { + "name": "ED2 \"Chiisana Hoshi Ver. β\"", + "link": "https://animethemes.moe/video/Nobunagun-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "20507", + "title": "Noragami", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"Goya no Machiawase\"", + "link": "https://animethemes.moe/video/Noragami-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Goya no Machiawase\"", + "link": "https://animethemes.moe/video/Noragami-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Heart Realize\"", + "link": "https://animethemes.moe/video/Noragami-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Heart Realize\"", + "link": "https://animethemes.moe/video/Noragami-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "18095", + "title": "Nourin", + "year": "2014", + "themes": [ + { + "name": "OP \"Himitsu no Tobira kara Ai ni Kite\"", + "link": "https://animethemes.moe/video/Nourin-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mogitate ♥ Fruit Girls\"", + "link": "https://animethemes.moe/video/Nourin-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Minori no Zokkon Mirai Yohou\"", + "link": "https://animethemes.moe/video/Nourin-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ponytail no Yonjuu\"", + "link": "https://animethemes.moe/video/Nourin-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kimi*to*New*Day\"", + "link": "https://animethemes.moe/video/Nourin-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Cordless☆Dere☆PHONE\"", + "link": "https://animethemes.moe/video/Nourin-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "20931", + "title": "Oneechan ga Kita", + "year": "2014", + "themes": [ + { + "name": "ED \"Piece\"", + "link": "https://animethemes.moe/video/OneechanGaKita-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21031", + "title": "Precure All Stars Movie New Stage 3: Eien no Tomodachi", + "year": "2014", + "themes": [ + { + "name": "OP \"Precure ~Eien no Tomodachi~\" (2014 Ver.)\"", + "link": "https://animethemes.moe/video/PrecureAllStarsNewStage3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Precure Memory (New Stage 3 Version)\"", + "link": "https://animethemes.moe/video/PrecureAllStarsNewStage3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19315", + "title": "Pupa", + "year": "2014", + "themes": [ + { + "name": "OP \"pupa\"", + "link": "https://animethemes.moe/video/Pupa-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dare yori Suki na no ni\"", + "link": "https://animethemes.moe/video/Pupa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19799", + "title": "Robot Girls Z", + "year": "2014", + "themes": [ + { + "name": "OP \"Robot Girls Z\"", + "link": "https://animethemes.moe/video/RobotGirlsZ-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Team Z no Chikara!\"", + "link": "https://animethemes.moe/video/RobotGirlsZ-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17777", + "title": "Saikin, Imouto no Yousu ga Chotto Okashiinda ga.", + "year": "2014", + "themes": [ + { + "name": "OP \"BINKAN Attention\"", + "link": "https://animethemes.moe/video/ImoCho-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Charming Do!\"", + "link": "https://animethemes.moe/video/ImoCho-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16123", + "title": "Saki Zenkoku-hen", + "year": "2014", + "themes": [ + { + "name": "OP \"New SPARKS!\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"New SPARKS!\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"TRUE GATE\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"TRUE GATE\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"TRUE GATE\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED2 V4 \"TRUE GATE\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED2v4.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Kono Te ga Kiseki wo Eranderu Miyamori Joshi Koukou ver.\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Kono Te ga Kiseki wo Eranderu Miyamori Joshi Koukou ver.\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED4 V1 \"Kono Te ga Kiseki wo Eranderu Eisui Joshi Koukou ver.\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED4.webm", + "type": "ending" + }, + { + "name": "ED4 V2 \"Kono Te ga Kiseki wo Eranderu Eisui Joshi Koukou ver.\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED4v2.webm", + "type": "ending" + }, + { + "name": "ED4 V3 \"Kono Te ga Kiseki wo Eranderu Eisui Joshi Koukou ver.\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED4v3.webm", + "type": "ending" + }, + { + "name": "ED5 V1 \"Kono Te ga Kiseki wo Eranderu Himematsu Joshi Koukou ver.\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED5.webm", + "type": "ending" + }, + { + "name": "ED5 V2 \"Kono Te ga Kiseki wo Eranderu Himematsu Joshi Koukou ver.\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED5v2.webm", + "type": "ending" + }, + { + "name": "ED6 \"Glossy:MMM\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "20047", + "title": "Sakura Trick", + "year": "2014", + "themes": [ + { + "name": "OP \"Won(*3*)Chu KissMe!\"", + "link": "https://animethemes.moe/video/SakuraTrick-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kiss(and)Love\"", + "link": "https://animethemes.moe/video/SakuraTrick-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sakura Sweet Kiss\"", + "link": "https://animethemes.moe/video/SakuraTrick-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "20847", + "title": "Seitokai Yakuindomo*", + "year": "2014", + "themes": [ + { + "name": "OP \"Hanasaku☆Saikyou Legend Days\"", + "link": "https://animethemes.moe/video/SeitokaiYakuindomoS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mirai Night\"", + "link": "https://animethemes.moe/video/SeitokaiYakuindomoS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "20973", + "title": "Sekai Seifuku: Bouryaku no Zvezda", + "year": "2014", + "themes": [ + { + "name": "OP \"Be mine!\"", + "link": "https://animethemes.moe/video/SekaiSeifuku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Bijoumania\"", + "link": "https://animethemes.moe/video/SekaiSeifuku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "20555", + "title": "SoniAni: Super Sonico The Animation", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Beat goes on!\"", + "link": "https://animethemes.moe/video/SoniAni-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"SuperSoni♥\"", + "link": "https://animethemes.moe/video/SoniAni-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"LOVE THE WORLD\"", + "link": "https://animethemes.moe/video/SoniAni-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sky Love Hurricane\"", + "link": "https://animethemes.moe/video/SoniAni-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Summer Illusion\"", + "link": "https://animethemes.moe/video/SoniAni-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Moonlight de Buttobase! ~MOONLIGHT STAR~\"", + "link": "https://animethemes.moe/video/SoniAni-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Crystal Dream\"", + "link": "https://animethemes.moe/video/SoniAni-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Nightmare Buster\"", + "link": "https://animethemes.moe/video/SoniAni-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Star Rain\"", + "link": "https://animethemes.moe/video/SoniAni-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Shinjitsu no Hikari\"", + "link": "https://animethemes.moe/video/SoniAni-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Go! Go!\"", + "link": "https://animethemes.moe/video/SoniAni-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Affection\"", + "link": "https://animethemes.moe/video/SoniAni-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Very Merry\"", + "link": "https://animethemes.moe/video/SoniAni-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"SuperOrbital\"", + "link": "https://animethemes.moe/video/SoniAni-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "20057", + "title": "Space☆Dandy", + "year": "2014", + "themes": [ + { + "name": "OP \"Viva Namida\"", + "link": "https://animethemes.moe/video/SpaceDandy-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"X Jigen e Youkoso\"", + "link": "https://animethemes.moe/video/SpaceDandy-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21851", + "title": "Tesagure! Bukatsumono Encore", + "year": "2014", + "themes": [ + { + "name": "OP \"Stand Up!!!!\"", + "link": "https://animethemes.moe/video/TesagureS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sorezore no 12 Kagetsu\" by Asuka Nishi", + "link": "https://animethemes.moe/video/TesagureS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sorezore no 12 Kagetsu\" by Satomi Akesaka", + "link": "https://animethemes.moe/video/TesagureS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sorezore no 12 Kagetsu\" by Karin Ogino", + "link": "https://animethemes.moe/video/TesagureS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Sorezore no 12 Kagetsu\" by Ayaka Ohashi", + "link": "https://animethemes.moe/video/TesagureS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Koharu Biyori\"", + "link": "https://animethemes.moe/video/TesagureS2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Hirameichaccha!\"", + "link": "https://animethemes.moe/video/TesagureS2-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Tesaguri Bu Buka\"", + "link": "https://animethemes.moe/video/TesagureS2-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Fuusenkazura\"", + "link": "https://animethemes.moe/video/TesagureS2-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Call Me 'Lazy'\"", + "link": "https://animethemes.moe/video/TesagureS2-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Torikaekko\"", + "link": "https://animethemes.moe/video/TesagureS2-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Chanto Stand Up!!!!\"", + "link": "https://animethemes.moe/video/TesagureS2-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "17437", + "title": "The iDOLM@STER Movie: Kagayaki no Mukougawa e!", + "year": "2014", + "themes": [ + { + "name": "OP \"THE IDOLM@STER\"", + "type": "opening" + }, + { + "name": "ED \"Nijiiro Miracle\"", + "link": "https://animethemes.moe/video/IdolmasterMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12017", + "title": "Tiger & Bunny Movie 2: The Rising", + "year": "2014", + "themes": [ + { + "name": "OP \"Nemesis\"", + "link": "https://animethemes.moe/video/TigerAndBunnyMovie2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"harmonized finale\"", + "link": "https://animethemes.moe/video/TigerAndBunnyMovie2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19117", + "title": "Toaru Hikuushi e no Koiuta", + "year": "2014", + "themes": [ + { + "name": "OP \"azurite\"", + "link": "https://animethemes.moe/video/ToaruHikuushiENoKoiuta-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruHikuushiENoKoiuta-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kaze ga Shitteru\"", + "link": "https://animethemes.moe/video/ToaruHikuushiENoKoiuta-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruHikuushiENoKoiuta-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "18139", + "title": "Tonari no Seki-kun", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"Mewaku Spectacle\"", + "link": "https://animethemes.moe/video/TonariNoSekiKun-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Mewaku Spectacle\"", + "link": "https://animethemes.moe/video/TonariNoSekiKun-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Set Them Free\"", + "link": "https://animethemes.moe/video/TonariNoSekiKun-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Set Them Free 〜Another Version〜\"", + "type": "ending" + } + ] + }, + { + "id": "19023", + "title": "Wake Up, Girls!", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Tachiagare!\"", + "link": "https://animethemes.moe/video/WakeUpGirls-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"7 Girls War\"", + "link": "https://animethemes.moe/video/WakeUpGirls-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/WakeUpGirls-OP2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Kotonoha Aoba\"", + "link": "https://animethemes.moe/video/WakeUpGirls-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/WakeUpGirls-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "21189", + "title": "Wake Up, Girls! Shichinin no Idol", + "year": "2014", + "themes": [ + { + "name": "ED \"Tachiagare!\"", + "link": "https://animethemes.moe/video/WakeUpGirlsShichininNoIdol-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21085", + "title": "Witch Craft Works", + "year": "2014", + "themes": [ + { + "name": "OP \"divine intervention\"", + "link": "https://animethemes.moe/video/WitchCraftWorks-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Witch☆Activity\"", + "link": "https://animethemes.moe/video/WitchCraftWorks-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "20053", + "title": "Wizard Barristers: Benmashi Cecil", + "year": "2014", + "themes": [ + { + "name": "OP \"JUSTITIA\"", + "link": "https://animethemes.moe/video/WizardBarristers-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"BLUE TOPAZ\"", + "link": "https://animethemes.moe/video/WizardBarristers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "20267", + "title": "Wooser no Sono Higurashi: Kakusei-hen", + "year": "2014", + "themes": [ + { + "name": "ED1 \"NEW ORDER\"", + "link": "https://animethemes.moe/video/WooserS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Chotto Dekakete Kimasu\"", + "type": "ending" + } + ] + }, + { + "id": "19157", + "title": "Youkai Watch", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Geragerapou no Uta\"", + "link": "https://animethemes.moe/video/YoukaiWatch-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Matsuri Hayashi de Geragerapou\"", + "link": "https://animethemes.moe/video/YoukaiWatch-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Hatsukoi-touge de Geragerapou\"", + "link": "https://animethemes.moe/video/YoukaiWatch-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Kerappo Dance Train\"", + "link": "https://animethemes.moe/video/YoukaiWatch-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Jinsei Dramatic\"", + "link": "https://animethemes.moe/video/YoukaiWatch-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Terukuni Jinja no Kumade\"", + "type": "opening" + }, + { + "name": "OP7 \"Yuugara Otomodachi\"", + "type": "opening" + }, + { + "name": "OP8 \"Banzai! Ai Zenkai\"", + "type": "opening" + }, + { + "name": "OP9 \"Gold...What!\"", + "type": "opening" + }, + { + "name": "OP10 \"Time Machine wo Chodai\"", + "type": "opening" + }, + { + "name": "ED1 \"Youkai Taisou Daiichi\"", + "type": "ending" + }, + { + "name": "ED2 \"Dan Dan Dubi Zubaa!\"", + "type": "ending" + }, + { + "name": "ED3 \"Idol wa Unyanya no Ken\"", + "link": "https://animethemes.moe/video/YoukaiWatch-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Youkai Taisou Daini\"", + "type": "ending" + }, + { + "name": "ED5 \"Uchuu Dance!\"", + "type": "ending" + }, + { + "name": "ED6 \"Chikyuujin\"", + "type": "ending" + }, + { + "name": "ED7 \"Furusato Japon\"", + "type": "ending" + }, + { + "name": "ED8 \"Treasure\"", + "type": "ending" + }, + { + "name": "ED9 \"Hello Chri-Dance\"", + "type": "ending" + }, + { + "name": "ED10 \"Ah Jonetsu no Banbaraya\"", + "type": "ending" + } + ] + }, + { + "id": "20533", + "title": "Z/X: Ignition", + "year": "2014", + "themes": [ + { + "name": "OP \"EX:FUTURIZE\"", + "link": "https://animethemes.moe/video/ZXIgnition-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Monochrome Overdrive\"", + "link": "https://animethemes.moe/video/ZXIgnition-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24699", + "title": "Ai Tenchi Muyou!", + "year": "2014", + "themes": [ + { + "name": "ED1 \"Aishiterutte Sagebimasho!!\"", + "link": "https://animethemes.moe/video/AiTenchiMuyou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi to Mita Hana, Kimi to Mita Sora\"", + "type": "ending" + }, + { + "name": "ED3 \"Kimi no Mama de!\"", + "type": "ending" + }, + { + "name": "ED4 \"Katayaburi Science\"", + "type": "ending" + }, + { + "name": "ED5 \"Ima Koko ni Iru\"", + "type": "ending" + }, + { + "name": "ED6 \"Trouble Girls\"", + "link": "https://animethemes.moe/video/AiTenchiMuyou-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Best Party\"", + "link": "https://animethemes.moe/video/AiTenchiMuyou-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Momo Namiki\"", + "type": "ending" + } + ] + }, + { + "id": "22819", + "title": "Aikatsu! Movie", + "year": "2014", + "themes": [ + { + "name": "ED \"Aikatsu! Ending Medley ~PandaBoY MIX~\"", + "link": "https://animethemes.moe/video/AikatsuMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25013", + "title": "Akatsuki no Yona", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Akatsuki no Yona\"", + "link": "https://animethemes.moe/video/AkatsukiNoYona-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Akatsuki no Hana\"", + "link": "https://animethemes.moe/video/AkatsukiNoYona-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yoru\"", + "link": "https://animethemes.moe/video/AkatsukiNoYona-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Akatsuki\"", + "link": "https://animethemes.moe/video/AkatsukiNoYona-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "24751", + "title": "Akuma no Riddle: Shousha wa Dare? Nukiuchi Test", + "year": "2014", + "themes": [ + { + "name": "OP \"Soushou Innocence\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"The Last Party\"", + "link": "https://animethemes.moe/video/AkumaNoRiddleOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22147", + "title": "Amagi Brilliant Park", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"Extra Magic Hour\"", + "link": "https://animethemes.moe/video/Amaburi-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Extra Magic Hour\"", + "link": "https://animethemes.moe/video/Amaburi-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Extra Magic Hour\"", + "link": "https://animethemes.moe/video/Amaburi-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Extra Magic Hour\"", + "link": "https://animethemes.moe/video/Amaburi-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED \"Elementario de Aimashou\"", + "link": "https://animethemes.moe/video/Amaburi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "27815", + "title": "Cardfight!! Vanguard G", + "year": "2014", + "themes": [ + { + "name": "OP1 \"BREAK IT!\"", + "type": "opening" + }, + { + "name": "OP2 \"Generation\"", + "link": "https://animethemes.moe/video/CardfightVanguardG-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dakara Genki for YOU\"", + "type": "ending" + }, + { + "name": "ED2 \"NEXT PHASE\"", + "type": "ending" + }, + { + "name": "ED3 \"flower\"", + "type": "ending" + }, + { + "name": "ED4 \"Mekurumeku Yuuki!\"", + "type": "ending" + } + ] + }, + { + "id": "25731", + "title": "Cross Ange: Tenshi to Ryuu no Rondo", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Kindan no Resistance\"", + "link": "https://animethemes.moe/video/CrossAnge-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Shinjitsu no Mokushiroku\"", + "link": "https://animethemes.moe/video/CrossAnge-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Rinrei\"", + "link": "https://animethemes.moe/video/CrossAnge-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shuumatsu no Love Song\"", + "link": "https://animethemes.moe/video/CrossAnge-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "17827", + "title": "Daitoshokan no Hitsujikai", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"On my sheep\"", + "link": "https://animethemes.moe/video/DaitoshokanNoHitsujikai-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"On my sheep\"", + "link": "https://animethemes.moe/video/DaitoshokanNoHitsujikai-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Aozora to Green Belt\"", + "link": "https://animethemes.moe/video/DaitoshokanNoHitsujikai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "26349", + "title": "Danna ga Nani wo Itteiru ka Wakaranai Ken", + "year": "2014", + "themes": [ + { + "name": "ED1 \"Iikagen ni Shite, Anata\"", + "link": "https://animethemes.moe/video/DannaGaNani-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DannaGaNani-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Okusama no Blues\"", + "link": "https://animethemes.moe/video/DannaGaNani-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "24031", + "title": "Denki-gai no Honya-san", + "year": "2014", + "themes": [ + { + "name": "OP \"Kajirikake no Ringo\"", + "link": "https://animethemes.moe/video/DenkiGai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DenkiGai-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"two-Dimension's Love\"", + "link": "https://animethemes.moe/video/DenkiGai-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DenkiGai-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "21743", + "title": "Donten ni Warau", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Biran no Kaze\"", + "link": "https://animethemes.moe/video/DontenNiWarau-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ryuuten no Hi\"", + "type": "opening" + }, + { + "name": "ED \"ATTITUDE TO LIFE\"", + "type": "ending" + } + ] + }, + { + "id": "22297", + "title": "Fate/stay night: Unlimited Blade Works (TV)", + "year": "2014", + "themes": [ + { + "name": "OP \"ideal white\"", + "link": "https://animethemes.moe/video/FateStayNightUBW-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"believe\"", + "link": "https://animethemes.moe/video/FateStayNightUBW-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"THIS ILLUSION\"", + "link": "https://animethemes.moe/video/FateStayNightUBW-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "23311", + "title": "Garo: Honoo no Kokuin", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Honoo no Kokuin: DIVINE FLAME\"", + "link": "https://animethemes.moe/video/GaroHonooNoKokuin-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"B.B.\"", + "link": "https://animethemes.moe/video/GaroHonooNoKokuin-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"CHIASTOLITE\"", + "link": "https://animethemes.moe/video/GaroHonooNoKokuin-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"FOCUS\"", + "link": "https://animethemes.moe/video/GaroHonooNoKokuin-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "24855", + "title": "Girlfriend (Kari)", + "year": "2014", + "themes": [ + { + "name": "OP \"Tanoshiki Tokimeki\"", + "link": "https://animethemes.moe/video/GirlfriendKari-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hareru kanaa\"", + "link": "https://animethemes.moe/video/GirlfriendKari-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shinka-kei Girl\"", + "link": "https://animethemes.moe/video/GirlfriendKari-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "17729", + "title": "Grisaia no Kajitsu", + "year": "2014", + "themes": [ + { + "name": "OP \"Rakuen no Tsubasa\"", + "link": "https://animethemes.moe/video/GrisaiaNoKajitsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shuumatsu no Fractal\"", + "link": "https://animethemes.moe/video/GrisaiaNoKajitsu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Eden's Song\"", + "link": "https://animethemes.moe/video/GrisaiaNoKajitsu-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Anata no Aishita Sekai\"", + "link": "https://animethemes.moe/video/GrisaiaNoKajitsu-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"SKIP\"", + "link": "https://animethemes.moe/video/GrisaiaNoKajitsu-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Rainy veil\"", + "link": "https://animethemes.moe/video/GrisaiaNoKajitsu-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Sousei no Thanatos\"", + "link": "https://animethemes.moe/video/GrisaiaNoKajitsu-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "23251", + "title": "Gugure! Kokkuri-san", + "year": "2014", + "themes": [ + { + "name": "OP \"Welcome!! DISCO Kemo Kemo Ke\"", + "link": "https://animethemes.moe/video/GugureKokkuriSan-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"This Merry-Go-Round Song\"", + "link": "https://animethemes.moe/video/GugureKokkuriSan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"This Merry-Go-Round Song (Piano Version)\"", + "link": "https://animethemes.moe/video/GugureKokkuriSan-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "24625", + "title": "Gundam Build Fighters Try", + "year": "2014", + "themes": [ + { + "name": "OP1 V1 \"Cerulean\"", + "link": "https://animethemes.moe/video/GundamBuildFightersTry-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Cerulean\"", + "link": "https://animethemes.moe/video/GundamBuildFightersTry-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Just Fly Away\"", + "link": "https://animethemes.moe/video/GundamBuildFightersTry-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Amazing The World\"", + "link": "https://animethemes.moe/video/GundamBuildFightersTry-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Amazing The World\"", + "link": "https://animethemes.moe/video/GundamBuildFightersTry-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mayomayo Compass wa Iranai\"", + "link": "https://animethemes.moe/video/GundamBuildFightersTry-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "23259", + "title": "Gundam: G no Reconguista", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Blazing\"", + "link": "https://animethemes.moe/video/GundamGNoReconguista-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Futari no Mahou\"", + "type": "opening" + }, + { + "name": "ED \"G no Senkou\"", + "link": "https://animethemes.moe/video/GundamGNoReconguista-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23083", + "title": "Happiness Charge PreCure! Movie: Ningyou no Kuni no Ballerina", + "year": "2014", + "themes": [ + { + "name": "OP \"Happiness Charge Precure!WOW!\"", + "link": "https://animethemes.moe/video/HappinessChargePrecureMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Party Has Come\"", + "link": "https://animethemes.moe/video/HappinessChargePrecureMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23787", + "title": "Hi☆sCoool! SeHa Girls", + "year": "2014", + "themes": [ + { + "name": "OP \"SeHa Gagaganbacchau!!\"", + "link": "https://animethemes.moe/video/SegaHardGirls-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Wakai Chikara (Sega Hard Girls Mix)\"", + "link": "https://animethemes.moe/video/SegaHardGirls-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24231", + "title": "Hitsugi no Chaika: Avenging Battle", + "year": "2014", + "themes": [ + { + "name": "OP \"Shikkoku wo Nuritsubuse\"", + "link": "https://animethemes.moe/video/HitsugiNoChaikaS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Watashi wa Omae no Naka ni Iru\"", + "link": "https://animethemes.moe/video/HitsugiNoChaikaS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25159", + "title": "Inou-Battle wa Nichijou-kei no Naka de", + "year": "2014", + "themes": [ + { + "name": "OP \"OVERLAPPERS\"", + "link": "https://animethemes.moe/video/InouBattle-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"You Gotta Love Me!\"", + "link": "https://animethemes.moe/video/InouBattle-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21653", + "title": "IS: Infinite Stratos 2 - World Purge-hen", + "year": "2014", + "themes": [ + { + "name": "OP \"True Blue Traveler\"", + "link": "https://animethemes.moe/video/InfiniteStratosS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, Marina Inoue, Chiwa Saito, and Suzuko Mimori", + "link": "https://animethemes.moe/video/InfiniteStratosS2OVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22535", + "title": "Kiseijuu: Sei no Kakuritsu", + "year": "2014", + "themes": [ + { + "name": "OP \"Let Me Hear\"", + "link": "https://animethemes.moe/video/Kiseijuu-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"IT'S THE RIGHT TIME\"", + "link": "https://animethemes.moe/video/Kiseijuu-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"IT'S THE RIGHT TIME\"", + "link": "https://animethemes.moe/video/Kiseijuu-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"IT'S THE RIGHT TIME\"", + "link": "https://animethemes.moe/video/Kiseijuu-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "23321", + "title": "Log Horizon 2nd Season", + "year": "2014", + "themes": [ + { + "name": "OP \"database feat. TAKUMA (10 Feet)\"", + "link": "https://animethemes.moe/video/LogHorizonS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Wonderful Wonder World\"", + "link": "https://animethemes.moe/video/LogHorizonS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24455", + "title": "Madan no Ou to Vanadis", + "year": "2014", + "themes": [ + { + "name": "OP \"Ginsen no Kaze\"", + "link": "https://animethemes.moe/video/MadanNoOuToVanadis-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Schwarzer Bogen\"", + "link": "https://animethemes.moe/video/MadanNoOuToVanadis-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ryuusei Chinkonka\"", + "link": "https://animethemes.moe/video/MadanNoOuToVanadis-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "25517", + "title": "Magic Kaito 1412", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Kimi no Matsu Sekai\"", + "link": "https://animethemes.moe/video/MagicKaito1412-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ai no Scenario\"", + "link": "https://animethemes.moe/video/MagicKaito1412-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"WHITE of CRIME\"", + "link": "https://animethemes.moe/video/MagicKaito1412-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koi no Jumyou\"", + "link": "https://animethemes.moe/video/MagicKaito1412-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "23755", + "title": "Nanatsu no Taizai", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Netsujou no Spectrum\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizai-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Seven Deadly Sins\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizai-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"7 -seven-\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizai-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Season\"", + "link": "https://animethemes.moe/video/NanatsuNoTaizai-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "28149", + "title": "Nihon Animator Mihonichi", + "year": "2014", + "themes": [ + { + "name": "ED1 \"Shingeki\"", + "link": "https://animethemes.moe/video/NihonAnimatorMihonichi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Chuuousen\"", + "link": "https://animethemes.moe/video/NihonAnimatorMihonichi-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yume no Hero\"", + "link": "https://animethemes.moe/video/NihonAnimatorMihonichi-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hajimari\"", + "link": "https://animethemes.moe/video/NihonAnimatorMihonichi-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Sex & Violence with Mach Speed no Theme\"", + "link": "https://animethemes.moe/video/NihonAnimatorMihonichi-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Tokei wo tomete\"", + "link": "https://animethemes.moe/video/NihonAnimatorMihonichi-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"I can Friday by day!\"", + "link": "https://animethemes.moe/video/NihonAnimatorMihonichi-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Wakare no Uta\"", + "link": "https://animethemes.moe/video/NihonAnimatorMihonichi-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Tatakae! Ultraman\"", + "link": "https://animethemes.moe/video/NihonAnimatorMihonichi-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Sekai no Kuni kara Konnichiwa\"", + "link": "https://animethemes.moe/video/NihonAnimatorMihonichi-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Robo La Bamba\"", + "link": "https://animethemes.moe/video/NihonAnimatorMihonichi-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "23673", + "title": "Ookami Shoujo to Kuro Ouji", + "year": "2014", + "themes": [ + { + "name": "OP \"LOVE GOOD TIME\"", + "link": "https://animethemes.moe/video/OokamiShoujoToKuroOuji-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ookami Heart\"", + "link": "https://animethemes.moe/video/OokamiShoujoToKuroOuji-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24705", + "title": "Ore, Twintails ni Narimasu.", + "year": "2014", + "themes": [ + { + "name": "OP \"Gimmie! Revolution\"", + "link": "https://animethemes.moe/video/Twintails-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Twintails Dreamer!\"", + "link": "https://animethemes.moe/video/Twintails-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23281", + "title": "Psycho Pass 2", + "year": "2014", + "themes": [ + { + "name": "OP \"Enigmatic Feeling\"", + "link": "https://animethemes.moe/video/PsychoPassS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Fallen\"", + "link": "https://animethemes.moe/video/PsychoPassS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16381", + "title": "Santa Company", + "year": "2014", + "themes": [ + { + "name": "ED \"Kimi e Okuru Mahou\"", + "link": "https://animethemes.moe/video/SantaCompany-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22359", + "title": "Sanzoku no Musume Ronja", + "year": "2014", + "themes": [ + { + "name": "OP \"Haru no Sakebi\"", + "link": "https://animethemes.moe/video/SanzokuNoMusumeRonja-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Player\"", + "link": "https://animethemes.moe/video/SanzokuNoMusumeRonja-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24037", + "title": "Selector Spread WIXOSS", + "year": "2014", + "themes": [ + { + "name": "OP \"world's end, girl's rondo\"", + "link": "https://animethemes.moe/video/SelectorSpreadWIXOSS-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SelectorSpreadWIXOSS-OP1-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SelectorSpreadWIXOSS-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Undo: Ashita e no Kioku\"", + "link": "https://animethemes.moe/video/SelectorSpreadWIXOSS-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SelectorSpreadWIXOSS-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"infinite Girl\"", + "link": "https://animethemes.moe/video/SelectorSpreadWIXOSS-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "23273", + "title": "Shigatsu wa Kimi no Uso", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Hikaru nara\"", + "link": "https://animethemes.moe/video/KimiUso-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Nanairo Symphony\"", + "link": "https://animethemes.moe/video/KimiUso-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Nanairo Symphony\"", + "link": "https://animethemes.moe/video/KimiUso-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kirameki\"", + "link": "https://animethemes.moe/video/KimiUso-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Orange\"", + "link": "https://animethemes.moe/video/KimiUso-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Orange (Acoustic Version)\"", + "link": "https://animethemes.moe/video/KimiUso-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "21755", + "title": "Shin Tennis no Ouji-sama OVA vs. Genius 10", + "year": "2014", + "themes": [ + { + "name": "OP \"Kakumei e no Prelude\"", + "link": "https://animethemes.moe/video/ShinTennisNoOujiSamaOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Party Time\" by Cap to Bin", + "link": "https://animethemes.moe/video/ShinTennisNoOujiSamaOVA-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Party Time\" by Hyotei Eternity", + "link": "https://animethemes.moe/video/ShinTennisNoOujiSamaOVA-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Party Time\" by STONES", + "link": "https://animethemes.moe/video/ShinTennisNoOujiSamaOVA-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Party Time\" by Pull Tab to Can", + "link": "https://animethemes.moe/video/ShinTennisNoOujiSamaOVA-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Party Time\" by GIGS", + "link": "https://animethemes.moe/video/ShinTennisNoOujiSamaOVA-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Party Time\" by Rikkai Young Kan", + "link": "https://animethemes.moe/video/ShinTennisNoOujiSamaOVA-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Party Time\" by Amikyuu Danji", + "link": "https://animethemes.moe/video/ShinTennisNoOujiSamaOVA-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Party Time\" by Tachikiri Tai", + "link": "https://animethemes.moe/video/ShinTennisNoOujiSamaOVA-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Party Time\" by Aozu", + "link": "https://animethemes.moe/video/ShinTennisNoOujiSamaOVA-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Party Time\" by Tenipuri All Stars", + "link": "https://animethemes.moe/video/ShinTennisNoOujiSamaOVA-ED10.webm", + "type": "ending" + } + ] + }, + { + "id": "21843", + "title": "Shingeki no Bahamut: Genesis", + "year": "2014", + "themes": [ + { + "name": "OP \"EXiSTENCE\"", + "link": "https://animethemes.moe/video/ShingekiNoBahamutGenesis-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Promised Land\"", + "link": "https://animethemes.moe/video/ShingekiNoBahamutGenesis-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23775", + "title": "Shingeki no Kyojin Movie 1: Guren no Yumiya", + "year": "2014", + "themes": [ + { + "name": "ED1 \"Guren no Zahyou\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinGurenNoYumiya-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"YAMANAIAME\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinGurenNoYumiya-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "25835", + "title": "Shirobako", + "year": "2014", + "themes": [ + { + "name": "OP1 \"I'm Sorry EXODUS\"", + "link": "https://animethemes.moe/video/Shirobako-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"COLORFUL BOX\"", + "link": "https://animethemes.moe/video/Shirobako-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Takarabako -TREASURE BOX-\"", + "link": "https://animethemes.moe/video/Shirobako-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Animetic Love Letter\"", + "link": "https://animethemes.moe/video/Shirobako-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Animetic Love Letter\"", + "link": "https://animethemes.moe/video/Shirobako-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Platinum Jet\"", + "link": "https://animethemes.moe/video/Shirobako-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Platinum Jet\"", + "link": "https://animethemes.moe/video/Shirobako-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Platinum Jet\"", + "link": "https://animethemes.moe/video/Shirobako-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED2 V4 \"Platinum Jet\"", + "link": "https://animethemes.moe/video/Shirobako-ED2v4.webm", + "type": "ending" + }, + { + "name": "ED2 V5 \"Platinum Jet\"", + "link": "https://animethemes.moe/video/Shirobako-ED2v5.webm", + "type": "ending" + }, + { + "name": "ED2 V6 \"Platinum Jet\"", + "link": "https://animethemes.moe/video/Shirobako-ED2v6.webm", + "type": "ending" + }, + { + "name": "ED2 V7 \"Platinum Jet\"", + "link": "https://animethemes.moe/video/Shirobako-ED2v7.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yama Harinezumi Andes Chucky\"", + "link": "https://animethemes.moe/video/Shirobako-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "23209", + "title": "Sora no Method", + "year": "2014", + "themes": [ + { + "name": "OP \"Stargazer\"", + "link": "https://animethemes.moe/video/SoraNoMethod-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Hoshikuzu no Interlude\"", + "link": "https://animethemes.moe/video/SoraNoMethod-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Hoshizuku no Interlude\"", + "link": "https://animethemes.moe/video/SoraNoMethod-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hoshi no Kakera\"", + "link": "https://animethemes.moe/video/SoraNoMethod-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sora no Method\"", + "link": "https://animethemes.moe/video/SoraNoMethod-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "23725", + "title": "Strike Witches: Operation Victory Arrow", + "year": "2014", + "themes": [ + { + "name": "OP \"Connect Link\"", + "link": "https://animethemes.moe/video/StrikeWitchesOperationVictoryArrow-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Fly Away\"", + "link": "https://animethemes.moe/video/StrikeWitchesOperationVictoryArrow-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Fly Beyond\"", + "link": "https://animethemes.moe/video/StrikeWitchesOperationVictoryArrow-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Fly Chronicle\"", + "link": "https://animethemes.moe/video/StrikeWitchesOperationVictoryArrow-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "22687", + "title": "Terra Formars", + "year": "2014", + "themes": [ + { + "name": "OP \"AMAZING BREAK\"", + "link": "https://animethemes.moe/video/TerraFormars-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Lightning\"", + "link": "https://animethemes.moe/video/TerraFormars-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16870", + "title": "The Last: Naruto the Movie", + "year": "2014", + "themes": [ + { + "name": "ED \"Hoshi no Utsuwa\"", + "link": "https://animethemes.moe/video/NarutoTheLast-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "25157", + "title": "Trinity Seven", + "year": "2014", + "themes": [ + { + "name": "OP \"Seven Doors\"", + "link": "https://animethemes.moe/video/TrinitySeven-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"BEAUTIFUL≒SENTENCE\"", + "link": "https://animethemes.moe/video/TrinitySeven-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"SHaVaDaVa in AMAZING♪\"", + "link": "https://animethemes.moe/video/TrinitySeven-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"ReSTART 'THE WORLD'\"", + "link": "https://animethemes.moe/video/TrinitySeven-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"TRINITY×SEVENTH+HEAVEN\"", + "link": "https://animethemes.moe/video/TrinitySeven-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "28025", + "title": "Tsukimonogatari", + "year": "2014", + "themes": [ + { + "name": "OP \"Orange Mint\"", + "link": "https://animethemes.moe/video/Tsukimonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"border\"", + "link": "https://animethemes.moe/video/Tsukimonogatari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21845", + "title": "Ushinawareta Mirai wo Motomete", + "year": "2014", + "themes": [ + { + "name": "OP \"Le jour\"", + "link": "https://animethemes.moe/video/UshinawaretaMiraiWoMotomete-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ashita Mata Aeru yo ne\"", + "link": "https://animethemes.moe/video/UshinawaretaMiraiWoMotomete-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ashita Mata Aeru yo ne\"", + "link": "https://animethemes.moe/video/UshinawaretaMiraiWoMotomete-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Ashita Mata Aeru yo ne\"", + "link": "https://animethemes.moe/video/UshinawaretaMiraiWoMotomete-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Ashita Mata Aeru yo ne\"", + "link": "https://animethemes.moe/video/UshinawaretaMiraiWoMotomete-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "25875", + "title": "Wake Up, Girl Zoo!", + "year": "2014", + "themes": [ + { + "name": "ED \"WUG Zoo Zoo\"", + "link": "https://animethemes.moe/video/WakeUpGirlsZoo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24405", + "title": "World Trigger", + "year": "2014", + "themes": [ + { + "name": "OP1 \"GIRIGIRI\"", + "link": "https://animethemes.moe/video/WorldTrigger-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ashita no Hikari\"", + "link": "https://animethemes.moe/video/WorldTrigger-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Dream Trigger\"", + "link": "https://animethemes.moe/video/WorldTrigger-OP3.webm", + "type": "opening" + } + ] + }, + { + "id": "24277", + "title": "Yowamushi Pedal: Grande Road", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Determination\"", + "link": "https://animethemes.moe/video/YowamushiPedalS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Remind\"", + "link": "https://animethemes.moe/video/YowamushiPedalS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Realize\"", + "link": "https://animethemes.moe/video/YowamushiPedalS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Eikou no Ichibyou\"", + "link": "https://animethemes.moe/video/YowamushiPedalS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "25519", + "title": "Yuuki Yuuna wa Yuusha de Aru", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"Hoshi to Hana\"", + "link": "https://animethemes.moe/video/YuukiYuuna-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-OP1-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Hoshi to Hana\"", + "link": "https://animethemes.moe/video/YuukiYuuna-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-OP1v2-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-OP1v2-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "OP V3 \"Hoshi to Hana\"", + "link": "https://animethemes.moe/video/YuukiYuuna-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-OP1v3-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-OP1v3-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Aurora Days\"", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Aurora Days\"", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v2-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v2-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Aurora Days (Tougou ver.)\"", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v3-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v3-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Aurora Days (Yuuna ver.)\"", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v4-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v4-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Aurora Days\"", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v5-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED1v5-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Inori no Uta (acoustic guitar ver.)\"", + "link": "https://animethemes.moe/video/YuukiYuuna-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED2-BD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED2-BDLyrics.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Inori no Uta\"", + "link": "https://animethemes.moe/video/YuukiYuuna-ED2v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED2v2-BD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YuukiYuuna-ED2v2-BDLyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "22199", + "title": "Akame ga Kill!", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Skyreach\"", + "link": "https://animethemes.moe/video/AkameGaKill-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"LIAR MASK\"", + "link": "https://animethemes.moe/video/AkameGaKill-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Konna Sekai, Shiritakunakatta.\"", + "link": "https://animethemes.moe/video/AkameGaKill-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsuki Akari\"", + "link": "https://animethemes.moe/video/AkameGaKill-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "22729", + "title": "Aldnoah.Zero", + "year": "2014", + "themes": [ + { + "name": "OP \"heavenly blue\"", + "link": "https://animethemes.moe/video/AldnoahZero-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"A/Z\"", + "link": "https://animethemes.moe/video/AldnoahZero-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"aLIEz\"", + "link": "https://animethemes.moe/video/AldnoahZero-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "21995", + "title": "Ao Haru Ride", + "year": "2014", + "themes": [ + { + "name": "OP \"Sekai wa Koi ni Ochiteiru\"", + "link": "https://animethemes.moe/video/AoHaruRide-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Blue\"", + "link": "https://animethemes.moe/video/AoHaruRide-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23037", + "title": "Bakumatsu Rock", + "year": "2014", + "themes": [ + { + "name": "OP \"Jack\"", + "link": "https://animethemes.moe/video/BakumatsuRock-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Zecchou DAYBREAK\"", + "link": "https://animethemes.moe/video/BakumatsuRock-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Zecchou DAYBREAK\"", + "link": "https://animethemes.moe/video/BakumatsuRock-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "22789", + "title": "Barakamon", + "year": "2014", + "themes": [ + { + "name": "OP \"Rashisa\"", + "link": "https://animethemes.moe/video/Barakamon-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Innocence\"", + "link": "https://animethemes.moe/video/Barakamon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14751", + "title": "Bishoujo Senshi Sailor Moon Crystal", + "year": "2014", + "themes": [ + { + "name": "OP \"MOON PRIDE\"", + "link": "https://animethemes.moe/video/SailorMoonCrystal-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gekkou\"", + "link": "https://animethemes.moe/video/SailorMoonCrystal-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23333", + "title": "DRAMAtical Murder", + "year": "2014", + "themes": [ + { + "name": "OP \"SLIP ON THE PUMPS\"", + "link": "https://animethemes.moe/video/DRAMAticalMurder-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"BOWIE KNIFE\"", + "link": "https://animethemes.moe/video/DRAMAticalMurder-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"BY MY SIDE\"", + "link": "https://animethemes.moe/video/DRAMAticalMurder-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Felt\"", + "link": "https://animethemes.moe/video/DRAMAticalMurder-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Lullaby Blue\"", + "link": "https://animethemes.moe/video/DRAMAticalMurder-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Soul Grace\"", + "link": "https://animethemes.moe/video/DRAMAticalMurder-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "20509", + "title": "Fate/kaleid liner Prisma☆Illya 2wei!", + "year": "2014", + "themes": [ + { + "name": "OP \"moving soul\"", + "link": "https://animethemes.moe/video/FatePrismaIllya2wei-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"TWO BY TWO\"", + "link": "https://animethemes.moe/video/FatePrismaIllya2wei-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FatePrismaIllya2wei-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"TWO BY TWO\"", + "link": "https://animethemes.moe/video/FatePrismaIllya2wei-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "22955", + "title": "Francesca", + "year": "2014", + "themes": [ + { + "name": "ED \"Sasayaki wa 'Crescendo'\"", + "link": "https://animethemes.moe/video/Francesca-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22265", + "title": "Free!: Eternal Summer", + "year": "2014", + "themes": [ + { + "name": "OP \"Dried Up Youthful Fame\"", + "link": "https://animethemes.moe/video/FreeEternalSummer-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"FUTURE FISH\"", + "link": "https://animethemes.moe/video/FreeEternalSummer-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Clear Blue Departure\"", + "link": "https://animethemes.moe/video/FreeEternalSummer-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "22189", + "title": "Futsuu no Joshikousei ga [Locodol] Yattemita.", + "year": "2014", + "themes": [ + { + "name": "OP \"Mirai Fanfare\"", + "link": "https://animethemes.moe/video/Locodol-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mirai Shoujo-tachi\" by Nagarekawa Girls", + "link": "https://animethemes.moe/video/Locodol-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mirai Shoujo-tachi\" by Nagarekawa Girls & Maya Yoshioka", + "link": "https://animethemes.moe/video/Locodol-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Mirai Shoujo-tachi\" by Nagarekawa Girls, Maya Yoshioka & Inori Minase", + "link": "https://animethemes.moe/video/Locodol-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "23289", + "title": "Gekkan Shoujo Nozaki-kun", + "year": "2014", + "themes": [ + { + "name": "OP \"Kimi ja Nakya Dame Mitai\"", + "link": "https://animethemes.moe/video/NozakiKun-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ura Omote Fortune\"", + "link": "https://animethemes.moe/video/NozakiKun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19195", + "title": "Ghost in the Shell: Arise - Border:4 Ghost Stands Alone", + "year": "2014", + "themes": [ + { + "name": "OP \"GHOST IN THE SHELL ARISE\"", + "link": "https://animethemes.moe/video/GhostInTheShellAriseGhostStandsAlone-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Split Spirit\"", + "link": "https://animethemes.moe/video/GhostInTheShellAriseGhostStandsAlone-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18619", + "title": "Girls und Panzer: Kore ga Hontou no Anzio-sen Desu", + "year": "2014", + "themes": [ + { + "name": "ED \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzerOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23079", + "title": "Glasslip", + "year": "2014", + "themes": [ + { + "name": "OP \"Natsu no Hi to Kimi no Koe\"", + "link": "https://animethemes.moe/video/Glasslip-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Toumei na Sekai\"", + "link": "https://animethemes.moe/video/Glasslip-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Natsu no Hi to Kimi no Koe\"", + "link": "https://animethemes.moe/video/Glasslip-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "21855", + "title": "Hanamonogatari", + "year": "2014", + "themes": [ + { + "name": "OP \"the last day of my adolescence\"", + "link": "https://animethemes.moe/video/Hanamonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hana Ato: Shirushi\"", + "link": "https://animethemes.moe/video/Hanamonogatari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21681", + "title": "Hanayamata", + "year": "2014", + "themes": [ + { + "name": "OP \"Hana wa Odore ya Irohaniho\"", + "link": "https://animethemes.moe/video/Hanayamata-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hanayamata-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Hanayuki\" by smileY inc.", + "link": "https://animethemes.moe/video/Hanayamata-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hanayamata-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hanayuki\" by Team \"Hanayamata\"", + "link": "https://animethemes.moe/video/Hanayamata-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "22835", + "title": "Himegoto", + "year": "2014", + "themes": [ + { + "name": "OP \"Troublemaker\"", + "link": "https://animethemes.moe/video/Himegoto-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Make-up!\"", + "link": "https://animethemes.moe/video/Himegoto-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23121", + "title": "Jinsei", + "year": "2014", + "themes": [ + { + "name": "OP \"Dekoboko Kaiketsu Sensation\"", + "link": "https://animethemes.moe/video/Jinsei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Jinsei☆Kimiiro\"", + "link": "https://animethemes.moe/video/Jinsei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22145", + "title": "Kuroshitsuji: Book of Circus", + "year": "2014", + "themes": [ + { + "name": "OP \"ENAMEL\"", + "link": "https://animethemes.moe/video/KuroshitsujiBookOfCircus-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aoki Tsuki Michite\"", + "link": "https://animethemes.moe/video/KuroshitsujiBookOfCircus-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21105", + "title": "Love Stage!!", + "year": "2014", + "themes": [ + { + "name": "OP \"LΦVEST\"", + "link": "https://animethemes.moe/video/LoveStage-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"CLICK YOUR HEART!!\"", + "link": "https://animethemes.moe/video/LoveStage-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23945", + "title": "Majimoji Rurumo", + "year": "2014", + "themes": [ + { + "name": "OP \"Seiippai, Tsutaetai!\"", + "link": "https://animethemes.moe/video/MajimojiRurumo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MajimojiRurumo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Futari no Chronostasis\"", + "link": "https://animethemes.moe/video/MajimojiRurumo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MajimojiRurumo-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"FHK Fushigi Hakken no Uta (Piano ver.)\"", + "link": "https://animethemes.moe/video/MajimojiRurumo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "24835", + "title": "Mobile Suit Gundam-san", + "year": "2014", + "themes": [ + { + "name": "ED V1 \"Gundam-san Ondo\"", + "link": "https://animethemes.moe/video/GundamSan-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Gundam-san Ondo\"", + "link": "https://animethemes.moe/video/GundamSan-ED2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Gundam-san Ondo\"", + "link": "https://animethemes.moe/video/GundamSan-ED3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Gundam-san Ondo\"", + "link": "https://animethemes.moe/video/GundamSan-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "22225", + "title": "Momo Kyun Sword", + "year": "2014", + "themes": [ + { + "name": "OP \"Momoiro Fantasy\"", + "link": "https://animethemes.moe/video/MomoKyunSword-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Momo Kyun Sword\"", + "link": "https://animethemes.moe/video/MomoKyunSword-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Momo Kyun Sword\"", + "link": "https://animethemes.moe/video/MomoKyunSword-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ready Go!! Zettai Muteki no Tennyo Tai\"", + "link": "https://animethemes.moe/video/MomoKyunSword-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "24135", + "title": "Nobunaga Concerto", + "year": "2014", + "themes": [ + { + "name": "ED \"Fukagyaku Replace\"", + "link": "https://animethemes.moe/video/NobunagaConcerto-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24075", + "title": "Persona 4 the Golden Animation", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Shadow World\"", + "link": "https://animethemes.moe/video/Persona4TheGolden-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Next Chance to Move On\"", + "link": "https://animethemes.moe/video/Persona4TheGolden-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"key plus words\"", + "link": "https://animethemes.moe/video/Persona4TheGolden-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Dazzling Smile\" by Shihoko Hirata", + "link": "https://animethemes.moe/video/Persona4TheGolden-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Dazzling Smile\" by Shihoko Hirata", + "link": "https://animethemes.moe/video/Persona4TheGolden-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Subete no Tamashii no Uta\"", + "link": "https://animethemes.moe/video/Persona4TheGolden-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Dazzling Smile\" by Kana Hanazawa", + "link": "https://animethemes.moe/video/Persona4TheGolden-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Never More\"", + "link": "https://animethemes.moe/video/Persona4TheGolden-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "23135", + "title": "PriPara", + "year": "2014", + "themes": [ + { + "name": "OP1 V1 \"Make it!\"", + "link": "https://animethemes.moe/video/PriPara-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Make it!\"", + "link": "https://animethemes.moe/video/PriPara-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Miracle☆Paradise\"", + "link": "https://animethemes.moe/video/PriPara-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Realize!\"", + "link": "https://animethemes.moe/video/PriPara-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 V1 \"Dream Parade\"", + "link": "https://animethemes.moe/video/PriPara-OP4.webm", + "type": "opening" + }, + { + "name": "OP4 V2 \"Dream Parade\"", + "link": "https://animethemes.moe/video/PriPara-OP4v2.webm", + "type": "opening" + }, + { + "name": "OP5 \"Bright Fantasy\"", + "link": "https://animethemes.moe/video/PriPara-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Goin'on\"", + "link": "https://animethemes.moe/video/PriPara-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"Ready Smile!!\"", + "link": "https://animethemes.moe/video/PriPara-OP7.webm", + "type": "opening" + }, + { + "name": "OP8 \"Brand New Dreamer\" by Laala Manaka with Triangle", + "link": "https://animethemes.moe/video/PriPara-OP8.webm", + "type": "opening" + }, + { + "name": "OP9 \"Brand New Dreamer\" by Laala Manaka with Junon", + "type": "opening" + }, + { + "name": "OP10 \"Brand New Dreamer\" by Laala Manaka with Pinon", + "type": "opening" + }, + { + "name": "OP11 \"Brand New Dreamer\"", + "type": "opening" + }, + { + "name": "OP12 \"Shining Star\"", + "link": "https://animethemes.moe/video/PriPara-OP12.webm", + "type": "opening" + }, + { + "name": "ED1 \"Jumpin' Dancin'\"", + "link": "https://animethemes.moe/video/PriPara-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kiraki Runway☆\"", + "link": "https://animethemes.moe/video/PriPara-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"I Just Wanna Be With You ~Virtual and Real no Hazama de~\"", + "link": "https://animethemes.moe/video/PriPara-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Idol Kinryoku♥Lesson Go!\"", + "link": "https://animethemes.moe/video/PriPara-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Mune Kyun Love Song\"", + "link": "https://animethemes.moe/video/PriPara-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Rainbow Melody♪\"", + "link": "https://animethemes.moe/video/PriPara-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"ThankYou ♥ Birthday\"", + "link": "https://animethemes.moe/video/PriPara-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Pure Amore Ai\"", + "type": "ending" + }, + { + "name": "ED9 \"LOVE TROOPER\"", + "link": "https://animethemes.moe/video/PriPara-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"PriPara☆Dancing!!!\"", + "link": "https://animethemes.moe/video/PriPara-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Growin' Jewel!\"", + "link": "https://animethemes.moe/video/PriPara-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Brand New Dreamer\" by Laala with Kanon", + "type": "ending" + } + ] + }, + { + "id": "23309", + "title": "Rail Wars!", + "year": "2014", + "themes": [ + { + "name": "OP \"Mukai Kaze ni Utarenagara\"", + "link": "https://animethemes.moe/video/RailWars-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"OVERDRIVER\"", + "link": "https://animethemes.moe/video/RailWars-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23421", + "title": "Re:␣Hamatora", + "year": "2014", + "themes": [ + { + "name": "OP \"Sen no Tsubasa\"", + "link": "https://animethemes.moe/video/ReHamatora-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Brand New World\"", + "link": "https://animethemes.moe/video/ReHamatora-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22865", + "title": "Rokujouma no Shinryakusha!?", + "year": "2014", + "themes": [ + { + "name": "OP \"Koukan win-win Mujouken\"", + "link": "https://animethemes.moe/video/RokujoumaNoShinryakusha-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koi wa Milk Tea\"", + "link": "https://animethemes.moe/video/RokujoumaNoShinryakusha-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "20709", + "title": "Sabagebu!", + "year": "2014", + "themes": [ + { + "name": "OP \"YES!!\"", + "link": "https://animethemes.moe/video/Sabagebu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Piti Pati SurviBird\"", + "link": "https://animethemes.moe/video/Sabagebu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22877", + "title": "Seirei Tsukai no Blade Dance", + "year": "2014", + "themes": [ + { + "name": "OP \"Kyoumei no True Force\"", + "link": "https://animethemes.moe/video/SeireiTsukaiNoBladeDance-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Blade Dance\"", + "link": "https://animethemes.moe/video/SeireiTsukaiNoBladeDance-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23201", + "title": "Sengoku Basara: Judge End", + "year": "2014", + "themes": [ + { + "name": "OP \"Thunderclap\"", + "link": "https://animethemes.moe/video/SengokuBasaraJudgeEnd-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Polaris\"", + "link": "https://animethemes.moe/video/SengokuBasaraJudgeEnd-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23325", + "title": "Shirogane no Ishi: Argevollen", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Tough Intention\"", + "link": "https://animethemes.moe/video/Argevollen-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"ZoNE-iT\"", + "link": "https://animethemes.moe/video/Argevollen-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Faith\"", + "link": "https://animethemes.moe/video/Argevollen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Vivid Telepathy\"", + "link": "https://animethemes.moe/video/Argevollen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "23327", + "title": "Space☆Dandy 2nd Season", + "year": "2014", + "themes": [ + { + "name": "OP \"Viva Namida\"", + "link": "https://animethemes.moe/video/SpaceDandy-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"X Jigen e Youkoso\"", + "link": "https://animethemes.moe/video/SpaceDandy-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kanchigai Lonely Night\"", + "link": "https://animethemes.moe/video/SpaceDandyS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"WHITE HOUSE\"", + "link": "https://animethemes.moe/video/SpaceDandyS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Space☆Dandy\"", + "link": "https://animethemes.moe/video/SpaceDandyS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Seaside Driving\"", + "link": "https://animethemes.moe/video/SpaceDandyS2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"All \"the thing\"s i am... worried\"", + "link": "https://animethemes.moe/video/SpaceDandyS2-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"SPACE FUN CLUB\"", + "link": "https://animethemes.moe/video/SpaceDandyS2-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "21881", + "title": "Sword Art Online II", + "year": "2014", + "themes": [ + { + "name": "OP1 \"IGNITE\"", + "link": "https://animethemes.moe/video/SwordArtOnlineS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"courage\"", + "link": "https://animethemes.moe/video/SwordArtOnlineS2-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"courage\"", + "link": "https://animethemes.moe/video/SwordArtOnlineS2-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Separate Ways\"", + "link": "https://animethemes.moe/video/SwordArtOnlineS2-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Startear\"", + "link": "https://animethemes.moe/video/SwordArtOnlineS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"No More Time Machine\"", + "link": "https://animethemes.moe/video/SwordArtOnlineS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Shirushi\"", + "link": "https://animethemes.moe/video/SwordArtOnlineS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Shirushi\"", + "link": "https://animethemes.moe/video/SwordArtOnlineS2-ED3v2.webm", + "type": "ending" + } + ] + }, + { + "id": "21353", + "title": "Tokyo ESP", + "year": "2014", + "themes": [ + { + "name": "OP \"Tokyo Zero Hearts\"", + "link": "https://animethemes.moe/video/TokyoESP-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kyuusei Argyros\"", + "link": "https://animethemes.moe/video/TokyoESP-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TokyoESP-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Lasting Memories\"", + "type": "ending" + } + ] + }, + { + "id": "22319", + "title": "Tokyo Ghoul", + "year": "2014", + "themes": [ + { + "name": "OP \"unravel\"", + "link": "https://animethemes.moe/video/TokyoGhoul-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Seijatachi\"", + "link": "https://animethemes.moe/video/TokyoGhoul-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Seijatachi\"", + "link": "https://animethemes.moe/video/TokyoGhoul-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Seijatachi\"", + "link": "https://animethemes.moe/video/TokyoGhoul-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Seijatachi\"", + "link": "https://animethemes.moe/video/TokyoGhoul-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Seijatachi\"", + "link": "https://animethemes.moe/video/TokyoGhoul-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Seijatachi\"", + "link": "https://animethemes.moe/video/TokyoGhoul-ED1v6.webm", + "type": "ending" + } + ] + }, + { + "id": "21435", + "title": "Yama no Susume Second Season", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Natsu-iro Present\"", + "link": "https://animethemes.moe/video/YamaNoSusumeS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Mainichi Koharu Biyori\"", + "link": "https://animethemes.moe/video/YamaNoSusumeS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tinkling Smile\"", + "link": "https://animethemes.moe/video/YamaNoSusumeS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Staccato Days\"", + "link": "https://animethemes.moe/video/YamaNoSusumeS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Staccato Days\"", + "link": "https://animethemes.moe/video/YamaNoSusumeS2-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Staccato Days\"", + "link": "https://animethemes.moe/video/YamaNoSusumeS2-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED3 \"Cocoiro Rainbow\"", + "link": "https://animethemes.moe/video/YamaNoSusumeS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "22537", + "title": "Yami Shibai 2", + "year": "2014", + "themes": [ + { + "name": "ED \"Shijuukunichi Me\"", + "link": "https://animethemes.moe/video/YamiShibaiS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23283", + "title": "Zankyou no Terror", + "year": "2014", + "themes": [ + { + "name": "OP \"Trigger\"", + "link": "https://animethemes.moe/video/ZankyouNoTerror-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dare ka, Umi wo.\"", + "link": "https://animethemes.moe/video/ZankyouNoTerror-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19429", + "title": "Akuma no Riddle", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"Soushou Innocence\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Soushou Innocence\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Paradox\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kinou, Kyou, Ashita\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Concentration\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Across The Fate\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Doutte koto nai Sympathy\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Poison Me\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Suzukaze\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Mayonaka no Toubou\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Tenshi No Smile♥\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Inochi no Karakuri\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Survival\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"QUEEN\"", + "link": "https://animethemes.moe/video/AkumaNoRiddle-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "21185", + "title": "Baby Steps", + "year": "2014", + "themes": [ + { + "name": "OP \"Believe in yourself\"", + "link": "https://animethemes.moe/video/BabySteps-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Baby Steps\"", + "link": "https://animethemes.moe/video/BabySteps-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "20787", + "title": "Black Bullet", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"black bullet\"", + "link": "https://animethemes.moe/video/BlackBullet-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"black bullet\"", + "link": "https://animethemes.moe/video/BlackBullet-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackBullet-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Tokohana\"", + "link": "https://animethemes.moe/video/BlackBullet-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Wasurenai Tame ni\"", + "link": "https://animethemes.moe/video/BlackBullet-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Wasurenai Tame ni for lotus\"", + "link": "https://animethemes.moe/video/BlackBullet-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "22547", + "title": "Blade & Soul", + "year": "2014", + "themes": [ + { + "name": "OP \"Sayonara Usotsuki\"", + "link": "https://animethemes.moe/video/BladeAndSoul-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"RAINBOW\"", + "link": "https://animethemes.moe/video/BladeAndSoul-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21405", + "title": "Bokura wa Minna Kawaisou", + "year": "2014", + "themes": [ + { + "name": "OP \"Itsuka no, Ikutsuka no Kimi to no Sekai\"", + "link": "https://animethemes.moe/video/Kawaisou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"My Sweet Shelter\"", + "link": "https://animethemes.moe/video/Kawaisou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22433", + "title": "Break Blade (TV)", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"Junction heart\"", + "link": "https://animethemes.moe/video/BreakBladeTV-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Junction heart\"", + "link": "https://animethemes.moe/video/BreakBladeTV-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Itoshiki Aragaiyo, Michibike Hikari e\"", + "link": "https://animethemes.moe/video/BreakBladeTV-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Itoshiki Aragaiyo, Michibike Hikari e\"", + "link": "https://animethemes.moe/video/BreakBladeTV-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "21677", + "title": "Captain Earth", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Believers High\"", + "link": "https://animethemes.moe/video/CaptainEarth-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"TOKYO Dreamer\"", + "link": "https://animethemes.moe/video/CaptainEarth-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Amethyst\"", + "link": "https://animethemes.moe/video/CaptainEarth-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"The Glory Days\"", + "link": "https://animethemes.moe/video/CaptainEarth-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "19163", + "title": "Date A Live II", + "year": "2014", + "themes": [ + { + "name": "OP \"Trust in you\"", + "link": "https://animethemes.moe/video/DateALiveS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Day to Story\"", + "link": "https://animethemes.moe/video/DateALiveS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"My Treasure\"", + "link": "https://animethemes.moe/video/DateALiveS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "22777", + "title": "Dragon Ball Kai (2014)", + "year": "2014", + "themes": [ + { + "name": "OP \"Kuu-Zen-Zetsu-Go\"", + "link": "https://animethemes.moe/video/DragonBallKai2014-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DragonBallKai2014-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED1 \"Haikei, Tsuratsusutora\"", + "link": "https://animethemes.moe/video/DragonBallKai2014-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Junjou\"", + "link": "https://animethemes.moe/video/DragonBallKai2014-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Oh Yeah!!!!!!!\"", + "link": "https://animethemes.moe/video/DragonBallKai2014-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"GALAXY\"", + "link": "https://animethemes.moe/video/DragonBallKai2014-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Don't Let Me Down\"", + "link": "https://animethemes.moe/video/DragonBallKai2014-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "21167", + "title": "Escha & Logy no Atelier: Tasogare no Sora no Renkinjutsushi", + "year": "2014", + "themes": [ + { + "name": "OP \"Asuiro\"", + "link": "https://animethemes.moe/video/EschaLogy-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/EschaLogy-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Fuyumidori\"", + "link": "https://animethemes.moe/video/EschaLogy-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22043", + "title": "Fairy Tail (2014)", + "year": "2014", + "themes": [ + { + "name": "OP1 \"MASAYUME CHASING\"", + "link": "https://animethemes.moe/video/FairyTail2014-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"STRIKE BACK\"", + "link": "https://animethemes.moe/video/FairyTail2014-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Mysterious Magic\"", + "link": "https://animethemes.moe/video/FairyTail2014-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"BREAK OUT\"", + "link": "https://animethemes.moe/video/FairyTail2014-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Yume-iro Graffiti\"", + "link": "https://animethemes.moe/video/FairyTail2014-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"NEVER-END TALE\"", + "link": "https://animethemes.moe/video/FairyTail2014-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"Believe In Myself\"", + "link": "https://animethemes.moe/video/FairyTail2014-OP7.webm", + "type": "opening" + }, + { + "name": "OP8 \"Ashita wo Orase\"", + "link": "https://animethemes.moe/video/FairyTail2014-OP8.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi to Kare to Boku to Kanojo to\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Kokoro no Kagi\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Kokoro no Kagi\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Kokoro no Kagi\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED2 V4 \"Kokoro no Kagi\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED2v4.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kimi no Mirai\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 V1 \"Don't let me down\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED4.webm", + "type": "ending" + }, + { + "name": "ED4 V2 \"Don't let me down\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED4v2.webm", + "type": "ending" + }, + { + "name": "ED4 V3 \"Don't let me down\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED4v3.webm", + "type": "ending" + }, + { + "name": "ED4 V4 \"Don't let me down\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED4v4.webm", + "type": "ending" + }, + { + "name": "ED4 V5 \"Don't let me down\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED4v5.webm", + "type": "ending" + }, + { + "name": "ED4 V6 \"Don't let me down\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED4v6.webm", + "type": "ending" + }, + { + "name": "ED4 V7 \"Don't let me down\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED4v7.webm", + "type": "ending" + }, + { + "name": "ED4 V8 \"Don't let me down\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED4v8.webm", + "type": "ending" + }, + { + "name": "ED4 V9 \"Don't let me down\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED4v9.webm", + "type": "ending" + }, + { + "name": "ED5 V1 \"Never ever\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED5.webm", + "type": "ending" + }, + { + "name": "ED5 V2 \"Never ever\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED5v2.webm", + "type": "ending" + }, + { + "name": "ED5 V3 \"Never ever\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED5v3.webm", + "type": "ending" + }, + { + "name": "ED5 V4 \"Never ever\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED5v4.webm", + "type": "ending" + }, + { + "name": "ED5 V5 \"Never ever\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED5v5.webm", + "type": "ending" + }, + { + "name": "ED5 V6 \"Never ever\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED5v6.webm", + "type": "ending" + }, + { + "name": "ED6 \"FOREVER HERE\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Azayaka na Tabiji\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Landscape\"", + "link": "https://animethemes.moe/video/FairyTail2014-ED8.webm", + "type": "ending" + } + ] + }, + { + "id": "21521", + "title": "Futa-bu!", + "year": "2014", + "themes": [ + { + "name": "ED \"Futanari Nari Ni\"", + "link": "https://animethemes.moe/video/Futabu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21821", + "title": "Fuuun Ishin Dai☆Shogun", + "year": "2014", + "themes": [ + { + "name": "OP \"Tamashii RISES\"", + "link": "https://animethemes.moe/video/FuuunIshinDaiShogun-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"UPON A STAR\"", + "link": "https://animethemes.moe/video/FuuunIshinDaiShogun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19193", + "title": "Ghost in the Shell: Arise - Border:3 Ghost Tears", + "year": "2014", + "themes": [ + { + "name": "OP \"GHOST IN THE SHELL ARISE\"", + "link": "https://animethemes.moe/video/GhostInTheShellAriseGhostTears-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Heart Grenade\"", + "link": "https://animethemes.moe/video/GhostInTheShellAriseGhostTears-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21273", + "title": "Gochuumon wa Usagi Desu ka?", + "year": "2014", + "themes": [ + { + "name": "OP \"Daydream café\"", + "link": "https://animethemes.moe/video/GochiUsa-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Poppin Jump♪\"", + "link": "https://animethemes.moe/video/GochiUsa-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Poppin Jump♪\"", + "link": "https://animethemes.moe/video/GochiUsa-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Poppin Jump♪\"", + "link": "https://animethemes.moe/video/GochiUsa-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Poppin Jump♪\"", + "link": "https://animethemes.moe/video/GochiUsa-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Poppin Jump♪\"", + "link": "https://animethemes.moe/video/GochiUsa-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Poppin Jump♪\"", + "link": "https://animethemes.moe/video/GochiUsa-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED1 V7 \"Poppin Jump♪\"", + "link": "https://animethemes.moe/video/GochiUsa-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED1 V8 \"Poppin Jump♪\"", + "link": "https://animethemes.moe/video/GochiUsa-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED1 V9 \"Poppin Jump♪\"", + "link": "https://animethemes.moe/video/GochiUsa-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED1 V10 \"Poppin Jump♪\"", + "link": "https://animethemes.moe/video/GochiUsa-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED1 V11 \"Poppin Jump♪\"", + "link": "https://animethemes.moe/video/GochiUsa-ED1v11.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nichijou Decoration\"", + "link": "https://animethemes.moe/video/GochiUsa-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "21431", + "title": "Gokukoku no Brynhildr", + "year": "2014", + "themes": [ + { + "name": "OP1 \"BRYNHILDR IN THE DARKNESS -Ver. EJECTED-\"", + "link": "https://animethemes.moe/video/GokukokuNoBrynhildr-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Virtue and Vice\"", + "link": "https://animethemes.moe/video/GokukokuNoBrynhildr-OP2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ichiban Boshi\"", + "link": "https://animethemes.moe/video/GokukokuNoBrynhildr-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ichiban Boshi\"", + "link": "https://animethemes.moe/video/GokukokuNoBrynhildr-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Ichiban Boshi\"", + "link": "https://animethemes.moe/video/GokukokuNoBrynhildr-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "20583", + "title": "Haikyuu!!", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Imagination\"", + "link": "https://animethemes.moe/video/Haikyuu-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ah Yeah!!\"", + "link": "https://animethemes.moe/video/Haikyuu-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tenchi Geshi\"", + "link": "https://animethemes.moe/video/Haikyuu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"LEO\"", + "link": "https://animethemes.moe/video/Haikyuu-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "20853", + "title": "Hitsugi no Chaika", + "year": "2014", + "themes": [ + { + "name": "OP \"DARAKENA\"", + "link": "https://animethemes.moe/video/HitsugiNoChaika-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kairaku Genri\"", + "link": "https://animethemes.moe/video/HitsugiNoChaika-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22507", + "title": "Initial D Final Stage", + "year": "2014", + "themes": [ + { + "name": "OP \"Outsoar The Rainbow\"", + "link": "https://animethemes.moe/video/InitialDFinalStage-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Gamble Rumble\"", + "link": "https://animethemes.moe/video/InitialDFinalStage-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rage your dream\"", + "link": "https://animethemes.moe/video/InitialDFinalStage-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "22123", + "title": "Inugami-san to Nekoyama-san", + "year": "2014", + "themes": [ + { + "name": "ED \"Zettai♡Fukujuu Sengen\"", + "link": "https://animethemes.moe/video/InugamiSanToNekoyamaSan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21327", + "title": "Isshuukan Friends.", + "year": "2014", + "themes": [ + { + "name": "OP \"Niji no Kakera\"", + "link": "https://animethemes.moe/video/IsshuukanFriends-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsshuukanFriends-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Kanade\"", + "link": "https://animethemes.moe/video/IsshuukanFriends-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/IsshuukanFriends-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kanade\"", + "link": "https://animethemes.moe/video/IsshuukanFriends-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "20899", + "title": "JoJo no Kimyou na Bouken: Stardust Crusaders", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"STAND PROUD\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"STAND PROUD\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Walk Like An Egyptian\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBoukenS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21563", + "title": "Kamigami no Asobi", + "year": "2014", + "themes": [ + { + "name": "OP \"TILL THE END\"", + "link": "https://animethemes.moe/video/KamigamiNoAsobi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"REASON FOR...\"", + "link": "https://animethemes.moe/video/KamigamiNoAsobi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19685", + "title": "Kanojo ga Flag wo Oraretara", + "year": "2014", + "themes": [ + { + "name": "OP \"Cupi-Doo Revue\"", + "link": "https://animethemes.moe/video/KanojoGaFlagWoOreretara-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kanojo ga Flag wo Tateru Wake\"", + "link": "https://animethemes.moe/video/KanojoGaFlagWoOreretara-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kanojo ga Flag wo Tateru Wake\"", + "link": "https://animethemes.moe/video/KanojoGaFlagWoOreretara-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "21809", + "title": "Kenzen Robo Daimidaler", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"Kenzen Robo Daimidaler\"", + "link": "https://animethemes.moe/video/KenzenRoboDaimidaler-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kenzen Robo Daimidaler\"", + "link": "https://animethemes.moe/video/KenzenRoboDaimidaler-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Suki Suki//LINKS\"", + "link": "https://animethemes.moe/video/KenzenRoboDaimidaler-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22817", + "title": "Kindaichi Shounen no Jikenbo Returns", + "year": "2014", + "themes": [ + { + "name": "OP1 \"BRAND NEW STORY\"", + "link": "https://animethemes.moe/video/KindaichiReturns-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yue ni, Matenrou\"", + "link": "https://animethemes.moe/video/KindaichiReturns-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Passcode 4854\"", + "link": "https://animethemes.moe/video/KindaichiReturns-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Start Line\"", + "link": "https://animethemes.moe/video/KindaichiReturns-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "19111", + "title": "Love Live! School Idol Project 2nd Season", + "year": "2014", + "themes": [ + { + "name": "OP \"Sore wa Bokutachi no Kiseki\"", + "link": "https://animethemes.moe/video/LoveLiveS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-OP1-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Donna Toki mo Zutto\" by Eli Ayase, Nozomi Toujou, Nico Yazawa", + "link": "https://animethemes.moe/video/LoveLiveS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-ED1-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Donna Toki mo Zutto\" by µ's", + "link": "https://animethemes.moe/video/LoveLiveS2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-ED2-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED3 \"Donna Toki mo Zutto\" by Nico Yazawa", + "link": "https://animethemes.moe/video/LoveLiveS2-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-ED3-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED4 \"Donna Toki mo Zutto\" by Rin Hoshizora", + "link": "https://animethemes.moe/video/LoveLiveS2-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-ED4-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED5 \"Donna Toki mo Zutto\" by Rin Hoshizora, Maki Nishikino, Hanayo Koizumi", + "link": "https://animethemes.moe/video/LoveLiveS2-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-ED5-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED6 \"Donna Toki mo Zutto\" by Honoka Kousaka, Kotori Minami, Umi Sonoda", + "link": "https://animethemes.moe/video/LoveLiveS2-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-ED6-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED7 \"Donna Toki mo Zutto\" Eli Ayase, Maki Nikishino, Nozomi Toujou", + "link": "https://animethemes.moe/video/LoveLiveS2-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-ED7-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED8 \"Snow halation\"", + "link": "https://animethemes.moe/video/LoveLiveS2-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-ED8-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED9 \"Donna Toki mo Zutto\" by Honoka Kousaka", + "link": "https://animethemes.moe/video/LoveLiveS2-ED9.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-ED9-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED10 \"Donna Toki mo Zutto\" by µ's", + "link": "https://animethemes.moe/video/LoveLiveS2-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Bokura wa Ima no Naka de\"", + "link": "https://animethemes.moe/video/LoveLiveS2-ED11.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-ED11-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED12 \"Happy maker!\"", + "link": "https://animethemes.moe/video/LoveLiveS2-ED12.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLiveS2-ED12-NCBD1080Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "23293", + "title": "Lupin the IIIrd: Jigen Daisuke no Bohyou", + "year": "2014", + "themes": [ + { + "name": "ED \"Revolver Fires\"", + "link": "https://animethemes.moe/video/LupinJigenDaisukeNoBohyou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "23133", + "title": "M3: Sono Kuroki Hagane", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Re:REMEMBER\"", + "link": "https://animethemes.moe/video/M3SonoKurokiHagane-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Replica\"", + "link": "https://animethemes.moe/video/M3SonoKurokiHagane-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"ego-izm\"", + "link": "https://animethemes.moe/video/M3SonoKurokiHagane-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"SABLE\"", + "link": "https://animethemes.moe/video/M3SonoKurokiHagane-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "21421", + "title": "Mahou Shoujo Taisen", + "year": "2014", + "themes": [ + { + "name": "OP \"All Over\"", + "link": "https://animethemes.moe/video/MahouShoujoTaisen-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "20785", + "title": "Mahouka Koukou no Rettousei", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Rising Hope\"", + "link": "https://animethemes.moe/video/MahoukaKoukouNoRettousei-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"grilletto\"", + "link": "https://animethemes.moe/video/MahoukaKoukouNoRettousei-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Millenario\"", + "link": "https://animethemes.moe/video/MahoukaKoukouNoRettousei-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Mirror\"", + "link": "https://animethemes.moe/video/MahoukaKoukouNoRettousei-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Mirror\"", + "link": "https://animethemes.moe/video/MahoukaKoukouNoRettousei-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "21863", + "title": "Mangaka-san to Assistant-san to The Animation", + "year": "2014", + "themes": [ + { + "name": "OP \"Junsui na Fujunbutsu\"", + "link": "https://animethemes.moe/video/MangakaSan-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MangakaSan-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Spica.\"", + "link": "https://animethemes.moe/video/MangakaSan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Owarinaki Pantsu\"", + "link": "https://animethemes.moe/video/MangakaSan-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "21603", + "title": "Mekakucity Actors", + "year": "2014", + "themes": [ + { + "name": "OP1 \"daze\"", + "link": "https://animethemes.moe/video/MekakucityActors-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Headphone Actor\"", + "link": "https://animethemes.moe/video/MekakucityActors-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Ayano no Koufuku Riron\"", + "link": "https://animethemes.moe/video/MekakucityActors-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"days\"", + "link": "https://animethemes.moe/video/MekakucityActors-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yuukei Yesterday\"", + "link": "https://animethemes.moe/video/MekakucityActors-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Lost Time Memory\"", + "link": "https://animethemes.moe/video/MekakucityActors-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Summertime Record\"", + "link": "https://animethemes.moe/video/MekakucityActors-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "21939", + "title": "Mushishi Zoku Shou", + "year": "2014", + "themes": [ + { + "name": "OP \"Shiver\"", + "link": "https://animethemes.moe/video/MushishiZokuShou-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "19815", + "title": "No Game No Life", + "year": "2014", + "themes": [ + { + "name": "OP1 \"This game\"", + "link": "https://animethemes.moe/video/NoGameNoLife-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Onegai☆Snyaiper\"", + "link": "https://animethemes.moe/video/NoGameNoLife-OP2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Oracion\"", + "link": "https://animethemes.moe/video/NoGameNoLife-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Oracion\"", + "link": "https://animethemes.moe/video/NoGameNoLife-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "21473", + "title": "Persona 3 the Movie 2: Midsummer Knight's Dream", + "year": "2014", + "themes": [ + { + "name": "OP \"Fate is In Our Hands\"", + "link": "https://animethemes.moe/video/Persona3Movie2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"One Hand, One Heartbeat\"", + "link": "https://animethemes.moe/video/Persona3Movie2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22135", + "title": "Ping Pong The Animation", + "year": "2014", + "themes": [ + { + "name": "OP \"Tada Hitori\"", + "link": "https://animethemes.moe/video/PingPong-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ano Hero to' Bokura ni Tsuite\"", + "link": "https://animethemes.moe/video/PingPong-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ano Yoake Mae no' Bokura ni Tsuite\"", + "link": "https://animethemes.moe/video/PingPong-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "21073", + "title": "Puchimas!!: Petit Petit iDOLM@STER", + "year": "2014", + "themes": [ + { + "name": "ED1 \"Ohayo Sunshine\"", + "link": "https://animethemes.moe/video/PuchimasS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hitoribocchi no Uta\"", + "link": "https://animethemes.moe/video/PuchimasS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hello Lunchtime\"", + "link": "https://animethemes.moe/video/PuchimasS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Goodnight Stars\"", + "link": "https://animethemes.moe/video/PuchimasS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"La♪ La♪ La♪ Wonderland (Tropical Remix)\"", + "link": "https://animethemes.moe/video/PuchimasS2-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "21561", + "title": "Ryuugajou Nanana no Maizoukin (TV)", + "year": "2014", + "themes": [ + { + "name": "OP \"Butterfly Effect\"", + "link": "https://animethemes.moe/video/RyuugajouNananaNoMaizoukin-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kasukana Hisokana Tashikana Mirai\"", + "link": "https://animethemes.moe/video/RyuugajouNananaNoMaizoukin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21033", + "title": "Seikoku no Dragonar", + "year": "2014", + "themes": [ + { + "name": "OP \"Seiken nante Iranai\"", + "link": "https://animethemes.moe/video/SeikokuNoDragonar-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"MOST Ijou no 'MOSTEST'\" by Mariya Ise, Ayane Sakura, & Marina Inoue", + "link": "https://animethemes.moe/video/SeikokuNoDragonar-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"MOST Ijou no 'MOSTEST'\" by Asuka Oogame, Asami Shimoda, & Kana Hanazawa", + "link": "https://animethemes.moe/video/SeikokuNoDragonar-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"MOST Ijou no 'MOSTEST'\" by Mariya Ise, Ayane Sakura, Marina Inoue, Asuka Oogame, Asami Shimoda, & Kana Hanazawa", + "link": "https://animethemes.moe/video/SeikokuNoDragonar-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "22273", + "title": "Selector Infected WIXOSS", + "year": "2014", + "themes": [ + { + "name": "OP \"killy killy JOKER\"", + "link": "https://animethemes.moe/video/SelectorInfectedWIXOSS-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SelectorInfectedWIXOSS-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"realize -Yume no Matsu Basho-\"", + "link": "https://animethemes.moe/video/SelectorInfectedWIXOSS-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SelectorInfectedWIXOSS-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"realize -Yume no Matsu Basho- ~White Hope Remix~\"", + "link": "https://animethemes.moe/video/SelectorInfectedWIXOSS-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "19775", + "title": "Sidonia no Kishi", + "year": "2014", + "themes": [ + { + "name": "OP \"Sidonia\"", + "link": "https://animethemes.moe/video/SidoniaNoKishi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"show\"", + "link": "https://animethemes.moe/video/SidoniaNoKishi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22101", + "title": "Soredemo Sekai wa Utsukushii", + "year": "2014", + "themes": [ + { + "name": "OP1 V1 \"BEAUTIFUL WORLD\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"BEAUTIFUL WORLD\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"BEAUTIFUL WORLD\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP1 V4 \"BEAUTIFUL WORLD\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP1 V5 \"BEAUTIFUL WORLD\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP1 V6 \"BEAUTIFUL WORLD\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP1v6.webm", + "type": "opening" + }, + { + "name": "OP1 V7 \"BEAUTIFUL WORLD\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP1v7.webm", + "type": "opening" + }, + { + "name": "OP1 V8 \"BEAUTIFUL WORLD\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP1v8.webm", + "type": "opening" + }, + { + "name": "OP1 V9 \"BEAUTIFUL WORLD\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP1v9.webm", + "type": "opening" + }, + { + "name": "OP1 V10 \"BEAUTIFUL WORLD\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP1v10.webm", + "type": "opening" + }, + { + "name": "OP1 V11 \"BEAUTIFUL WORLD\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP1v11.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ame Okuri no Uta\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"PROMISE\"", + "link": "https://animethemes.moe/video/SoredemoSekaiWaUtsukushii-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21507", + "title": "Soul Eater NOT!", + "year": "2014", + "themes": [ + { + "name": "OP \"monochrome\"", + "link": "https://animethemes.moe/video/SoulEaterNOT-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yuugure Happy Call\"", + "link": "https://animethemes.moe/video/SoulEaterNOT-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21647", + "title": "Tamako Love Story", + "year": "2014", + "themes": [ + { + "name": "OP \"Koi no Uta\" by Mamedai Kitashirakawa", + "link": "https://animethemes.moe/video/TamakoLoveStory-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TamakoLoveStory-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Principle\"", + "link": "https://animethemes.moe/video/TamakoLoveStory-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koi no Uta\" by Tamako Kitashirakawa", + "link": "https://animethemes.moe/video/TamakoLoveStory-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "21639", + "title": "Yu☆Gi☆Oh! ARC-V", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Believe x Believe\"", + "link": "https://animethemes.moe/video/YGOARCV-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Burn!\"", + "link": "https://animethemes.moe/video/YGOARCV-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"UNLEASH\"", + "link": "https://animethemes.moe/video/YGOARCV-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Kirifuda\"", + "link": "https://animethemes.moe/video/YGOARCV-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Kibou no Hikari\"", + "link": "https://animethemes.moe/video/YGOARCV-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Pendulum Beat!\"", + "link": "https://animethemes.moe/video/YGOARCV-OP6.webm", + "type": "opening" + }, + { + "name": "ED1 \"One Step\"", + "link": "https://animethemes.moe/video/YGOARCV-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Future Fighter\"", + "link": "https://animethemes.moe/video/YGOARCV-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"ARC of Smile!\"", + "link": "https://animethemes.moe/video/YGOARCV-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Speaking\"", + "link": "https://animethemes.moe/video/YGOARCV-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Vision\"", + "link": "https://animethemes.moe/video/YGOARCV-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Shissou Pendulum\"", + "link": "https://animethemes.moe/video/YGOARCV-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "21437", + "title": "Buddy Complex", + "year": "2014", + "themes": [ + { + "name": "OP \"UNISONIA\"", + "link": "https://animethemes.moe/video/BuddyComplex-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ano Sora ni Kaeru Mirai de\"", + "link": "https://animethemes.moe/video/BuddyComplex-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18671", + "title": "Chuunibyou demo Koi ga Shitai! Ren", + "year": "2014", + "themes": [ + { + "name": "OP \"VOICE\"", + "link": "https://animethemes.moe/video/ChuunibyouS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Van!shment Th!s World\"", + "link": "https://animethemes.moe/video/ChuunibyouS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "20031", + "title": "D-Frag!", + "year": "2014", + "themes": [ + { + "name": "OP \"Stalemate!\"", + "link": "https://animethemes.moe/video/DFrag-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Minna no Namae wo Irete Kudasai\"", + "link": "https://animethemes.moe/video/DFrag-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19067", + "title": "Future Card Buddyfight", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Card of the Future\"", + "link": "https://animethemes.moe/video/FutureCardBuddyfight-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Buddy Buddy BAAAAAN!!\"", + "link": "https://animethemes.moe/video/FutureCardBuddyfight-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Buddy Buddy Fight!\"", + "link": "https://animethemes.moe/video/FutureCardBuddyfight-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Natsuiro Fighting!!\"", + "type": "ending" + }, + { + "name": "ED3 \"Shiny Up!\"", + "link": "https://animethemes.moe/video/FutureCardBuddyfight-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "19363", + "title": "Gin no Saji 2nd Season", + "year": "2014", + "themes": [ + { + "name": "OP \"LIFE\"", + "link": "https://animethemes.moe/video/GinNoSajiS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Oto no Naru Hou e→\"", + "link": "https://animethemes.moe/video/GinNoSajiS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21267", + "title": "Go! Go! 575", + "year": "2014", + "themes": [ + { + "name": "OP \"Kotoba Colorful\"", + "link": "https://animethemes.moe/video/GoGo575-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "20689", + "title": "Hamatora The Animation", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"FLAT\"", + "link": "https://animethemes.moe/video/Hamatora-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"FLAT\"", + "link": "https://animethemes.moe/video/Hamatora-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Hikari\"", + "link": "https://animethemes.moe/video/Hamatora-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hikari\"", + "link": "https://animethemes.moe/video/Hamatora-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "21407", + "title": "Happiness Charge Precure!", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"Happiness Charge Precure!WOW!\"", + "link": "https://animethemes.moe/video/HappinessChargePrecure-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Happiness Charge Precure!WOW!\"", + "link": "https://animethemes.moe/video/HappinessChargePrecure-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Precure Memory\"", + "link": "https://animethemes.moe/video/HappinessChargePrecure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Party Has Come\"", + "link": "https://animethemes.moe/video/HappinessChargePrecure-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "20903", + "title": "Harmonie", + "year": "2014", + "themes": [ + { + "name": "ED \"Harmonie\"", + "link": "https://animethemes.moe/video/Harmonie-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Harmonie-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "20431", + "title": "Hoozuki no Reitetsu", + "year": "2014", + "themes": [ + { + "name": "OP \"Jigoku no Sata mo Kimi Shidai\"", + "link": "https://animethemes.moe/video/HoozukiNoReitetsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ookina Kingyou no Kinoshitade\"", + "link": "https://animethemes.moe/video/HoozukiNoReitetsu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Parallax View\"", + "link": "https://animethemes.moe/video/HoozukiNoReitetsu-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Caramel Peach Jam 120%\"", + "link": "https://animethemes.moe/video/HoozukiNoReitetsu-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "24781", + "title": "Imawa no Kuni no Alice (OVA)", + "year": "2014", + "themes": [ + { + "name": "OP \"NEXTAGE\"", + "link": "https://animethemes.moe/video/ImawaNoKuniNoAlice-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "20457", + "title": "Inari, Konkon, Koi Iroha.", + "year": "2014", + "themes": [ + { + "name": "OP \"Kyou ni Koiiro\"", + "link": "https://animethemes.moe/video/InariKonKon-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/InariKonKon-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"SAVED.\"", + "link": "https://animethemes.moe/video/InariKonKon-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/InariKonKon-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dare Yori mo Taisetsu na Hito e\"", + "type": "ending" + } + ] + }, + { + "id": "20517", + "title": "Little Busters!: EX", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"Little Busters! EX\"", + "link": "https://animethemes.moe/video/LittleBustersEX-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Little Busters! EX\"", + "link": "https://animethemes.moe/video/LittleBustersEX-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Little Busters! EX\"", + "link": "https://animethemes.moe/video/LittleBustersEX-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Mezameta Asa ni wa Kimi ga Tonari ni\"", + "link": "https://animethemes.moe/video/LittleBustersEX-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Mezameta Asa ni wa Kimi ga Tonari ni\"", + "link": "https://animethemes.moe/video/LittleBustersEX-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Mezameta Asa ni wa Kimi ga Tonari ni\"", + "link": "https://animethemes.moe/video/LittleBustersEX-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Mezameta Asa ni wa Kimi ga Tonari ni\"", + "link": "https://animethemes.moe/video/LittleBustersEX-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Mezameta Asa ni wa Kimi ga Tonari ni\"", + "link": "https://animethemes.moe/video/LittleBustersEX-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED2 \"Saya's Song\"", + "link": "https://animethemes.moe/video/LittleBustersEX-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Alicemagic -Rockstar Ver.-\"", + "link": "https://animethemes.moe/video/LittleBustersEX-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Alicemagic -TV Animation Ver.-\"", + "link": "https://animethemes.moe/video/LittleBustersEX-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "19769", + "title": "Mahou Sensou", + "year": "2014", + "themes": [ + { + "name": "OP \"Senkou no Prisoner\"", + "link": "https://animethemes.moe/video/MahouSensou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Born to be\"", + "link": "https://animethemes.moe/video/MahouSensou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15565", + "title": "Maken-Ki! Two", + "year": "2014", + "themes": [ + { + "name": "OP \"Cherish\"", + "link": "https://animethemes.moe/video/MakenKiTwo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Reach for Light\"", + "link": "https://animethemes.moe/video/MakenKiTwo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "20541", + "title": "Mikakunin de Shinkoukei", + "year": "2014", + "themes": [ + { + "name": "OP \"Tomadoi→Recipe\"", + "link": "https://animethemes.moe/video/MikakuninDeShinkoukei-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Masshiro World\"", + "link": "https://animethemes.moe/video/MikakuninDeShinkoukei-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"16-sai tte iu no wa Tokubetsu na Kanji da\"", + "link": "https://animethemes.moe/video/MikakuninDeShinkoukei-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "18897", + "title": "Nisekoi", + "year": "2014", + "themes": [ + { + "name": "OP1 V1 \"CLICK\"", + "link": "https://animethemes.moe/video/Nisekoi-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"CLICK\"", + "link": "https://animethemes.moe/video/Nisekoi-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"CLICK\"", + "link": "https://animethemes.moe/video/Nisekoi-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP2 \"STEP\"", + "link": "https://animethemes.moe/video/Nisekoi-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Heart Pattern\"", + "link": "https://animethemes.moe/video/Nisekoi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Recover Decoration\"", + "link": "https://animethemes.moe/video/Nisekoi-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"TRICK BOX\"", + "link": "https://animethemes.moe/video/Nisekoi-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Order x Order\"", + "link": "https://animethemes.moe/video/Nisekoi-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hanagonomi\"", + "link": "https://animethemes.moe/video/Nisekoi-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Souzou Diary\"", + "link": "https://animethemes.moe/video/Nisekoi-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Taisetsu no Tsukurikata\"", + "link": "https://animethemes.moe/video/Nisekoi-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "21177", + "title": "Nobunaga the Fool", + "year": "2014", + "themes": [ + { + "name": "OP1 \"FOOL THE WORLD\"", + "link": "https://animethemes.moe/video/NobunagaTheFool-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Breakthrough\"", + "link": "https://animethemes.moe/video/NobunagaTheFool-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"AXIS\"", + "link": "https://animethemes.moe/video/NobunagaTheFool-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ran\"", + "link": "https://animethemes.moe/video/NobunagaTheFool-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "19855", + "title": "Nobunagun", + "year": "2014", + "themes": [ + { + "name": "OP \"Respect for the dead man\"", + "link": "https://animethemes.moe/video/Nobunagun-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Chiisana Hoshi Ver. α\"", + "type": "ending" + }, + { + "name": "ED2 \"Chiisana Hoshi Ver. β\"", + "link": "https://animethemes.moe/video/Nobunagun-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "20507", + "title": "Noragami", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"Goya no Machiawase\"", + "link": "https://animethemes.moe/video/Noragami-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Goya no Machiawase\"", + "link": "https://animethemes.moe/video/Noragami-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Heart Realize\"", + "link": "https://animethemes.moe/video/Noragami-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Heart Realize\"", + "link": "https://animethemes.moe/video/Noragami-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "18095", + "title": "Nourin", + "year": "2014", + "themes": [ + { + "name": "OP \"Himitsu no Tobira kara Ai ni Kite\"", + "link": "https://animethemes.moe/video/Nourin-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mogitate ♥ Fruit Girls\"", + "link": "https://animethemes.moe/video/Nourin-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Minori no Zokkon Mirai Yohou\"", + "link": "https://animethemes.moe/video/Nourin-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ponytail no Yonjuu\"", + "link": "https://animethemes.moe/video/Nourin-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kimi*to*New*Day\"", + "link": "https://animethemes.moe/video/Nourin-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Cordless☆Dere☆PHONE\"", + "link": "https://animethemes.moe/video/Nourin-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "20931", + "title": "Oneechan ga Kita", + "year": "2014", + "themes": [ + { + "name": "ED \"Piece\"", + "link": "https://animethemes.moe/video/OneechanGaKita-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21031", + "title": "Precure All Stars Movie New Stage 3: Eien no Tomodachi", + "year": "2014", + "themes": [ + { + "name": "OP \"Precure ~Eien no Tomodachi~\" (2014 Ver.)\"", + "link": "https://animethemes.moe/video/PrecureAllStarsNewStage3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Precure Memory (New Stage 3 Version)\"", + "link": "https://animethemes.moe/video/PrecureAllStarsNewStage3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19315", + "title": "Pupa", + "year": "2014", + "themes": [ + { + "name": "OP \"pupa\"", + "link": "https://animethemes.moe/video/Pupa-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dare yori Suki na no ni\"", + "link": "https://animethemes.moe/video/Pupa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19799", + "title": "Robot Girls Z", + "year": "2014", + "themes": [ + { + "name": "OP \"Robot Girls Z\"", + "link": "https://animethemes.moe/video/RobotGirlsZ-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Team Z no Chikara!\"", + "link": "https://animethemes.moe/video/RobotGirlsZ-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17777", + "title": "Saikin, Imouto no Yousu ga Chotto Okashiinda ga.", + "year": "2014", + "themes": [ + { + "name": "OP \"BINKAN Attention\"", + "link": "https://animethemes.moe/video/ImoCho-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Charming Do!\"", + "link": "https://animethemes.moe/video/ImoCho-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16123", + "title": "Saki Zenkoku-hen", + "year": "2014", + "themes": [ + { + "name": "OP \"New SPARKS!\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"New SPARKS!\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"TRUE GATE\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"TRUE GATE\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"TRUE GATE\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED2 V4 \"TRUE GATE\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED2v4.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Kono Te ga Kiseki wo Eranderu Miyamori Joshi Koukou ver.\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Kono Te ga Kiseki wo Eranderu Miyamori Joshi Koukou ver.\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED4 V1 \"Kono Te ga Kiseki wo Eranderu Eisui Joshi Koukou ver.\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED4.webm", + "type": "ending" + }, + { + "name": "ED4 V2 \"Kono Te ga Kiseki wo Eranderu Eisui Joshi Koukou ver.\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED4v2.webm", + "type": "ending" + }, + { + "name": "ED4 V3 \"Kono Te ga Kiseki wo Eranderu Eisui Joshi Koukou ver.\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED4v3.webm", + "type": "ending" + }, + { + "name": "ED5 V1 \"Kono Te ga Kiseki wo Eranderu Himematsu Joshi Koukou ver.\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED5.webm", + "type": "ending" + }, + { + "name": "ED5 V2 \"Kono Te ga Kiseki wo Eranderu Himematsu Joshi Koukou ver.\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED5v2.webm", + "type": "ending" + }, + { + "name": "ED6 \"Glossy:MMM\"", + "link": "https://animethemes.moe/video/SakiZenkokuHen-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "20047", + "title": "Sakura Trick", + "year": "2014", + "themes": [ + { + "name": "OP \"Won(*3*)Chu KissMe!\"", + "link": "https://animethemes.moe/video/SakuraTrick-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kiss(and)Love\"", + "link": "https://animethemes.moe/video/SakuraTrick-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sakura Sweet Kiss\"", + "link": "https://animethemes.moe/video/SakuraTrick-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "20847", + "title": "Seitokai Yakuindomo*", + "year": "2014", + "themes": [ + { + "name": "OP \"Hanasaku☆Saikyou Legend Days\"", + "link": "https://animethemes.moe/video/SeitokaiYakuindomoS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mirai Night\"", + "link": "https://animethemes.moe/video/SeitokaiYakuindomoS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "20973", + "title": "Sekai Seifuku: Bouryaku no Zvezda", + "year": "2014", + "themes": [ + { + "name": "OP \"Be mine!\"", + "link": "https://animethemes.moe/video/SekaiSeifuku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Bijoumania\"", + "link": "https://animethemes.moe/video/SekaiSeifuku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "20555", + "title": "SoniAni: Super Sonico The Animation", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Beat goes on!\"", + "link": "https://animethemes.moe/video/SoniAni-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"SuperSoni♥\"", + "link": "https://animethemes.moe/video/SoniAni-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"LOVE THE WORLD\"", + "link": "https://animethemes.moe/video/SoniAni-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sky Love Hurricane\"", + "link": "https://animethemes.moe/video/SoniAni-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Summer Illusion\"", + "link": "https://animethemes.moe/video/SoniAni-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Moonlight de Buttobase! ~MOONLIGHT STAR~\"", + "link": "https://animethemes.moe/video/SoniAni-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Crystal Dream\"", + "link": "https://animethemes.moe/video/SoniAni-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Nightmare Buster\"", + "link": "https://animethemes.moe/video/SoniAni-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Star Rain\"", + "link": "https://animethemes.moe/video/SoniAni-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Shinjitsu no Hikari\"", + "link": "https://animethemes.moe/video/SoniAni-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Go! Go!\"", + "link": "https://animethemes.moe/video/SoniAni-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Affection\"", + "link": "https://animethemes.moe/video/SoniAni-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Very Merry\"", + "link": "https://animethemes.moe/video/SoniAni-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"SuperOrbital\"", + "link": "https://animethemes.moe/video/SoniAni-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "20057", + "title": "Space☆Dandy", + "year": "2014", + "themes": [ + { + "name": "OP \"Viva Namida\"", + "link": "https://animethemes.moe/video/SpaceDandy-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"X Jigen e Youkoso\"", + "link": "https://animethemes.moe/video/SpaceDandy-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21851", + "title": "Tesagure! Bukatsumono Encore", + "year": "2014", + "themes": [ + { + "name": "OP \"Stand Up!!!!\"", + "link": "https://animethemes.moe/video/TesagureS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sorezore no 12 Kagetsu\" by Asuka Nishi", + "link": "https://animethemes.moe/video/TesagureS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sorezore no 12 Kagetsu\" by Satomi Akesaka", + "link": "https://animethemes.moe/video/TesagureS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sorezore no 12 Kagetsu\" by Karin Ogino", + "link": "https://animethemes.moe/video/TesagureS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Sorezore no 12 Kagetsu\" by Ayaka Ohashi", + "link": "https://animethemes.moe/video/TesagureS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Koharu Biyori\"", + "link": "https://animethemes.moe/video/TesagureS2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Hirameichaccha!\"", + "link": "https://animethemes.moe/video/TesagureS2-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Tesaguri Bu Buka\"", + "link": "https://animethemes.moe/video/TesagureS2-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Fuusenkazura\"", + "link": "https://animethemes.moe/video/TesagureS2-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Call Me 'Lazy'\"", + "link": "https://animethemes.moe/video/TesagureS2-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Torikaekko\"", + "link": "https://animethemes.moe/video/TesagureS2-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Chanto Stand Up!!!!\"", + "link": "https://animethemes.moe/video/TesagureS2-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "17437", + "title": "The iDOLM@STER Movie: Kagayaki no Mukougawa e!", + "year": "2014", + "themes": [ + { + "name": "OP \"THE IDOLM@STER\"", + "type": "opening" + }, + { + "name": "ED \"Nijiiro Miracle\"", + "link": "https://animethemes.moe/video/IdolmasterMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12017", + "title": "Tiger & Bunny Movie 2: The Rising", + "year": "2014", + "themes": [ + { + "name": "OP \"Nemesis\"", + "link": "https://animethemes.moe/video/TigerAndBunnyMovie2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"harmonized finale\"", + "link": "https://animethemes.moe/video/TigerAndBunnyMovie2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19117", + "title": "Toaru Hikuushi e no Koiuta", + "year": "2014", + "themes": [ + { + "name": "OP \"azurite\"", + "link": "https://animethemes.moe/video/ToaruHikuushiENoKoiuta-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruHikuushiENoKoiuta-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kaze ga Shitteru\"", + "link": "https://animethemes.moe/video/ToaruHikuushiENoKoiuta-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ToaruHikuushiENoKoiuta-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "18139", + "title": "Tonari no Seki-kun", + "year": "2014", + "themes": [ + { + "name": "OP V1 \"Mewaku Spectacle\"", + "link": "https://animethemes.moe/video/TonariNoSekiKun-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Mewaku Spectacle\"", + "link": "https://animethemes.moe/video/TonariNoSekiKun-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Set Them Free\"", + "link": "https://animethemes.moe/video/TonariNoSekiKun-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Set Them Free 〜Another Version〜\"", + "type": "ending" + } + ] + }, + { + "id": "19023", + "title": "Wake Up, Girls!", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Tachiagare!\"", + "link": "https://animethemes.moe/video/WakeUpGirls-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"7 Girls War\"", + "link": "https://animethemes.moe/video/WakeUpGirls-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/WakeUpGirls-OP2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Kotonoha Aoba\"", + "link": "https://animethemes.moe/video/WakeUpGirls-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/WakeUpGirls-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "21189", + "title": "Wake Up, Girls! Shichinin no Idol", + "year": "2014", + "themes": [ + { + "name": "ED \"Tachiagare!\"", + "link": "https://animethemes.moe/video/WakeUpGirlsShichininNoIdol-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21085", + "title": "Witch Craft Works", + "year": "2014", + "themes": [ + { + "name": "OP \"divine intervention\"", + "link": "https://animethemes.moe/video/WitchCraftWorks-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Witch☆Activity\"", + "link": "https://animethemes.moe/video/WitchCraftWorks-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "20053", + "title": "Wizard Barristers: Benmashi Cecil", + "year": "2014", + "themes": [ + { + "name": "OP \"JUSTITIA\"", + "link": "https://animethemes.moe/video/WizardBarristers-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"BLUE TOPAZ\"", + "link": "https://animethemes.moe/video/WizardBarristers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "20267", + "title": "Wooser no Sono Higurashi: Kakusei-hen", + "year": "2014", + "themes": [ + { + "name": "ED1 \"NEW ORDER\"", + "link": "https://animethemes.moe/video/WooserS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Chotto Dekakete Kimasu\"", + "type": "ending" + } + ] + }, + { + "id": "19157", + "title": "Youkai Watch", + "year": "2014", + "themes": [ + { + "name": "OP1 \"Geragerapou no Uta\"", + "link": "https://animethemes.moe/video/YoukaiWatch-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Matsuri Hayashi de Geragerapou\"", + "link": "https://animethemes.moe/video/YoukaiWatch-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Hatsukoi-touge de Geragerapou\"", + "link": "https://animethemes.moe/video/YoukaiWatch-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Kerappo Dance Train\"", + "link": "https://animethemes.moe/video/YoukaiWatch-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Jinsei Dramatic\"", + "link": "https://animethemes.moe/video/YoukaiWatch-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Terukuni Jinja no Kumade\"", + "type": "opening" + }, + { + "name": "OP7 \"Yuugara Otomodachi\"", + "type": "opening" + }, + { + "name": "OP8 \"Banzai! Ai Zenkai\"", + "type": "opening" + }, + { + "name": "OP9 \"Gold...What!\"", + "type": "opening" + }, + { + "name": "OP10 \"Time Machine wo Chodai\"", + "type": "opening" + }, + { + "name": "ED1 \"Youkai Taisou Daiichi\"", + "type": "ending" + }, + { + "name": "ED2 \"Dan Dan Dubi Zubaa!\"", + "type": "ending" + }, + { + "name": "ED3 \"Idol wa Unyanya no Ken\"", + "link": "https://animethemes.moe/video/YoukaiWatch-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Youkai Taisou Daini\"", + "type": "ending" + }, + { + "name": "ED5 \"Uchuu Dance!\"", + "type": "ending" + }, + { + "name": "ED6 \"Chikyuujin\"", + "type": "ending" + }, + { + "name": "ED7 \"Furusato Japon\"", + "type": "ending" + }, + { + "name": "ED8 \"Treasure\"", + "type": "ending" + }, + { + "name": "ED9 \"Hello Chri-Dance\"", + "type": "ending" + }, + { + "name": "ED10 \"Ah Jonetsu no Banbaraya\"", + "type": "ending" + } + ] + }, + { + "id": "20533", + "title": "Z/X: Ignition", + "year": "2014", + "themes": [ + { + "name": "OP \"EX:FUTURIZE\"", + "link": "https://animethemes.moe/video/ZXIgnition-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Monochrome Overdrive\"", + "link": "https://animethemes.moe/video/ZXIgnition-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18893", + "title": "Aoki Hagane no Arpeggio: Ars Nova", + "year": "2013", + "themes": [ + { + "name": "OP \"Savior of Song\"", + "link": "https://animethemes.moe/video/AokiHaganeArsNova-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Blue Field\"", + "link": "https://animethemes.moe/video/AokiHaganeArsNova-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Blue Field\"", + "link": "https://animethemes.moe/video/AokiHaganeArsNova-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Innocent Blue\"", + "link": "https://animethemes.moe/video/AokiHaganeArsNova-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Innocent Blue\"", + "link": "https://animethemes.moe/video/AokiHaganeArsNova-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Our Story\"", + "link": "https://animethemes.moe/video/AokiHaganeArsNova-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "18767", + "title": "BlazBlue: Alter Memory", + "year": "2013", + "themes": [ + { + "name": "OP \"BLUE BLAZE\"", + "link": "https://animethemes.moe/video/BlazBlueAlterMemory-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlazBlueAlterMemory-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"REINCARNATION BLUE\"", + "link": "https://animethemes.moe/video/BlazBlueAlterMemory-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlazBlueAlterMemory-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"synonym\"", + "link": "https://animethemes.moe/video/BlazBlueAlterMemory-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "21797", + "title": "Chuunibyou demo Koi ga Shitai! Ren Lite", + "year": "2013", + "themes": [ + { + "name": "ED \"Shinen ni Mau Senritsu Shanikusai\"", + "link": "https://animethemes.moe/video/ChuunibyouS2Lite-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9479", + "title": "Coppelion", + "year": "2013", + "themes": [ + { + "name": "OP \"ANGEL\"", + "link": "https://animethemes.moe/video/Coppelion-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tooku Made\"", + "link": "https://animethemes.moe/video/Coppelion-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bye Bye All Right\"", + "link": "https://animethemes.moe/video/Coppelion-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "18689", + "title": "Diamond no Ace", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Go EXCEED!!\"", + "link": "https://animethemes.moe/video/DiamondNoAce-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Perfect HERO\"", + "link": "https://animethemes.moe/video/DiamondNoAce-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Hashire! Mirai\"", + "link": "https://animethemes.moe/video/DiamondNoAce-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Seek Diamonds\"", + "link": "https://animethemes.moe/video/DiamondNoAce-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Glory!\"", + "link": "https://animethemes.moe/video/DiamondNoAce-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Mirai e Tsunage\"", + "link": "https://animethemes.moe/video/DiamondNoAce-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"CLOUD NINE\"", + "link": "https://animethemes.moe/video/DiamondNoAce-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"PROMISED FIELD\"", + "link": "https://animethemes.moe/video/DiamondNoAce-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"FINAL VICTORY\"", + "link": "https://animethemes.moe/video/DiamondNoAce-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "17357", + "title": "Dokidoki! Precure Movie: Mana Kekkon!!? Mirai ni Tsunagu Kibou no Dress", + "year": "2013", + "themes": [ + { + "name": "OP \"Happy Go Lucky! Dokidoki! Precure\"", + "link": "https://animethemes.moe/video/DokiDokiPrecureMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Love Link\"", + "link": "https://animethemes.moe/video/DokiDokiPrecureMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18001", + "title": "Freezing Vibration", + "year": "2013", + "themes": [ + { + "name": "OP \"AVENGE WORLD\"", + "link": "https://animethemes.moe/video/FreezingVibration-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sekai wa Kizu wo Dakishimeru\"", + "link": "https://animethemes.moe/video/FreezingVibration-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19367", + "title": "Galilei Donna", + "year": "2013", + "themes": [ + { + "name": "OP \"Synchromanica\"", + "link": "https://animethemes.moe/video/GalileiDonna-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Innocent\"", + "link": "https://animethemes.moe/video/GalileiDonna-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19191", + "title": "Ghost in the Shell: Arise - Border:2 Ghost Whispers", + "year": "2013", + "themes": [ + { + "name": "OP \"GHOST IN THE SHELL ARISE\"", + "link": "https://animethemes.moe/video/GhostInTheShellAriseGhostWhispers-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Soto wa Senjou da yo\"", + "link": "https://animethemes.moe/video/GhostInTheShellAriseGhostWhispers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18411", + "title": "Gingitsune", + "year": "2013", + "themes": [ + { + "name": "OP \"tiny lamp\"", + "link": "https://animethemes.moe/video/Gingitsune-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gekkou STORY\"", + "link": "https://animethemes.moe/video/Gingitsune-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17895", + "title": "Golden Time", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Golden Time\"", + "link": "https://animethemes.moe/video/GoldenTime-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"The♡World's♡End\"", + "link": "https://animethemes.moe/video/GoldenTime-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sweet & Sweet CHERRY\"", + "link": "https://animethemes.moe/video/GoldenTime-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hanneikyuuteki ni Aishite yo♡\"", + "link": "https://animethemes.moe/video/GoldenTime-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "19319", + "title": "Gundam Build Fighters", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Nibun no Ichi\"", + "link": "https://animethemes.moe/video/GundamBuildFighters-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"wimp ft. Lil'Fang (from FAKY)\"", + "link": "https://animethemes.moe/video/GundamBuildFighters-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Imagination > Reality\"", + "link": "https://animethemes.moe/video/GundamBuildFighters-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Imagination > Reality\"", + "link": "https://animethemes.moe/video/GundamBuildFighters-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hanpan Spirit\"", + "link": "https://animethemes.moe/video/GundamBuildFighters-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "19647", + "title": "Hajime no Ippo: Rising", + "year": "2013", + "themes": [ + { + "name": "OP \"Yakan Hikou\"", + "link": "https://animethemes.moe/video/HajimeNoIppoRising-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Buchikome!!\"", + "link": "https://animethemes.moe/video/HajimeNoIppoRising-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17739", + "title": "Hidamari Sketch: Sae Hiro Sotsugyou-hen", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Open☆Canvas\"", + "link": "https://animethemes.moe/video/HidamariSketchSotsugyouHen-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Open☆Canvas\"", + "link": "https://animethemes.moe/video/HidamariSketchSotsugyouHen-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yume Gumo\"", + "link": "https://animethemes.moe/video/HidamariSketchSotsugyouHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mata ne, Youkoso, Hidamarisou\"", + "link": "https://animethemes.moe/video/HidamariSketchSotsugyouHen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "18247", + "title": "IS: Infinite Stratos 2", + "year": "2013", + "themes": [ + { + "name": "OP \"True Blue Traveler\"", + "link": "https://animethemes.moe/video/InfiniteStratosS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, and Marina Inoue", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, and Marina Inoue", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, and Marina Inoue", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, and Marina Inoue", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, and Marina Inoue", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, and Marina Inoue", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, and Marina Inoue", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, and Marina Inoue", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, Marina Inoue, and Suzuko Mimori", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, Marina Inoue, and Suzuko Mimori", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, Marina Inoue, and Suzuko Mimori", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, Marina Inoue, Chiwa Saito, and Suzuko Mimori", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "18295", + "title": "Kakumeiki Valvrave 2nd Season", + "year": "2013", + "themes": [ + { + "name": "OP \"Kakumei Dualism\"", + "link": "https://animethemes.moe/video/KakumeikiValvraveS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"REALISM\"", + "link": "https://animethemes.moe/video/KakumeikiValvraveS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Akai Memories wo Anata ni\"", + "link": "https://animethemes.moe/video/KakumeikiValvraveS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "18679", + "title": "Kill la Kill", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Sirius\"", + "link": "https://animethemes.moe/video/KillLaKill-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"ambiguous\"", + "link": "https://animethemes.moe/video/KillLaKill-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Gomen ne, Iiko ja Irarenai.\"", + "link": "https://animethemes.moe/video/KillLaKill-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shinsekai Koukyougaku\"", + "link": "https://animethemes.moe/video/KillLaKill-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "16894", + "title": "Kuroko no Basket 2nd Season", + "year": "2013", + "themes": [ + { + "name": "OP1 \"The Other Self\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KurokoNoBasketS2-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP2 \"Hengen Jizai no Magical Star\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"WALK\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"FANTASTIC TUNE\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "18153", + "title": "Kyoukai no Kanata", + "year": "2013", + "themes": [ + { + "name": "OP \"Kyoukai no Kanata\"", + "link": "https://animethemes.moe/video/KyoukaiNoKanata-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Daisy\"", + "link": "https://animethemes.moe/video/KyoukaiNoKanata-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21241", + "title": "Kyoukai no Kanata: Idol Saiban! Mayoi Nagara mo Kimi wo Sabaku Tami", + "year": "2013", + "themes": [ + { + "name": "ED \"Poppy no Kaerimichi\"", + "link": "https://animethemes.moe/video/KyoukaiNoKanataIdolSaiban-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19703", + "title": "Kyousou Giga (TV)", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Koko\"", + "link": "https://animethemes.moe/video/Kyousougiga-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Koko\"", + "link": "https://animethemes.moe/video/Kyousougiga-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Shissou Ginga\"", + "link": "https://animethemes.moe/video/Kyousougiga-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Shissou Ginga\"", + "link": "https://animethemes.moe/video/Kyousougiga-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "18195", + "title": "Little Busters!: Refrain", + "year": "2013", + "themes": [ + { + "name": "OP \"Boys be Smile\"", + "link": "https://animethemes.moe/video/LittleBustersRefrain-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi to no Nakushi Mono\"", + "link": "https://animethemes.moe/video/LittleBustersRefrain-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Song for friends\"", + "link": "https://animethemes.moe/video/LittleBustersRefrain-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Song for friends\"", + "link": "https://animethemes.moe/video/LittleBustersRefrain-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Song for friends\"", + "link": "https://animethemes.moe/video/LittleBustersRefrain-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hanabi\"", + "link": "https://animethemes.moe/video/LittleBustersRefrain-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Parting of the Boys\"", + "link": "https://animethemes.moe/video/LittleBustersRefrain-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Little Busters! -Little Jumper Ver.-\"", + "link": "https://animethemes.moe/video/LittleBustersRefrain-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "17265", + "title": "Log Horizon", + "year": "2013", + "themes": [ + { + "name": "OP \"database feat. TAKUMA (10 Feet)\"", + "link": "https://animethemes.moe/video/LogHorizon-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Your song*\"", + "link": "https://animethemes.moe/video/LogHorizon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17247", + "title": "Machine-Doll wa Kizutsukanai", + "year": "2013", + "themes": [ + { + "name": "OP \"Anicca\"", + "link": "https://animethemes.moe/video/MachineDollWaKizutsukanai-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Maware! Setsugetsuka\"", + "link": "https://animethemes.moe/video/MachineDollWaKizutsukanai-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Maware! Setsugetsuka\"", + "link": "https://animethemes.moe/video/MachineDollWaKizutsukanai-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Maware! Setsugetsuka\"", + "link": "https://animethemes.moe/video/MachineDollWaKizutsukanai-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "18115", + "title": "Magi: The Kingdom of Magic", + "year": "2013", + "themes": [ + { + "name": "OP1 \"ANNIVERSARY\"", + "link": "https://animethemes.moe/video/MagiKingdomOfMagic-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hikari\"", + "link": "https://animethemes.moe/video/MagiKingdomOfMagic-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Eden\"", + "link": "https://animethemes.moe/video/MagiKingdomOfMagic-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"With You/With Me\"", + "link": "https://animethemes.moe/video/MagiKingdomOfMagic-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "11981", + "title": "Mahou Shoujo Madoka★Magica Movie 3: Hangyaku no Monogatari", + "year": "2013", + "themes": [ + { + "name": "OP \"Colorful\"", + "link": "https://animethemes.moe/video/MadokaMagicaHangyaku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi no Gin no Niwa\"", + "link": "https://animethemes.moe/video/MadokaMagicaHangyaku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "20033", + "title": "Miss Monochrome: The Animation", + "year": "2013", + "themes": [ + { + "name": "ED \"Poker Face\"", + "link": "https://animethemes.moe/video/MissMonochrome-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16067", + "title": "Nagi no Asukara", + "year": "2013", + "themes": [ + { + "name": "OP1 \"lull ~Soshite Bokura wa~\"", + "link": "https://animethemes.moe/video/NagiNoAsukara-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"ebb and flow\"", + "link": "https://animethemes.moe/video/NagiNoAsukara-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"ebb and flow\"", + "link": "https://animethemes.moe/video/NagiNoAsukara-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Aqua Terrarium\"", + "link": "https://animethemes.moe/video/NagiNoAsukara-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Mitsuba no Musubime\"", + "link": "https://animethemes.moe/video/NagiNoAsukara-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Mitsuba no Musubime\"", + "link": "https://animethemes.moe/video/NagiNoAsukara-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"lull〜Earth color of a calm〜\"", + "type": "ending" + } + ] + }, + { + "id": "17549", + "title": "Non Non Biyori", + "year": "2013", + "themes": [ + { + "name": "OP \"Nanairo Biyori\"", + "link": "https://animethemes.moe/video/NonNonBiyori-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NonNonBiyori-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Non Non Biyori\"", + "link": "https://animethemes.moe/video/NonNonBiyori-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NonNonBiyori-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Non Non Biyori\"", + "link": "https://animethemes.moe/video/NonNonBiyori-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Non Non Biyori\"", + "link": "https://animethemes.moe/video/NonNonBiyori-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "19221", + "title": "Ore no Nounai Sentakushi ga, Gakuen Love Comedy wo Zenryoku de Jama Shiteiru", + "year": "2013", + "themes": [ + { + "name": "OP1 \"S・M・L☆\"", + "link": "https://animethemes.moe/video/NouCome-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Taiyou to Tsuki no Cross\"", + "link": "https://animethemes.moe/video/NouCome-OP2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Taiyou to Tsuki no Cross\"", + "link": "https://animethemes.moe/video/NouCome-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Taiyou to Tsuki no Cross\"", + "link": "https://animethemes.moe/video/NouCome-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Taiyou to Tsuki no Cross\"", + "link": "https://animethemes.moe/video/NouCome-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "19369", + "title": "Outbreak Company", + "year": "2013", + "themes": [ + { + "name": "OP \"Univer Page\"", + "link": "https://animethemes.moe/video/OutbreakCompany-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Watashi no Houseibako\"", + "link": "https://animethemes.moe/video/OutbreakCompany-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14407", + "title": "Persona 3 the Movie 1: Spring of Birth", + "year": "2013", + "themes": [ + { + "name": "OP \"Burn My Dread -Spring of Birth Ver.-\"", + "link": "https://animethemes.moe/video/Persona3Movie1-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"More Than One Heart\"", + "link": "https://animethemes.moe/video/Persona3Movie1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15651", + "title": "Phi Brain: Kami no Puzzle - Shukuteki! Rätsel-hen", + "year": "2013", + "themes": [ + { + "name": "OP \"Destiny\"", + "link": "https://animethemes.moe/video/PhiBrainS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Say Yeah!\"", + "link": "https://animethemes.moe/video/PhiBrainS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"diamond secret\"", + "type": "ending" + }, + { + "name": "ED3 \"Hologram\"", + "type": "ending" + } + ] + }, + { + "id": "19291", + "title": "Pokemon XY", + "year": "2013", + "themes": [ + { + "name": "OP1 \"V (Volt)\"", + "link": "https://animethemes.moe/video/PokemonXY-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Mega V (Volt)\"", + "link": "https://animethemes.moe/video/PokemonXY-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Getter Bang Bang\"", + "link": "https://animethemes.moe/video/PokemonXY-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"The X Strait and the Y Scenery\"", + "link": "https://animethemes.moe/video/PokemonXY-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Peace Smile!\"", + "link": "https://animethemes.moe/video/PokemonXY-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"DoriDori\"", + "link": "https://animethemes.moe/video/PokemonXY-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Gaogao All Stars\"", + "link": "https://animethemes.moe/video/PokemonXY-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "12477", + "title": "Sakasama no Patema", + "year": "2013", + "themes": [ + { + "name": "ED \"Patema Inverse\"", + "link": "https://animethemes.moe/video/SakasamaNoPatema-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19365", + "title": "Samurai Flamenco", + "year": "2013", + "themes": [ + { + "name": "OP1 \"JUST ONE LIFE\"", + "link": "https://animethemes.moe/video/SamuraiFlamenco-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ai Ai AI ni Utarete Bye Bye Bye\"", + "link": "https://animethemes.moe/video/SamuraiFlamenco-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Date TIME\"", + "link": "https://animethemes.moe/video/SamuraiFlamenco-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Namida Hoshi\"", + "link": "https://animethemes.moe/video/SamuraiFlamenco-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Flight 23-ji\"", + "link": "https://animethemes.moe/video/SamuraiFlamenco-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Macaron DAYS\"", + "link": "https://animethemes.moe/video/SamuraiFlamenco-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "11763", + "title": "Sekai de Ichiban Tsuyoku Naritai!", + "year": "2013", + "themes": [ + { + "name": "OP \"Beautiful Dreamer\"", + "link": "https://animethemes.moe/video/SekaTsuyo-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Fan Fanfare!!!\"", + "link": "https://animethemes.moe/video/SekaTsuyo-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Fan Fanfare!!!\"", + "link": "https://animethemes.moe/video/SekaTsuyo-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sorairo Monologue\"", + "link": "https://animethemes.moe/video/SekaTsuyo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "18397", + "title": "Shingeki no Kyojin OVA", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Guren no Yumiya\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojin-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Guren no Yumiya\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinOVA-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Utsukushiki Zankoku na Sekai\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18277", + "title": "Strike the Blood", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Strike the Blood\"", + "link": "https://animethemes.moe/video/StrikeTheBlood-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Fight 4 Real\"", + "link": "https://animethemes.moe/video/StrikeTheBlood-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Strike my soul\"", + "link": "https://animethemes.moe/video/StrikeTheBlood-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"signal\"", + "link": "https://animethemes.moe/video/StrikeTheBlood-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "20473", + "title": "Teekyuu 3", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Nufutto Teekyuu Potlatch\"", + "link": "https://animethemes.moe/video/TeekyuuS3-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Nufutto Teekyuu Potlatch\"", + "link": "https://animethemes.moe/video/TeekyuuS3-OP1v2.webm", + "type": "opening" + } + ] + }, + { + "id": "19919", + "title": "Tesagure! Bukatsumono", + "year": "2013", + "themes": [ + { + "name": "OP \"Stand Up!!!!\"", + "link": "https://animethemes.moe/video/Tesagure-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"12 kagetsu\"", + "link": "https://animethemes.moe/video/Tesagure-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16011", + "title": "Tokyo Ravens", + "year": "2013", + "themes": [ + { + "name": "OP1 \"X-encounter\"", + "link": "https://animethemes.moe/video/TokyoRavens-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"~Outgrow~\"", + "link": "https://animethemes.moe/video/TokyoRavens-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi ga Emu Yuugure\"", + "link": "https://animethemes.moe/video/TokyoRavens-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Break a spell\"", + "link": "https://animethemes.moe/video/TokyoRavens-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "19151", + "title": "Walkure Romanze", + "year": "2013", + "themes": [ + { + "name": "OP \"UN-DELAYED\"", + "link": "https://animethemes.moe/video/WalkureRomanze-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"MoonRise Romance\"", + "link": "https://animethemes.moe/video/WalkureRomanze-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18245", + "title": "White Album 2", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Todokanai Koi '13\"", + "link": "https://animethemes.moe/video/WhiteAlbum2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Todokanai Koi '13\"", + "link": "https://animethemes.moe/video/WhiteAlbum2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"White Album\"", + "link": "https://animethemes.moe/video/WhiteAlbum2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"closing '13\"", + "link": "https://animethemes.moe/video/WhiteAlbum2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sayonara no Koto\"", + "link": "https://animethemes.moe/video/WhiteAlbum2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"After All ~Tsuzuru Omoi~ '13\"", + "link": "https://animethemes.moe/video/WhiteAlbum2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Twinkle Snow '13\"", + "link": "https://animethemes.moe/video/WhiteAlbum2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Todokanai Koi\"", + "link": "https://animethemes.moe/video/WhiteAlbum2-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "18179", + "title": "Yowamushi Pedal", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Reclimb\"", + "link": "https://animethemes.moe/video/YowamushiPedal-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yowamushi na Honoo\"", + "link": "https://animethemes.moe/video/YowamushiPedal-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Be As One\"", + "link": "https://animethemes.moe/video/YowamushiPedal-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kaze wo Yobe\"", + "link": "https://animethemes.moe/video/YowamushiPedal-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"I am ready\"", + "link": "https://animethemes.moe/video/YowamushiPedal-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Glory Road\"", + "link": "https://animethemes.moe/video/YowamushiPedal-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "18497", + "title": "Yozakura Quartet: Hana no Uta", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Sakura no Ato (all quartets lead to the ?)\"", + "link": "https://animethemes.moe/video/YozakuraQuartetHanaNoUta-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YozakuraQuartetHanaNoUta-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Kid, I like Quartet\"", + "link": "https://animethemes.moe/video/YozakuraQuartetHanaNoUta-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YozakuraQuartetHanaNoUta-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Tsukiyomi\"", + "link": "https://animethemes.moe/video/YozakuraQuartetHanaNoUta-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18499", + "title": "Yozakura Quartet: Tsuki ni Naku", + "year": "2013", + "themes": [ + { + "name": "OP \"Non-Fiction Compass\"", + "link": "https://animethemes.moe/video/YozakuraQuartetTsukiNiNaku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chandelier Waltz\"", + "link": "https://animethemes.moe/video/YozakuraQuartetTsukiNiNaku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18677", + "title": "Yuusha ni Narenakatta Ore wa Shibushibu Shuushoku wo Ketsui Shimashita.", + "year": "2013", + "themes": [ + { + "name": "OP \"Extra Revolution\"", + "link": "https://animethemes.moe/video/Yuushibu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sticking Places\"", + "link": "https://animethemes.moe/video/Yuushibu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11633", + "title": "Blood Lad", + "year": "2013", + "themes": [ + { + "name": "OP \"ViViD\"", + "link": "https://animethemes.moe/video/BloodLad-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"BLOODY HOLIC\"", + "link": "https://animethemes.moe/video/BloodLad-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15605", + "title": "Brothers Conflict", + "year": "2013", + "themes": [ + { + "name": "OP \"BELOVED×SURVIVAL\"", + "link": "https://animethemes.moe/video/BrothersConflict-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"14 to 1\"", + "link": "https://animethemes.moe/video/BrothersConflict-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16157", + "title": "Choujigen Game Neptune The Animation", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Dimension tripper!!!!\"", + "link": "https://animethemes.moe/video/ChoujigenGameNeptune-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Dimension tripper!!!!\"", + "link": "https://animethemes.moe/video/ChoujigenGameNeptune-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Neptune☆Sagashite\"", + "link": "https://animethemes.moe/video/ChoujigenGameNeptune-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Neptune☆Sagashite\"", + "link": "https://animethemes.moe/video/ChoujigenGameNeptune-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Go→Love & Peace\"", + "link": "https://animethemes.moe/video/ChoujigenGameNeptune-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ito\"", + "link": "https://animethemes.moe/video/ChoujigenGameNeptune-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChoujigenGameNeptune-ED3-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "15197", + "title": "Code Geass: Boukoku no Akito 2 - Hikisakareshi Yokuryuu", + "year": "2013", + "themes": [ + { + "name": "ED \"More Than Words\"", + "link": "https://animethemes.moe/video/CodeGeassBoukokuNoAkito2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16592", + "title": "Danganronpa: Kibou no Gakuen to Zetsubou no Koukousei The Animation", + "year": "2013", + "themes": [ + { + "name": "OP1 \"DANGANRONPA\"", + "link": "https://animethemes.moe/video/Danganronpa-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Never Say Never\"", + "link": "https://animethemes.moe/video/Danganronpa-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Monokuma Ondo\"", + "type": "opening" + }, + { + "name": "ED1 V1 \"Zetsubousei: Hero Chiryouyaku\"", + "link": "https://animethemes.moe/video/Danganronpa-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Zetsubousei: Hero Chiryouyaku\"", + "link": "https://animethemes.moe/video/Danganronpa-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Zetsubousei: Hero Chiryouyaku\"", + "link": "https://animethemes.moe/video/Danganronpa-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Zetsubousei: Hero Chiryouyaku\"", + "link": "https://animethemes.moe/video/Danganronpa-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Zetsubousei: Hero Chiryouyaku\"", + "link": "https://animethemes.moe/video/Danganronpa-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Zetsubousei: Hero Chiryouyaku\"", + "link": "https://animethemes.moe/video/Danganronpa-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED2 \"Saisei -rebuild- re:build ver\"", + "link": "https://animethemes.moe/video/Danganronpa-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "15883", + "title": "Fantasista Doll", + "year": "2013", + "themes": [ + { + "name": "OP \"Ima yo! Fantasista Doll\"", + "link": "https://animethemes.moe/video/FantasistaDoll-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"DAY by DAY\"", + "link": "https://animethemes.moe/video/FantasistaDoll-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14829", + "title": "Fate/kaleid liner Prisma☆Illya", + "year": "2013", + "themes": [ + { + "name": "OP \"starlog\"", + "link": "https://animethemes.moe/video/FatePrismaIllya-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Prism Sympathy\"", + "link": "https://animethemes.moe/video/FatePrismaIllya-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Prism Sympathy\"", + "link": "https://animethemes.moe/video/FatePrismaIllya-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsunagu Kizuna Tsutsumu Kodoku\"", + "link": "https://animethemes.moe/video/FatePrismaIllya-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "18507", + "title": "Free!", + "year": "2013", + "themes": [ + { + "name": "OP \"Rage on\"", + "link": "https://animethemes.moe/video/Free-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Free-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"SPLASH FREE\"", + "link": "https://animethemes.moe/video/Free-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Free-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"EVER BLUE\"", + "link": "https://animethemes.moe/video/Free-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Free-ED2-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "17267", + "title": "Futari wa Milky Holmes", + "year": "2013", + "themes": [ + { + "name": "OP \"Glory Glowin' ☆ Days\"", + "link": "https://animethemes.moe/video/FutariWaMilkyHolmes-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Seishun Beginner!\"", + "link": "https://animethemes.moe/video/FutariWaMilkyHolmes-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18229", + "title": "Gatchaman Crowds", + "year": "2013", + "themes": [ + { + "name": "OP \"Crowds\"", + "link": "https://animethemes.moe/video/GatchamanCrowds-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"INNOCENT NOTE\"", + "link": "https://animethemes.moe/video/GatchamanCrowds-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17651", + "title": "Genei wo Kakeru Taiyou", + "year": "2013", + "themes": [ + { + "name": "OP \"träumerei\"", + "link": "https://animethemes.moe/video/GeneiWoKakeruTaiyou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"-Mirage-\"", + "link": "https://animethemes.moe/video/GeneiWoKakeruTaiyou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18465", + "title": "Genshiken Nidaime", + "year": "2013", + "themes": [ + { + "name": "OP \"Genshi, Joshi wa, Taiyou Datta.\"", + "link": "https://animethemes.moe/video/GenshikenNidaime-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aoku Yurete Iru\"", + "link": "https://animethemes.moe/video/GenshikenNidaime-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16918", + "title": "Gin no Saji", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Kiss you\"", + "link": "https://animethemes.moe/video/GinNoSaji-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kiss you\"", + "link": "https://animethemes.moe/video/GinNoSaji-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Hello Especially\"", + "link": "https://animethemes.moe/video/GinNoSaji-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15335", + "title": "Gintama Movie 2: Kanketsu-hen - Yorozuya yo Eien Nare", + "year": "2013", + "themes": [ + { + "name": "ED1 \"Genjou Destruction\"", + "link": "https://animethemes.moe/video/GintamaMovie2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Pray\"", + "link": "https://animethemes.moe/video/GintamaMovie2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "18055", + "title": "Hakkenden: Touhou Hakken Ibun 2nd Season", + "year": "2013", + "themes": [ + { + "name": "OP \"wonder fang\"", + "link": "https://animethemes.moe/video/HakkendenS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Souai Calendula\"", + "link": "https://animethemes.moe/video/HakkendenS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15451", + "title": "High School DxD New", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Sympathy\"", + "link": "https://animethemes.moe/video/HighSchoolDxDNew-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Gekijouron\"", + "link": "https://animethemes.moe/video/HighSchoolDxDNew-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Houteishiki wa Kotaenai\"", + "link": "https://animethemes.moe/video/HighSchoolDxDNew-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Lovely ♥ Devil\"", + "link": "https://animethemes.moe/video/HighSchoolDxDNew-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "16700", + "title": "Higurashi no Naku Koro ni Kaku: Outbreak", + "year": "2013", + "themes": [ + { + "name": "ED \"You –Visionen im Spiegel\"", + "link": "https://animethemes.moe/video/HigurashiKaku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17831", + "title": "Inu to Hasami wa Tsukaiyou", + "year": "2013", + "themes": [ + { + "name": "OP \"Wan Wan Wan Wan N_1!!\"", + "link": "https://animethemes.moe/video/InuToHasamiWaTsukaiyou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Lemonade Scandal\"", + "link": "https://animethemes.moe/video/InuToHasamiWaTsukaiyou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16706", + "title": "Kami nomi zo Shiru Sekai: Megami-hen", + "year": "2013", + "themes": [ + { + "name": "OP \"God only knows -Secrets of the Goddess-\"", + "link": "https://animethemes.moe/video/KaminomiS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kizuna no Yukue feat. Kanon Nakagawa\"", + "link": "https://animethemes.moe/video/KaminomiS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kizuna no Yukue feat. Tenri Ayukawa\"", + "link": "https://animethemes.moe/video/KaminomiS3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kizuna no Yukue feat. Tsukiyo Kujou\"", + "link": "https://animethemes.moe/video/KaminomiS3-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kizuna no Yukue feat. Yui Goidou\"", + "link": "https://animethemes.moe/video/KaminomiS3-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kizuna no Yukue feat. Shiori Shinomiya\"", + "link": "https://animethemes.moe/video/KaminomiS3-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Hajimete Koi wo Shita Kioku ~Piano Bansou~\"", + "link": "https://animethemes.moe/video/KaminomiS3-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Hitomi kara Snow\"", + "link": "https://animethemes.moe/video/KaminomiS3-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Kizuna no Yukue feat. Ayumi Takahara\"", + "link": "https://animethemes.moe/video/KaminomiS3-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"With...you...\"", + "link": "https://animethemes.moe/video/KaminomiS3-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Kizuna no Yukue feat. Jupiter Sisters\"", + "link": "https://animethemes.moe/video/KaminomiS3-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Hajimete Koi wo Shita Kioku\"", + "link": "https://animethemes.moe/video/KaminomiS3-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "16009", + "title": "Kamisama no Inai Nichiyoubi", + "year": "2013", + "themes": [ + { + "name": "OP \"Birth\"", + "link": "https://animethemes.moe/video/KamisamaNoInaiNichiyoubi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Owaranai Melody wo Utaidashimashita\"", + "link": "https://animethemes.moe/video/KamisamaNoInaiNichiyoubi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16662", + "title": "Kaze Tachinu", + "year": "2013", + "themes": [ + { + "name": "ED \"Hikouki Gumo\"", + "link": "https://animethemes.moe/video/KazeTachinu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17741", + "title": "Kimi no Iru Machi", + "year": "2013", + "themes": [ + { + "name": "OP \"Sentimental Love\"", + "link": "https://animethemes.moe/video/KimiNoIruMachi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi no Iru Machi\"", + "link": "https://animethemes.moe/video/KimiNoIruMachi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dear friend\"", + "link": "https://animethemes.moe/video/KimiNoIruMachi-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kimi no Iru Machi ~Answer Songs ver.~\"", + "link": "https://animethemes.moe/video/KimiNoIruMachi-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "17389", + "title": "Kingdom 2nd Season", + "year": "2013", + "themes": [ + { + "name": "OP \"GLORY DAYS\"", + "link": "https://animethemes.moe/video/KingdomS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"21\"", + "link": "https://animethemes.moe/video/KingdomS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Exit\"", + "link": "https://animethemes.moe/video/KingdomS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Soko ni Kimi ga Iru\"", + "link": "https://animethemes.moe/video/KingdomS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "16732", + "title": "Kiniro Mosaic", + "year": "2013", + "themes": [ + { + "name": "OP \"Jumping!!\"", + "link": "https://animethemes.moe/video/KiniroMosaic-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Your Voice\"", + "link": "https://animethemes.moe/video/KiniroMosaic-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18495", + "title": "Kitakubu Katsudou Kiroku", + "year": "2013", + "themes": [ + { + "name": "OP \"2 Gakki Debut Daisakusen!!\"", + "link": "https://animethemes.moe/video/KitakubuKatsudouKiroku-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Wakuwaku DAYS☆\" by Natsuki Andou & Sakura Doumyouji", + "link": "https://animethemes.moe/video/KitakubuKatsudouKiroku-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hanabi\"", + "link": "https://animethemes.moe/video/KitakubuKatsudouKiroku-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kimi ni Tsuite Ieru Koto\"", + "link": "https://animethemes.moe/video/KitakubuKatsudouKiroku-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Best Friend\"", + "link": "https://animethemes.moe/video/KitakubuKatsudouKiroku-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Wakuwaku DAYS☆\" Natsuki Andou & Karin Touno & Sakura Doumyouji & Botan Oohagi & Claire Kokonoe", + "link": "https://animethemes.moe/video/KitakubuKatsudouKiroku-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "16353", + "title": "Love Lab", + "year": "2013", + "themes": [ + { + "name": "OP \"Love Shitai!\"", + "link": "https://animethemes.moe/video/LoveLab-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Best FriendS\"", + "link": "https://animethemes.moe/video/LoveLab-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Best FriendS\"", + "link": "https://animethemes.moe/video/LoveLab-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "20221", + "title": "Minami-ke Natsuyasumi", + "year": "2013", + "themes": [ + { + "name": "ED \"San Shimai DAYS ~Takaramono~\"", + "link": "https://animethemes.moe/video/MinamikeNatsuyasumi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17074", + "title": "Monogatari Series: Second Season", + "year": "2013", + "themes": [ + { + "name": "OP1 \"chocolate insomnia\"", + "link": "https://animethemes.moe/video/MonogatariSS-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"happy bite\"", + "link": "https://animethemes.moe/video/MonogatariSS-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Mousou♡Express\"", + "link": "https://animethemes.moe/video/MonogatariSS-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Kogarashi Sentiment\"", + "link": "https://animethemes.moe/video/MonogatariSS-OP6.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Ai wo Utae\"", + "link": "https://animethemes.moe/video/MonogatariSS-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Ai wo Utae\"", + "link": "https://animethemes.moe/video/MonogatariSS-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi no Shiranai Monogatari\"", + "type": "ending" + }, + { + "name": "ED3 V1 \"Sono Koe wo Oboeteru\"", + "link": "https://animethemes.moe/video/MonogatariSS-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Sono Koe wo Oboeteru\"", + "link": "https://animethemes.moe/video/MonogatariSS-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED4 \"snowdrop\"", + "link": "https://animethemes.moe/video/MonogatariSS-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "18857", + "title": "Ore no Imouto ga Konnani Kawaii Wake ga Nai. Specials", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2Specials-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2Specials-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"The last ceremony\"", + "link": "https://animethemes.moe/video/OreImoS2Specials-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"will\"", + "link": "https://animethemes.moe/video/OreImoS2Specials-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Thank You\"", + "link": "https://animethemes.moe/video/OreImoS2Specials-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "18099", + "title": "Recorder to Randoseru Mi☆", + "year": "2013", + "themes": [ + { + "name": "ED \"One Two Hello\"", + "link": "https://animethemes.moe/video/RecorderToRandoseruMi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16051", + "title": "Ro-Kyu-Bu! SS", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Get goal!\"", + "link": "https://animethemes.moe/video/RoKyuBuSS-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Get goal!\"", + "link": "https://animethemes.moe/video/RoKyuBuSS-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Get goal!\"", + "link": "https://animethemes.moe/video/RoKyuBuSS-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Rolling! Rolling!\"", + "link": "https://animethemes.moe/video/RoKyuBuSS-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18041", + "title": "Rozen Maiden", + "year": "2013", + "themes": [ + { + "name": "OP \"Watashi no Bara wo Haminasai\"", + "link": "https://animethemes.moe/video/RozenMaidenZuruckspulen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Alternative\"", + "link": "https://animethemes.moe/video/RozenMaidenZuruckspulen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15793", + "title": "Senki Zesshou Symphogear G: In the Distance, That Day, When the Star Became Music...", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Apple\"", + "link": "https://animethemes.moe/video/SymphogearS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Vitalization\"", + "link": "https://animethemes.moe/video/SymphogearS2-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Vitalization\"", + "link": "https://animethemes.moe/video/SymphogearS2-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP2 V3 \"Vitalization\"", + "link": "https://animethemes.moe/video/SymphogearS2-OP2v3.webm", + "type": "opening" + }, + { + "name": "OP3 \"Next Destination\"", + "link": "https://animethemes.moe/video/SymphogearS2-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ressou Yari - Gungnir\"", + "link": "https://animethemes.moe/video/SymphogearS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Next Destination\"", + "link": "https://animethemes.moe/video/SymphogearS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Next Destination\"", + "link": "https://animethemes.moe/video/SymphogearS2-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kyoushitsu Monochrome\"", + "link": "https://animethemes.moe/video/SymphogearS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Vitalization\"", + "link": "https://animethemes.moe/video/SymphogearS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Nijiiro no Flugel\"", + "link": "https://animethemes.moe/video/SymphogearS2-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "18523", + "title": "Senyuu. 2", + "year": "2013", + "themes": [ + { + "name": "OP \"Canary\"", + "link": "https://animethemes.moe/video/SenyuuS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"QUESTERS!\"", + "link": "https://animethemes.moe/video/SenyuuS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18119", + "title": "Servant x Service", + "year": "2013", + "themes": [ + { + "name": "OP \"May I Help You?\"", + "link": "https://animethemes.moe/video/ServantxService-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hachimitsu Doki\" by Ai Kayano", + "link": "https://animethemes.moe/video/ServantxService-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hachimitsu Doki\" by Mai Nakahara", + "type": "ending" + }, + { + "name": "ED3 \"Hachimitsu Doki\" by Aki Toyosaki", + "type": "ending" + } + ] + }, + { + "id": "17821", + "title": "Stella Jogakuin Koutou-ka C³-bu", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Shape My Story\"", + "link": "https://animethemes.moe/video/StellaJogakuinKoutoukaC3bu-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Shape My Story\"", + "link": "https://animethemes.moe/video/StellaJogakuinKoutoukaC3bu-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Hajikero! C3!\"", + "link": "https://animethemes.moe/video/StellaJogakuinKoutoukaC3bu-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hajikero! C3!\"", + "link": "https://animethemes.moe/video/StellaJogakuinKoutoukaC3bu-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "19021", + "title": "Takanashi Rikka Kai: Chuunibyou demo Koi ga Shitai! Movie", + "year": "2013", + "themes": [ + { + "name": "OP \"-Across the line-\"", + "link": "https://animethemes.moe/video/ChuunibyouTakanashiRikkaKai-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Secret Survivor\"", + "type": "ending" + }, + { + "name": "ED2 \"INSIDE IDENTITY\"", + "type": "ending" + } + ] + }, + { + "id": "15731", + "title": "Tamayura: More Aggressive", + "year": "2013", + "themes": [ + { + "name": "OP \"Hajimari no Umi\"", + "link": "https://animethemes.moe/video/TamayuraMoreAggressive-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Arigatou\"", + "link": "https://animethemes.moe/video/TamayuraMoreAggressive-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kazeiro no Film\"", + "link": "https://animethemes.moe/video/TamayuraMoreAggressive-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Saigo no Haruyasumi\"", + "link": "https://animethemes.moe/video/TamayuraMoreAggressive-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "18121", + "title": "Teekyuu 2", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Menimeni Manimani\"", + "link": "https://animethemes.moe/video/TeekyuuS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Menimeni Manimani\"", + "link": "https://animethemes.moe/video/TeekyuuS2-OP1v2.webm", + "type": "opening" + } + ] + }, + { + "id": "17909", + "title": "Uchouten Kazoku", + "year": "2013", + "themes": [ + { + "name": "OP \"Uchouten Jinsei\"", + "link": "https://animethemes.moe/video/UchoutenKazoku-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Qué Será, Será\"", + "link": "https://animethemes.moe/video/UchoutenKazoku-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Uchouten Jinsei\"", + "link": "https://animethemes.moe/video/UchoutenKazoku-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "16742", + "title": "Watashi ga Motenai no wa Dou Kangaetemo Omaera ga Warui!", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Watashi ga Motenai no wa Dou Kangaete mo Omaera ga Warui\"", + "link": "https://animethemes.moe/video/WataMote-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Watashi ga Motenai no wa Dou Kangaete mo Omaera ga Warui\"", + "link": "https://animethemes.moe/video/WataMote-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dou Kangaete mo Watashi wa Warukunai\"", + "link": "https://animethemes.moe/video/WataMote-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Musou Renka\"", + "link": "https://animethemes.moe/video/WataMote-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yoru no Tobari yo, Sayounara\"", + "link": "https://animethemes.moe/video/WataMote-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Natsumatsuri\"", + "link": "https://animethemes.moe/video/WataMote-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Sokora no Kigurumi no Fuusen to Watashi\"", + "link": "https://animethemes.moe/video/WataMote-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Watashi ga Motenai no wa Dou Kangaete mo Omaera ga Warui\"", + "link": "https://animethemes.moe/video/WataMote-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "19383", + "title": "Yami Shibai", + "year": "2013", + "themes": [ + { + "name": "ED \"Kaifuu Emaki\"", + "link": "https://animethemes.moe/video/YamiShibai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17082", + "title": "Aiura", + "year": "2013", + "themes": [ + { + "name": "OP \"Kani☆Do-Luck!\"", + "link": "https://animethemes.moe/video/Aiura-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ichigo Ichie\"", + "link": "https://animethemes.moe/video/Aiura-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16201", + "title": "Aku no Hana", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Aku no Hana -Kasuga Takao-\"", + "link": "https://animethemes.moe/video/AkuNoHana-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Aku no Hana -Nakamura Sawa-\"", + "link": "https://animethemes.moe/video/AkuNoHana-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Aku no Hana -Saeki Nanako-\"", + "link": "https://animethemes.moe/video/AkuNoHana-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Aku no Hana -Gunma Ken Kiryuu Shi-\"", + "link": "https://animethemes.moe/video/AkuNoHana-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hana -a last flower-\"", + "link": "https://animethemes.moe/video/AkuNoHana-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hana -a last flower- Ver.Z\"", + "link": "https://animethemes.moe/video/AkuNoHana-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hana\"", + "link": "https://animethemes.moe/video/AkuNoHana-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hana -a last flower- Ver.X\"", + "link": "https://animethemes.moe/video/AkuNoHana-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "16518", + "title": "Arata Kangatari", + "year": "2013", + "themes": [ + { + "name": "OP \"GENESIS ARIA\"", + "link": "https://animethemes.moe/video/ArataKangatari-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"The Misfit Go\"", + "link": "https://animethemes.moe/video/ArataKangatari-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Utsukushii Sebone\"", + "link": "https://animethemes.moe/video/ArataKangatari-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "17703", + "title": "Danchi Tomoo", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Danchi de DAN! RAN!\"", + "type": "opening" + }, + { + "name": "OP2 \"Akane\"", + "type": "opening" + }, + { + "name": "ED1 \"Start Line!\"", + "type": "ending" + }, + { + "name": "ED2 \"Super Smiler\"", + "type": "ending" + }, + { + "name": "ED3 \"Akane\"", + "type": "ending" + }, + { + "name": "ED4 \"Friends! Friends!\"", + "link": "https://animethemes.moe/video/DanchiTomoo-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "16355", + "title": "Dansai Bunri no Crime Edge", + "year": "2013", + "themes": [ + { + "name": "OP \"Unmei no Ori\"", + "link": "https://animethemes.moe/video/DansaiBunriNoCrimeEdge-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Glass no Mikazuki\"", + "type": "ending" + }, + { + "name": "ED2 \"Kimi to Futari\"", + "link": "https://animethemes.moe/video/DansaiBunriNoCrimeEdge-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "15583", + "title": "Date A Live", + "year": "2013", + "themes": [ + { + "name": "OP \"Date A Live\"", + "link": "https://animethemes.moe/video/DateALive-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hatsukoi Winding Road\"", + "link": "https://animethemes.moe/video/DateALive-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"SAVE THE WORLD\"", + "link": "https://animethemes.moe/video/DateALive-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"SAVE MY HEART\"", + "link": "https://animethemes.moe/video/DateALive-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Strawberry Rain\"", + "link": "https://animethemes.moe/video/DateALive-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "16512", + "title": "Devil Survivor 2 The Animation", + "year": "2013", + "themes": [ + { + "name": "OP \"Take Your Way\"", + "link": "https://animethemes.moe/video/DevilSurvivor2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Be\"", + "link": "https://animethemes.moe/video/DevilSurvivor2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Each and All\"", + "link": "https://animethemes.moe/video/DevilSurvivor2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "17187", + "title": "Ghost in the Shell: Arise - Border:1 Ghost Pain", + "year": "2013", + "themes": [ + { + "name": "OP \"GHOST IN THE SHELL ARISE\"", + "link": "https://animethemes.moe/video/GhostInTheShellAriseGhostPain-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Jibun ga Inai\"", + "link": "https://animethemes.moe/video/GhostInTheShellAriseGhostPain-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15863", + "title": "Ginga Kikoutai Majestic Prince", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Watashi wa Souzousuru\"", + "link": "https://animethemes.moe/video/GingaKikoutaiMajesticPrince-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"PROMPT\"", + "link": "https://animethemes.moe/video/GingaKikoutaiMajesticPrince-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sayonara tte Iu\"", + "link": "https://animethemes.moe/video/GingaKikoutaiMajesticPrince-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Arigatou. Tadaima.\"", + "link": "https://animethemes.moe/video/GingaKikoutaiMajesticPrince-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Bokutachi wa Ikiteiru\"", + "link": "https://animethemes.moe/video/GingaKikoutaiMajesticPrince-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Respect Me\"", + "type": "ending" + }, + { + "name": "ED5 \"Kokoro wa Hitotsu ja nai\"", + "type": "ending" + } + ] + }, + { + "id": "15699", + "title": "Haiyore! Nyaruko-san W", + "year": "2013", + "themes": [ + { + "name": "OP \"Koi wa Chaos wo Shimobenari\"", + "link": "https://animethemes.moe/video/HaiyoreNyarukoSanW-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yotte S.O.S\"", + "link": "https://animethemes.moe/video/HaiyoreNyarukoSanW-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Wonder Nanda? Kataomoi\"", + "link": "https://animethemes.moe/video/HaiyoreNyarukoSanW-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kiraina Wake Lychee\"", + "link": "https://animethemes.moe/video/HaiyoreNyarukoSanW-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Sister, Friend, Lover\"", + "link": "https://animethemes.moe/video/HaiyoreNyarukoSanW-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Ai Crusaders†Striver\"", + "link": "https://animethemes.moe/video/HaiyoreNyarukoSanW-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Kimi no Tonari de\"", + "link": "https://animethemes.moe/video/HaiyoreNyarukoSanW-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "15809", + "title": "Hataraku Maou-sama!", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"ZERO!!\"", + "link": "https://animethemes.moe/video/HatarakuMaouSama-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"ZERO!!\"", + "link": "https://animethemes.moe/video/HatarakuMaouSama-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"ZERO!!\"", + "link": "https://animethemes.moe/video/HatarakuMaouSama-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"ZERO!!\"", + "link": "https://animethemes.moe/video/HatarakuMaouSama-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Gekka\"", + "link": "https://animethemes.moe/video/HatarakuMaouSama-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Gekka\"", + "link": "https://animethemes.moe/video/HatarakuMaouSama-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Star Chart\"", + "link": "https://animethemes.moe/video/HatarakuMaouSama-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tsumabiku Hitori\"", + "link": "https://animethemes.moe/video/HatarakuMaouSama-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "16982", + "title": "Hayate no Gotoku! Cuties", + "year": "2013", + "themes": [ + { + "name": "OP \"Haru ULALA♥LOVE yo Koi!!!\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Heroine wa Koko ni Iru!\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Asterisk\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Isogaba Smile!\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Manmaru Kakurenbo\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Daikirai wa Koi no Hajimari\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Na no Kiss\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Tsuki no Inori\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Walkin'\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"POKER FACE for all\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Yakusoku\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Suiyoubi no Sunday\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Invitation ~Kimi to Iru Basho de~\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "15225", + "title": "Hentai Ouji to Warawanai Neko.", + "year": "2013", + "themes": [ + { + "name": "OP \"Fantastic future\"", + "link": "https://animethemes.moe/video/HentaiOujiToWarawanaiNeko-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Baby Sweet Berry Love\"", + "link": "https://animethemes.moe/video/HentaiOujiToWarawanaiNeko-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15377", + "title": "Hyakka Ryouran: Samurai Bride", + "year": "2013", + "themes": [ + { + "name": "OP \"AI DO.\"", + "link": "https://animethemes.moe/video/HyakkaRyouranSamuraiBride-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kekka, Guuzen de Gozasourou\"", + "link": "https://animethemes.moe/video/HyakkaRyouranSamuraiBride-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17497", + "title": "Jewelpet Happiness", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Hikari no Hate ni\"", + "link": "https://animethemes.moe/video/JewelpetHappiness-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"RUN with U\"", + "type": "opening" + }, + { + "name": "ED \"Hikari no Hate ni\"", + "type": "ending" + } + ] + }, + { + "id": "16668", + "title": "Kakumeiki Valvrave", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Preserved Roses\"", + "link": "https://animethemes.moe/video/KakumeikiValvrave-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Preserved Roses\"", + "link": "https://animethemes.moe/video/KakumeikiValvrave-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Boku ja nai\"", + "link": "https://animethemes.moe/video/KakumeikiValvrave-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Soba ni Iru yo\"", + "link": "https://animethemes.moe/video/KakumeikiValvrave-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "16035", + "title": "Karneval (TV)", + "year": "2013", + "themes": [ + { + "name": "OP \"Henai no Rondo\"", + "link": "https://animethemes.moe/video/Karneval-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"REASON\"", + "link": "https://animethemes.moe/video/Karneval-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16782", + "title": "Kotonoha no Niwa", + "year": "2013", + "themes": [ + { + "name": "ED \"Rain\"", + "link": "https://animethemes.moe/video/KotonohaNoNiwa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17725", + "title": "Magical☆Star Kanon 100%", + "year": "2013", + "themes": [ + { + "name": "OP \"Kanon 100%\"", + "link": "https://animethemes.moe/video/KaninomiKanon-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi Iro Love Song\"", + "link": "https://animethemes.moe/video/KaninomiKanon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16762", + "title": "Mirai Nikki Redial", + "year": "2013", + "themes": [ + { + "name": "OP \"Kyouki Chinden\"", + "link": "https://animethemes.moe/video/MiraiNikkiRedial-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Happy End\"", + "link": "https://animethemes.moe/video/MiraiNikkiRedial-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17637", + "title": "Miyakawa-ke no Kuufuku", + "year": "2013", + "themes": [ + { + "name": "OP \"KACHIGUMI\"", + "link": "https://animethemes.moe/video/MiyakawakeNoKuufuku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"MAKEGUMI\"", + "link": "https://animethemes.moe/video/MiyakawakeNoKuufuku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17505", + "title": "Mushibugyou", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Tomo yo\"", + "link": "https://animethemes.moe/video/Mushibugyou-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Denshin∞ Unchained\"", + "link": "https://animethemes.moe/video/Mushibugyou-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ichizu\"", + "link": "https://animethemes.moe/video/Mushibugyou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Through All Eternity ~ en no kizuna ~\"", + "link": "https://animethemes.moe/video/Mushibugyou-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "16910", + "title": "Namiuchigiwa no Muromi-san", + "year": "2013", + "themes": [ + { + "name": "OP \"Nanatsu no Umi yori Kimi no Umi\"", + "link": "https://animethemes.moe/video/NamiuchigiwaNoMuromiSan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Seaside 99\"", + "link": "https://animethemes.moe/video/NamiuchigiwaNoMuromiSan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "13659", + "title": "Ore no Imouto ga Konnani Kawaii Wake ga Nai.", + "year": "2013", + "themes": [ + { + "name": "OP1 V1 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP1 V4 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP1 V5 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP1 V6 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1v6.webm", + "type": "opening" + }, + { + "name": "OP1 V7 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1v7.webm", + "type": "opening" + }, + { + "name": "OP1 V8 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1v8.webm", + "type": "opening" + }, + { + "name": "OP1 V9 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1v9.webm", + "type": "opening" + }, + { + "name": "OP1 V10 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1v10.webm", + "type": "opening" + }, + { + "name": "OP1 V11 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1v11.webm", + "type": "opening" + }, + { + "name": "OP1 V12 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1v12.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hoshikuzu Cosplay☆Witch! Desu! Omega!\"", + "link": "https://animethemes.moe/video/OreImoS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kanjou-sen loop\"", + "link": "https://animethemes.moe/video/OreImoS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Filter\"", + "link": "https://animethemes.moe/video/OreImoS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Zutto...\"", + "link": "https://animethemes.moe/video/OreImoS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Honest☆Rhapsody\"", + "link": "https://animethemes.moe/video/OreImoS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Keep\"", + "link": "https://animethemes.moe/video/OreImoS2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Monochrome☆HAPPY DAY\"", + "link": "https://animethemes.moe/video/OreImoS2-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Kyou mo Shiawase\"", + "link": "https://animethemes.moe/video/OreImoS2-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Setsuna no Destiny\"", + "link": "https://animethemes.moe/video/OreImoS2-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"answer\"", + "link": "https://animethemes.moe/video/OreImoS2-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Arifureta Mirai he\"", + "link": "https://animethemes.moe/video/OreImoS2-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Omou Koto\"", + "link": "https://animethemes.moe/video/OreImoS2-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Honto no Kimochi\"", + "link": "https://animethemes.moe/video/OreImoS2-ED13.webm", + "type": "ending" + } + ] + }, + { + "id": "16397", + "title": "Photokano", + "year": "2013", + "themes": [ + { + "name": "OP \"Koisuru Lens\"", + "link": "https://animethemes.moe/video/Photokano-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Smile F\" by Utakano♪", + "link": "https://animethemes.moe/video/Photokano-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Smile F\" by Kanae Itou", + "type": "ending" + }, + { + "name": "ED3 \"Smile F\" by Kaori Mizuhashi", + "type": "ending" + }, + { + "name": "ED4 \"Smile F\" by Mai Nakahara", + "type": "ending" + }, + { + "name": "ED5 \"Smile F\" by Chiwa Saito", + "type": "ending" + }, + { + "name": "ED6 \"Smile F\" by Hisako Kanemoto", + "type": "ending" + }, + { + "name": "ED7 \"Smile F\" by Asuka Oogame", + "type": "ending" + }, + { + "name": "ED8 \"Smile F\" by Miyuki Sawashiro", + "type": "ending" + }, + { + "name": "ED9 \"Smile F\" by Mariya Ise", + "type": "ending" + } + ] + }, + { + "id": "17873", + "title": "Pokemon Best Wishes! Season 2: Decolora Adventure", + "year": "2013", + "themes": [ + { + "name": "OP \"Natsumeku Sakamichi\"", + "link": "https://animethemes.moe/video/PokemonBestWishesDecoloraAdventure-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Let's Join Hands\"", + "link": "https://animethemes.moe/video/PokemonBestWishesDecoloraAdventure-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17249", + "title": "Pretty Rhythm: Rainbow Live", + "year": "2013", + "themes": [ + { + "name": "OP1 \"BOY MEETS GIRL\"", + "link": "https://animethemes.moe/video/PrettyRhythmRainbowLive-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"EZ DO DANCE\"", + "link": "https://animethemes.moe/video/PrettyRhythmRainbowLive-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"CRAZY GONNA CRAZY\"", + "link": "https://animethemes.moe/video/PrettyRhythmRainbowLive-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Butterfly Effect\"", + "link": "https://animethemes.moe/video/PrettyRhythmRainbowLive-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"RainBowxRainBow\"", + "link": "https://animethemes.moe/video/PrettyRhythmRainbowLive-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"§ Rainbow\"", + "link": "https://animethemes.moe/video/PrettyRhythmRainbowLive-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"I wannabee myself ~Jibun Rashiku Itai~\"", + "link": "https://animethemes.moe/video/PrettyRhythmRainbowLive-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Happy ☆ Star Restaurant\"", + "link": "https://animethemes.moe/video/PrettyRhythmRainbowLive-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "14921", + "title": "RDG: Red Data Girl", + "year": "2013", + "themes": [ + { + "name": "OP \"Small worldrop\"", + "link": "https://animethemes.moe/video/RedDataGirl-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RedDataGirl-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Yokan\"", + "link": "https://animethemes.moe/video/RedDataGirl-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RedDataGirl-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yokan (Izumiko version)\"", + "link": "https://animethemes.moe/video/RedDataGirl-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RedDataGirl-ED2-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "16498", + "title": "Shingeki no Kyojin", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Guren no Yumiya\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojin-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Jiyuu no Tsubasa\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojin-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Utsukushiki Zankoku na Sekai\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojin-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"great escape\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojin-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "11577", + "title": "Steins;Gate Movie: Fuka Ryouiki no Déjà vu", + "year": "2013", + "themes": [ + { + "name": "OP \"Anata no Eranda Kono Toki wo\"", + "link": "https://animethemes.moe/video/SteinsGateMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Itsumo Kono Basho de\"", + "link": "https://animethemes.moe/video/SteinsGateMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16524", + "title": "Suisei no Gargantia", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Kono Sekai wa Bokura wo Matteita\"", + "link": "https://animethemes.moe/video/SuiseiNoGargantia-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kono Sekai wa Bokura wo Matteita\"", + "link": "https://animethemes.moe/video/SuiseiNoGargantia-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Sora to Kimi no Message\"", + "link": "https://animethemes.moe/video/SuiseiNoGargantia-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16049", + "title": "Toaru Kagaku no Railgun S", + "year": "2013", + "themes": [ + { + "name": "OP1 \"sister's noise\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunS-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"eternal reality\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunS-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Grow Slowly\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunS-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"stand still\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunS-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Links\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunS-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Infinia\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunS-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "14813", + "title": "Yahari Ore no Seishun Love Comedy wa Machigatteiru", + "year": "2013", + "themes": [ + { + "name": "OP \"Yukitoki\"", + "link": "https://animethemes.moe/video/OreGairu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hello Alone\"", + "link": "https://animethemes.moe/video/OreGairu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hello Alone -Yui Ballade-\"", + "link": "https://animethemes.moe/video/OreGairu-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hello Alone -Band arrange-\"", + "link": "https://animethemes.moe/video/OreGairu-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "16241", + "title": "Yondemasu yo, Azazel-san. Z", + "year": "2013", + "themes": [ + { + "name": "OP \"Revival!\"", + "link": "https://animethemes.moe/video/AzazelZ-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Sticky Lucky Stupids (Yonekura Chihiro Ver.)\"", + "link": "https://animethemes.moe/video/AzazelZ-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Sticky Lucky Stupids (Sakuma Rinko Ver.)\"", + "link": "https://animethemes.moe/video/AzazelZ-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Sticky Lucky Stupids (Azazel & Beelzebub Ver.)\"", + "link": "https://animethemes.moe/video/AzazelZ-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "15911", + "title": "Yuyushiki", + "year": "2013", + "themes": [ + { + "name": "OP \"Se-no!\"", + "link": "https://animethemes.moe/video/Yuyushiki-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Affection\"", + "link": "https://animethemes.moe/video/Yuyushiki-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Affection\"", + "link": "https://animethemes.moe/video/Yuyushiki-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Affection\"", + "link": "https://animethemes.moe/video/Yuyushiki-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Affection\"", + "link": "https://animethemes.moe/video/Yuyushiki-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Affection\"", + "link": "https://animethemes.moe/video/Yuyushiki-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Affection\"", + "link": "https://animethemes.moe/video/Yuyushiki-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Affection\"", + "link": "https://animethemes.moe/video/Yuyushiki-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Affection\"", + "link": "https://animethemes.moe/video/Yuyushiki-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED V9 \"Affection\"", + "link": "https://animethemes.moe/video/Yuyushiki-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED V10 \"Affection\"", + "link": "https://animethemes.moe/video/Yuyushiki-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED V11 \"Affection\"", + "link": "https://animethemes.moe/video/Yuyushiki-ED1v11.webm", + "type": "ending" + } + ] + }, + { + "id": "17681", + "title": "Zettai Bouei Leviathan", + "year": "2013", + "themes": [ + { + "name": "OP \"Hajimari no Resolution\"", + "link": "https://animethemes.moe/video/ZettaiBoueiLeviathan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Truly\"", + "link": "https://animethemes.moe/video/ZettaiBoueiLeviathan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14941", + "title": "AKB0048: Next Stage", + "year": "2013", + "themes": [ + { + "name": "OP \"Aruji Naki Sono Koe\"", + "link": "https://animethemes.moe/video/AKB0048NextStage-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kono Namida wo Kimi ni Sasagu\"", + "link": "https://animethemes.moe/video/AKB0048NextStage-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kibou ni Tsuite\"", + "link": "https://animethemes.moe/video/AKB0048NextStage-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Aruji Naki Sono Koe\"", + "link": "https://animethemes.moe/video/AKB0048NextStage-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "15085", + "title": "Amnesia", + "year": "2013", + "themes": [ + { + "name": "OP \"Zoetrope\"", + "link": "https://animethemes.moe/video/Amnesia-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Recall\"", + "link": "https://animethemes.moe/video/Amnesia-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hoshiboshi no Wataridori\"", + "link": "https://animethemes.moe/video/Amnesia-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "16211", + "title": "Bakumatsu Gijinden Roman", + "year": "2013", + "themes": [ + { + "name": "OP \"RanTiKi\"", + "link": "https://animethemes.moe/video/BakumatsuGijindenRoman-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Zarathustra\"", + "link": "https://animethemes.moe/video/BakumatsuGijindenRoman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12115", + "title": "Berserk: Ougon Jidai-hen III - Kourin", + "year": "2013", + "themes": [ + { + "name": "OP \"Aria\"", + "link": "https://animethemes.moe/video/BerserkOugonJidaiHenIII-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"breakthrough\"", + "link": "https://animethemes.moe/video/BerserkOugonJidaiHenIII-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"L'Avenement Closing Credits\"", + "link": "https://animethemes.moe/video/BerserkOugonJidaiHenIII-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "14967", + "title": "Boku wa Tomodachi ga Sukunai Next", + "year": "2013", + "themes": [ + { + "name": "OP \"Be My Friend\"", + "link": "https://animethemes.moe/video/HaganaiNext-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Bokura no Tsubasa\"", + "link": "https://animethemes.moe/video/HaganaiNext-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Bokura no Tsubasa\"", + "link": "https://animethemes.moe/video/HaganaiNext-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "14397", + "title": "Chihayafuru 2", + "year": "2013", + "themes": [ + { + "name": "OP \"STAR\"", + "link": "https://animethemes.moe/video/ChihayafuruS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Akanezora\"", + "link": "https://animethemes.moe/video/ChihayafuruS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Akanezora\"", + "link": "https://animethemes.moe/video/ChihayafuruS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"YOUTHFUL\"", + "link": "https://animethemes.moe/video/ChihayafuruS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "16169", + "title": "Choboraunyopomi Gekijou Ai Mai Mii", + "year": "2013", + "themes": [ + { + "name": "ED \"Giri Giri Saikyou Ai Mai Mii!\"", + "link": "https://animethemes.moe/video/AiMaiMii-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15109", + "title": "Cuticle Tantei Inaba", + "year": "2013", + "themes": [ + { + "name": "OP \"Haruka, Nichijou no Naka de\"", + "link": "https://animethemes.moe/video/CuticleDetectiveInaba-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Prima Stella\"", + "link": "https://animethemes.moe/video/CuticleDetectiveInaba-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14827", + "title": "D.C.III: Da Capo III", + "year": "2013", + "themes": [ + { + "name": "OP \"Sakura Happy Innovation\"", + "link": "https://animethemes.moe/video/DaCapoIII-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Aitai yo\"", + "link": "https://animethemes.moe/video/DaCapoIII-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Aitai yo\"", + "link": "https://animethemes.moe/video/DaCapoIII-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Aitai yo\"", + "link": "https://animethemes.moe/video/DaCapoIII-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 \"Meguru\"", + "link": "https://animethemes.moe/video/DaCapoIII-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"REFLECTION\"", + "link": "https://animethemes.moe/video/DaCapoIII-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "16419", + "title": "Dokidoki! Precure", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Happy Go Lucky! Dokidoki! Precure\"", + "link": "https://animethemes.moe/video/DokiDokiPrecure-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Happy Go Lucky! Dokidoki! Precure\"", + "link": "https://animethemes.moe/video/DokiDokiPrecure-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kono Sora no Mukou\"", + "link": "https://animethemes.moe/video/DokiDokiPrecure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Love Link\"", + "link": "https://animethemes.moe/video/DokiDokiPrecure-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "14811", + "title": "GJ-bu", + "year": "2013", + "themes": [ + { + "name": "OP \"Mousou★Koukan Nikki\"", + "link": "https://animethemes.moe/video/GJbu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"I wish: Tokimeki no Mahou\"", + "link": "https://animethemes.moe/video/GJbu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"balance unbalance: Hontou no Watashi\"", + "link": "https://animethemes.moe/video/GJbu-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Purely Sky: Watashi Dake no Sora\"", + "link": "https://animethemes.moe/video/GJbu-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hashiridasou!\"", + "link": "https://animethemes.moe/video/GJbu-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "15613", + "title": "Hakkenden: Touhou Hakken Ibun", + "year": "2013", + "themes": [ + { + "name": "OP \"God FATE\"", + "link": "https://animethemes.moe/video/Hakkenden-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"String of pain\"", + "type": "ending" + } + ] + }, + { + "id": "14175", + "title": "Hanasaku Iroha: Home Sweet Home", + "year": "2013", + "themes": [ + { + "name": "ED \"Kagefumi\"", + "link": "https://animethemes.moe/video/HanasakuIrohaHomeSweetHome-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15379", + "title": "Kotoura-san", + "year": "2013", + "themes": [ + { + "name": "OP \"Sonna Koto Ura no Mata Urabanashi Desho?\"", + "link": "https://animethemes.moe/video/KotouraSan-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kibou no Hana\"", + "link": "https://animethemes.moe/video/KotouraSan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"ESP Ken no Theme\"", + "link": "https://animethemes.moe/video/KotouraSan-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tsurupeta\"", + "link": "https://animethemes.moe/video/KotouraSan-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "15051", + "title": "Love Live! School Idol Project", + "year": "2013", + "themes": [ + { + "name": "OP \"Bokura wa Ima no Naka de\"", + "link": "https://animethemes.moe/video/LoveLive-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLive-OP1-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Susume→Tomorrow\"", + "link": "https://animethemes.moe/video/LoveLive-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLive-ED1-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kitto Seishun ga Kikoeru\" by Honoka Kousaka, Kotori Minami, Umi Sonoda", + "link": "https://animethemes.moe/video/LoveLive-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLive-ED2-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kitto Seishun ga Kikoeru\" by µ's", + "link": "https://animethemes.moe/video/LoveLive-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLive-ED3-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kitto Seishun ga Kikoeru\" by Rin Hoshizora, Maki Nishikino, Hanayo Koizumi", + "link": "https://animethemes.moe/video/LoveLive-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLive-ED4-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kitto Seishun ga Kikoeru\" by Nico Yazawa", + "link": "https://animethemes.moe/video/LoveLive-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLive-ED5-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED6 \"Kitto Seishun ga Kikoeru\" by µ's", + "link": "https://animethemes.moe/video/LoveLive-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLive-ED6-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED7 \"Kitto Seishun ga Kikoeru\" by Eli Ayase, Nozomi Toujou", + "link": "https://animethemes.moe/video/LoveLive-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLive-ED7-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED8 \"Kitto Seishun ga Kikoeru\" by Kotori Minami", + "link": "https://animethemes.moe/video/LoveLive-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLive-ED8-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED9 \"Kitto Seishun ga Kikoeru\" by Honoka Kousaka", + "link": "https://animethemes.moe/video/LoveLive-ED9.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLive-ED9-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED10 \"Kitto Seishun ga Kikoeru\" by µ's", + "link": "https://animethemes.moe/video/LoveLive-ED10.webm", + "type": "ending" + } + ] + }, + { + "id": "14833", + "title": "Maoyuu Maou Yuusha", + "year": "2013", + "themes": [ + { + "name": "OP \"Mukai Kaze\"", + "link": "https://animethemes.moe/video/MaoyuuMaouYuusha-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Unknown Vision\"", + "link": "https://animethemes.moe/video/MaoyuuMaouYuusha-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14511", + "title": "Minami-ke Tadaima", + "year": "2013", + "themes": [ + { + "name": "OP \"Shiawase☆High Tension↑↑\"", + "link": "https://animethemes.moe/video/MinamikeTadaima-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kyuusekkin Lucky DAYS\"", + "link": "https://animethemes.moe/video/MinamikeTadaima-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Christmas no Uta\"", + "link": "https://animethemes.moe/video/MinamikeTadaima-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "15315", + "title": "Mondaiji-tachi ga Isekai kara Kuru Sou Desu yo?", + "year": "2013", + "themes": [ + { + "name": "OP \"Black † White\"", + "link": "https://animethemes.moe/video/Mondaiji-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Mondaiji-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"To Be Continued?\"", + "link": "https://animethemes.moe/video/Mondaiji-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Mondaiji-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Boku-tachi no Seiza\"", + "link": "https://animethemes.moe/video/Mondaiji-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "14749", + "title": "Ore no Kanojo to Osananajimi ga Shuraba Sugiru", + "year": "2013", + "themes": [ + { + "name": "OP \"Girlish Lover\"", + "link": "https://animethemes.moe/video/Oreshura-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"W:Wonder tale\"", + "link": "https://animethemes.moe/video/Oreshura-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17115", + "title": "Pokemon Best Wishes! Season 2: Episode N", + "year": "2013", + "themes": [ + { + "name": "OP \"Yajirushi ni Natte! 2013\"", + "link": "https://animethemes.moe/video/PokemonBestWishesEpisodeN-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sakura Go-Round\"", + "link": "https://animethemes.moe/video/PokemonBestWishesEpisodeN-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16442", + "title": "Precure All Stars Movie New Stage 2: Kokoro no Tomodachi", + "year": "2013", + "themes": [ + { + "name": "OP \"Precure ~Eien no Tomodachi~ (2013 Ver.)\"", + "link": "https://animethemes.moe/video/PrecureAllStarsNewStage2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kono Sora no Mukou\"", + "link": "https://animethemes.moe/video/PrecureAllStarsNewStage2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15649", + "title": "Puchimas!: Petit iDOLM@STER", + "year": "2013", + "themes": [ + { + "name": "ED1 \"A-Ri-Ga-To YESTERDAYS\"", + "link": "https://animethemes.moe/video/Puchimas-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"TODAY with ME\"", + "link": "https://animethemes.moe/video/Puchimas-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Maybe TOMORROW\"", + "link": "https://animethemes.moe/video/Puchimas-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"La♪ La♪ La♪ Wonderland\"", + "link": "https://animethemes.moe/video/Puchimas-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "15989", + "title": "Saki Achiga-hen: Episode of Side-A Specials", + "year": "2013", + "themes": [ + { + "name": "OP \"TSU・BA・SA\"", + "link": "https://animethemes.moe/video/SakiAchigaHenSideASpecials-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Futuristic Player\"", + "type": "ending" + } + ] + }, + { + "id": "14515", + "title": "Sasami-san@Ganbaranai", + "year": "2013", + "themes": [ + { + "name": "OP \"Alteration\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED V9 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED V10 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED V11 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1v11.webm", + "type": "ending" + }, + { + "name": "ED V12 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1v12.webm", + "type": "ending" + } + ] + }, + { + "id": "15119", + "title": "Senran Kagura", + "year": "2013", + "themes": [ + { + "name": "OP \"Break your world\"", + "link": "https://animethemes.moe/video/SenranKagura-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Fighting Dreamer\"", + "link": "https://animethemes.moe/video/SenranKagura-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yamiyo wa Otome wo Hana ni Suru\"", + "link": "https://animethemes.moe/video/SenranKagura-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Shissouron\"", + "link": "https://animethemes.moe/video/SenranKagura-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "15751", + "title": "Senyuu.", + "year": "2013", + "themes": [ + { + "name": "OP \"THE MONSTERS\"", + "link": "https://animethemes.moe/video/Senyuu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Believe ~Eien no Link~\"", + "link": "https://animethemes.moe/video/Senyuu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12857", + "title": "Star Driver the Movie", + "year": "2013", + "themes": [ + { + "name": "ED \"colorful\"", + "link": "https://animethemes.moe/video/StarDriverMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16417", + "title": "Tamako Market", + "year": "2013", + "themes": [ + { + "name": "OP \"Dramatic Market Ride\"", + "link": "https://animethemes.moe/video/TamakoMarket-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TamakoMarket-OP1-BD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TamakoMarket-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Neguse\"", + "link": "https://animethemes.moe/video/TamakoMarket-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TamakoMarket-ED1-BD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TamakoMarket-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koi no Uta\"", + "link": "https://animethemes.moe/video/TamakoMarket-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "14283", + "title": "Vividred Operation", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"ENERGY\"", + "link": "https://animethemes.moe/video/VividredOperation-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"ENERGY\"", + "link": "https://animethemes.moe/video/VividredOperation-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"ENERGY\"", + "link": "https://animethemes.moe/video/VividredOperation-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"ENERGY\"", + "link": "https://animethemes.moe/video/VividredOperation-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED1 \"WE ARE ONE!\"", + "link": "https://animethemes.moe/video/VividredOperation-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"STEREO COLORS\"", + "link": "https://animethemes.moe/video/VividredOperation-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Stray Sheep Story\"", + "link": "https://animethemes.moe/video/VividredOperation-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Arifureta Shiawase\"", + "link": "https://animethemes.moe/video/VividredOperation-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Vivid Shining Sky\"", + "link": "https://animethemes.moe/video/VividredOperation-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "14355", + "title": "Yama no Susume", + "year": "2013", + "themes": [ + { + "name": "ED \"Staccato Days\"", + "link": "https://animethemes.moe/video/YamaNoSusume-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YamaNoSusume-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "16005", + "title": "Zettai Karen Children: The Unlimited - Hyoubu Kyousuke", + "year": "2013", + "themes": [ + { + "name": "OP1 V1 \"LΛST RESOLUTION (English ver.)\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"LΛST RESOLUTION (English ver.)\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"LΛST RESOLUTION (Japanese ver.)\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"LΛST RESOLUTION (Japanese ver.)\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP2 V3 \"LΛST RESOLUTION (Japanese ver.)\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-OP2v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"OUTLAWS\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"BRIGHTEST LIGHT\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"DARKNESS NIGHT\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"BRAND NEW EDEN\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"ADVENT\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"DARKNESS NIGHT (Hyoubu Arrange ver.)\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Sora no Hate\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"DARKNESS NIGHT (Hinomiya Arrange ver.)\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-ED8.webm", + "type": "ending" + } + ] + }, + { + "id": "18893", + "title": "Aoki Hagane no Arpeggio: Ars Nova", + "year": "2013", + "themes": [ + { + "name": "OP \"Savior of Song\"", + "link": "https://animethemes.moe/video/AokiHaganeArsNova-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Blue Field\"", + "link": "https://animethemes.moe/video/AokiHaganeArsNova-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Blue Field\"", + "link": "https://animethemes.moe/video/AokiHaganeArsNova-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Innocent Blue\"", + "link": "https://animethemes.moe/video/AokiHaganeArsNova-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Innocent Blue\"", + "link": "https://animethemes.moe/video/AokiHaganeArsNova-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Our Story\"", + "link": "https://animethemes.moe/video/AokiHaganeArsNova-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "18767", + "title": "BlazBlue: Alter Memory", + "year": "2013", + "themes": [ + { + "name": "OP \"BLUE BLAZE\"", + "link": "https://animethemes.moe/video/BlazBlueAlterMemory-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlazBlueAlterMemory-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"REINCARNATION BLUE\"", + "link": "https://animethemes.moe/video/BlazBlueAlterMemory-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlazBlueAlterMemory-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"synonym\"", + "link": "https://animethemes.moe/video/BlazBlueAlterMemory-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "21797", + "title": "Chuunibyou demo Koi ga Shitai! Ren Lite", + "year": "2013", + "themes": [ + { + "name": "ED \"Shinen ni Mau Senritsu Shanikusai\"", + "link": "https://animethemes.moe/video/ChuunibyouS2Lite-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9479", + "title": "Coppelion", + "year": "2013", + "themes": [ + { + "name": "OP \"ANGEL\"", + "link": "https://animethemes.moe/video/Coppelion-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tooku Made\"", + "link": "https://animethemes.moe/video/Coppelion-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bye Bye All Right\"", + "link": "https://animethemes.moe/video/Coppelion-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "18689", + "title": "Diamond no Ace", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Go EXCEED!!\"", + "link": "https://animethemes.moe/video/DiamondNoAce-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Perfect HERO\"", + "link": "https://animethemes.moe/video/DiamondNoAce-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Hashire! Mirai\"", + "link": "https://animethemes.moe/video/DiamondNoAce-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Seek Diamonds\"", + "link": "https://animethemes.moe/video/DiamondNoAce-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Glory!\"", + "link": "https://animethemes.moe/video/DiamondNoAce-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Mirai e Tsunage\"", + "link": "https://animethemes.moe/video/DiamondNoAce-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"CLOUD NINE\"", + "link": "https://animethemes.moe/video/DiamondNoAce-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"PROMISED FIELD\"", + "link": "https://animethemes.moe/video/DiamondNoAce-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"FINAL VICTORY\"", + "link": "https://animethemes.moe/video/DiamondNoAce-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "17357", + "title": "Dokidoki! Precure Movie: Mana Kekkon!!? Mirai ni Tsunagu Kibou no Dress", + "year": "2013", + "themes": [ + { + "name": "OP \"Happy Go Lucky! Dokidoki! Precure\"", + "link": "https://animethemes.moe/video/DokiDokiPrecureMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Love Link\"", + "link": "https://animethemes.moe/video/DokiDokiPrecureMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18001", + "title": "Freezing Vibration", + "year": "2013", + "themes": [ + { + "name": "OP \"AVENGE WORLD\"", + "link": "https://animethemes.moe/video/FreezingVibration-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sekai wa Kizu wo Dakishimeru\"", + "link": "https://animethemes.moe/video/FreezingVibration-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19367", + "title": "Galilei Donna", + "year": "2013", + "themes": [ + { + "name": "OP \"Synchromanica\"", + "link": "https://animethemes.moe/video/GalileiDonna-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Innocent\"", + "link": "https://animethemes.moe/video/GalileiDonna-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19191", + "title": "Ghost in the Shell: Arise - Border:2 Ghost Whispers", + "year": "2013", + "themes": [ + { + "name": "OP \"GHOST IN THE SHELL ARISE\"", + "link": "https://animethemes.moe/video/GhostInTheShellAriseGhostWhispers-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Soto wa Senjou da yo\"", + "link": "https://animethemes.moe/video/GhostInTheShellAriseGhostWhispers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18411", + "title": "Gingitsune", + "year": "2013", + "themes": [ + { + "name": "OP \"tiny lamp\"", + "link": "https://animethemes.moe/video/Gingitsune-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gekkou STORY\"", + "link": "https://animethemes.moe/video/Gingitsune-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17895", + "title": "Golden Time", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Golden Time\"", + "link": "https://animethemes.moe/video/GoldenTime-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"The♡World's♡End\"", + "link": "https://animethemes.moe/video/GoldenTime-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sweet & Sweet CHERRY\"", + "link": "https://animethemes.moe/video/GoldenTime-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hanneikyuuteki ni Aishite yo♡\"", + "link": "https://animethemes.moe/video/GoldenTime-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "19319", + "title": "Gundam Build Fighters", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Nibun no Ichi\"", + "link": "https://animethemes.moe/video/GundamBuildFighters-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"wimp ft. Lil'Fang (from FAKY)\"", + "link": "https://animethemes.moe/video/GundamBuildFighters-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Imagination > Reality\"", + "link": "https://animethemes.moe/video/GundamBuildFighters-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Imagination > Reality\"", + "link": "https://animethemes.moe/video/GundamBuildFighters-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hanpan Spirit\"", + "link": "https://animethemes.moe/video/GundamBuildFighters-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "19647", + "title": "Hajime no Ippo: Rising", + "year": "2013", + "themes": [ + { + "name": "OP \"Yakan Hikou\"", + "link": "https://animethemes.moe/video/HajimeNoIppoRising-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Buchikome!!\"", + "link": "https://animethemes.moe/video/HajimeNoIppoRising-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17739", + "title": "Hidamari Sketch: Sae Hiro Sotsugyou-hen", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Open☆Canvas\"", + "link": "https://animethemes.moe/video/HidamariSketchSotsugyouHen-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Open☆Canvas\"", + "link": "https://animethemes.moe/video/HidamariSketchSotsugyouHen-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yume Gumo\"", + "link": "https://animethemes.moe/video/HidamariSketchSotsugyouHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mata ne, Youkoso, Hidamarisou\"", + "link": "https://animethemes.moe/video/HidamariSketchSotsugyouHen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "18247", + "title": "IS: Infinite Stratos 2", + "year": "2013", + "themes": [ + { + "name": "OP \"True Blue Traveler\"", + "link": "https://animethemes.moe/video/InfiniteStratosS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, and Marina Inoue", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, and Marina Inoue", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, and Marina Inoue", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, and Marina Inoue", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, and Marina Inoue", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, and Marina Inoue", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, and Marina Inoue", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, and Marina Inoue", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, Marina Inoue, and Suzuko Mimori", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, Marina Inoue, and Suzuko Mimori", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, Marina Inoue, and Suzuko Mimori", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"BEAUTIFUL SKY\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, Marina Inoue, Chiwa Saito, and Suzuko Mimori", + "link": "https://animethemes.moe/video/InfiniteStratosS2-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "18295", + "title": "Kakumeiki Valvrave 2nd Season", + "year": "2013", + "themes": [ + { + "name": "OP \"Kakumei Dualism\"", + "link": "https://animethemes.moe/video/KakumeikiValvraveS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"REALISM\"", + "link": "https://animethemes.moe/video/KakumeikiValvraveS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Akai Memories wo Anata ni\"", + "link": "https://animethemes.moe/video/KakumeikiValvraveS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "18679", + "title": "Kill la Kill", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Sirius\"", + "link": "https://animethemes.moe/video/KillLaKill-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"ambiguous\"", + "link": "https://animethemes.moe/video/KillLaKill-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Gomen ne, Iiko ja Irarenai.\"", + "link": "https://animethemes.moe/video/KillLaKill-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shinsekai Koukyougaku\"", + "link": "https://animethemes.moe/video/KillLaKill-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "16894", + "title": "Kuroko no Basket 2nd Season", + "year": "2013", + "themes": [ + { + "name": "OP1 \"The Other Self\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KurokoNoBasketS2-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP2 \"Hengen Jizai no Magical Star\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"WALK\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"FANTASTIC TUNE\"", + "link": "https://animethemes.moe/video/KurokoNoBasketS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "18153", + "title": "Kyoukai no Kanata", + "year": "2013", + "themes": [ + { + "name": "OP \"Kyoukai no Kanata\"", + "link": "https://animethemes.moe/video/KyoukaiNoKanata-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Daisy\"", + "link": "https://animethemes.moe/video/KyoukaiNoKanata-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21241", + "title": "Kyoukai no Kanata: Idol Saiban! Mayoi Nagara mo Kimi wo Sabaku Tami", + "year": "2013", + "themes": [ + { + "name": "ED \"Poppy no Kaerimichi\"", + "link": "https://animethemes.moe/video/KyoukaiNoKanataIdolSaiban-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19703", + "title": "Kyousou Giga (TV)", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Koko\"", + "link": "https://animethemes.moe/video/Kyousougiga-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Koko\"", + "link": "https://animethemes.moe/video/Kyousougiga-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Shissou Ginga\"", + "link": "https://animethemes.moe/video/Kyousougiga-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Shissou Ginga\"", + "link": "https://animethemes.moe/video/Kyousougiga-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "18195", + "title": "Little Busters!: Refrain", + "year": "2013", + "themes": [ + { + "name": "OP \"Boys be Smile\"", + "link": "https://animethemes.moe/video/LittleBustersRefrain-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi to no Nakushi Mono\"", + "link": "https://animethemes.moe/video/LittleBustersRefrain-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Song for friends\"", + "link": "https://animethemes.moe/video/LittleBustersRefrain-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Song for friends\"", + "link": "https://animethemes.moe/video/LittleBustersRefrain-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Song for friends\"", + "link": "https://animethemes.moe/video/LittleBustersRefrain-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hanabi\"", + "link": "https://animethemes.moe/video/LittleBustersRefrain-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Parting of the Boys\"", + "link": "https://animethemes.moe/video/LittleBustersRefrain-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Little Busters! -Little Jumper Ver.-\"", + "link": "https://animethemes.moe/video/LittleBustersRefrain-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "17265", + "title": "Log Horizon", + "year": "2013", + "themes": [ + { + "name": "OP \"database feat. TAKUMA (10 Feet)\"", + "link": "https://animethemes.moe/video/LogHorizon-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Your song*\"", + "link": "https://animethemes.moe/video/LogHorizon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17247", + "title": "Machine-Doll wa Kizutsukanai", + "year": "2013", + "themes": [ + { + "name": "OP \"Anicca\"", + "link": "https://animethemes.moe/video/MachineDollWaKizutsukanai-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Maware! Setsugetsuka\"", + "link": "https://animethemes.moe/video/MachineDollWaKizutsukanai-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Maware! Setsugetsuka\"", + "link": "https://animethemes.moe/video/MachineDollWaKizutsukanai-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Maware! Setsugetsuka\"", + "link": "https://animethemes.moe/video/MachineDollWaKizutsukanai-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "18115", + "title": "Magi: The Kingdom of Magic", + "year": "2013", + "themes": [ + { + "name": "OP1 \"ANNIVERSARY\"", + "link": "https://animethemes.moe/video/MagiKingdomOfMagic-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hikari\"", + "link": "https://animethemes.moe/video/MagiKingdomOfMagic-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Eden\"", + "link": "https://animethemes.moe/video/MagiKingdomOfMagic-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"With You/With Me\"", + "link": "https://animethemes.moe/video/MagiKingdomOfMagic-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "11981", + "title": "Mahou Shoujo Madoka★Magica Movie 3: Hangyaku no Monogatari", + "year": "2013", + "themes": [ + { + "name": "OP \"Colorful\"", + "link": "https://animethemes.moe/video/MadokaMagicaHangyaku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi no Gin no Niwa\"", + "link": "https://animethemes.moe/video/MadokaMagicaHangyaku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "20033", + "title": "Miss Monochrome: The Animation", + "year": "2013", + "themes": [ + { + "name": "ED \"Poker Face\"", + "link": "https://animethemes.moe/video/MissMonochrome-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16067", + "title": "Nagi no Asukara", + "year": "2013", + "themes": [ + { + "name": "OP1 \"lull ~Soshite Bokura wa~\"", + "link": "https://animethemes.moe/video/NagiNoAsukara-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"ebb and flow\"", + "link": "https://animethemes.moe/video/NagiNoAsukara-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"ebb and flow\"", + "link": "https://animethemes.moe/video/NagiNoAsukara-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Aqua Terrarium\"", + "link": "https://animethemes.moe/video/NagiNoAsukara-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Mitsuba no Musubime\"", + "link": "https://animethemes.moe/video/NagiNoAsukara-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Mitsuba no Musubime\"", + "link": "https://animethemes.moe/video/NagiNoAsukara-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"lull〜Earth color of a calm〜\"", + "type": "ending" + } + ] + }, + { + "id": "17549", + "title": "Non Non Biyori", + "year": "2013", + "themes": [ + { + "name": "OP \"Nanairo Biyori\"", + "link": "https://animethemes.moe/video/NonNonBiyori-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NonNonBiyori-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Non Non Biyori\"", + "link": "https://animethemes.moe/video/NonNonBiyori-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NonNonBiyori-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Non Non Biyori\"", + "link": "https://animethemes.moe/video/NonNonBiyori-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Non Non Biyori\"", + "link": "https://animethemes.moe/video/NonNonBiyori-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "19221", + "title": "Ore no Nounai Sentakushi ga, Gakuen Love Comedy wo Zenryoku de Jama Shiteiru", + "year": "2013", + "themes": [ + { + "name": "OP1 \"S・M・L☆\"", + "link": "https://animethemes.moe/video/NouCome-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Taiyou to Tsuki no Cross\"", + "link": "https://animethemes.moe/video/NouCome-OP2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Taiyou to Tsuki no Cross\"", + "link": "https://animethemes.moe/video/NouCome-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Taiyou to Tsuki no Cross\"", + "link": "https://animethemes.moe/video/NouCome-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Taiyou to Tsuki no Cross\"", + "link": "https://animethemes.moe/video/NouCome-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "19369", + "title": "Outbreak Company", + "year": "2013", + "themes": [ + { + "name": "OP \"Univer Page\"", + "link": "https://animethemes.moe/video/OutbreakCompany-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Watashi no Houseibako\"", + "link": "https://animethemes.moe/video/OutbreakCompany-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14407", + "title": "Persona 3 the Movie 1: Spring of Birth", + "year": "2013", + "themes": [ + { + "name": "OP \"Burn My Dread -Spring of Birth Ver.-\"", + "link": "https://animethemes.moe/video/Persona3Movie1-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"More Than One Heart\"", + "link": "https://animethemes.moe/video/Persona3Movie1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15651", + "title": "Phi Brain: Kami no Puzzle - Shukuteki! Rätsel-hen", + "year": "2013", + "themes": [ + { + "name": "OP \"Destiny\"", + "link": "https://animethemes.moe/video/PhiBrainS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Say Yeah!\"", + "link": "https://animethemes.moe/video/PhiBrainS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"diamond secret\"", + "type": "ending" + }, + { + "name": "ED3 \"Hologram\"", + "type": "ending" + } + ] + }, + { + "id": "19291", + "title": "Pokemon XY", + "year": "2013", + "themes": [ + { + "name": "OP1 \"V (Volt)\"", + "link": "https://animethemes.moe/video/PokemonXY-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Mega V (Volt)\"", + "link": "https://animethemes.moe/video/PokemonXY-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Getter Bang Bang\"", + "link": "https://animethemes.moe/video/PokemonXY-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"The X Strait and the Y Scenery\"", + "link": "https://animethemes.moe/video/PokemonXY-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Peace Smile!\"", + "link": "https://animethemes.moe/video/PokemonXY-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"DoriDori\"", + "link": "https://animethemes.moe/video/PokemonXY-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Gaogao All Stars\"", + "link": "https://animethemes.moe/video/PokemonXY-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "12477", + "title": "Sakasama no Patema", + "year": "2013", + "themes": [ + { + "name": "ED \"Patema Inverse\"", + "link": "https://animethemes.moe/video/SakasamaNoPatema-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19365", + "title": "Samurai Flamenco", + "year": "2013", + "themes": [ + { + "name": "OP1 \"JUST ONE LIFE\"", + "link": "https://animethemes.moe/video/SamuraiFlamenco-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ai Ai AI ni Utarete Bye Bye Bye\"", + "link": "https://animethemes.moe/video/SamuraiFlamenco-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Date TIME\"", + "link": "https://animethemes.moe/video/SamuraiFlamenco-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Namida Hoshi\"", + "link": "https://animethemes.moe/video/SamuraiFlamenco-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Flight 23-ji\"", + "link": "https://animethemes.moe/video/SamuraiFlamenco-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Macaron DAYS\"", + "link": "https://animethemes.moe/video/SamuraiFlamenco-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "11763", + "title": "Sekai de Ichiban Tsuyoku Naritai!", + "year": "2013", + "themes": [ + { + "name": "OP \"Beautiful Dreamer\"", + "link": "https://animethemes.moe/video/SekaTsuyo-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Fan Fanfare!!!\"", + "link": "https://animethemes.moe/video/SekaTsuyo-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Fan Fanfare!!!\"", + "link": "https://animethemes.moe/video/SekaTsuyo-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sorairo Monologue\"", + "link": "https://animethemes.moe/video/SekaTsuyo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "18397", + "title": "Shingeki no Kyojin OVA", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Guren no Yumiya\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojin-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Guren no Yumiya\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojinOVA-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Utsukushiki Zankoku na Sekai\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18277", + "title": "Strike the Blood", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Strike the Blood\"", + "link": "https://animethemes.moe/video/StrikeTheBlood-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Fight 4 Real\"", + "link": "https://animethemes.moe/video/StrikeTheBlood-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Strike my soul\"", + "link": "https://animethemes.moe/video/StrikeTheBlood-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"signal\"", + "link": "https://animethemes.moe/video/StrikeTheBlood-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "20473", + "title": "Teekyuu 3", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Nufutto Teekyuu Potlatch\"", + "link": "https://animethemes.moe/video/TeekyuuS3-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Nufutto Teekyuu Potlatch\"", + "link": "https://animethemes.moe/video/TeekyuuS3-OP1v2.webm", + "type": "opening" + } + ] + }, + { + "id": "19919", + "title": "Tesagure! Bukatsumono", + "year": "2013", + "themes": [ + { + "name": "OP \"Stand Up!!!!\"", + "link": "https://animethemes.moe/video/Tesagure-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"12 kagetsu\"", + "link": "https://animethemes.moe/video/Tesagure-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16011", + "title": "Tokyo Ravens", + "year": "2013", + "themes": [ + { + "name": "OP1 \"X-encounter\"", + "link": "https://animethemes.moe/video/TokyoRavens-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"~Outgrow~\"", + "link": "https://animethemes.moe/video/TokyoRavens-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi ga Emu Yuugure\"", + "link": "https://animethemes.moe/video/TokyoRavens-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Break a spell\"", + "link": "https://animethemes.moe/video/TokyoRavens-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "19151", + "title": "Walkure Romanze", + "year": "2013", + "themes": [ + { + "name": "OP \"UN-DELAYED\"", + "link": "https://animethemes.moe/video/WalkureRomanze-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"MoonRise Romance\"", + "link": "https://animethemes.moe/video/WalkureRomanze-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18245", + "title": "White Album 2", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Todokanai Koi '13\"", + "link": "https://animethemes.moe/video/WhiteAlbum2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Todokanai Koi '13\"", + "link": "https://animethemes.moe/video/WhiteAlbum2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"White Album\"", + "link": "https://animethemes.moe/video/WhiteAlbum2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"closing '13\"", + "link": "https://animethemes.moe/video/WhiteAlbum2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sayonara no Koto\"", + "link": "https://animethemes.moe/video/WhiteAlbum2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"After All ~Tsuzuru Omoi~ '13\"", + "link": "https://animethemes.moe/video/WhiteAlbum2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Twinkle Snow '13\"", + "link": "https://animethemes.moe/video/WhiteAlbum2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Todokanai Koi\"", + "link": "https://animethemes.moe/video/WhiteAlbum2-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "18179", + "title": "Yowamushi Pedal", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Reclimb\"", + "link": "https://animethemes.moe/video/YowamushiPedal-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yowamushi na Honoo\"", + "link": "https://animethemes.moe/video/YowamushiPedal-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Be As One\"", + "link": "https://animethemes.moe/video/YowamushiPedal-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kaze wo Yobe\"", + "link": "https://animethemes.moe/video/YowamushiPedal-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"I am ready\"", + "link": "https://animethemes.moe/video/YowamushiPedal-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Glory Road\"", + "link": "https://animethemes.moe/video/YowamushiPedal-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "18497", + "title": "Yozakura Quartet: Hana no Uta", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Sakura no Ato (all quartets lead to the ?)\"", + "link": "https://animethemes.moe/video/YozakuraQuartetHanaNoUta-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YozakuraQuartetHanaNoUta-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Kid, I like Quartet\"", + "link": "https://animethemes.moe/video/YozakuraQuartetHanaNoUta-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YozakuraQuartetHanaNoUta-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Tsukiyomi\"", + "link": "https://animethemes.moe/video/YozakuraQuartetHanaNoUta-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18499", + "title": "Yozakura Quartet: Tsuki ni Naku", + "year": "2013", + "themes": [ + { + "name": "OP \"Non-Fiction Compass\"", + "link": "https://animethemes.moe/video/YozakuraQuartetTsukiNiNaku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chandelier Waltz\"", + "link": "https://animethemes.moe/video/YozakuraQuartetTsukiNiNaku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18677", + "title": "Yuusha ni Narenakatta Ore wa Shibushibu Shuushoku wo Ketsui Shimashita.", + "year": "2013", + "themes": [ + { + "name": "OP \"Extra Revolution\"", + "link": "https://animethemes.moe/video/Yuushibu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sticking Places\"", + "link": "https://animethemes.moe/video/Yuushibu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11633", + "title": "Blood Lad", + "year": "2013", + "themes": [ + { + "name": "OP \"ViViD\"", + "link": "https://animethemes.moe/video/BloodLad-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"BLOODY HOLIC\"", + "link": "https://animethemes.moe/video/BloodLad-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15605", + "title": "Brothers Conflict", + "year": "2013", + "themes": [ + { + "name": "OP \"BELOVED×SURVIVAL\"", + "link": "https://animethemes.moe/video/BrothersConflict-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"14 to 1\"", + "link": "https://animethemes.moe/video/BrothersConflict-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16157", + "title": "Choujigen Game Neptune The Animation", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Dimension tripper!!!!\"", + "link": "https://animethemes.moe/video/ChoujigenGameNeptune-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Dimension tripper!!!!\"", + "link": "https://animethemes.moe/video/ChoujigenGameNeptune-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Neptune☆Sagashite\"", + "link": "https://animethemes.moe/video/ChoujigenGameNeptune-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Neptune☆Sagashite\"", + "link": "https://animethemes.moe/video/ChoujigenGameNeptune-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Go→Love & Peace\"", + "link": "https://animethemes.moe/video/ChoujigenGameNeptune-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ito\"", + "link": "https://animethemes.moe/video/ChoujigenGameNeptune-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ChoujigenGameNeptune-ED3-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "15197", + "title": "Code Geass: Boukoku no Akito 2 - Hikisakareshi Yokuryuu", + "year": "2013", + "themes": [ + { + "name": "ED \"More Than Words\"", + "link": "https://animethemes.moe/video/CodeGeassBoukokuNoAkito2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16592", + "title": "Danganronpa: Kibou no Gakuen to Zetsubou no Koukousei The Animation", + "year": "2013", + "themes": [ + { + "name": "OP1 \"DANGANRONPA\"", + "link": "https://animethemes.moe/video/Danganronpa-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Never Say Never\"", + "link": "https://animethemes.moe/video/Danganronpa-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Monokuma Ondo\"", + "type": "opening" + }, + { + "name": "ED1 V1 \"Zetsubousei: Hero Chiryouyaku\"", + "link": "https://animethemes.moe/video/Danganronpa-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Zetsubousei: Hero Chiryouyaku\"", + "link": "https://animethemes.moe/video/Danganronpa-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Zetsubousei: Hero Chiryouyaku\"", + "link": "https://animethemes.moe/video/Danganronpa-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Zetsubousei: Hero Chiryouyaku\"", + "link": "https://animethemes.moe/video/Danganronpa-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Zetsubousei: Hero Chiryouyaku\"", + "link": "https://animethemes.moe/video/Danganronpa-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Zetsubousei: Hero Chiryouyaku\"", + "link": "https://animethemes.moe/video/Danganronpa-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED2 \"Saisei -rebuild- re:build ver\"", + "link": "https://animethemes.moe/video/Danganronpa-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "15883", + "title": "Fantasista Doll", + "year": "2013", + "themes": [ + { + "name": "OP \"Ima yo! Fantasista Doll\"", + "link": "https://animethemes.moe/video/FantasistaDoll-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"DAY by DAY\"", + "link": "https://animethemes.moe/video/FantasistaDoll-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14829", + "title": "Fate/kaleid liner Prisma☆Illya", + "year": "2013", + "themes": [ + { + "name": "OP \"starlog\"", + "link": "https://animethemes.moe/video/FatePrismaIllya-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Prism Sympathy\"", + "link": "https://animethemes.moe/video/FatePrismaIllya-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Prism Sympathy\"", + "link": "https://animethemes.moe/video/FatePrismaIllya-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsunagu Kizuna Tsutsumu Kodoku\"", + "link": "https://animethemes.moe/video/FatePrismaIllya-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "18507", + "title": "Free!", + "year": "2013", + "themes": [ + { + "name": "OP \"Rage on\"", + "link": "https://animethemes.moe/video/Free-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Free-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"SPLASH FREE\"", + "link": "https://animethemes.moe/video/Free-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Free-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"EVER BLUE\"", + "link": "https://animethemes.moe/video/Free-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Free-ED2-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "17267", + "title": "Futari wa Milky Holmes", + "year": "2013", + "themes": [ + { + "name": "OP \"Glory Glowin' ☆ Days\"", + "link": "https://animethemes.moe/video/FutariWaMilkyHolmes-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Seishun Beginner!\"", + "link": "https://animethemes.moe/video/FutariWaMilkyHolmes-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18229", + "title": "Gatchaman Crowds", + "year": "2013", + "themes": [ + { + "name": "OP \"Crowds\"", + "link": "https://animethemes.moe/video/GatchamanCrowds-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"INNOCENT NOTE\"", + "link": "https://animethemes.moe/video/GatchamanCrowds-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17651", + "title": "Genei wo Kakeru Taiyou", + "year": "2013", + "themes": [ + { + "name": "OP \"träumerei\"", + "link": "https://animethemes.moe/video/GeneiWoKakeruTaiyou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"-Mirage-\"", + "link": "https://animethemes.moe/video/GeneiWoKakeruTaiyou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18465", + "title": "Genshiken Nidaime", + "year": "2013", + "themes": [ + { + "name": "OP \"Genshi, Joshi wa, Taiyou Datta.\"", + "link": "https://animethemes.moe/video/GenshikenNidaime-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aoku Yurete Iru\"", + "link": "https://animethemes.moe/video/GenshikenNidaime-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16918", + "title": "Gin no Saji", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Kiss you\"", + "link": "https://animethemes.moe/video/GinNoSaji-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kiss you\"", + "link": "https://animethemes.moe/video/GinNoSaji-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Hello Especially\"", + "link": "https://animethemes.moe/video/GinNoSaji-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15335", + "title": "Gintama Movie 2: Kanketsu-hen - Yorozuya yo Eien Nare", + "year": "2013", + "themes": [ + { + "name": "ED1 \"Genjou Destruction\"", + "link": "https://animethemes.moe/video/GintamaMovie2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Pray\"", + "link": "https://animethemes.moe/video/GintamaMovie2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "18055", + "title": "Hakkenden: Touhou Hakken Ibun 2nd Season", + "year": "2013", + "themes": [ + { + "name": "OP \"wonder fang\"", + "link": "https://animethemes.moe/video/HakkendenS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Souai Calendula\"", + "link": "https://animethemes.moe/video/HakkendenS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15451", + "title": "High School DxD New", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Sympathy\"", + "link": "https://animethemes.moe/video/HighSchoolDxDNew-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Gekijouron\"", + "link": "https://animethemes.moe/video/HighSchoolDxDNew-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Houteishiki wa Kotaenai\"", + "link": "https://animethemes.moe/video/HighSchoolDxDNew-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Lovely ♥ Devil\"", + "link": "https://animethemes.moe/video/HighSchoolDxDNew-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "16700", + "title": "Higurashi no Naku Koro ni Kaku: Outbreak", + "year": "2013", + "themes": [ + { + "name": "ED \"You –Visionen im Spiegel\"", + "link": "https://animethemes.moe/video/HigurashiKaku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17831", + "title": "Inu to Hasami wa Tsukaiyou", + "year": "2013", + "themes": [ + { + "name": "OP \"Wan Wan Wan Wan N_1!!\"", + "link": "https://animethemes.moe/video/InuToHasamiWaTsukaiyou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Lemonade Scandal\"", + "link": "https://animethemes.moe/video/InuToHasamiWaTsukaiyou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16706", + "title": "Kami nomi zo Shiru Sekai: Megami-hen", + "year": "2013", + "themes": [ + { + "name": "OP \"God only knows -Secrets of the Goddess-\"", + "link": "https://animethemes.moe/video/KaminomiS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kizuna no Yukue feat. Kanon Nakagawa\"", + "link": "https://animethemes.moe/video/KaminomiS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kizuna no Yukue feat. Tenri Ayukawa\"", + "link": "https://animethemes.moe/video/KaminomiS3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kizuna no Yukue feat. Tsukiyo Kujou\"", + "link": "https://animethemes.moe/video/KaminomiS3-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kizuna no Yukue feat. Yui Goidou\"", + "link": "https://animethemes.moe/video/KaminomiS3-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kizuna no Yukue feat. Shiori Shinomiya\"", + "link": "https://animethemes.moe/video/KaminomiS3-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Hajimete Koi wo Shita Kioku ~Piano Bansou~\"", + "link": "https://animethemes.moe/video/KaminomiS3-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Hitomi kara Snow\"", + "link": "https://animethemes.moe/video/KaminomiS3-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Kizuna no Yukue feat. Ayumi Takahara\"", + "link": "https://animethemes.moe/video/KaminomiS3-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"With...you...\"", + "link": "https://animethemes.moe/video/KaminomiS3-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Kizuna no Yukue feat. Jupiter Sisters\"", + "link": "https://animethemes.moe/video/KaminomiS3-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Hajimete Koi wo Shita Kioku\"", + "link": "https://animethemes.moe/video/KaminomiS3-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "16009", + "title": "Kamisama no Inai Nichiyoubi", + "year": "2013", + "themes": [ + { + "name": "OP \"Birth\"", + "link": "https://animethemes.moe/video/KamisamaNoInaiNichiyoubi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Owaranai Melody wo Utaidashimashita\"", + "link": "https://animethemes.moe/video/KamisamaNoInaiNichiyoubi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16662", + "title": "Kaze Tachinu", + "year": "2013", + "themes": [ + { + "name": "ED \"Hikouki Gumo\"", + "link": "https://animethemes.moe/video/KazeTachinu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17741", + "title": "Kimi no Iru Machi", + "year": "2013", + "themes": [ + { + "name": "OP \"Sentimental Love\"", + "link": "https://animethemes.moe/video/KimiNoIruMachi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi no Iru Machi\"", + "link": "https://animethemes.moe/video/KimiNoIruMachi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dear friend\"", + "link": "https://animethemes.moe/video/KimiNoIruMachi-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kimi no Iru Machi ~Answer Songs ver.~\"", + "link": "https://animethemes.moe/video/KimiNoIruMachi-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "17389", + "title": "Kingdom 2nd Season", + "year": "2013", + "themes": [ + { + "name": "OP \"GLORY DAYS\"", + "link": "https://animethemes.moe/video/KingdomS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"21\"", + "link": "https://animethemes.moe/video/KingdomS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Exit\"", + "link": "https://animethemes.moe/video/KingdomS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Soko ni Kimi ga Iru\"", + "link": "https://animethemes.moe/video/KingdomS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "16732", + "title": "Kiniro Mosaic", + "year": "2013", + "themes": [ + { + "name": "OP \"Jumping!!\"", + "link": "https://animethemes.moe/video/KiniroMosaic-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Your Voice\"", + "link": "https://animethemes.moe/video/KiniroMosaic-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18495", + "title": "Kitakubu Katsudou Kiroku", + "year": "2013", + "themes": [ + { + "name": "OP \"2 Gakki Debut Daisakusen!!\"", + "link": "https://animethemes.moe/video/KitakubuKatsudouKiroku-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Wakuwaku DAYS☆\" by Natsuki Andou & Sakura Doumyouji", + "link": "https://animethemes.moe/video/KitakubuKatsudouKiroku-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hanabi\"", + "link": "https://animethemes.moe/video/KitakubuKatsudouKiroku-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kimi ni Tsuite Ieru Koto\"", + "link": "https://animethemes.moe/video/KitakubuKatsudouKiroku-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Best Friend\"", + "link": "https://animethemes.moe/video/KitakubuKatsudouKiroku-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Wakuwaku DAYS☆\" Natsuki Andou & Karin Touno & Sakura Doumyouji & Botan Oohagi & Claire Kokonoe", + "link": "https://animethemes.moe/video/KitakubuKatsudouKiroku-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "16353", + "title": "Love Lab", + "year": "2013", + "themes": [ + { + "name": "OP \"Love Shitai!\"", + "link": "https://animethemes.moe/video/LoveLab-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Best FriendS\"", + "link": "https://animethemes.moe/video/LoveLab-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Best FriendS\"", + "link": "https://animethemes.moe/video/LoveLab-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "20221", + "title": "Minami-ke Natsuyasumi", + "year": "2013", + "themes": [ + { + "name": "ED \"San Shimai DAYS ~Takaramono~\"", + "link": "https://animethemes.moe/video/MinamikeNatsuyasumi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17074", + "title": "Monogatari Series: Second Season", + "year": "2013", + "themes": [ + { + "name": "OP1 \"chocolate insomnia\"", + "link": "https://animethemes.moe/video/MonogatariSS-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"happy bite\"", + "link": "https://animethemes.moe/video/MonogatariSS-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Mousou♡Express\"", + "link": "https://animethemes.moe/video/MonogatariSS-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Kogarashi Sentiment\"", + "link": "https://animethemes.moe/video/MonogatariSS-OP6.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Ai wo Utae\"", + "link": "https://animethemes.moe/video/MonogatariSS-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Ai wo Utae\"", + "link": "https://animethemes.moe/video/MonogatariSS-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi no Shiranai Monogatari\"", + "type": "ending" + }, + { + "name": "ED3 V1 \"Sono Koe wo Oboeteru\"", + "link": "https://animethemes.moe/video/MonogatariSS-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Sono Koe wo Oboeteru\"", + "link": "https://animethemes.moe/video/MonogatariSS-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED4 \"snowdrop\"", + "link": "https://animethemes.moe/video/MonogatariSS-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "18857", + "title": "Ore no Imouto ga Konnani Kawaii Wake ga Nai. Specials", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2Specials-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2Specials-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"The last ceremony\"", + "link": "https://animethemes.moe/video/OreImoS2Specials-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"will\"", + "link": "https://animethemes.moe/video/OreImoS2Specials-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Thank You\"", + "link": "https://animethemes.moe/video/OreImoS2Specials-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "18099", + "title": "Recorder to Randoseru Mi☆", + "year": "2013", + "themes": [ + { + "name": "ED \"One Two Hello\"", + "link": "https://animethemes.moe/video/RecorderToRandoseruMi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16051", + "title": "Ro-Kyu-Bu! SS", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Get goal!\"", + "link": "https://animethemes.moe/video/RoKyuBuSS-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Get goal!\"", + "link": "https://animethemes.moe/video/RoKyuBuSS-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Get goal!\"", + "link": "https://animethemes.moe/video/RoKyuBuSS-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Rolling! Rolling!\"", + "link": "https://animethemes.moe/video/RoKyuBuSS-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18041", + "title": "Rozen Maiden", + "year": "2013", + "themes": [ + { + "name": "OP \"Watashi no Bara wo Haminasai\"", + "link": "https://animethemes.moe/video/RozenMaidenZuruckspulen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Alternative\"", + "link": "https://animethemes.moe/video/RozenMaidenZuruckspulen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15793", + "title": "Senki Zesshou Symphogear G: In the Distance, That Day, When the Star Became Music...", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Apple\"", + "link": "https://animethemes.moe/video/SymphogearS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Vitalization\"", + "link": "https://animethemes.moe/video/SymphogearS2-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Vitalization\"", + "link": "https://animethemes.moe/video/SymphogearS2-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP2 V3 \"Vitalization\"", + "link": "https://animethemes.moe/video/SymphogearS2-OP2v3.webm", + "type": "opening" + }, + { + "name": "OP3 \"Next Destination\"", + "link": "https://animethemes.moe/video/SymphogearS2-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ressou Yari - Gungnir\"", + "link": "https://animethemes.moe/video/SymphogearS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Next Destination\"", + "link": "https://animethemes.moe/video/SymphogearS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Next Destination\"", + "link": "https://animethemes.moe/video/SymphogearS2-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kyoushitsu Monochrome\"", + "link": "https://animethemes.moe/video/SymphogearS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Vitalization\"", + "link": "https://animethemes.moe/video/SymphogearS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Nijiiro no Flugel\"", + "link": "https://animethemes.moe/video/SymphogearS2-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "18523", + "title": "Senyuu. 2", + "year": "2013", + "themes": [ + { + "name": "OP \"Canary\"", + "link": "https://animethemes.moe/video/SenyuuS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"QUESTERS!\"", + "link": "https://animethemes.moe/video/SenyuuS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18119", + "title": "Servant x Service", + "year": "2013", + "themes": [ + { + "name": "OP \"May I Help You?\"", + "link": "https://animethemes.moe/video/ServantxService-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hachimitsu Doki\" by Ai Kayano", + "link": "https://animethemes.moe/video/ServantxService-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hachimitsu Doki\" by Mai Nakahara", + "type": "ending" + }, + { + "name": "ED3 \"Hachimitsu Doki\" by Aki Toyosaki", + "type": "ending" + } + ] + }, + { + "id": "17821", + "title": "Stella Jogakuin Koutou-ka C³-bu", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Shape My Story\"", + "link": "https://animethemes.moe/video/StellaJogakuinKoutoukaC3bu-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Shape My Story\"", + "link": "https://animethemes.moe/video/StellaJogakuinKoutoukaC3bu-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Hajikero! C3!\"", + "link": "https://animethemes.moe/video/StellaJogakuinKoutoukaC3bu-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hajikero! C3!\"", + "link": "https://animethemes.moe/video/StellaJogakuinKoutoukaC3bu-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "19021", + "title": "Takanashi Rikka Kai: Chuunibyou demo Koi ga Shitai! Movie", + "year": "2013", + "themes": [ + { + "name": "OP \"-Across the line-\"", + "link": "https://animethemes.moe/video/ChuunibyouTakanashiRikkaKai-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Secret Survivor\"", + "type": "ending" + }, + { + "name": "ED2 \"INSIDE IDENTITY\"", + "type": "ending" + } + ] + }, + { + "id": "15731", + "title": "Tamayura: More Aggressive", + "year": "2013", + "themes": [ + { + "name": "OP \"Hajimari no Umi\"", + "link": "https://animethemes.moe/video/TamayuraMoreAggressive-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Arigatou\"", + "link": "https://animethemes.moe/video/TamayuraMoreAggressive-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kazeiro no Film\"", + "link": "https://animethemes.moe/video/TamayuraMoreAggressive-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Saigo no Haruyasumi\"", + "link": "https://animethemes.moe/video/TamayuraMoreAggressive-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "18121", + "title": "Teekyuu 2", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Menimeni Manimani\"", + "link": "https://animethemes.moe/video/TeekyuuS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Menimeni Manimani\"", + "link": "https://animethemes.moe/video/TeekyuuS2-OP1v2.webm", + "type": "opening" + } + ] + }, + { + "id": "17909", + "title": "Uchouten Kazoku", + "year": "2013", + "themes": [ + { + "name": "OP \"Uchouten Jinsei\"", + "link": "https://animethemes.moe/video/UchoutenKazoku-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Qué Será, Será\"", + "link": "https://animethemes.moe/video/UchoutenKazoku-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Uchouten Jinsei\"", + "link": "https://animethemes.moe/video/UchoutenKazoku-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "16742", + "title": "Watashi ga Motenai no wa Dou Kangaetemo Omaera ga Warui!", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Watashi ga Motenai no wa Dou Kangaete mo Omaera ga Warui\"", + "link": "https://animethemes.moe/video/WataMote-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Watashi ga Motenai no wa Dou Kangaete mo Omaera ga Warui\"", + "link": "https://animethemes.moe/video/WataMote-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dou Kangaete mo Watashi wa Warukunai\"", + "link": "https://animethemes.moe/video/WataMote-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Musou Renka\"", + "link": "https://animethemes.moe/video/WataMote-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yoru no Tobari yo, Sayounara\"", + "link": "https://animethemes.moe/video/WataMote-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Natsumatsuri\"", + "link": "https://animethemes.moe/video/WataMote-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Sokora no Kigurumi no Fuusen to Watashi\"", + "link": "https://animethemes.moe/video/WataMote-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Watashi ga Motenai no wa Dou Kangaete mo Omaera ga Warui\"", + "link": "https://animethemes.moe/video/WataMote-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "19383", + "title": "Yami Shibai", + "year": "2013", + "themes": [ + { + "name": "ED \"Kaifuu Emaki\"", + "link": "https://animethemes.moe/video/YamiShibai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17082", + "title": "Aiura", + "year": "2013", + "themes": [ + { + "name": "OP \"Kani☆Do-Luck!\"", + "link": "https://animethemes.moe/video/Aiura-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ichigo Ichie\"", + "link": "https://animethemes.moe/video/Aiura-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16201", + "title": "Aku no Hana", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Aku no Hana -Kasuga Takao-\"", + "link": "https://animethemes.moe/video/AkuNoHana-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Aku no Hana -Nakamura Sawa-\"", + "link": "https://animethemes.moe/video/AkuNoHana-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Aku no Hana -Saeki Nanako-\"", + "link": "https://animethemes.moe/video/AkuNoHana-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Aku no Hana -Gunma Ken Kiryuu Shi-\"", + "link": "https://animethemes.moe/video/AkuNoHana-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hana -a last flower-\"", + "link": "https://animethemes.moe/video/AkuNoHana-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hana -a last flower- Ver.Z\"", + "link": "https://animethemes.moe/video/AkuNoHana-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hana\"", + "link": "https://animethemes.moe/video/AkuNoHana-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hana -a last flower- Ver.X\"", + "link": "https://animethemes.moe/video/AkuNoHana-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "16518", + "title": "Arata Kangatari", + "year": "2013", + "themes": [ + { + "name": "OP \"GENESIS ARIA\"", + "link": "https://animethemes.moe/video/ArataKangatari-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"The Misfit Go\"", + "link": "https://animethemes.moe/video/ArataKangatari-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Utsukushii Sebone\"", + "link": "https://animethemes.moe/video/ArataKangatari-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "17703", + "title": "Danchi Tomoo", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Danchi de DAN! RAN!\"", + "type": "opening" + }, + { + "name": "OP2 \"Akane\"", + "type": "opening" + }, + { + "name": "ED1 \"Start Line!\"", + "type": "ending" + }, + { + "name": "ED2 \"Super Smiler\"", + "type": "ending" + }, + { + "name": "ED3 \"Akane\"", + "type": "ending" + }, + { + "name": "ED4 \"Friends! Friends!\"", + "link": "https://animethemes.moe/video/DanchiTomoo-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "16355", + "title": "Dansai Bunri no Crime Edge", + "year": "2013", + "themes": [ + { + "name": "OP \"Unmei no Ori\"", + "link": "https://animethemes.moe/video/DansaiBunriNoCrimeEdge-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Glass no Mikazuki\"", + "type": "ending" + }, + { + "name": "ED2 \"Kimi to Futari\"", + "link": "https://animethemes.moe/video/DansaiBunriNoCrimeEdge-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "15583", + "title": "Date A Live", + "year": "2013", + "themes": [ + { + "name": "OP \"Date A Live\"", + "link": "https://animethemes.moe/video/DateALive-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hatsukoi Winding Road\"", + "link": "https://animethemes.moe/video/DateALive-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"SAVE THE WORLD\"", + "link": "https://animethemes.moe/video/DateALive-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"SAVE MY HEART\"", + "link": "https://animethemes.moe/video/DateALive-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Strawberry Rain\"", + "link": "https://animethemes.moe/video/DateALive-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "16512", + "title": "Devil Survivor 2 The Animation", + "year": "2013", + "themes": [ + { + "name": "OP \"Take Your Way\"", + "link": "https://animethemes.moe/video/DevilSurvivor2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Be\"", + "link": "https://animethemes.moe/video/DevilSurvivor2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Each and All\"", + "link": "https://animethemes.moe/video/DevilSurvivor2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "17187", + "title": "Ghost in the Shell: Arise - Border:1 Ghost Pain", + "year": "2013", + "themes": [ + { + "name": "OP \"GHOST IN THE SHELL ARISE\"", + "link": "https://animethemes.moe/video/GhostInTheShellAriseGhostPain-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Jibun ga Inai\"", + "link": "https://animethemes.moe/video/GhostInTheShellAriseGhostPain-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15863", + "title": "Ginga Kikoutai Majestic Prince", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Watashi wa Souzousuru\"", + "link": "https://animethemes.moe/video/GingaKikoutaiMajesticPrince-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"PROMPT\"", + "link": "https://animethemes.moe/video/GingaKikoutaiMajesticPrince-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sayonara tte Iu\"", + "link": "https://animethemes.moe/video/GingaKikoutaiMajesticPrince-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Arigatou. Tadaima.\"", + "link": "https://animethemes.moe/video/GingaKikoutaiMajesticPrince-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Bokutachi wa Ikiteiru\"", + "link": "https://animethemes.moe/video/GingaKikoutaiMajesticPrince-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Respect Me\"", + "type": "ending" + }, + { + "name": "ED5 \"Kokoro wa Hitotsu ja nai\"", + "type": "ending" + } + ] + }, + { + "id": "15699", + "title": "Haiyore! Nyaruko-san W", + "year": "2013", + "themes": [ + { + "name": "OP \"Koi wa Chaos wo Shimobenari\"", + "link": "https://animethemes.moe/video/HaiyoreNyarukoSanW-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yotte S.O.S\"", + "link": "https://animethemes.moe/video/HaiyoreNyarukoSanW-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Wonder Nanda? Kataomoi\"", + "link": "https://animethemes.moe/video/HaiyoreNyarukoSanW-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kiraina Wake Lychee\"", + "link": "https://animethemes.moe/video/HaiyoreNyarukoSanW-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Sister, Friend, Lover\"", + "link": "https://animethemes.moe/video/HaiyoreNyarukoSanW-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Ai Crusaders†Striver\"", + "link": "https://animethemes.moe/video/HaiyoreNyarukoSanW-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Kimi no Tonari de\"", + "link": "https://animethemes.moe/video/HaiyoreNyarukoSanW-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "15809", + "title": "Hataraku Maou-sama!", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"ZERO!!\"", + "link": "https://animethemes.moe/video/HatarakuMaouSama-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"ZERO!!\"", + "link": "https://animethemes.moe/video/HatarakuMaouSama-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"ZERO!!\"", + "link": "https://animethemes.moe/video/HatarakuMaouSama-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"ZERO!!\"", + "link": "https://animethemes.moe/video/HatarakuMaouSama-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Gekka\"", + "link": "https://animethemes.moe/video/HatarakuMaouSama-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Gekka\"", + "link": "https://animethemes.moe/video/HatarakuMaouSama-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Star Chart\"", + "link": "https://animethemes.moe/video/HatarakuMaouSama-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tsumabiku Hitori\"", + "link": "https://animethemes.moe/video/HatarakuMaouSama-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "16982", + "title": "Hayate no Gotoku! Cuties", + "year": "2013", + "themes": [ + { + "name": "OP \"Haru ULALA♥LOVE yo Koi!!!\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Heroine wa Koko ni Iru!\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Asterisk\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Isogaba Smile!\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Manmaru Kakurenbo\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Daikirai wa Koi no Hajimari\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Na no Kiss\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Tsuki no Inori\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Walkin'\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"POKER FACE for all\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Yakusoku\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Suiyoubi no Sunday\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Invitation ~Kimi to Iru Basho de~\"", + "link": "https://animethemes.moe/video/HayateNoGotokuCuties-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "15225", + "title": "Hentai Ouji to Warawanai Neko.", + "year": "2013", + "themes": [ + { + "name": "OP \"Fantastic future\"", + "link": "https://animethemes.moe/video/HentaiOujiToWarawanaiNeko-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Baby Sweet Berry Love\"", + "link": "https://animethemes.moe/video/HentaiOujiToWarawanaiNeko-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15377", + "title": "Hyakka Ryouran: Samurai Bride", + "year": "2013", + "themes": [ + { + "name": "OP \"AI DO.\"", + "link": "https://animethemes.moe/video/HyakkaRyouranSamuraiBride-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kekka, Guuzen de Gozasourou\"", + "link": "https://animethemes.moe/video/HyakkaRyouranSamuraiBride-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17497", + "title": "Jewelpet Happiness", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Hikari no Hate ni\"", + "link": "https://animethemes.moe/video/JewelpetHappiness-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"RUN with U\"", + "type": "opening" + }, + { + "name": "ED \"Hikari no Hate ni\"", + "type": "ending" + } + ] + }, + { + "id": "16668", + "title": "Kakumeiki Valvrave", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Preserved Roses\"", + "link": "https://animethemes.moe/video/KakumeikiValvrave-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Preserved Roses\"", + "link": "https://animethemes.moe/video/KakumeikiValvrave-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Boku ja nai\"", + "link": "https://animethemes.moe/video/KakumeikiValvrave-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Soba ni Iru yo\"", + "link": "https://animethemes.moe/video/KakumeikiValvrave-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "16035", + "title": "Karneval (TV)", + "year": "2013", + "themes": [ + { + "name": "OP \"Henai no Rondo\"", + "link": "https://animethemes.moe/video/Karneval-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"REASON\"", + "link": "https://animethemes.moe/video/Karneval-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16782", + "title": "Kotonoha no Niwa", + "year": "2013", + "themes": [ + { + "name": "ED \"Rain\"", + "link": "https://animethemes.moe/video/KotonohaNoNiwa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17725", + "title": "Magical☆Star Kanon 100%", + "year": "2013", + "themes": [ + { + "name": "OP \"Kanon 100%\"", + "link": "https://animethemes.moe/video/KaninomiKanon-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi Iro Love Song\"", + "link": "https://animethemes.moe/video/KaninomiKanon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16762", + "title": "Mirai Nikki Redial", + "year": "2013", + "themes": [ + { + "name": "OP \"Kyouki Chinden\"", + "link": "https://animethemes.moe/video/MiraiNikkiRedial-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Happy End\"", + "link": "https://animethemes.moe/video/MiraiNikkiRedial-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17637", + "title": "Miyakawa-ke no Kuufuku", + "year": "2013", + "themes": [ + { + "name": "OP \"KACHIGUMI\"", + "link": "https://animethemes.moe/video/MiyakawakeNoKuufuku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"MAKEGUMI\"", + "link": "https://animethemes.moe/video/MiyakawakeNoKuufuku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17505", + "title": "Mushibugyou", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Tomo yo\"", + "link": "https://animethemes.moe/video/Mushibugyou-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Denshin∞ Unchained\"", + "link": "https://animethemes.moe/video/Mushibugyou-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ichizu\"", + "link": "https://animethemes.moe/video/Mushibugyou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Through All Eternity ~ en no kizuna ~\"", + "link": "https://animethemes.moe/video/Mushibugyou-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "16910", + "title": "Namiuchigiwa no Muromi-san", + "year": "2013", + "themes": [ + { + "name": "OP \"Nanatsu no Umi yori Kimi no Umi\"", + "link": "https://animethemes.moe/video/NamiuchigiwaNoMuromiSan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Seaside 99\"", + "link": "https://animethemes.moe/video/NamiuchigiwaNoMuromiSan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "13659", + "title": "Ore no Imouto ga Konnani Kawaii Wake ga Nai.", + "year": "2013", + "themes": [ + { + "name": "OP1 V1 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP1 V4 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP1 V5 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP1 V6 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1v6.webm", + "type": "opening" + }, + { + "name": "OP1 V7 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1v7.webm", + "type": "opening" + }, + { + "name": "OP1 V8 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1v8.webm", + "type": "opening" + }, + { + "name": "OP1 V9 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1v9.webm", + "type": "opening" + }, + { + "name": "OP1 V10 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1v10.webm", + "type": "opening" + }, + { + "name": "OP1 V11 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1v11.webm", + "type": "opening" + }, + { + "name": "OP1 V12 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-OP1v12.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hoshikuzu Cosplay☆Witch! Desu! Omega!\"", + "link": "https://animethemes.moe/video/OreImoS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kanjou-sen loop\"", + "link": "https://animethemes.moe/video/OreImoS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Filter\"", + "link": "https://animethemes.moe/video/OreImoS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Zutto...\"", + "link": "https://animethemes.moe/video/OreImoS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Honest☆Rhapsody\"", + "link": "https://animethemes.moe/video/OreImoS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Keep\"", + "link": "https://animethemes.moe/video/OreImoS2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Monochrome☆HAPPY DAY\"", + "link": "https://animethemes.moe/video/OreImoS2-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Kyou mo Shiawase\"", + "link": "https://animethemes.moe/video/OreImoS2-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Setsuna no Destiny\"", + "link": "https://animethemes.moe/video/OreImoS2-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"answer\"", + "link": "https://animethemes.moe/video/OreImoS2-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"reunion\"", + "link": "https://animethemes.moe/video/OreImoS2-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Arifureta Mirai he\"", + "link": "https://animethemes.moe/video/OreImoS2-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Omou Koto\"", + "link": "https://animethemes.moe/video/OreImoS2-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Honto no Kimochi\"", + "link": "https://animethemes.moe/video/OreImoS2-ED13.webm", + "type": "ending" + } + ] + }, + { + "id": "16397", + "title": "Photokano", + "year": "2013", + "themes": [ + { + "name": "OP \"Koisuru Lens\"", + "link": "https://animethemes.moe/video/Photokano-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Smile F\" by Utakano♪", + "link": "https://animethemes.moe/video/Photokano-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Smile F\" by Kanae Itou", + "type": "ending" + }, + { + "name": "ED3 \"Smile F\" by Kaori Mizuhashi", + "type": "ending" + }, + { + "name": "ED4 \"Smile F\" by Mai Nakahara", + "type": "ending" + }, + { + "name": "ED5 \"Smile F\" by Chiwa Saito", + "type": "ending" + }, + { + "name": "ED6 \"Smile F\" by Hisako Kanemoto", + "type": "ending" + }, + { + "name": "ED7 \"Smile F\" by Asuka Oogame", + "type": "ending" + }, + { + "name": "ED8 \"Smile F\" by Miyuki Sawashiro", + "type": "ending" + }, + { + "name": "ED9 \"Smile F\" by Mariya Ise", + "type": "ending" + } + ] + }, + { + "id": "17873", + "title": "Pokemon Best Wishes! Season 2: Decolora Adventure", + "year": "2013", + "themes": [ + { + "name": "OP \"Natsumeku Sakamichi\"", + "link": "https://animethemes.moe/video/PokemonBestWishesDecoloraAdventure-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Let's Join Hands\"", + "link": "https://animethemes.moe/video/PokemonBestWishesDecoloraAdventure-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17249", + "title": "Pretty Rhythm: Rainbow Live", + "year": "2013", + "themes": [ + { + "name": "OP1 \"BOY MEETS GIRL\"", + "link": "https://animethemes.moe/video/PrettyRhythmRainbowLive-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"EZ DO DANCE\"", + "link": "https://animethemes.moe/video/PrettyRhythmRainbowLive-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"CRAZY GONNA CRAZY\"", + "link": "https://animethemes.moe/video/PrettyRhythmRainbowLive-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Butterfly Effect\"", + "link": "https://animethemes.moe/video/PrettyRhythmRainbowLive-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"RainBowxRainBow\"", + "link": "https://animethemes.moe/video/PrettyRhythmRainbowLive-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"§ Rainbow\"", + "link": "https://animethemes.moe/video/PrettyRhythmRainbowLive-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"I wannabee myself ~Jibun Rashiku Itai~\"", + "link": "https://animethemes.moe/video/PrettyRhythmRainbowLive-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Happy ☆ Star Restaurant\"", + "link": "https://animethemes.moe/video/PrettyRhythmRainbowLive-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "14921", + "title": "RDG: Red Data Girl", + "year": "2013", + "themes": [ + { + "name": "OP \"Small worldrop\"", + "link": "https://animethemes.moe/video/RedDataGirl-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RedDataGirl-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Yokan\"", + "link": "https://animethemes.moe/video/RedDataGirl-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RedDataGirl-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yokan (Izumiko version)\"", + "link": "https://animethemes.moe/video/RedDataGirl-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RedDataGirl-ED2-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "16498", + "title": "Shingeki no Kyojin", + "year": "2013", + "themes": [ + { + "name": "OP1 \"Guren no Yumiya\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojin-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Jiyuu no Tsubasa\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojin-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Utsukushiki Zankoku na Sekai\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojin-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"great escape\"", + "link": "https://animethemes.moe/video/ShingekiNoKyojin-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "11577", + "title": "Steins;Gate Movie: Fuka Ryouiki no Déjà vu", + "year": "2013", + "themes": [ + { + "name": "OP \"Anata no Eranda Kono Toki wo\"", + "link": "https://animethemes.moe/video/SteinsGateMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Itsumo Kono Basho de\"", + "link": "https://animethemes.moe/video/SteinsGateMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16524", + "title": "Suisei no Gargantia", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Kono Sekai wa Bokura wo Matteita\"", + "link": "https://animethemes.moe/video/SuiseiNoGargantia-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kono Sekai wa Bokura wo Matteita\"", + "link": "https://animethemes.moe/video/SuiseiNoGargantia-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Sora to Kimi no Message\"", + "link": "https://animethemes.moe/video/SuiseiNoGargantia-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16049", + "title": "Toaru Kagaku no Railgun S", + "year": "2013", + "themes": [ + { + "name": "OP1 \"sister's noise\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunS-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"eternal reality\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunS-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Grow Slowly\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunS-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"stand still\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunS-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Links\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunS-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Infinia\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunS-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "14813", + "title": "Yahari Ore no Seishun Love Comedy wa Machigatteiru", + "year": "2013", + "themes": [ + { + "name": "OP \"Yukitoki\"", + "link": "https://animethemes.moe/video/OreGairu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hello Alone\"", + "link": "https://animethemes.moe/video/OreGairu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hello Alone -Yui Ballade-\"", + "link": "https://animethemes.moe/video/OreGairu-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hello Alone -Band arrange-\"", + "link": "https://animethemes.moe/video/OreGairu-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "16241", + "title": "Yondemasu yo, Azazel-san. Z", + "year": "2013", + "themes": [ + { + "name": "OP \"Revival!\"", + "link": "https://animethemes.moe/video/AzazelZ-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Sticky Lucky Stupids (Yonekura Chihiro Ver.)\"", + "link": "https://animethemes.moe/video/AzazelZ-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Sticky Lucky Stupids (Sakuma Rinko Ver.)\"", + "link": "https://animethemes.moe/video/AzazelZ-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Sticky Lucky Stupids (Azazel & Beelzebub Ver.)\"", + "link": "https://animethemes.moe/video/AzazelZ-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "15911", + "title": "Yuyushiki", + "year": "2013", + "themes": [ + { + "name": "OP \"Se-no!\"", + "link": "https://animethemes.moe/video/Yuyushiki-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Affection\"", + "link": "https://animethemes.moe/video/Yuyushiki-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Affection\"", + "link": "https://animethemes.moe/video/Yuyushiki-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Affection\"", + "link": "https://animethemes.moe/video/Yuyushiki-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Affection\"", + "link": "https://animethemes.moe/video/Yuyushiki-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Affection\"", + "link": "https://animethemes.moe/video/Yuyushiki-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Affection\"", + "link": "https://animethemes.moe/video/Yuyushiki-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Affection\"", + "link": "https://animethemes.moe/video/Yuyushiki-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Affection\"", + "link": "https://animethemes.moe/video/Yuyushiki-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED V9 \"Affection\"", + "link": "https://animethemes.moe/video/Yuyushiki-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED V10 \"Affection\"", + "link": "https://animethemes.moe/video/Yuyushiki-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED V11 \"Affection\"", + "link": "https://animethemes.moe/video/Yuyushiki-ED1v11.webm", + "type": "ending" + } + ] + }, + { + "id": "17681", + "title": "Zettai Bouei Leviathan", + "year": "2013", + "themes": [ + { + "name": "OP \"Hajimari no Resolution\"", + "link": "https://animethemes.moe/video/ZettaiBoueiLeviathan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Truly\"", + "link": "https://animethemes.moe/video/ZettaiBoueiLeviathan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14941", + "title": "AKB0048: Next Stage", + "year": "2013", + "themes": [ + { + "name": "OP \"Aruji Naki Sono Koe\"", + "link": "https://animethemes.moe/video/AKB0048NextStage-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kono Namida wo Kimi ni Sasagu\"", + "link": "https://animethemes.moe/video/AKB0048NextStage-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kibou ni Tsuite\"", + "link": "https://animethemes.moe/video/AKB0048NextStage-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Aruji Naki Sono Koe\"", + "link": "https://animethemes.moe/video/AKB0048NextStage-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "15085", + "title": "Amnesia", + "year": "2013", + "themes": [ + { + "name": "OP \"Zoetrope\"", + "link": "https://animethemes.moe/video/Amnesia-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Recall\"", + "link": "https://animethemes.moe/video/Amnesia-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hoshiboshi no Wataridori\"", + "link": "https://animethemes.moe/video/Amnesia-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "16211", + "title": "Bakumatsu Gijinden Roman", + "year": "2013", + "themes": [ + { + "name": "OP \"RanTiKi\"", + "link": "https://animethemes.moe/video/BakumatsuGijindenRoman-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Zarathustra\"", + "link": "https://animethemes.moe/video/BakumatsuGijindenRoman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12115", + "title": "Berserk: Ougon Jidai-hen III - Kourin", + "year": "2013", + "themes": [ + { + "name": "OP \"Aria\"", + "link": "https://animethemes.moe/video/BerserkOugonJidaiHenIII-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"breakthrough\"", + "link": "https://animethemes.moe/video/BerserkOugonJidaiHenIII-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"L'Avenement Closing Credits\"", + "link": "https://animethemes.moe/video/BerserkOugonJidaiHenIII-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "14967", + "title": "Boku wa Tomodachi ga Sukunai Next", + "year": "2013", + "themes": [ + { + "name": "OP \"Be My Friend\"", + "link": "https://animethemes.moe/video/HaganaiNext-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Bokura no Tsubasa\"", + "link": "https://animethemes.moe/video/HaganaiNext-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Bokura no Tsubasa\"", + "link": "https://animethemes.moe/video/HaganaiNext-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "14397", + "title": "Chihayafuru 2", + "year": "2013", + "themes": [ + { + "name": "OP \"STAR\"", + "link": "https://animethemes.moe/video/ChihayafuruS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Akanezora\"", + "link": "https://animethemes.moe/video/ChihayafuruS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Akanezora\"", + "link": "https://animethemes.moe/video/ChihayafuruS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"YOUTHFUL\"", + "link": "https://animethemes.moe/video/ChihayafuruS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "16169", + "title": "Choboraunyopomi Gekijou Ai Mai Mii", + "year": "2013", + "themes": [ + { + "name": "ED \"Giri Giri Saikyou Ai Mai Mii!\"", + "link": "https://animethemes.moe/video/AiMaiMii-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15109", + "title": "Cuticle Tantei Inaba", + "year": "2013", + "themes": [ + { + "name": "OP \"Haruka, Nichijou no Naka de\"", + "link": "https://animethemes.moe/video/CuticleDetectiveInaba-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Prima Stella\"", + "link": "https://animethemes.moe/video/CuticleDetectiveInaba-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14827", + "title": "D.C.III: Da Capo III", + "year": "2013", + "themes": [ + { + "name": "OP \"Sakura Happy Innovation\"", + "link": "https://animethemes.moe/video/DaCapoIII-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Aitai yo\"", + "link": "https://animethemes.moe/video/DaCapoIII-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Aitai yo\"", + "link": "https://animethemes.moe/video/DaCapoIII-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Aitai yo\"", + "link": "https://animethemes.moe/video/DaCapoIII-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 \"Meguru\"", + "link": "https://animethemes.moe/video/DaCapoIII-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"REFLECTION\"", + "link": "https://animethemes.moe/video/DaCapoIII-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "16419", + "title": "Dokidoki! Precure", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"Happy Go Lucky! Dokidoki! Precure\"", + "link": "https://animethemes.moe/video/DokiDokiPrecure-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Happy Go Lucky! Dokidoki! Precure\"", + "link": "https://animethemes.moe/video/DokiDokiPrecure-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kono Sora no Mukou\"", + "link": "https://animethemes.moe/video/DokiDokiPrecure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Love Link\"", + "link": "https://animethemes.moe/video/DokiDokiPrecure-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "14811", + "title": "GJ-bu", + "year": "2013", + "themes": [ + { + "name": "OP \"Mousou★Koukan Nikki\"", + "link": "https://animethemes.moe/video/GJbu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"I wish: Tokimeki no Mahou\"", + "link": "https://animethemes.moe/video/GJbu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"balance unbalance: Hontou no Watashi\"", + "link": "https://animethemes.moe/video/GJbu-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Purely Sky: Watashi Dake no Sora\"", + "link": "https://animethemes.moe/video/GJbu-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hashiridasou!\"", + "link": "https://animethemes.moe/video/GJbu-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "15613", + "title": "Hakkenden: Touhou Hakken Ibun", + "year": "2013", + "themes": [ + { + "name": "OP \"God FATE\"", + "link": "https://animethemes.moe/video/Hakkenden-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"String of pain\"", + "type": "ending" + } + ] + }, + { + "id": "14175", + "title": "Hanasaku Iroha: Home Sweet Home", + "year": "2013", + "themes": [ + { + "name": "ED \"Kagefumi\"", + "link": "https://animethemes.moe/video/HanasakuIrohaHomeSweetHome-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15379", + "title": "Kotoura-san", + "year": "2013", + "themes": [ + { + "name": "OP \"Sonna Koto Ura no Mata Urabanashi Desho?\"", + "link": "https://animethemes.moe/video/KotouraSan-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kibou no Hana\"", + "link": "https://animethemes.moe/video/KotouraSan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"ESP Ken no Theme\"", + "link": "https://animethemes.moe/video/KotouraSan-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tsurupeta\"", + "link": "https://animethemes.moe/video/KotouraSan-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "15051", + "title": "Love Live! School Idol Project", + "year": "2013", + "themes": [ + { + "name": "OP \"Bokura wa Ima no Naka de\"", + "link": "https://animethemes.moe/video/LoveLive-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLive-OP1-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Susume→Tomorrow\"", + "link": "https://animethemes.moe/video/LoveLive-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLive-ED1-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kitto Seishun ga Kikoeru\" by Honoka Kousaka, Kotori Minami, Umi Sonoda", + "link": "https://animethemes.moe/video/LoveLive-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLive-ED2-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kitto Seishun ga Kikoeru\" by µ's", + "link": "https://animethemes.moe/video/LoveLive-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLive-ED3-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kitto Seishun ga Kikoeru\" by Rin Hoshizora, Maki Nishikino, Hanayo Koizumi", + "link": "https://animethemes.moe/video/LoveLive-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLive-ED4-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kitto Seishun ga Kikoeru\" by Nico Yazawa", + "link": "https://animethemes.moe/video/LoveLive-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLive-ED5-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED6 \"Kitto Seishun ga Kikoeru\" by µ's", + "link": "https://animethemes.moe/video/LoveLive-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLive-ED6-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED7 \"Kitto Seishun ga Kikoeru\" by Eli Ayase, Nozomi Toujou", + "link": "https://animethemes.moe/video/LoveLive-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLive-ED7-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED8 \"Kitto Seishun ga Kikoeru\" by Kotori Minami", + "link": "https://animethemes.moe/video/LoveLive-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLive-ED8-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED9 \"Kitto Seishun ga Kikoeru\" by Honoka Kousaka", + "link": "https://animethemes.moe/video/LoveLive-ED9.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LoveLive-ED9-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED10 \"Kitto Seishun ga Kikoeru\" by µ's", + "link": "https://animethemes.moe/video/LoveLive-ED10.webm", + "type": "ending" + } + ] + }, + { + "id": "14833", + "title": "Maoyuu Maou Yuusha", + "year": "2013", + "themes": [ + { + "name": "OP \"Mukai Kaze\"", + "link": "https://animethemes.moe/video/MaoyuuMaouYuusha-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Unknown Vision\"", + "link": "https://animethemes.moe/video/MaoyuuMaouYuusha-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14511", + "title": "Minami-ke Tadaima", + "year": "2013", + "themes": [ + { + "name": "OP \"Shiawase☆High Tension↑↑\"", + "link": "https://animethemes.moe/video/MinamikeTadaima-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kyuusekkin Lucky DAYS\"", + "link": "https://animethemes.moe/video/MinamikeTadaima-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Christmas no Uta\"", + "link": "https://animethemes.moe/video/MinamikeTadaima-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "15315", + "title": "Mondaiji-tachi ga Isekai kara Kuru Sou Desu yo?", + "year": "2013", + "themes": [ + { + "name": "OP \"Black † White\"", + "link": "https://animethemes.moe/video/Mondaiji-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Mondaiji-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"To Be Continued?\"", + "link": "https://animethemes.moe/video/Mondaiji-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Mondaiji-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Boku-tachi no Seiza\"", + "link": "https://animethemes.moe/video/Mondaiji-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "14749", + "title": "Ore no Kanojo to Osananajimi ga Shuraba Sugiru", + "year": "2013", + "themes": [ + { + "name": "OP \"Girlish Lover\"", + "link": "https://animethemes.moe/video/Oreshura-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"W:Wonder tale\"", + "link": "https://animethemes.moe/video/Oreshura-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "17115", + "title": "Pokemon Best Wishes! Season 2: Episode N", + "year": "2013", + "themes": [ + { + "name": "OP \"Yajirushi ni Natte! 2013\"", + "link": "https://animethemes.moe/video/PokemonBestWishesEpisodeN-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sakura Go-Round\"", + "link": "https://animethemes.moe/video/PokemonBestWishesEpisodeN-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16442", + "title": "Precure All Stars Movie New Stage 2: Kokoro no Tomodachi", + "year": "2013", + "themes": [ + { + "name": "OP \"Precure ~Eien no Tomodachi~ (2013 Ver.)\"", + "link": "https://animethemes.moe/video/PrecureAllStarsNewStage2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kono Sora no Mukou\"", + "link": "https://animethemes.moe/video/PrecureAllStarsNewStage2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15649", + "title": "Puchimas!: Petit iDOLM@STER", + "year": "2013", + "themes": [ + { + "name": "ED1 \"A-Ri-Ga-To YESTERDAYS\"", + "link": "https://animethemes.moe/video/Puchimas-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"TODAY with ME\"", + "link": "https://animethemes.moe/video/Puchimas-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Maybe TOMORROW\"", + "link": "https://animethemes.moe/video/Puchimas-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"La♪ La♪ La♪ Wonderland\"", + "link": "https://animethemes.moe/video/Puchimas-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "15989", + "title": "Saki Achiga-hen: Episode of Side-A Specials", + "year": "2013", + "themes": [ + { + "name": "OP \"TSU・BA・SA\"", + "link": "https://animethemes.moe/video/SakiAchigaHenSideASpecials-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Futuristic Player\"", + "type": "ending" + } + ] + }, + { + "id": "14515", + "title": "Sasami-san@Ganbaranai", + "year": "2013", + "themes": [ + { + "name": "OP \"Alteration\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED V9 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED V10 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED V11 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1v11.webm", + "type": "ending" + }, + { + "name": "ED V12 \"Shintouatsu Symphony\"", + "link": "https://animethemes.moe/video/SasamiSanAtGanbaranai-ED1v12.webm", + "type": "ending" + } + ] + }, + { + "id": "15119", + "title": "Senran Kagura", + "year": "2013", + "themes": [ + { + "name": "OP \"Break your world\"", + "link": "https://animethemes.moe/video/SenranKagura-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Fighting Dreamer\"", + "link": "https://animethemes.moe/video/SenranKagura-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yamiyo wa Otome wo Hana ni Suru\"", + "link": "https://animethemes.moe/video/SenranKagura-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Shissouron\"", + "link": "https://animethemes.moe/video/SenranKagura-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "15751", + "title": "Senyuu.", + "year": "2013", + "themes": [ + { + "name": "OP \"THE MONSTERS\"", + "link": "https://animethemes.moe/video/Senyuu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Believe ~Eien no Link~\"", + "link": "https://animethemes.moe/video/Senyuu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12857", + "title": "Star Driver the Movie", + "year": "2013", + "themes": [ + { + "name": "ED \"colorful\"", + "link": "https://animethemes.moe/video/StarDriverMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16417", + "title": "Tamako Market", + "year": "2013", + "themes": [ + { + "name": "OP \"Dramatic Market Ride\"", + "link": "https://animethemes.moe/video/TamakoMarket-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TamakoMarket-OP1-BD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TamakoMarket-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Neguse\"", + "link": "https://animethemes.moe/video/TamakoMarket-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TamakoMarket-ED1-BD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TamakoMarket-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koi no Uta\"", + "link": "https://animethemes.moe/video/TamakoMarket-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "14283", + "title": "Vividred Operation", + "year": "2013", + "themes": [ + { + "name": "OP V1 \"ENERGY\"", + "link": "https://animethemes.moe/video/VividredOperation-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"ENERGY\"", + "link": "https://animethemes.moe/video/VividredOperation-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"ENERGY\"", + "link": "https://animethemes.moe/video/VividredOperation-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"ENERGY\"", + "link": "https://animethemes.moe/video/VividredOperation-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED1 \"WE ARE ONE!\"", + "link": "https://animethemes.moe/video/VividredOperation-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"STEREO COLORS\"", + "link": "https://animethemes.moe/video/VividredOperation-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Stray Sheep Story\"", + "link": "https://animethemes.moe/video/VividredOperation-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Arifureta Shiawase\"", + "link": "https://animethemes.moe/video/VividredOperation-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Vivid Shining Sky\"", + "link": "https://animethemes.moe/video/VividredOperation-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "14355", + "title": "Yama no Susume", + "year": "2013", + "themes": [ + { + "name": "ED \"Staccato Days\"", + "link": "https://animethemes.moe/video/YamaNoSusume-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YamaNoSusume-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "16005", + "title": "Zettai Karen Children: The Unlimited - Hyoubu Kyousuke", + "year": "2013", + "themes": [ + { + "name": "OP1 V1 \"LΛST RESOLUTION (English ver.)\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"LΛST RESOLUTION (English ver.)\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"LΛST RESOLUTION (Japanese ver.)\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"LΛST RESOLUTION (Japanese ver.)\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP2 V3 \"LΛST RESOLUTION (Japanese ver.)\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-OP2v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"OUTLAWS\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"BRIGHTEST LIGHT\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"DARKNESS NIGHT\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"BRAND NEW EDEN\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"ADVENT\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"DARKNESS NIGHT (Hyoubu Arrange ver.)\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Sora no Hate\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"DARKNESS NIGHT (Hinomiya Arrange ver.)\"", + "link": "https://animethemes.moe/video/ZettaKarenChildrenTheUnlimited-ED8.webm", + "type": "ending" + } + ] + }, + { + "id": "15061", + "title": "Aikatsu!", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Signalize!\"", + "link": "https://animethemes.moe/video/Aikatsu-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Diamond Happy\"", + "link": "https://animethemes.moe/video/Aikatsu-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"KIRA☆Power\"", + "link": "https://animethemes.moe/video/Aikatsu-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"SHINING LINE*\"", + "link": "https://animethemes.moe/video/Aikatsu-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Du-Du-Wa DO IT!!\"", + "link": "https://animethemes.moe/video/Aikatsu-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Lovely Party Collection\"", + "link": "https://animethemes.moe/video/Aikatsu-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"START DASH SENSATION\"", + "link": "https://animethemes.moe/video/Aikatsu-OP7.webm", + "type": "opening" + }, + { + "name": "ED1 \"Calendar Girl\"", + "link": "https://animethemes.moe/video/Aikatsu-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aikatsu-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hirari / Hitori / Kirari\"", + "link": "https://animethemes.moe/video/Aikatsu-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aikatsu-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Alice Blue no Kiss\"", + "type": "ending" + }, + { + "name": "ED4 \"Original Star☆彡\"", + "link": "https://animethemes.moe/video/Aikatsu-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aikatsu-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Precious\"", + "link": "https://animethemes.moe/video/Aikatsu-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aikatsu-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Good morning my dream\"", + "link": "https://animethemes.moe/video/Aikatsu-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aikatsu-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Chuchu Ballerina\"", + "link": "https://animethemes.moe/video/Aikatsu-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aikatsu-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"lucky train!\"", + "link": "https://animethemes.moe/video/Aikatsu-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aikatsu-ED8-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "15133", + "title": "Aoi Sekai no Chuushin de", + "year": "2012", + "themes": [ + { + "name": "OP \"retrospective world\"", + "link": "https://animethemes.moe/video/AoiSekaiNoChuushinDe-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"0 to 1 no Hana\"", + "link": "https://animethemes.moe/video/AoiSekaiNoChuushinDe-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12365", + "title": "Bakuman. 3", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Moshimo no Hanashi\"", + "link": "https://animethemes.moe/video/BakumanS3-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"23:40\"", + "link": "https://animethemes.moe/video/BakumanS3-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Pride on Everyday\"", + "link": "https://animethemes.moe/video/BakumanS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yume Sketch\"", + "link": "https://animethemes.moe/video/BakumanS3-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "14345", + "title": "Btooom!", + "year": "2012", + "themes": [ + { + "name": "OP1 \"No pain, No game\"", + "link": "https://animethemes.moe/video/Btooom-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Exist\"", + "link": "https://animethemes.moe/video/Btooom-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Aozora\"", + "link": "https://animethemes.moe/video/Btooom-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14237", + "title": "Busou Shinki", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Install x Dream\" by Kana Asumi, Minori Chihara, Kaori Mizuhashi, and Megumi Nakajima", + "link": "https://animethemes.moe/video/BusouShinki-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Install x Dream\" by Kana Asumi", + "type": "opening" + }, + { + "name": "OP3 \"Install x Dream\" by Megumi Nakajima", + "type": "opening" + }, + { + "name": "OP4 \"Install x Dream\" by Kaori Mizuhashi", + "type": "opening" + }, + { + "name": "OP5 \"Install x Dream\" by Minori Chihara", + "type": "opening" + }, + { + "name": "ED \"Taiyou no Sign\"", + "link": "https://animethemes.moe/video/BusouShinki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14989", + "title": "Chousoku Henkei Gyrozetter", + "year": "2012", + "themes": [ + { + "name": "OP V1 \"Let's Go\"", + "link": "https://animethemes.moe/video/ChousokuHenkeiGyrozetter-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Let's Go\"", + "link": "https://animethemes.moe/video/ChousokuHenkeiGyrozetter-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Strobe\"", + "link": "https://animethemes.moe/video/ChousokuHenkeiGyrozetter-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"ONE STEP\"", + "link": "https://animethemes.moe/video/ChousokuHenkeiGyrozetter-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Happy Natsumatsuri\"", + "link": "https://animethemes.moe/video/ChousokuHenkeiGyrozetter-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "14741", + "title": "Chuunibyou demo Koi ga Shitai!", + "year": "2012", + "themes": [ + { + "name": "OP \"Sparkling Daydream\"", + "link": "https://animethemes.moe/video/Chuunibyou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"INSIDE IDENTITY\"", + "link": "https://animethemes.moe/video/Chuunibyou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15687", + "title": "Chuunibyou demo Koi ga Shitai! Lite", + "year": "2012", + "themes": [ + { + "name": "OP \"Kimi e\"", + "link": "https://animethemes.moe/video/ChuunibyouLite-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shikkoku ni Odoru Haou Bushi\"", + "link": "https://animethemes.moe/video/ChuunibyouLite-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11703", + "title": "Code:Breaker", + "year": "2012", + "themes": [ + { + "name": "OP \"DARK SHAME\"", + "link": "https://animethemes.moe/video/CodeBreaker-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shiroi Karasu\"", + "link": "https://animethemes.moe/video/CodeBreaker-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3785", + "title": "Evangelion: 3.0 You Can (Not) Redo", + "year": "2012", + "themes": [ + { + "name": "ED \"Sakura Nagashi\"", + "link": "https://animethemes.moe/video/EvangelionYouCanNotRedo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15417", + "title": "Gintama': Enchousen", + "year": "2012", + "themes": [ + { + "name": "OP1 \"LET'S GO OUT\"", + "link": "https://animethemes.moe/video/GintamaEnchousen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaEnchousen-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Mantama\"", + "link": "https://animethemes.moe/video/GintamaEnchousen-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaEnchousen-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP3 \"Sakura Mitsutsuki\"", + "link": "https://animethemes.moe/video/GintamaEnchousen-OP3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaEnchousen-OP3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Moonwalk\"", + "link": "https://animethemes.moe/video/GintamaEnchousen-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaEnchousen-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"LET'S GO OUT\"", + "link": "https://animethemes.moe/video/GintamaEnchousen-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaEnchousen-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Expect\"", + "link": "https://animethemes.moe/video/GintamaEnchousen-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaEnchousen-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Expect\"", + "link": "https://animethemes.moe/video/GintamaEnchousen-ED3v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaEnchousen-ED3v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Sakura Mitsutsuki\"", + "link": "https://animethemes.moe/video/GintamaEnchousen-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaEnchousen-ED4-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "14131", + "title": "Girls und Panzer", + "year": "2012", + "themes": [ + { + "name": "OP \"DreamRiser\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED V9 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED V10 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED V11 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v11.webm", + "type": "ending" + }, + { + "name": "ED V12 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v12.webm", + "type": "ending" + }, + { + "name": "ED V13 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v13.webm", + "type": "ending" + } + ] + }, + { + "id": "14653", + "title": "Hayate no Gotoku! Can't Take My Eyes Off You", + "year": "2012", + "themes": [ + { + "name": "OP \"CAN'T TAKE MY EYES OFF YOU\"", + "link": "https://animethemes.moe/video/HayateNoGotokuS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Koi no Wana\"", + "link": "https://animethemes.moe/video/HayateNoGotokuS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yoki Shoujo no Tame no Pavane\"", + "link": "https://animethemes.moe/video/HayateNoGotokuS3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Here I am, Here we are\"", + "link": "https://animethemes.moe/video/HayateNoGotokuS3-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "11239", + "title": "Hidamari Sketch x Honeycomb", + "year": "2012", + "themes": [ + { + "name": "OP \"Open☆Canvas\"", + "link": "https://animethemes.moe/video/HidamariSketchHoneycomb-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yume Gumo\"", + "link": "https://animethemes.moe/video/HidamariSketchHoneycomb-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14645", + "title": "Hiiro no Kakera Dai Ni Shou", + "year": "2012", + "themes": [ + { + "name": "OP \"Takanaru\"", + "link": "https://animethemes.moe/video/HiiroNoKakeraS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi Dake wo\"", + "type": "ending" + }, + { + "name": "ED2 \"Takaramono\"", + "type": "ending" + } + ] + }, + { + "id": "15059", + "title": "Initial D Fifth Stage", + "year": "2012", + "themes": [ + { + "name": "OP \"Raise Up\"", + "link": "https://animethemes.moe/video/InitialDFifthStage-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Flyleaf\"", + "link": "https://animethemes.moe/video/InitialDFifthStage-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yuushuusouka\"", + "link": "https://animethemes.moe/video/InitialDFifthStage-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "14765", + "title": "Ixion Saga DT", + "year": "2012", + "themes": [ + { + "name": "OP V1 \"DT Suteru\"", + "link": "https://animethemes.moe/video/IxionSagaDT-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"DT Suteru (Kon ver.)\"", + "link": "https://animethemes.moe/video/IxionSagaDT-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Let's Go ED\"", + "type": "ending" + }, + { + "name": "ED1 V2 \"Let's Go ED (Erec ver)\"", + "type": "ending" + }, + { + "name": "ED2 \"DT Ondo\"", + "type": "ending" + }, + { + "name": "ED3 \" ○○Tama\"", + "type": "ending" + }, + { + "name": "ED4 \"Stand Up! ED\"", + "type": "ending" + }, + { + "name": "ED5 \"DT Suteru\"", + "type": "ending" + } + ] + }, + { + "id": "14719", + "title": "JoJo no Kimyou na Bouken", + "year": "2012", + "themes": [ + { + "name": "OP1 V1 \"JoJo ~Sono Chi no Sadame~\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBouken-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"JoJo ~Sono Chi no Sadame~\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBouken-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"BLOODY STREAM\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBouken-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"BLOODY STREAM\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBouken-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Roundabout\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBouken-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Roundabout\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBouken-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "13331", + "title": "Jormungand: Perfect Order", + "year": "2012", + "themes": [ + { + "name": "OP \"UNDER/SHAFT\"", + "link": "https://animethemes.moe/video/JormungandS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Laterality\"", + "link": "https://animethemes.moe/video/JormungandS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shinjitsu no Hane\"", + "link": "https://animethemes.moe/video/JormungandS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Niji Koukai\"", + "link": "https://animethemes.moe/video/JormungandS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "14467", + "title": "K", + "year": "2012", + "themes": [ + { + "name": "OP \"KINGS\"", + "link": "https://animethemes.moe/video/K-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tsumetai Heya, Hitori\"", + "link": "https://animethemes.moe/video/K-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Circle of Friends\"", + "link": "https://animethemes.moe/video/K-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"To be with U!\"", + "link": "https://animethemes.moe/video/K-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "15117", + "title": "Kami nomi zo Shiru Sekai: Tenri-hen", + "year": "2012", + "themes": [ + { + "name": "ED1 \"Hikari no Kiseki\"", + "link": "https://animethemes.moe/video/KaminomiTenriHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mirai e no Tobira\"", + "link": "https://animethemes.moe/video/KaminomiTenriHen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "14713", + "title": "Kamisama Hajimemashita", + "year": "2012", + "themes": [ + { + "name": "OP V1 \"Kamisama Hajimemashita\"", + "link": "https://animethemes.moe/video/KamisamaHajimemashita-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kamisama Hajimemashita\"", + "link": "https://animethemes.moe/video/KamisamaHajimemashita-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kamisama Onegai\"", + "link": "https://animethemes.moe/video/KamisamaHajimemashita-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kamisama Onegai Datenshi☆Mix\"", + "link": "https://animethemes.moe/video/KamisamaHajimemashita-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "16001", + "title": "Kokoro Connect: Michi Random", + "year": "2012", + "themes": [ + { + "name": "OP \"Kimi Rhythm\"", + "link": "https://animethemes.moe/video/KokoroConnectMichiRandom-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"I Scream Chocolatl\"", + "link": "https://animethemes.moe/video/KokoroConnectMichiRandom-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "13655", + "title": "Little Busters!", + "year": "2012", + "themes": [ + { + "name": "OP \"Little Busters! ~TV animation ver.~\"", + "link": "https://animethemes.moe/video/LittleBusters-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Alicemagic ~TV animation ver.~\"", + "link": "https://animethemes.moe/video/LittleBusters-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Alicemagic\"", + "link": "https://animethemes.moe/video/LittleBusters-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Alicemagic\"", + "link": "https://animethemes.moe/video/LittleBusters-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Ame nochi Hare\"", + "link": "https://animethemes.moe/video/LittleBusters-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Ame nochi Hare\"", + "link": "https://animethemes.moe/video/LittleBusters-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED4 \"Little Busters! ~TV animation ver.~\"", + "link": "https://animethemes.moe/video/LittleBusters-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "14513", + "title": "Magi: The Labyrinth of Magic", + "year": "2012", + "themes": [ + { + "name": "OP1 V1 \"V.I.P\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"V.I.P\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Matataku Hoshi no Shita de\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yubi Bouenkyou\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"The Bravery\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"The Bravery\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"The Bravery\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED2 V4 \"The Bravery\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-ED2v4.webm", + "type": "ending" + }, + { + "name": "ED2 V5 \"The Bravery\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-ED2v5.webm", + "type": "ending" + }, + { + "name": "ED2 V6 \"The Bravery\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-ED2v6.webm", + "type": "ending" + }, + { + "name": "ED2 V7 \"The Bravery\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-ED2v7.webm", + "type": "ending" + }, + { + "name": "ED2 V8 \"The Bravery\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-ED2v8.webm", + "type": "ending" + } + ] + }, + { + "id": "11977", + "title": "Mahou Shoujo Madoka★Magica Movie 1: Hajimari no Monogatari", + "year": "2012", + "themes": [ + { + "name": "OP \"Luminous\"", + "link": "https://animethemes.moe/video/MadokaMagicaHajimari-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Magia [quattro]\"", + "link": "https://animethemes.moe/video/MadokaMagicaHajimari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11979", + "title": "Mahou Shoujo Madoka★Magica Movie 2: Eien no Monogatari", + "year": "2012", + "themes": [ + { + "name": "OP \"Luminous\"", + "link": "https://animethemes.moe/video/MadokaMagicaEien-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hikari Furu\"", + "link": "https://animethemes.moe/video/MadokaMagicaEien-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14527", + "title": "Medaka Box Abnormal", + "year": "2012", + "themes": [ + { + "name": "OP1 \"BELIEVE\"", + "link": "https://animethemes.moe/video/MedakaBoxAbnormal-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Want to be winner!\"", + "link": "https://animethemes.moe/video/MedakaBoxAbnormal-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Shugoshin PARADOX\"", + "link": "https://animethemes.moe/video/MedakaBoxAbnormal-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14575", + "title": "Minami-ke Omatase", + "year": "2012", + "themes": [ + { + "name": "OP \"Shunka Shuutou Festival ♪\"", + "link": "https://animethemes.moe/video/MinamikeOmatase-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Arigatou Thank You\"", + "link": "https://animethemes.moe/video/MinamikeOmatase-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15689", + "title": "Nekomonogatari: Kuro", + "year": "2012", + "themes": [ + { + "name": "OP \"perfect slumbers\"", + "link": "https://animethemes.moe/video/NekomonogatariKuro-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kieru daydream\"", + "link": "https://animethemes.moe/video/NekomonogatariKuro-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kieru daydream\"", + "link": "https://animethemes.moe/video/NekomonogatariKuro-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "14293", + "title": "Nerawareta Gakuen", + "year": "2012", + "themes": [ + { + "name": "OP \"Giniro Hikousen\"", + "link": "https://animethemes.moe/video/NerawaretaGakuen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sayonara no Hashi\"", + "link": "https://animethemes.moe/video/NerawaretaGakuen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14199", + "title": "Oniichan dakedo Ai Sae Areba Kankeinai yo ne!", + "year": "2012", + "themes": [ + { + "name": "OP V1 \"SELF PRODUCER\"", + "link": "https://animethemes.moe/video/OniAi-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"SELF PRODUCER\"", + "link": "https://animethemes.moe/video/OniAi-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Life-Ru is LOVE-Ru!!\"", + "link": "https://animethemes.moe/video/OniAi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "13601", + "title": "Psycho Pass", + "year": "2012", + "themes": [ + { + "name": "OP1 \"abnormalize\"", + "link": "https://animethemes.moe/video/PsychoPass-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Out of Control\"", + "link": "https://animethemes.moe/video/PsychoPass-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Out of Control\"", + "link": "https://animethemes.moe/video/PsychoPass-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Namae no nai Kaibutsu\"", + "link": "https://animethemes.moe/video/PsychoPass-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Namae no nai Kaibutsu\"", + "link": "https://animethemes.moe/video/PsychoPass-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"All Alone With You\"", + "link": "https://animethemes.moe/video/PsychoPass-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"All Alone With You\"", + "link": "https://animethemes.moe/video/PsychoPass-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "13599", + "title": "Robotics;Notes", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Junjou Spectra\"", + "link": "https://animethemes.moe/video/RoboticsNotes-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Houkyou no Messiah\"", + "link": "https://animethemes.moe/video/RoboticsNotes-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Umikaze no Brave\"", + "link": "https://animethemes.moe/video/RoboticsNotes-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Topology\"", + "link": "https://animethemes.moe/video/RoboticsNotes-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "13759", + "title": "Sakurasou no Pet na Kanojo", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Kimi ga Yume wo Tsuretekita\"", + "link": "https://animethemes.moe/video/Sakurasou-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yume no Tsuzuki\"", + "link": "https://animethemes.moe/video/Sakurasou-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"I call your name again\"", + "link": "https://animethemes.moe/video/Sakurasou-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"DAYS of DASH\"", + "link": "https://animethemes.moe/video/Sakurasou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Prime number ~Kimi to Deaeru Hi~\"", + "link": "https://animethemes.moe/video/Sakurasou-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kyou no Hi wa Sayounara\"", + "link": "https://animethemes.moe/video/Sakurasou-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "10464", + "title": "Seitokai no Ichizon Lv.2", + "year": "2012", + "themes": [ + { + "name": "OP \"Precious\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizonLv2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Fo(u)r Seasons\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizonLv2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hitsuji ga Ippiki, Nihiki Kazoete Nemashou\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizonLv2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"KIZUNA\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizonLv2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Chouzetsu☆Coquettish\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizonLv2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Pure Pure Canvas\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizonLv2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"☆Pa Pi Pu Pe Policy☆\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizonLv2-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Kuusou☆S'il Vous Plaît\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizonLv2-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Aoi Hoshi ni Umarete\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizonLv2-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"BLUE SKY\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizonLv2-ED9.webm", + "type": "ending" + } + ] + }, + { + "id": "13125", + "title": "Shinsekai yori", + "year": "2012", + "themes": [ + { + "name": "OP \"Yuki ni Saku Hana\"", + "link": "https://animethemes.moe/video/ShinsekaiYori-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Wareta Ringo\"", + "link": "https://animethemes.moe/video/ShinsekaiYori-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yuki ni Saku Hana\"", + "link": "https://animethemes.moe/video/ShinsekaiYori-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "15307", + "title": "Smile Precure! Movie: Ehon no Naka wa Minna Chiguhagu!", + "year": "2012", + "themes": [ + { + "name": "OP \"Let's go! Smile Precure!\"", + "link": "https://animethemes.moe/video/SmilePrecureMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi to Iu Mirai\"", + "link": "https://animethemes.moe/video/SmilePrecureMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14289", + "title": "Sukitte Ii na yo.", + "year": "2012", + "themes": [ + { + "name": "OP \"Friendship ~ for Sukitte Ii na yo.\"", + "link": "https://animethemes.moe/video/Sukinayo-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"slow dance\"", + "link": "https://animethemes.moe/video/Sukinayo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sarari \"", + "type": "ending" + } + ] + }, + { + "id": "15125", + "title": "Teekyuu", + "year": "2012", + "themes": [ + { + "name": "OP \"Botsuraku Kizoku no Tame no Teekyu\"", + "link": "https://animethemes.moe/video/Teekyuu-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "13663", + "title": "To LOVE-Ru Darkness", + "year": "2012", + "themes": [ + { + "name": "OP \"RAKUEN PROJECT\"", + "link": "https://animethemes.moe/video/ToLoveRuDarkness-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Foul Play ni Kurari\"", + "link": "https://animethemes.moe/video/ToLoveRuDarkness-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14227", + "title": "Tonari no Kaibutsu-kun", + "year": "2012", + "themes": [ + { + "name": "OP \"Q&A Recital!\"", + "link": "https://animethemes.moe/video/TonariNoKaibutsuKun-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"White Wishes\"", + "link": "https://animethemes.moe/video/TonariNoKaibutsuKun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15489", + "title": "Yu☆Gi☆Oh! Zexal Second", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Orenai Heart\"", + "link": "https://animethemes.moe/video/YGOZexalSecond-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kagami no Dualism\"", + "link": "https://animethemes.moe/video/YGOZexalSecond-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Wonder Wings\"", + "link": "https://animethemes.moe/video/YGOZexalSecond-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Artist\"", + "link": "https://animethemes.moe/video/YGOZexalSecond-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"GO WAY GO WAY\"", + "link": "https://animethemes.moe/video/YGOZexalSecond-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Challenge the GAME\"", + "link": "https://animethemes.moe/video/YGOZexalSecond-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Masterpiece\"", + "link": "https://animethemes.moe/video/YGOZexalSecond-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "14075", + "title": "Zetsuen no Tempest", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Spirit Inspiration\"", + "link": "https://animethemes.moe/video/ZetsuenNoTempest-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Daisuki nano ni\"", + "link": "https://animethemes.moe/video/ZetsuenNoTempest-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"happy endings\"", + "link": "https://animethemes.moe/video/ZetsuenNoTempest-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Boku-tachi no Uta\"", + "link": "https://animethemes.moe/video/ZetsuenNoTempest-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "13939", + "title": "Accel World EX", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Chase the world\"", + "link": "https://animethemes.moe/video/AccelWorldEX-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Burst The Gravity\"", + "link": "https://animethemes.moe/video/AccelWorld-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"→unfinished→\"", + "link": "https://animethemes.moe/video/AccelWorldEX-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Unite\"", + "link": "https://animethemes.moe/video/AccelWorld-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "12967", + "title": "Arcana Famiglia", + "year": "2012", + "themes": [ + { + "name": "OP \"Magenta Another Sky\"", + "link": "https://animethemes.moe/video/ArcanaFamiglia-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Pieces of Treasure\"", + "link": "https://animethemes.moe/video/ArcanaFamiglia-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "13535", + "title": "Binbougami ga!", + "year": "2012", + "themes": [ + { + "name": "OP \"Make My Day!\"", + "link": "https://animethemes.moe/video/BinbougamiGa-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koi Boudou\"", + "link": "https://animethemes.moe/video/BinbougamiGa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14027", + "title": "Boku wa Tomodachi ga Sukunai: Relay Shousetsu wa Ketsumatsu ga Hanpanai", + "year": "2012", + "themes": [ + { + "name": "OP \"Zannenkei Rinjinbu (Hoshi Futatsu Han)\"", + "link": "https://animethemes.moe/video/Haganai-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi wa Tomodachi\"", + "link": "https://animethemes.moe/video/HaganaiOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12293", + "title": "Campione!: Matsurowanu Kamigami to Kamigoroshi no Maou", + "year": "2012", + "themes": [ + { + "name": "OP \"BRAVE BLADE!\"", + "link": "https://animethemes.moe/video/Campione-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Raise\"", + "link": "https://animethemes.moe/video/Campione-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14277", + "title": "Chitose Get You!!", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Chitose Get You! no Uta\"", + "link": "https://animethemes.moe/video/ChitoseGetYou-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Chitose I Love You\"", + "link": "https://animethemes.moe/video/ChitoseGetYou-OP2.webm", + "type": "opening" + } + ] + }, + { + "id": "13349", + "title": "Chouyaku Hyakuninisshu: Uta Koi.", + "year": "2012", + "themes": [ + { + "name": "OP \"Love Letter from Nanika?\"", + "link": "https://animethemes.moe/video/Utakoi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Singin` My Lu\"", + "link": "https://animethemes.moe/video/Utakoi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8888", + "title": "Code Geass: Boukoku no Akito 1 - Yokuryuu wa Maiorita", + "year": "2012", + "themes": [ + { + "name": "ED \"More Than Words\"", + "link": "https://animethemes.moe/video/CodeGeassBoukokuNoAkito1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12549", + "title": "Dakara Boku wa, H ga Dekinai.", + "year": "2012", + "themes": [ + { + "name": "OP \"Reason why XXX\"", + "link": "https://animethemes.moe/video/DakaraBokuWaHGaDekinai-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Platinum 17\"", + "link": "https://animethemes.moe/video/DakaraBokuWaHGaDekinai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11783", + "title": "Dog Days'", + "year": "2012", + "themes": [ + { + "name": "OP \"FEARLESS HERO\"", + "link": "https://animethemes.moe/video/DogDaysS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Natsu no Yakusoku\"", + "link": "https://animethemes.moe/video/DogDaysS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14073", + "title": "Ebiten: Kouritsu Ebisugawa Koukou Tenmonbu", + "year": "2012", + "themes": [ + { + "name": "OP \"Mirai-iro no Yakusoku\"", + "link": "https://animethemes.moe/video/Ebiten-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Chikyuu ni I love you\"", + "link": "https://animethemes.moe/video/Ebiten-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Delicate ni Suki Shite\"", + "link": "https://animethemes.moe/video/Ebiten-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ultra Seven no Uta\"", + "link": "https://animethemes.moe/video/Ebiten-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Melos no You ni\"", + "link": "https://animethemes.moe/video/Ebiten-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Ai wo Torimodose!!!\"", + "link": "https://animethemes.moe/video/Ebiten-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Don't Look Back\"", + "link": "https://animethemes.moe/video/Ebiten-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Sayonara Jinrui\"", + "link": "https://animethemes.moe/video/Ebiten-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Kyoufu no Machi\"", + "link": "https://animethemes.moe/video/Ebiten-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Monkey Magic\"", + "link": "https://animethemes.moe/video/Ebiten-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Ai wa Boomerang ~KYOKO PARADISE mix~\"", + "link": "https://animethemes.moe/video/Ebiten-ED10.webm", + "type": "ending" + } + ] + }, + { + "id": "13161", + "title": "Hagure Yuusha no Aesthetica", + "year": "2012", + "themes": [ + { + "name": "OP \"Realization\"", + "link": "https://animethemes.moe/video/HagureYuushaNoAesthetica-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ai no Sei de Nemurenai\"", + "link": "https://animethemes.moe/video/HagureYuushaNoAesthetica-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "13115", + "title": "Hakuouki Reimeiroku", + "year": "2012", + "themes": [ + { + "name": "OP \"reimei\"", + "link": "https://animethemes.moe/video/HakuoukiS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hana no Atosaki\"", + "link": "https://animethemes.moe/video/HakuoukiS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10357", + "title": "Jinrui wa Suitai Shimashita", + "year": "2012", + "themes": [ + { + "name": "OP \"Real World\"", + "link": "https://animethemes.moe/video/JinruiWaSuitaiShimashita-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yume no Naka no Watashi no Yume\"", + "link": "https://animethemes.moe/video/JinruiWaSuitaiShimashita-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12679", + "title": "Joshiraku", + "year": "2012", + "themes": [ + { + "name": "OP \"Oato ga Yoroshikutte... yo!\"", + "link": "https://animethemes.moe/video/Joshiraku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nippon Egao Hyakkei\"", + "link": "https://animethemes.moe/video/Joshiraku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12031", + "title": "Kingdom", + "year": "2012", + "themes": [ + { + "name": "OP \"Pride\"", + "link": "https://animethemes.moe/video/Kingdom-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Voice of Soul\"", + "link": "https://animethemes.moe/video/Kingdom-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Destiny Sky\"", + "link": "https://animethemes.moe/video/Kingdom-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Never Ending\"", + "link": "https://animethemes.moe/video/Kingdom-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "12175", + "title": "Koi to Senkyo to Chocolate", + "year": "2012", + "themes": [ + { + "name": "OP \"Signal Graph\"", + "link": "https://animethemes.moe/video/KoiToSenkyoToChocolate-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kaze no Naka no Primrose\"", + "link": "https://animethemes.moe/video/KoiToSenkyoToChocolate-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11887", + "title": "Kokoro Connect", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Paradigm\"", + "link": "https://animethemes.moe/video/KokoroConnect-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kimi Rhythm\"", + "link": "https://animethemes.moe/video/KokoroConnect-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kokoro no Kara\"", + "link": "https://animethemes.moe/video/KokoroConnect-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Cry out\"", + "link": "https://animethemes.moe/video/KokoroConnect-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Salvage\"", + "link": "https://animethemes.moe/video/KokoroConnect-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "13367", + "title": "Kono Naka ni Hitori, Imouto ga Iru!", + "year": "2012", + "themes": [ + { + "name": "OP \"Choose me♡Darling\"", + "link": "https://animethemes.moe/video/NakaImo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Heavenly Lover\"", + "link": "https://animethemes.moe/video/NakaImo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15005", + "title": "Kyou no Asuka Show", + "year": "2012", + "themes": [ + { + "name": "ED \"Hobo Kenzen Shoujo Sengen\"", + "link": "https://animethemes.moe/video/KyouNoAsukaShow-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12487", + "title": "Kyoukaisenjou no Horizon II", + "year": "2012", + "themes": [ + { + "name": "OP \"ZONE//ALONE\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizonS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Side SunSet: Kanashimi wa Dare no Negai Demo nai\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizonS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Side SunSet: Kanashimi wa Dare no Negai Demo nai\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizonS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Side SunSet: Kanashimi wa Dare no Negai Demo nai\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizonS2-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Side SunRise: Sora no Uta\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizonS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Side SunRise: Sora no Uta\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizonS2-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Side SunRise: Sora no Uta\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizonS2-ED2v3.webm", + "type": "ending" + } + ] + }, + { + "id": "10153", + "title": "Mahou Shoujo Lyrical Nanoha: The Movie 2nd A's", + "year": "2012", + "themes": [ + { + "name": "ED1 \"Hohoemi no Plumag\"", + "link": "https://animethemes.moe/video/NanohaMovie2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"BRIGHT STREAM\"", + "link": "https://animethemes.moe/video/NanohaMovie2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "13409", + "title": "Moyashimon Returns", + "year": "2012", + "themes": [ + { + "name": "OP \"Wake Up\"", + "link": "https://animethemes.moe/video/MoyashimonReturns-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Saikin\"", + "link": "https://animethemes.moe/video/MoyashimonReturns-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11021", + "title": "Muv-Luv Alternative: Total Eclipse", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Go to the top\"", + "link": "https://animethemes.moe/video/MuvLuvAlternativeTotalEclipse-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Doubt the World\"", + "link": "https://animethemes.moe/video/MuvLuvAlternativeTotalEclipse-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"signs ~Sakutsuki Hitoyo~\"", + "link": "https://animethemes.moe/video/MuvLuvAlternativeTotalEclipse-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Snow Maiden\"", + "type": "ending" + }, + { + "name": "ED3 \"Revise the World\"", + "type": "ending" + } + ] + }, + { + "id": "13585", + "title": "Natsuyuki Rendezvous", + "year": "2012", + "themes": [ + { + "name": "OP \"See You\"", + "link": "https://animethemes.moe/video/NatsuyukiRendezvous-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Anata ni Deawanakereba ~Kasetsu Touka~\"", + "link": "https://animethemes.moe/video/NatsuyukiRendezvous-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10928", + "title": "Nogizaka Haruka no Himitsu: Finale", + "year": "2012", + "themes": [ + { + "name": "OP \"Happy End wa Himitsu (Himichu)\"", + "link": "https://animethemes.moe/video/NogizakaFinale-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Bye Bye ☆ Daisakusen\"", + "link": "https://animethemes.moe/video/NogizakaFinale-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11933", + "title": "Oda Nobuna no Yabou", + "year": "2012", + "themes": [ + { + "name": "OP \"Link\"", + "link": "https://animethemes.moe/video/OdaNobunaNoYabou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hikari\"", + "link": "https://animethemes.moe/video/OdaNobunaNoYabou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12355", + "title": "Ookami Kodomo no Ame to Yuki", + "year": "2012", + "themes": [ + { + "name": "ED \"Okaa-san no Uta\"", + "link": "https://animethemes.moe/video/OokamiKodomo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9988", + "title": "Otome wa Boku ni Koishiteru: Futari no Elder The Animation", + "year": "2012", + "themes": [ + { + "name": "OP \"CROSS × OVER SENSATION\"", + "link": "https://animethemes.moe/video/OtobokuFutariNoElder-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Himitsu\"", + "link": "https://animethemes.moe/video/OtobokuFutariNoElder-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14093", + "title": "Pokemon Best Wishes! Season 2", + "year": "2012", + "themes": [ + { + "name": "OP \"Yajirushi ni Natte!\"", + "link": "https://animethemes.moe/video/PokemonBestWishesS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mite Mite ☆ Kocchicchi\"", + "link": "https://animethemes.moe/video/PokemonBestWishesS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rocket Gang Forever\"", + "link": "https://animethemes.moe/video/PokemonBestWishesS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "12281", + "title": "Rinne no Lagrange Season 2", + "year": "2012", + "themes": [ + { + "name": "OP \"Marble\"", + "link": "https://animethemes.moe/video/RinneNoLagrangeS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Jersey-Bu Tamashi!\"", + "link": "https://animethemes.moe/video/RinneNoLagrangeS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Jersey-Bu Tamashi!\"", + "link": "https://animethemes.moe/video/RinneNoLagrangeS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Jersey-Bu Tamashi!\"", + "link": "https://animethemes.moe/video/RinneNoLagrangeS2-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 \"Wasurenai yo.\"", + "link": "https://animethemes.moe/video/RinneNoLagrangeS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "13267", + "title": "Shinryaku!! Ika Musume", + "year": "2012", + "themes": [ + { + "name": "OP V1 \"Let's☆Shinryaku Time!\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeOVA-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Let's☆Shinryaku Time!\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeOVA-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Puzzle\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeOVA-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Miser's Dream\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeOVA-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "11757", + "title": "Sword Art Online", + "year": "2012", + "themes": [ + { + "name": "OP1 \"crossing field\"", + "link": "https://animethemes.moe/video/SwordArtOnline-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"INNOCENCE\"", + "link": "https://animethemes.moe/video/SwordArtOnline-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"INNOCENCE\"", + "link": "https://animethemes.moe/video/SwordArtOnline-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yume Sekai\"", + "link": "https://animethemes.moe/video/SwordArtOnline-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Overfly\"", + "link": "https://animethemes.moe/video/SwordArtOnline-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "14647", + "title": "Tantei Opera Milky Holmes: Alternative", + "year": "2012", + "themes": [ + { + "name": "OP V1 \"Ameagari no Mirai (Alternative Mix)\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmesAlternative-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Ameagari no Mirai (Alternative Mix)\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmesAlternative-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi no Naka no Watashi\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmesAlternative-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "13333", + "title": "Tari Tari", + "year": "2012", + "themes": [ + { + "name": "OP \"Dreamer\"", + "link": "https://animethemes.moe/video/TariTari-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shiokaze no Harmony\" by Sawa Okita & Konatsu Miyamoto", + "link": "https://animethemes.moe/video/TariTari-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shiokaze no Harmony\" by Sawa Okita, Konatsu Miyamoto, Taichi Tanaka, & Atsuhiro Maeda", + "link": "https://animethemes.moe/video/TariTari-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Shiokaze no Harmony\" by Shirahamazaka Koukou Gasshou-bu", + "link": "https://animethemes.moe/video/TariTari-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "11889", + "title": "The iDOLM@STER: 765 Pro to Iu Monogatari", + "year": "2012", + "themes": [ + { + "name": "OP \"CHANGE!!!!\"", + "link": "https://animethemes.moe/video/Idolmaster-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"my song\"", + "link": "https://animethemes.moe/video/IdolmasterSpecial-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12015", + "title": "Tiger & Bunny Movie 1: The Beginning", + "year": "2012", + "themes": [ + { + "name": "OP \"Earth Diver\"", + "link": "https://animethemes.moe/video/TigerAndBunnyMovie1-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Linear Blue wo Kiki Nagara\"", + "link": "https://animethemes.moe/video/TigerAndBunnyMovie1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12403", + "title": "Yuru Yuri♪♪", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Yes! Yuyuyu☆Yuru Yuri♪♪\"", + "link": "https://animethemes.moe/video/YuruYuriS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yonde Mirakurun!\"", + "link": "https://animethemes.moe/video/YuruYuriS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"100% Chu~Gakusei\"", + "link": "https://animethemes.moe/video/YuruYuriS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Girls Power de\"", + "link": "https://animethemes.moe/video/YuruYuriS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "11759", + "title": "Accel World", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Chase the world\"", + "link": "https://animethemes.moe/video/AccelWorld-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Burst The Gravity\"", + "link": "https://animethemes.moe/video/AccelWorld-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"→unfinished→\"", + "link": "https://animethemes.moe/video/AccelWorld-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Unite\"", + "link": "https://animethemes.moe/video/AccelWorld-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "12291", + "title": "Acchi Kocchi (TV)", + "year": "2012", + "themes": [ + { + "name": "OP \"Acchi de Kocchi de\"", + "link": "https://animethemes.moe/video/AcchiKocchi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Te wo Gyu Shite ne\"", + "link": "https://animethemes.moe/video/AcchiKocchi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12149", + "title": "AKB0048", + "year": "2012", + "themes": [ + { + "name": "OP \"Kibou ni Tsuite\"", + "link": "https://animethemes.moe/video/AKB0048-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yume wa Nandomo Umarekawaru\"", + "link": "https://animethemes.moe/video/AKB0048-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sasae\"", + "link": "https://animethemes.moe/video/AKB0048-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Niji no Ressha\"", + "link": "https://animethemes.moe/video/AKB0048-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "12581", + "title": "Asa made Jugyou Chu!", + "year": "2012", + "themes": [ + { + "name": "ED \"happy☆lucky\"", + "link": "https://animethemes.moe/video/AsaMadeJugyouChu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12113", + "title": "Berserk: Ougon Jidai-hen II - Doldrey Kouryaku", + "year": "2012", + "themes": [ + { + "name": "OP \"Aria\"", + "link": "https://animethemes.moe/video/BerserkOugonJidaiHenII-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Suite 'Blood and Guts'\"", + "link": "https://animethemes.moe/video/BerserkOugonJidaiHenII-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12471", + "title": "Eureka Seven AO", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Escape\"", + "link": "https://animethemes.moe/video/EurekaSevenAO-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"BRAVEBLUE\"", + "link": "https://animethemes.moe/video/EurekaSevenAO-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"stand by me\"", + "link": "https://animethemes.moe/video/EurekaSevenAO-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Iolite\"", + "link": "https://animethemes.moe/video/EurekaSevenAO-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Parallel Sign\"", + "type": "ending" + } + ] + }, + { + "id": "11741", + "title": "Fate/Zero 2nd Season", + "year": "2012", + "themes": [ + { + "name": "OP \"to the beginning\"", + "link": "https://animethemes.moe/video/FateZeroS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sora wa Takaku Kaze wa Utau\"", + "link": "https://animethemes.moe/video/FateZeroS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Manten\"", + "link": "https://animethemes.moe/video/FateZeroS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"to the beginning\"", + "link": "https://animethemes.moe/video/FateZeroS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "11785", + "title": "Haiyore! Nyaruko-san", + "year": "2012", + "themes": [ + { + "name": "OP \"Taiyou Iwaku Moeyo Chaos\"", + "link": "https://animethemes.moe/video/HaiyoreNyarukoSan-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Zutto Be with you\"", + "link": "https://animethemes.moe/video/HaiyoreNyarukoSan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Magamagashiku mo Sei Naru kana\"", + "type": "ending" + } + ] + }, + { + "id": "12461", + "title": "Hiiro no Kakera", + "year": "2012", + "themes": [ + { + "name": "OP \"Nee\"", + "link": "https://animethemes.moe/video/HiiroNoKakera-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kono Te de Daki Tomeru Kara\"", + "link": "https://animethemes.moe/video/HiiroNoKakera-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12189", + "title": "Hyouka", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Yasashisa no Riyuu\"", + "link": "https://animethemes.moe/video/Hyouka-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Mikansei Stride\"", + "link": "https://animethemes.moe/video/Hyouka-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Madoromi no Yakusoku\"", + "link": "https://animethemes.moe/video/Hyouka-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi ni Matsuwaru Mystery\"", + "link": "https://animethemes.moe/video/Hyouka-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "12413", + "title": "Jormungand", + "year": "2012", + "themes": [ + { + "name": "OP \"Borderland\"", + "link": "https://animethemes.moe/video/Jormungand-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ambivalentidea\"", + "link": "https://animethemes.moe/video/Jormungand-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shiroku Yawaraka na Hana\"", + "link": "https://animethemes.moe/video/Jormungand-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "11739", + "title": "Kimi to Boku. 2", + "year": "2012", + "themes": [ + { + "name": "OP \"Zutto\"", + "link": "https://animethemes.moe/video/KimiToBokuS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi to Boku no Banka\"", + "link": "https://animethemes.moe/video/KimiToBokuS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10790", + "title": "Kore wa Zombie desu ka? OF THE DEAD", + "year": "2012", + "themes": [ + { + "name": "OP \"*** Passionate\"", + "link": "https://animethemes.moe/video/KoreWaZombieDesuKaS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koi no Beginner Nan Desu (T_T)\"", + "link": "https://animethemes.moe/video/KoreWaZombieDesuKaS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11771", + "title": "Kuroko no Basket", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Can Do\"", + "link": "https://animethemes.moe/video/KurokoNoBasket-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KurokoNoBasket-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP2 \"RIMFIRE\"", + "link": "https://animethemes.moe/video/KurokoNoBasket-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KurokoNoBasket-OP2-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED1 \"Start it right away\"", + "link": "https://animethemes.moe/video/KurokoNoBasket-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KurokoNoBasket-ED1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED2 \"Catal Rhythm\"", + "link": "https://animethemes.moe/video/KurokoNoBasket-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KurokoNoBasket-ED2-NCDVD480.webm", + "type": "ending" + } + ] + }, + { + "id": "13159", + "title": "Kuromajo-san ga Tooru!!", + "year": "2012", + "themes": [ + { + "name": "OP1 V1 \"Doki Doki Shichau no Oh Yeah!\"", + "link": "https://animethemes.moe/video/KuromajoSanGaTooru-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Doki Doki Shichau no Oh Yeah!\"", + "link": "https://animethemes.moe/video/KuromajoSanGaTooru-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Festiparty\"", + "type": "opening" + } + ] + }, + { + "id": "13203", + "title": "Lupin the Third: Mine Fujiko to Iu Onna", + "year": "2012", + "themes": [ + { + "name": "OP \"New Wuthering Heights\"", + "link": "https://animethemes.moe/video/MineFujikoToIuOnna-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MineFujikoToIuOnna-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Duty Friend\"", + "link": "https://animethemes.moe/video/MineFujikoToIuOnna-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11761", + "title": "Medaka Box", + "year": "2012", + "themes": [ + { + "name": "OP \"HAPPY CRAZY BOX\"", + "link": "https://animethemes.moe/video/MedakaBox-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ohanabatake ni Tsuretette\"", + "link": "https://animethemes.moe/video/MedakaBox-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12119", + "title": "Natsu-iro Kiseki", + "year": "2012", + "themes": [ + { + "name": "OP \"Non stop road\"", + "link": "https://animethemes.moe/video/NatsuiroKiseki-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Ashita e no Kaerimichi\"", + "link": "https://animethemes.moe/video/NatsuiroKiseki-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Ashita e no Kaerimichi\"", + "link": "https://animethemes.moe/video/NatsuiroKiseki-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Minamikaze Dramatic\"", + "link": "https://animethemes.moe/video/NatsuiroKiseki-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "12467", + "title": "Nazo no Kanojo X", + "year": "2012", + "themes": [ + { + "name": "OP \"Koi no Orchestra\"", + "link": "https://animethemes.moe/video/NazoNoKanojoX-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Houkago no Yakusoku\"", + "link": "https://animethemes.moe/video/NazoNoKanojoX-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12753", + "title": "Phi Brain: Kami no Puzzle - Orpheus Order-hen", + "year": "2012", + "themes": [ + { + "name": "OP \"Now or Never\"", + "link": "https://animethemes.moe/video/PhiBrainS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Super step\"", + "link": "https://animethemes.moe/video/PhiBrainS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11859", + "title": "Queen's Blade: Rebellion", + "year": "2012", + "themes": [ + { + "name": "OP \"Inochi no Uta ga Kikoeru\"", + "link": "https://animethemes.moe/video/QueensBladeRebellion-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"future is serious\"", + "link": "https://animethemes.moe/video/QueensBladeRebellion-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"future is serious\"", + "link": "https://animethemes.moe/video/QueensBladeRebellion-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "13377", + "title": "Recorder to Randoseru Re♪", + "year": "2012", + "themes": [ + { + "name": "ED \"Stare\"", + "link": "https://animethemes.moe/video/RecorderToRandoseruRe-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "13727", + "title": "Rinne no Lagrange: Kamogawa Days", + "year": "2012", + "themes": [ + { + "name": "OP \"TRY Unite!\"", + "link": "https://animethemes.moe/video/RinneNoLagrangeOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hello!\"", + "link": "https://animethemes.moe/video/RinneNoLagrangeOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12929", + "title": "Saint Seiya Omega", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Pegasus Fantasy ~Omega version~\"", + "link": "https://animethemes.moe/video/SaintSeiyaOmega-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Next Generation\"", + "link": "https://animethemes.moe/video/SaintSeiyaOmega-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Next Generation\"", + "link": "https://animethemes.moe/video/SaintSeiyaOmega-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Saint Evolution\"", + "link": "https://animethemes.moe/video/SaintSeiyaOmega-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Senkou Strings\"", + "link": "https://animethemes.moe/video/SaintSeiyaOmega-OP4.webm", + "type": "opening" + } + ] + }, + { + "id": "12531", + "title": "Sakamichi no Apollon", + "year": "2012", + "themes": [ + { + "name": "OP \"Sakamichi no Melody\"", + "link": "https://animethemes.moe/video/SakamichiNoApollon-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Altair\"", + "link": "https://animethemes.moe/video/SakamichiNoApollon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10884", + "title": "Saki Achiga-hen: Episode of Side-A", + "year": "2012", + "themes": [ + { + "name": "OP \"MIRACLE RUSH\"", + "link": "https://animethemes.moe/video/SakiAchigaHenSideA-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"SquarePanicSerenade\"", + "link": "https://animethemes.moe/video/SakiAchigaHenSideA-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Futuristic Player\"", + "link": "https://animethemes.moe/video/SakiAchigaHenSideA-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "11499", + "title": "Sankarea", + "year": "2012", + "themes": [ + { + "name": "OP \"Esoragoto\"", + "link": "https://animethemes.moe/video/Sankarea-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Above your hand\"", + "link": "https://animethemes.moe/video/Sankarea-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Above your hand\"", + "link": "https://animethemes.moe/video/Sankarea-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "11813", + "title": "Shijou Saikyou no Deshi Kenichi OVA", + "year": "2012", + "themes": [ + { + "name": "OP \"WISH\"", + "link": "https://animethemes.moe/video/KenIchiOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Glory Days\"", + "link": "https://animethemes.moe/video/KenIchiOVA-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Predawn Song\"", + "link": "https://animethemes.moe/video/KenIchiOVA-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Breathless\"", + "link": "https://animethemes.moe/video/KenIchiOVA-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "12367", + "title": "Shining Hearts: Shiawase no Pan", + "year": "2012", + "themes": [ + { + "name": "OP \"Toki Sekai\"", + "link": "https://animethemes.moe/video/ShiningHearts-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShiningHearts-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Fuwaffuwa no Mahou\"", + "link": "https://animethemes.moe/video/ShiningHearts-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12815", + "title": "Shirokuma Cafe", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Boku ni Invitation\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Rough & Laugh\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"You&Me\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Bamboo☆Scramble\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Grizzly-san no G★ROCK\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Mizuiro\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"ZOO tto ne!\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Michinoku Shiiku Blues\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Zokkon! Penko-san\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Kimama ni Panda Mama♥\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Llama-san no Llama Mambo\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Largo\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Bamboo rendezvous ♥\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"PANDAHOLIC!!\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"My Dear\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "11793", + "title": "Tamayura: Hitotose - Attakai Kaze no Omoide, Nanode", + "year": "2012", + "themes": [ + { + "name": "OP \"Okaerinasai\"", + "link": "https://animethemes.moe/video/TamayuraHitotose-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hanabi\"", + "link": "https://animethemes.moe/video/TamayuraHitotoseSpecial-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12445", + "title": "Tasogare Otome x Amnesia", + "year": "2012", + "themes": [ + { + "name": "OP \"CHOIR JAIL\"", + "link": "https://animethemes.moe/video/TasogareOtomeAmnesia-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Calendrier\"", + "link": "https://animethemes.moe/video/TasogareOtomeAmnesia-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Calendrier -Yuuko-\"", + "link": "https://animethemes.moe/video/TasogareOtomeAmnesia-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "12883", + "title": "Tsuritama", + "year": "2012", + "themes": [ + { + "name": "OP \"Tsurezure Monochrome\"", + "link": "https://animethemes.moe/video/Tsuritama-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sora mo Toberu Hazu\"", + "link": "https://animethemes.moe/video/Tsuritama-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12431", + "title": "Uchuu Kyoudai", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Feel So Moon\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Eureka\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Yume Miru Sekai\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Small World\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Kienai E\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Crater\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"HALO\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-OP7.webm", + "type": "opening" + }, + { + "name": "OP8 \"B.B\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-OP8.webm", + "type": "opening" + }, + { + "name": "ED1 \"Subarashiki Sekai\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kokuhaku\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tete\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Goodbye Isaac\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"BEYOND\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Yozora no Taiyou\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"New World\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Anata a Ireba OK!\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-ED8.webm", + "type": "ending" + } + ] + }, + { + "id": "12029", + "title": "Uchuu Senkan Yamato 2199", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Uchuu Senkan Yamato\" by Isao Sasaki", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2199-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Uchuu Senkan 2199 (Normal Ver.)\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2199-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hoshi ga Eien wo Terashiteru\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2199-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Utsukushii Chikyuu wo Shiru Mono yo\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2199-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Makka na Scarf\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2199-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kioku no Hikari\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2199-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Yosoro ~Hoshi no Umi wo Koete~\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2199-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"R.I.P~Tomo yo Shizuka ni Nemure~\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2199-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Ai no Hoshi\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2199-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "12317", + "title": "Upotte!!", + "year": "2012", + "themes": [ + { + "name": "OP \"I.N.G.\"", + "link": "https://animethemes.moe/video/Upotte-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Himekuri\"", + "link": "https://animethemes.moe/video/Upotte-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11837", + "title": "Zetman", + "year": "2012", + "themes": [ + { + "name": "OP \"dots and lines\"", + "link": "https://animethemes.moe/video/Zetman-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tomeru\"", + "link": "https://animethemes.moe/video/Zetman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11235", + "title": "Amagami SS+ Plus", + "year": "2012", + "themes": [ + { + "name": "OP V1 \"Check My Soul\"", + "link": "https://animethemes.moe/video/AmagamiS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Check My Soul\"", + "link": "https://animethemes.moe/video/AmagamiS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kokuhaku\"", + "link": "https://animethemes.moe/video/AmagamiS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kokuhaku\"", + "link": "https://animethemes.moe/video/AmagamiS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Kokuhaku\"", + "link": "https://animethemes.moe/video/AmagamiS2-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Kokuhaku\"", + "link": "https://animethemes.moe/video/AmagamiS2-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Kokuhaku\"", + "link": "https://animethemes.moe/video/AmagamiS2-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Kokuhaku\"", + "link": "https://animethemes.moe/video/AmagamiS2-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Kokuhaku\"", + "link": "https://animethemes.moe/video/AmagamiS2-ED1v7.webm", + "type": "ending" + } + ] + }, + { + "id": "11433", + "title": "Ano Natsu de Matteru", + "year": "2012", + "themes": [ + { + "name": "OP \"sign\"", + "link": "https://animethemes.moe/video/AnoNatsuDeMatteru-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Vidro Moyou\"", + "link": "https://animethemes.moe/video/AnoNatsuDeMatteru-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11111", + "title": "Another", + "year": "2012", + "themes": [ + { + "name": "OP \"Kyoumu Densen\"", + "link": "https://animethemes.moe/video/Another-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"anamnesis\"", + "link": "https://animethemes.moe/video/Another-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10447", + "title": "Aquarion Evol", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Kimi no Shinwa ~ Aquarion Dai Ni Shou\"", + "link": "https://animethemes.moe/video/AquarionEvol-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Paradoxical ZOO\"", + "link": "https://animethemes.moe/video/AquarionEvol-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Gekkou Symphonia\"", + "link": "https://animethemes.moe/video/AquarionEvol-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yunoha no Mori\"", + "link": "https://animethemes.moe/video/AquarionEvol-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Aqueria Mau Sora\"", + "type": "ending" + }, + { + "name": "ED4 \"ZERO\"", + "link": "https://animethemes.moe/video/AquarionEvol-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "11697", + "title": "Area no Kishi", + "year": "2012", + "themes": [ + { + "name": "OP \"Higher Ground\"", + "link": "https://animethemes.moe/video/AreaNoKishi-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "10218", + "title": "Berserk: Ougon Jidai-hen I - Haou no Tamago", + "year": "2012", + "themes": [ + { + "name": "OP \"Aria\"", + "link": "https://animethemes.moe/video/BerserkOugonJidaiHenI-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Blood and Guts\"", + "link": "https://animethemes.moe/video/BerserkOugonJidaiHenI-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Utsukushikumono\"", + "type": "ending" + } + ] + }, + { + "id": "11285", + "title": "Black★Rock Shooter (TV)", + "year": "2012", + "themes": [ + { + "name": "OP V1 \"Black★Rock Shooter\"", + "link": "https://animethemes.moe/video/BlackRockShooterTV-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackRockShooterTV-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Black★Rock Shooter\"", + "link": "https://animethemes.moe/video/BlackRockShooterTV-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Bokura no Ashiato\"", + "link": "https://animethemes.moe/video/BlackRockShooterTV-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackRockShooterTV-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Bokura no Ashiato\"", + "link": "https://animethemes.moe/video/BlackRockShooterTV-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Bokura no Ashiato\"", + "link": "https://animethemes.moe/video/BlackRockShooterTV-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "11241", + "title": "Brave 10", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Seirei Hirai\"", + "link": "https://animethemes.moe/video/Brave10-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Tenka wo Odoru\"", + "type": "opening" + }, + { + "name": "ED \"Adeosu\"", + "link": "https://animethemes.moe/video/Brave10-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11843", + "title": "Danshi Koukousei no Nichijou", + "year": "2012", + "themes": [ + { + "name": "OP \"Shiny tale\"", + "link": "https://animethemes.moe/video/DanshiKoukouseiNoNichijou-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Bungaku Shoujo\"", + "link": "https://animethemes.moe/video/DanshiKoukouseiNoNichijou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ohisama\"", + "link": "https://animethemes.moe/video/DanshiKoukouseiNoNichijou-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "11617", + "title": "High School DxD", + "year": "2012", + "themes": [ + { + "name": "OP \"Trip -innocent of D-\"", + "link": "https://animethemes.moe/video/HighSchoolDxD-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"STUDY x STUDY\"", + "link": "https://animethemes.moe/video/HighSchoolDxD-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11013", + "title": "Inu x Boku SS", + "year": "2012", + "themes": [ + { + "name": "OP \"Nirvana\"", + "link": "https://animethemes.moe/video/InuBokuSS-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Rakuen no Photograph\"", + "link": "https://animethemes.moe/video/InuBokuSS-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Rakuen no Photograph\"", + "link": "https://animethemes.moe/video/InuBokuSS-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi wa\"", + "link": "https://animethemes.moe/video/InuBokuSS-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"one way\"", + "link": "https://animethemes.moe/video/InuBokuSS-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"SM Hantei Forum\"", + "link": "https://animethemes.moe/video/InuBokuSS-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"sweets parade\"", + "link": "https://animethemes.moe/video/InuBokuSS-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Taiyou to Tsuki\"", + "link": "https://animethemes.moe/video/InuBokuSS-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "11079", + "title": "Kill Me Baby", + "year": "2012", + "themes": [ + { + "name": "OP \"Kill Me no Baby!\"", + "link": "https://animethemes.moe/video/KillMeBaby-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Futari no Kimochi no Honto no Himitsu\"", + "link": "https://animethemes.moe/video/KillMeBaby-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11209", + "title": "Maken-Ki! OVA", + "year": "2012", + "themes": [ + { + "name": "OP \"Fly Away\"", + "link": "https://animethemes.moe/video/MakenKi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Baby! Baby!\" by Mina & Hitomi Harada", + "link": "https://animethemes.moe/video/MakenKiOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9523", + "title": "Minori Scramble!", + "year": "2012", + "themes": [ + { + "name": "OP \"Minna de Happy\"", + "link": "https://animethemes.moe/video/MinoriScramble-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi no Boku e no Kakushigoto\"", + "link": "https://animethemes.moe/video/MinoriScramble-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8917", + "title": "Mouretsu Pirates", + "year": "2012", + "themes": [ + { + "name": "OP \"Mouretsu Uchuu Koukyoukyoku: Daishichi Gakushou 'Mugen no Ai'\"", + "link": "https://animethemes.moe/video/MouretsuPirates-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"LOST CHILD\"", + "link": "https://animethemes.moe/video/MouretsuPirates-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Black Holy\"", + "type": "ending" + }, + { + "name": "ED3 \"Toumei na Yozora ~Matataku Hoshi ni Tsutsumarete~\"", + "type": "ending" + }, + { + "name": "ED4 \"Mirai Kouro\"", + "type": "ending" + } + ] + }, + { + "id": "11665", + "title": "Natsume Yuujinchou Shi", + "year": "2012", + "themes": [ + { + "name": "OP \"Ima, Kono Toki.\"", + "link": "https://animethemes.moe/video/NatsumeYuujinchouShi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Takaramono\"", + "link": "https://animethemes.moe/video/NatsumeYuujinchouShi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11597", + "title": "Nisemonogatari", + "year": "2012", + "themes": [ + { + "name": "OP1 V1 \"Futakotome\"", + "link": "https://animethemes.moe/video/Nisemonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Futakotome\"", + "link": "https://animethemes.moe/video/Nisemonogatari-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"marshmallow justice\"", + "link": "https://animethemes.moe/video/Nisemonogatari-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Platinum Disco\"", + "link": "https://animethemes.moe/video/Nisemonogatari-OP3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Naisho no Hanashi\"", + "link": "https://animethemes.moe/video/Nisemonogatari-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Naisho no Hanashi\"", + "link": "https://animethemes.moe/video/Nisemonogatari-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Naisho no Hanashi\"", + "link": "https://animethemes.moe/video/Nisemonogatari-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "11179", + "title": "Papa no Iukoto wo Kikinasai!", + "year": "2012", + "themes": [ + { + "name": "OP \"Happy Girl\"", + "link": "https://animethemes.moe/video/PapaNoIukotoWoKikinasai-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Coloring\"", + "link": "https://animethemes.moe/video/PapaNoIukotoWoKikinasai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12021", + "title": "Poyopoyo Kansatsu Nikki", + "year": "2012", + "themes": [ + { + "name": "OP \"Maru Kaite Poyon\"", + "link": "https://animethemes.moe/video/PoyopoyoKansatsuNikki-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "12221", + "title": "Precure All Stars Movie New Stage: Mirai no Tomodachi", + "year": "2012", + "themes": [ + { + "name": "OP \"Precure ~Eien no Tomodachi~\"", + "link": "https://animethemes.moe/video/PrecureAllStarsNewStage-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yay! Yay! Yay!\"", + "link": "https://animethemes.moe/video/PrecureAllStarsNewStage-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11491", + "title": "Recorder to Randoseru Do♪", + "year": "2012", + "themes": [ + { + "name": "ED \"Glitter\"", + "link": "https://animethemes.moe/video/RecorderToRandoseruDo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11227", + "title": "Rinne no Lagrange", + "year": "2012", + "themes": [ + { + "name": "OP \"TRY Unite!\"", + "link": "https://animethemes.moe/video/RinneNoLagrange-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hello!\"", + "link": "https://animethemes.moe/video/RinneNoLagrange-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12223", + "title": "s.CRY.ed Alteration II: Quan", + "year": "2012", + "themes": [ + { + "name": "ED \"SPIRITS\"", + "link": "https://animethemes.moe/video/ScryedMovie2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11751", + "title": "Senki Zesshou Symphogear: Meteoroid-Falling, Burning, and Disappear, Then...", + "year": "2012", + "themes": [ + { + "name": "OP1 V1 \"Synchrograzer\"", + "link": "https://animethemes.moe/video/Symphogear-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Synchrograzer\"", + "link": "https://animethemes.moe/video/Symphogear-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"Synchrograzer\"", + "link": "https://animethemes.moe/video/Symphogear-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP2 \"Meteor Light\"", + "link": "https://animethemes.moe/video/Symphogear-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Synchrograzer\"", + "link": "https://animethemes.moe/video/Symphogear-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Synchrograzer\"", + "link": "https://animethemes.moe/video/Symphogear-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Meteor Light\"", + "link": "https://animethemes.moe/video/Symphogear-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Gekisou - Gungnir\"", + "link": "https://animethemes.moe/video/Symphogear-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Gyakkou no Flugel\"", + "link": "https://animethemes.moe/video/Symphogear-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "12191", + "title": "Smile Precure!", + "year": "2012", + "themes": [ + { + "name": "OP V1 \"Let's go! Smile Precure!\"", + "link": "https://animethemes.moe/video/SmilePrecure-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Let's go! Smile Precure!\"", + "link": "https://animethemes.moe/video/SmilePrecure-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Yay! Yay! Yay!\"", + "link": "https://animethemes.moe/video/SmilePrecure-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Yay! Yay! Yay!\"", + "link": "https://animethemes.moe/video/SmilePrecure-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Yay! Yay! Yay!\"", + "link": "https://animethemes.moe/video/SmilePrecure-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Yay! Yay! Yay!\"", + "link": "https://animethemes.moe/video/SmilePrecure-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Yay! Yay! Yay!\"", + "link": "https://animethemes.moe/video/SmilePrecure-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Mankai * Smile\"", + "link": "https://animethemes.moe/video/SmilePrecure-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Mankai * Smile\"", + "link": "https://animethemes.moe/video/SmilePrecure-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Mankai * Smile\"", + "link": "https://animethemes.moe/video/SmilePrecure-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED2 V4 \"Mankai * Smile\"", + "link": "https://animethemes.moe/video/SmilePrecure-ED2v4.webm", + "type": "ending" + }, + { + "name": "ED2 V5 \"Mankai * Smile\"", + "link": "https://animethemes.moe/video/SmilePrecure-ED2v5.webm", + "type": "ending" + } + ] + }, + { + "id": "12699", + "title": "Tales of Gekijou", + "year": "2012", + "themes": [ + { + "name": "ED \"Omotteiru zutto...\"", + "link": "https://animethemes.moe/video/TalesOfGekijou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11341", + "title": "Tantei Opera Milky Holmes Dai 2 Maku", + "year": "2012", + "themes": [ + { + "name": "OP \"Nazo! Nazo? Happiness!!\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmesS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Lovely Girls Anthem\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmesS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Lovely Girls Anthem\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmesS2-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "12437", + "title": "Yuri Seijin Naoko-san", + "year": "2012", + "themes": [ + { + "name": "OP \"Yuri Seijin Naoko-san\"", + "link": "https://animethemes.moe/video/YuriSeijinNaokoSan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Photon Belt Kankou Hotel\"", + "link": "https://animethemes.moe/video/YuriSeijinNaokoSan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11319", + "title": "Zero no Tsukaima F", + "year": "2012", + "themes": [ + { + "name": "OP \"I'll Be There For You\"", + "link": "https://animethemes.moe/video/ZeroNoTsukaimaS4-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kiss Shite↑Agenai↓\"", + "link": "https://animethemes.moe/video/ZeroNoTsukaimaS4-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15061", + "title": "Aikatsu!", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Signalize!\"", + "link": "https://animethemes.moe/video/Aikatsu-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Diamond Happy\"", + "link": "https://animethemes.moe/video/Aikatsu-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"KIRA☆Power\"", + "link": "https://animethemes.moe/video/Aikatsu-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"SHINING LINE*\"", + "link": "https://animethemes.moe/video/Aikatsu-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Du-Du-Wa DO IT!!\"", + "link": "https://animethemes.moe/video/Aikatsu-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Lovely Party Collection\"", + "link": "https://animethemes.moe/video/Aikatsu-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"START DASH SENSATION\"", + "link": "https://animethemes.moe/video/Aikatsu-OP7.webm", + "type": "opening" + }, + { + "name": "ED1 \"Calendar Girl\"", + "link": "https://animethemes.moe/video/Aikatsu-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aikatsu-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hirari / Hitori / Kirari\"", + "link": "https://animethemes.moe/video/Aikatsu-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aikatsu-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Alice Blue no Kiss\"", + "type": "ending" + }, + { + "name": "ED4 \"Original Star☆彡\"", + "link": "https://animethemes.moe/video/Aikatsu-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aikatsu-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Precious\"", + "link": "https://animethemes.moe/video/Aikatsu-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aikatsu-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Good morning my dream\"", + "link": "https://animethemes.moe/video/Aikatsu-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aikatsu-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Chuchu Ballerina\"", + "link": "https://animethemes.moe/video/Aikatsu-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aikatsu-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"lucky train!\"", + "link": "https://animethemes.moe/video/Aikatsu-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Aikatsu-ED8-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "15133", + "title": "Aoi Sekai no Chuushin de", + "year": "2012", + "themes": [ + { + "name": "OP \"retrospective world\"", + "link": "https://animethemes.moe/video/AoiSekaiNoChuushinDe-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"0 to 1 no Hana\"", + "link": "https://animethemes.moe/video/AoiSekaiNoChuushinDe-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12365", + "title": "Bakuman. 3", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Moshimo no Hanashi\"", + "link": "https://animethemes.moe/video/BakumanS3-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"23:40\"", + "link": "https://animethemes.moe/video/BakumanS3-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Pride on Everyday\"", + "link": "https://animethemes.moe/video/BakumanS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yume Sketch\"", + "link": "https://animethemes.moe/video/BakumanS3-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "14345", + "title": "Btooom!", + "year": "2012", + "themes": [ + { + "name": "OP1 \"No pain, No game\"", + "link": "https://animethemes.moe/video/Btooom-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Exist\"", + "link": "https://animethemes.moe/video/Btooom-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Aozora\"", + "link": "https://animethemes.moe/video/Btooom-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14237", + "title": "Busou Shinki", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Install x Dream\" by Kana Asumi, Minori Chihara, Kaori Mizuhashi, and Megumi Nakajima", + "link": "https://animethemes.moe/video/BusouShinki-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Install x Dream\" by Kana Asumi", + "type": "opening" + }, + { + "name": "OP3 \"Install x Dream\" by Megumi Nakajima", + "type": "opening" + }, + { + "name": "OP4 \"Install x Dream\" by Kaori Mizuhashi", + "type": "opening" + }, + { + "name": "OP5 \"Install x Dream\" by Minori Chihara", + "type": "opening" + }, + { + "name": "ED \"Taiyou no Sign\"", + "link": "https://animethemes.moe/video/BusouShinki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14989", + "title": "Chousoku Henkei Gyrozetter", + "year": "2012", + "themes": [ + { + "name": "OP V1 \"Let's Go\"", + "link": "https://animethemes.moe/video/ChousokuHenkeiGyrozetter-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Let's Go\"", + "link": "https://animethemes.moe/video/ChousokuHenkeiGyrozetter-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Strobe\"", + "link": "https://animethemes.moe/video/ChousokuHenkeiGyrozetter-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"ONE STEP\"", + "link": "https://animethemes.moe/video/ChousokuHenkeiGyrozetter-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Happy Natsumatsuri\"", + "link": "https://animethemes.moe/video/ChousokuHenkeiGyrozetter-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "14741", + "title": "Chuunibyou demo Koi ga Shitai!", + "year": "2012", + "themes": [ + { + "name": "OP \"Sparkling Daydream\"", + "link": "https://animethemes.moe/video/Chuunibyou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"INSIDE IDENTITY\"", + "link": "https://animethemes.moe/video/Chuunibyou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15687", + "title": "Chuunibyou demo Koi ga Shitai! Lite", + "year": "2012", + "themes": [ + { + "name": "OP \"Kimi e\"", + "link": "https://animethemes.moe/video/ChuunibyouLite-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shikkoku ni Odoru Haou Bushi\"", + "link": "https://animethemes.moe/video/ChuunibyouLite-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11703", + "title": "Code:Breaker", + "year": "2012", + "themes": [ + { + "name": "OP \"DARK SHAME\"", + "link": "https://animethemes.moe/video/CodeBreaker-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shiroi Karasu\"", + "link": "https://animethemes.moe/video/CodeBreaker-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3785", + "title": "Evangelion: 3.0 You Can (Not) Redo", + "year": "2012", + "themes": [ + { + "name": "ED \"Sakura Nagashi\"", + "link": "https://animethemes.moe/video/EvangelionYouCanNotRedo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15417", + "title": "Gintama': Enchousen", + "year": "2012", + "themes": [ + { + "name": "OP1 \"LET'S GO OUT\"", + "link": "https://animethemes.moe/video/GintamaEnchousen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaEnchousen-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Mantama\"", + "link": "https://animethemes.moe/video/GintamaEnchousen-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaEnchousen-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP3 \"Sakura Mitsutsuki\"", + "link": "https://animethemes.moe/video/GintamaEnchousen-OP3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaEnchousen-OP3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Moonwalk\"", + "link": "https://animethemes.moe/video/GintamaEnchousen-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaEnchousen-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"LET'S GO OUT\"", + "link": "https://animethemes.moe/video/GintamaEnchousen-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaEnchousen-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Expect\"", + "link": "https://animethemes.moe/video/GintamaEnchousen-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaEnchousen-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Expect\"", + "link": "https://animethemes.moe/video/GintamaEnchousen-ED3v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaEnchousen-ED3v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Sakura Mitsutsuki\"", + "link": "https://animethemes.moe/video/GintamaEnchousen-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaEnchousen-ED4-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "14131", + "title": "Girls und Panzer", + "year": "2012", + "themes": [ + { + "name": "OP \"DreamRiser\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED V9 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED V10 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED V11 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v11.webm", + "type": "ending" + }, + { + "name": "ED V12 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v12.webm", + "type": "ending" + }, + { + "name": "ED V13 \"Enter Enter MISSION!\"", + "link": "https://animethemes.moe/video/GirlsUndPanzer-ED1v13.webm", + "type": "ending" + } + ] + }, + { + "id": "14653", + "title": "Hayate no Gotoku! Can't Take My Eyes Off You", + "year": "2012", + "themes": [ + { + "name": "OP \"CAN'T TAKE MY EYES OFF YOU\"", + "link": "https://animethemes.moe/video/HayateNoGotokuS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Koi no Wana\"", + "link": "https://animethemes.moe/video/HayateNoGotokuS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yoki Shoujo no Tame no Pavane\"", + "link": "https://animethemes.moe/video/HayateNoGotokuS3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Here I am, Here we are\"", + "link": "https://animethemes.moe/video/HayateNoGotokuS3-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "11239", + "title": "Hidamari Sketch x Honeycomb", + "year": "2012", + "themes": [ + { + "name": "OP \"Open☆Canvas\"", + "link": "https://animethemes.moe/video/HidamariSketchHoneycomb-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yume Gumo\"", + "link": "https://animethemes.moe/video/HidamariSketchHoneycomb-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14645", + "title": "Hiiro no Kakera Dai Ni Shou", + "year": "2012", + "themes": [ + { + "name": "OP \"Takanaru\"", + "link": "https://animethemes.moe/video/HiiroNoKakeraS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi Dake wo\"", + "type": "ending" + }, + { + "name": "ED2 \"Takaramono\"", + "type": "ending" + } + ] + }, + { + "id": "15059", + "title": "Initial D Fifth Stage", + "year": "2012", + "themes": [ + { + "name": "OP \"Raise Up\"", + "link": "https://animethemes.moe/video/InitialDFifthStage-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Flyleaf\"", + "link": "https://animethemes.moe/video/InitialDFifthStage-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yuushuusouka\"", + "link": "https://animethemes.moe/video/InitialDFifthStage-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "14765", + "title": "Ixion Saga DT", + "year": "2012", + "themes": [ + { + "name": "OP V1 \"DT Suteru\"", + "link": "https://animethemes.moe/video/IxionSagaDT-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"DT Suteru (Kon ver.)\"", + "link": "https://animethemes.moe/video/IxionSagaDT-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Let's Go ED\"", + "type": "ending" + }, + { + "name": "ED1 V2 \"Let's Go ED (Erec ver)\"", + "type": "ending" + }, + { + "name": "ED2 \"DT Ondo\"", + "type": "ending" + }, + { + "name": "ED3 \" ○○Tama\"", + "type": "ending" + }, + { + "name": "ED4 \"Stand Up! ED\"", + "type": "ending" + }, + { + "name": "ED5 \"DT Suteru\"", + "type": "ending" + } + ] + }, + { + "id": "14719", + "title": "JoJo no Kimyou na Bouken", + "year": "2012", + "themes": [ + { + "name": "OP1 V1 \"JoJo ~Sono Chi no Sadame~\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBouken-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"JoJo ~Sono Chi no Sadame~\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBouken-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"BLOODY STREAM\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBouken-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"BLOODY STREAM\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBouken-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Roundabout\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBouken-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Roundabout\"", + "link": "https://animethemes.moe/video/JojoNoKimyouNaBouken-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "13331", + "title": "Jormungand: Perfect Order", + "year": "2012", + "themes": [ + { + "name": "OP \"UNDER/SHAFT\"", + "link": "https://animethemes.moe/video/JormungandS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Laterality\"", + "link": "https://animethemes.moe/video/JormungandS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shinjitsu no Hane\"", + "link": "https://animethemes.moe/video/JormungandS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Niji Koukai\"", + "link": "https://animethemes.moe/video/JormungandS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "14467", + "title": "K", + "year": "2012", + "themes": [ + { + "name": "OP \"KINGS\"", + "link": "https://animethemes.moe/video/K-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tsumetai Heya, Hitori\"", + "link": "https://animethemes.moe/video/K-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Circle of Friends\"", + "link": "https://animethemes.moe/video/K-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"To be with U!\"", + "link": "https://animethemes.moe/video/K-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "15117", + "title": "Kami nomi zo Shiru Sekai: Tenri-hen", + "year": "2012", + "themes": [ + { + "name": "ED1 \"Hikari no Kiseki\"", + "link": "https://animethemes.moe/video/KaminomiTenriHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mirai e no Tobira\"", + "link": "https://animethemes.moe/video/KaminomiTenriHen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "14713", + "title": "Kamisama Hajimemashita", + "year": "2012", + "themes": [ + { + "name": "OP V1 \"Kamisama Hajimemashita\"", + "link": "https://animethemes.moe/video/KamisamaHajimemashita-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kamisama Hajimemashita\"", + "link": "https://animethemes.moe/video/KamisamaHajimemashita-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kamisama Onegai\"", + "link": "https://animethemes.moe/video/KamisamaHajimemashita-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kamisama Onegai Datenshi☆Mix\"", + "link": "https://animethemes.moe/video/KamisamaHajimemashita-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "16001", + "title": "Kokoro Connect: Michi Random", + "year": "2012", + "themes": [ + { + "name": "OP \"Kimi Rhythm\"", + "link": "https://animethemes.moe/video/KokoroConnectMichiRandom-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"I Scream Chocolatl\"", + "link": "https://animethemes.moe/video/KokoroConnectMichiRandom-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "13655", + "title": "Little Busters!", + "year": "2012", + "themes": [ + { + "name": "OP \"Little Busters! ~TV animation ver.~\"", + "link": "https://animethemes.moe/video/LittleBusters-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Alicemagic ~TV animation ver.~\"", + "link": "https://animethemes.moe/video/LittleBusters-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Alicemagic\"", + "link": "https://animethemes.moe/video/LittleBusters-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Alicemagic\"", + "link": "https://animethemes.moe/video/LittleBusters-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Ame nochi Hare\"", + "link": "https://animethemes.moe/video/LittleBusters-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Ame nochi Hare\"", + "link": "https://animethemes.moe/video/LittleBusters-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED4 \"Little Busters! ~TV animation ver.~\"", + "link": "https://animethemes.moe/video/LittleBusters-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "14513", + "title": "Magi: The Labyrinth of Magic", + "year": "2012", + "themes": [ + { + "name": "OP1 V1 \"V.I.P\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"V.I.P\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Matataku Hoshi no Shita de\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yubi Bouenkyou\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"The Bravery\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"The Bravery\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"The Bravery\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED2 V4 \"The Bravery\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-ED2v4.webm", + "type": "ending" + }, + { + "name": "ED2 V5 \"The Bravery\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-ED2v5.webm", + "type": "ending" + }, + { + "name": "ED2 V6 \"The Bravery\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-ED2v6.webm", + "type": "ending" + }, + { + "name": "ED2 V7 \"The Bravery\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-ED2v7.webm", + "type": "ending" + }, + { + "name": "ED2 V8 \"The Bravery\"", + "link": "https://animethemes.moe/video/MagiLabyrinthOfMagic-ED2v8.webm", + "type": "ending" + } + ] + }, + { + "id": "11977", + "title": "Mahou Shoujo Madoka★Magica Movie 1: Hajimari no Monogatari", + "year": "2012", + "themes": [ + { + "name": "OP \"Luminous\"", + "link": "https://animethemes.moe/video/MadokaMagicaHajimari-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Magia [quattro]\"", + "link": "https://animethemes.moe/video/MadokaMagicaHajimari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11979", + "title": "Mahou Shoujo Madoka★Magica Movie 2: Eien no Monogatari", + "year": "2012", + "themes": [ + { + "name": "OP \"Luminous\"", + "link": "https://animethemes.moe/video/MadokaMagicaEien-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hikari Furu\"", + "link": "https://animethemes.moe/video/MadokaMagicaEien-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14527", + "title": "Medaka Box Abnormal", + "year": "2012", + "themes": [ + { + "name": "OP1 \"BELIEVE\"", + "link": "https://animethemes.moe/video/MedakaBoxAbnormal-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Want to be winner!\"", + "link": "https://animethemes.moe/video/MedakaBoxAbnormal-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Shugoshin PARADOX\"", + "link": "https://animethemes.moe/video/MedakaBoxAbnormal-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14575", + "title": "Minami-ke Omatase", + "year": "2012", + "themes": [ + { + "name": "OP \"Shunka Shuutou Festival ♪\"", + "link": "https://animethemes.moe/video/MinamikeOmatase-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Arigatou Thank You\"", + "link": "https://animethemes.moe/video/MinamikeOmatase-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15689", + "title": "Nekomonogatari: Kuro", + "year": "2012", + "themes": [ + { + "name": "OP \"perfect slumbers\"", + "link": "https://animethemes.moe/video/NekomonogatariKuro-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kieru daydream\"", + "link": "https://animethemes.moe/video/NekomonogatariKuro-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kieru daydream\"", + "link": "https://animethemes.moe/video/NekomonogatariKuro-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "14293", + "title": "Nerawareta Gakuen", + "year": "2012", + "themes": [ + { + "name": "OP \"Giniro Hikousen\"", + "link": "https://animethemes.moe/video/NerawaretaGakuen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sayonara no Hashi\"", + "link": "https://animethemes.moe/video/NerawaretaGakuen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14199", + "title": "Oniichan dakedo Ai Sae Areba Kankeinai yo ne!", + "year": "2012", + "themes": [ + { + "name": "OP V1 \"SELF PRODUCER\"", + "link": "https://animethemes.moe/video/OniAi-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"SELF PRODUCER\"", + "link": "https://animethemes.moe/video/OniAi-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Life-Ru is LOVE-Ru!!\"", + "link": "https://animethemes.moe/video/OniAi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "13601", + "title": "Psycho Pass", + "year": "2012", + "themes": [ + { + "name": "OP1 \"abnormalize\"", + "link": "https://animethemes.moe/video/PsychoPass-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Out of Control\"", + "link": "https://animethemes.moe/video/PsychoPass-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Out of Control\"", + "link": "https://animethemes.moe/video/PsychoPass-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Namae no nai Kaibutsu\"", + "link": "https://animethemes.moe/video/PsychoPass-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Namae no nai Kaibutsu\"", + "link": "https://animethemes.moe/video/PsychoPass-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"All Alone With You\"", + "link": "https://animethemes.moe/video/PsychoPass-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"All Alone With You\"", + "link": "https://animethemes.moe/video/PsychoPass-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "13599", + "title": "Robotics;Notes", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Junjou Spectra\"", + "link": "https://animethemes.moe/video/RoboticsNotes-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Houkyou no Messiah\"", + "link": "https://animethemes.moe/video/RoboticsNotes-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Umikaze no Brave\"", + "link": "https://animethemes.moe/video/RoboticsNotes-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Topology\"", + "link": "https://animethemes.moe/video/RoboticsNotes-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "13759", + "title": "Sakurasou no Pet na Kanojo", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Kimi ga Yume wo Tsuretekita\"", + "link": "https://animethemes.moe/video/Sakurasou-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yume no Tsuzuki\"", + "link": "https://animethemes.moe/video/Sakurasou-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"I call your name again\"", + "link": "https://animethemes.moe/video/Sakurasou-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"DAYS of DASH\"", + "link": "https://animethemes.moe/video/Sakurasou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Prime number ~Kimi to Deaeru Hi~\"", + "link": "https://animethemes.moe/video/Sakurasou-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kyou no Hi wa Sayounara\"", + "link": "https://animethemes.moe/video/Sakurasou-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "10464", + "title": "Seitokai no Ichizon Lv.2", + "year": "2012", + "themes": [ + { + "name": "OP \"Precious\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizonLv2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Fo(u)r Seasons\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizonLv2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hitsuji ga Ippiki, Nihiki Kazoete Nemashou\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizonLv2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"KIZUNA\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizonLv2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Chouzetsu☆Coquettish\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizonLv2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Pure Pure Canvas\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizonLv2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"☆Pa Pi Pu Pe Policy☆\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizonLv2-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Kuusou☆S'il Vous Plaît\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizonLv2-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Aoi Hoshi ni Umarete\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizonLv2-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"BLUE SKY\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizonLv2-ED9.webm", + "type": "ending" + } + ] + }, + { + "id": "13125", + "title": "Shinsekai yori", + "year": "2012", + "themes": [ + { + "name": "OP \"Yuki ni Saku Hana\"", + "link": "https://animethemes.moe/video/ShinsekaiYori-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Wareta Ringo\"", + "link": "https://animethemes.moe/video/ShinsekaiYori-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yuki ni Saku Hana\"", + "link": "https://animethemes.moe/video/ShinsekaiYori-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "15307", + "title": "Smile Precure! Movie: Ehon no Naka wa Minna Chiguhagu!", + "year": "2012", + "themes": [ + { + "name": "OP \"Let's go! Smile Precure!\"", + "link": "https://animethemes.moe/video/SmilePrecureMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi to Iu Mirai\"", + "link": "https://animethemes.moe/video/SmilePrecureMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14289", + "title": "Sukitte Ii na yo.", + "year": "2012", + "themes": [ + { + "name": "OP \"Friendship ~ for Sukitte Ii na yo.\"", + "link": "https://animethemes.moe/video/Sukinayo-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"slow dance\"", + "link": "https://animethemes.moe/video/Sukinayo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sarari \"", + "type": "ending" + } + ] + }, + { + "id": "15125", + "title": "Teekyuu", + "year": "2012", + "themes": [ + { + "name": "OP \"Botsuraku Kizoku no Tame no Teekyu\"", + "link": "https://animethemes.moe/video/Teekyuu-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "13663", + "title": "To LOVE-Ru Darkness", + "year": "2012", + "themes": [ + { + "name": "OP \"RAKUEN PROJECT\"", + "link": "https://animethemes.moe/video/ToLoveRuDarkness-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Foul Play ni Kurari\"", + "link": "https://animethemes.moe/video/ToLoveRuDarkness-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14227", + "title": "Tonari no Kaibutsu-kun", + "year": "2012", + "themes": [ + { + "name": "OP \"Q&A Recital!\"", + "link": "https://animethemes.moe/video/TonariNoKaibutsuKun-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"White Wishes\"", + "link": "https://animethemes.moe/video/TonariNoKaibutsuKun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15489", + "title": "Yu☆Gi☆Oh! Zexal Second", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Orenai Heart\"", + "link": "https://animethemes.moe/video/YGOZexalSecond-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kagami no Dualism\"", + "link": "https://animethemes.moe/video/YGOZexalSecond-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Wonder Wings\"", + "link": "https://animethemes.moe/video/YGOZexalSecond-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Artist\"", + "link": "https://animethemes.moe/video/YGOZexalSecond-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"GO WAY GO WAY\"", + "link": "https://animethemes.moe/video/YGOZexalSecond-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Challenge the GAME\"", + "link": "https://animethemes.moe/video/YGOZexalSecond-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Masterpiece\"", + "link": "https://animethemes.moe/video/YGOZexalSecond-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "14075", + "title": "Zetsuen no Tempest", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Spirit Inspiration\"", + "link": "https://animethemes.moe/video/ZetsuenNoTempest-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Daisuki nano ni\"", + "link": "https://animethemes.moe/video/ZetsuenNoTempest-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"happy endings\"", + "link": "https://animethemes.moe/video/ZetsuenNoTempest-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Boku-tachi no Uta\"", + "link": "https://animethemes.moe/video/ZetsuenNoTempest-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "13939", + "title": "Accel World EX", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Chase the world\"", + "link": "https://animethemes.moe/video/AccelWorldEX-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Burst The Gravity\"", + "link": "https://animethemes.moe/video/AccelWorld-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"→unfinished→\"", + "link": "https://animethemes.moe/video/AccelWorldEX-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Unite\"", + "link": "https://animethemes.moe/video/AccelWorld-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "12967", + "title": "Arcana Famiglia", + "year": "2012", + "themes": [ + { + "name": "OP \"Magenta Another Sky\"", + "link": "https://animethemes.moe/video/ArcanaFamiglia-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Pieces of Treasure\"", + "link": "https://animethemes.moe/video/ArcanaFamiglia-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "13535", + "title": "Binbougami ga!", + "year": "2012", + "themes": [ + { + "name": "OP \"Make My Day!\"", + "link": "https://animethemes.moe/video/BinbougamiGa-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koi Boudou\"", + "link": "https://animethemes.moe/video/BinbougamiGa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14027", + "title": "Boku wa Tomodachi ga Sukunai: Relay Shousetsu wa Ketsumatsu ga Hanpanai", + "year": "2012", + "themes": [ + { + "name": "OP \"Zannenkei Rinjinbu (Hoshi Futatsu Han)\"", + "link": "https://animethemes.moe/video/Haganai-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi wa Tomodachi\"", + "link": "https://animethemes.moe/video/HaganaiOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12293", + "title": "Campione!: Matsurowanu Kamigami to Kamigoroshi no Maou", + "year": "2012", + "themes": [ + { + "name": "OP \"BRAVE BLADE!\"", + "link": "https://animethemes.moe/video/Campione-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Raise\"", + "link": "https://animethemes.moe/video/Campione-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14277", + "title": "Chitose Get You!!", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Chitose Get You! no Uta\"", + "link": "https://animethemes.moe/video/ChitoseGetYou-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Chitose I Love You\"", + "link": "https://animethemes.moe/video/ChitoseGetYou-OP2.webm", + "type": "opening" + } + ] + }, + { + "id": "13349", + "title": "Chouyaku Hyakuninisshu: Uta Koi.", + "year": "2012", + "themes": [ + { + "name": "OP \"Love Letter from Nanika?\"", + "link": "https://animethemes.moe/video/Utakoi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Singin` My Lu\"", + "link": "https://animethemes.moe/video/Utakoi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8888", + "title": "Code Geass: Boukoku no Akito 1 - Yokuryuu wa Maiorita", + "year": "2012", + "themes": [ + { + "name": "ED \"More Than Words\"", + "link": "https://animethemes.moe/video/CodeGeassBoukokuNoAkito1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12549", + "title": "Dakara Boku wa, H ga Dekinai.", + "year": "2012", + "themes": [ + { + "name": "OP \"Reason why XXX\"", + "link": "https://animethemes.moe/video/DakaraBokuWaHGaDekinai-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Platinum 17\"", + "link": "https://animethemes.moe/video/DakaraBokuWaHGaDekinai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11783", + "title": "Dog Days'", + "year": "2012", + "themes": [ + { + "name": "OP \"FEARLESS HERO\"", + "link": "https://animethemes.moe/video/DogDaysS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Natsu no Yakusoku\"", + "link": "https://animethemes.moe/video/DogDaysS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14073", + "title": "Ebiten: Kouritsu Ebisugawa Koukou Tenmonbu", + "year": "2012", + "themes": [ + { + "name": "OP \"Mirai-iro no Yakusoku\"", + "link": "https://animethemes.moe/video/Ebiten-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Chikyuu ni I love you\"", + "link": "https://animethemes.moe/video/Ebiten-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Delicate ni Suki Shite\"", + "link": "https://animethemes.moe/video/Ebiten-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ultra Seven no Uta\"", + "link": "https://animethemes.moe/video/Ebiten-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Melos no You ni\"", + "link": "https://animethemes.moe/video/Ebiten-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Ai wo Torimodose!!!\"", + "link": "https://animethemes.moe/video/Ebiten-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Don't Look Back\"", + "link": "https://animethemes.moe/video/Ebiten-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Sayonara Jinrui\"", + "link": "https://animethemes.moe/video/Ebiten-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Kyoufu no Machi\"", + "link": "https://animethemes.moe/video/Ebiten-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Monkey Magic\"", + "link": "https://animethemes.moe/video/Ebiten-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Ai wa Boomerang ~KYOKO PARADISE mix~\"", + "link": "https://animethemes.moe/video/Ebiten-ED10.webm", + "type": "ending" + } + ] + }, + { + "id": "13161", + "title": "Hagure Yuusha no Aesthetica", + "year": "2012", + "themes": [ + { + "name": "OP \"Realization\"", + "link": "https://animethemes.moe/video/HagureYuushaNoAesthetica-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ai no Sei de Nemurenai\"", + "link": "https://animethemes.moe/video/HagureYuushaNoAesthetica-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "13115", + "title": "Hakuouki Reimeiroku", + "year": "2012", + "themes": [ + { + "name": "OP \"reimei\"", + "link": "https://animethemes.moe/video/HakuoukiS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hana no Atosaki\"", + "link": "https://animethemes.moe/video/HakuoukiS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10357", + "title": "Jinrui wa Suitai Shimashita", + "year": "2012", + "themes": [ + { + "name": "OP \"Real World\"", + "link": "https://animethemes.moe/video/JinruiWaSuitaiShimashita-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yume no Naka no Watashi no Yume\"", + "link": "https://animethemes.moe/video/JinruiWaSuitaiShimashita-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12679", + "title": "Joshiraku", + "year": "2012", + "themes": [ + { + "name": "OP \"Oato ga Yoroshikutte... yo!\"", + "link": "https://animethemes.moe/video/Joshiraku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nippon Egao Hyakkei\"", + "link": "https://animethemes.moe/video/Joshiraku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12031", + "title": "Kingdom", + "year": "2012", + "themes": [ + { + "name": "OP \"Pride\"", + "link": "https://animethemes.moe/video/Kingdom-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Voice of Soul\"", + "link": "https://animethemes.moe/video/Kingdom-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Destiny Sky\"", + "link": "https://animethemes.moe/video/Kingdom-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Never Ending\"", + "link": "https://animethemes.moe/video/Kingdom-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "12175", + "title": "Koi to Senkyo to Chocolate", + "year": "2012", + "themes": [ + { + "name": "OP \"Signal Graph\"", + "link": "https://animethemes.moe/video/KoiToSenkyoToChocolate-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kaze no Naka no Primrose\"", + "link": "https://animethemes.moe/video/KoiToSenkyoToChocolate-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11887", + "title": "Kokoro Connect", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Paradigm\"", + "link": "https://animethemes.moe/video/KokoroConnect-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kimi Rhythm\"", + "link": "https://animethemes.moe/video/KokoroConnect-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kokoro no Kara\"", + "link": "https://animethemes.moe/video/KokoroConnect-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Cry out\"", + "link": "https://animethemes.moe/video/KokoroConnect-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Salvage\"", + "link": "https://animethemes.moe/video/KokoroConnect-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "13367", + "title": "Kono Naka ni Hitori, Imouto ga Iru!", + "year": "2012", + "themes": [ + { + "name": "OP \"Choose me♡Darling\"", + "link": "https://animethemes.moe/video/NakaImo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Heavenly Lover\"", + "link": "https://animethemes.moe/video/NakaImo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "15005", + "title": "Kyou no Asuka Show", + "year": "2012", + "themes": [ + { + "name": "ED \"Hobo Kenzen Shoujo Sengen\"", + "link": "https://animethemes.moe/video/KyouNoAsukaShow-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12487", + "title": "Kyoukaisenjou no Horizon II", + "year": "2012", + "themes": [ + { + "name": "OP \"ZONE//ALONE\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizonS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Side SunSet: Kanashimi wa Dare no Negai Demo nai\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizonS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Side SunSet: Kanashimi wa Dare no Negai Demo nai\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizonS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Side SunSet: Kanashimi wa Dare no Negai Demo nai\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizonS2-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Side SunRise: Sora no Uta\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizonS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Side SunRise: Sora no Uta\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizonS2-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Side SunRise: Sora no Uta\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizonS2-ED2v3.webm", + "type": "ending" + } + ] + }, + { + "id": "10153", + "title": "Mahou Shoujo Lyrical Nanoha: The Movie 2nd A's", + "year": "2012", + "themes": [ + { + "name": "ED1 \"Hohoemi no Plumag\"", + "link": "https://animethemes.moe/video/NanohaMovie2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"BRIGHT STREAM\"", + "link": "https://animethemes.moe/video/NanohaMovie2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "13409", + "title": "Moyashimon Returns", + "year": "2012", + "themes": [ + { + "name": "OP \"Wake Up\"", + "link": "https://animethemes.moe/video/MoyashimonReturns-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Saikin\"", + "link": "https://animethemes.moe/video/MoyashimonReturns-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11021", + "title": "Muv-Luv Alternative: Total Eclipse", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Go to the top\"", + "link": "https://animethemes.moe/video/MuvLuvAlternativeTotalEclipse-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Doubt the World\"", + "link": "https://animethemes.moe/video/MuvLuvAlternativeTotalEclipse-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"signs ~Sakutsuki Hitoyo~\"", + "link": "https://animethemes.moe/video/MuvLuvAlternativeTotalEclipse-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Snow Maiden\"", + "type": "ending" + }, + { + "name": "ED3 \"Revise the World\"", + "type": "ending" + } + ] + }, + { + "id": "13585", + "title": "Natsuyuki Rendezvous", + "year": "2012", + "themes": [ + { + "name": "OP \"See You\"", + "link": "https://animethemes.moe/video/NatsuyukiRendezvous-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Anata ni Deawanakereba ~Kasetsu Touka~\"", + "link": "https://animethemes.moe/video/NatsuyukiRendezvous-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10928", + "title": "Nogizaka Haruka no Himitsu: Finale", + "year": "2012", + "themes": [ + { + "name": "OP \"Happy End wa Himitsu (Himichu)\"", + "link": "https://animethemes.moe/video/NogizakaFinale-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Bye Bye ☆ Daisakusen\"", + "link": "https://animethemes.moe/video/NogizakaFinale-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11933", + "title": "Oda Nobuna no Yabou", + "year": "2012", + "themes": [ + { + "name": "OP \"Link\"", + "link": "https://animethemes.moe/video/OdaNobunaNoYabou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hikari\"", + "link": "https://animethemes.moe/video/OdaNobunaNoYabou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12355", + "title": "Ookami Kodomo no Ame to Yuki", + "year": "2012", + "themes": [ + { + "name": "ED \"Okaa-san no Uta\"", + "link": "https://animethemes.moe/video/OokamiKodomo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9988", + "title": "Otome wa Boku ni Koishiteru: Futari no Elder The Animation", + "year": "2012", + "themes": [ + { + "name": "OP \"CROSS × OVER SENSATION\"", + "link": "https://animethemes.moe/video/OtobokuFutariNoElder-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Himitsu\"", + "link": "https://animethemes.moe/video/OtobokuFutariNoElder-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "14093", + "title": "Pokemon Best Wishes! Season 2", + "year": "2012", + "themes": [ + { + "name": "OP \"Yajirushi ni Natte!\"", + "link": "https://animethemes.moe/video/PokemonBestWishesS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mite Mite ☆ Kocchicchi\"", + "link": "https://animethemes.moe/video/PokemonBestWishesS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rocket Gang Forever\"", + "link": "https://animethemes.moe/video/PokemonBestWishesS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "12281", + "title": "Rinne no Lagrange Season 2", + "year": "2012", + "themes": [ + { + "name": "OP \"Marble\"", + "link": "https://animethemes.moe/video/RinneNoLagrangeS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Jersey-Bu Tamashi!\"", + "link": "https://animethemes.moe/video/RinneNoLagrangeS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Jersey-Bu Tamashi!\"", + "link": "https://animethemes.moe/video/RinneNoLagrangeS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Jersey-Bu Tamashi!\"", + "link": "https://animethemes.moe/video/RinneNoLagrangeS2-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 \"Wasurenai yo.\"", + "link": "https://animethemes.moe/video/RinneNoLagrangeS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "13267", + "title": "Shinryaku!! Ika Musume", + "year": "2012", + "themes": [ + { + "name": "OP V1 \"Let's☆Shinryaku Time!\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeOVA-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Let's☆Shinryaku Time!\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeOVA-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Puzzle\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeOVA-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Miser's Dream\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeOVA-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "11757", + "title": "Sword Art Online", + "year": "2012", + "themes": [ + { + "name": "OP1 \"crossing field\"", + "link": "https://animethemes.moe/video/SwordArtOnline-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"INNOCENCE\"", + "link": "https://animethemes.moe/video/SwordArtOnline-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"INNOCENCE\"", + "link": "https://animethemes.moe/video/SwordArtOnline-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yume Sekai\"", + "link": "https://animethemes.moe/video/SwordArtOnline-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Overfly\"", + "link": "https://animethemes.moe/video/SwordArtOnline-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "14647", + "title": "Tantei Opera Milky Holmes: Alternative", + "year": "2012", + "themes": [ + { + "name": "OP V1 \"Ameagari no Mirai (Alternative Mix)\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmesAlternative-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Ameagari no Mirai (Alternative Mix)\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmesAlternative-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi no Naka no Watashi\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmesAlternative-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "13333", + "title": "Tari Tari", + "year": "2012", + "themes": [ + { + "name": "OP \"Dreamer\"", + "link": "https://animethemes.moe/video/TariTari-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shiokaze no Harmony\" by Sawa Okita & Konatsu Miyamoto", + "link": "https://animethemes.moe/video/TariTari-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shiokaze no Harmony\" by Sawa Okita, Konatsu Miyamoto, Taichi Tanaka, & Atsuhiro Maeda", + "link": "https://animethemes.moe/video/TariTari-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Shiokaze no Harmony\" by Shirahamazaka Koukou Gasshou-bu", + "link": "https://animethemes.moe/video/TariTari-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "11889", + "title": "The iDOLM@STER: 765 Pro to Iu Monogatari", + "year": "2012", + "themes": [ + { + "name": "OP \"CHANGE!!!!\"", + "link": "https://animethemes.moe/video/Idolmaster-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"my song\"", + "link": "https://animethemes.moe/video/IdolmasterSpecial-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12015", + "title": "Tiger & Bunny Movie 1: The Beginning", + "year": "2012", + "themes": [ + { + "name": "OP \"Earth Diver\"", + "link": "https://animethemes.moe/video/TigerAndBunnyMovie1-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Linear Blue wo Kiki Nagara\"", + "link": "https://animethemes.moe/video/TigerAndBunnyMovie1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12403", + "title": "Yuru Yuri♪♪", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Yes! Yuyuyu☆Yuru Yuri♪♪\"", + "link": "https://animethemes.moe/video/YuruYuriS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yonde Mirakurun!\"", + "link": "https://animethemes.moe/video/YuruYuriS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"100% Chu~Gakusei\"", + "link": "https://animethemes.moe/video/YuruYuriS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Girls Power de\"", + "link": "https://animethemes.moe/video/YuruYuriS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "11759", + "title": "Accel World", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Chase the world\"", + "link": "https://animethemes.moe/video/AccelWorld-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Burst The Gravity\"", + "link": "https://animethemes.moe/video/AccelWorld-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"→unfinished→\"", + "link": "https://animethemes.moe/video/AccelWorld-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Unite\"", + "link": "https://animethemes.moe/video/AccelWorld-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "12291", + "title": "Acchi Kocchi (TV)", + "year": "2012", + "themes": [ + { + "name": "OP \"Acchi de Kocchi de\"", + "link": "https://animethemes.moe/video/AcchiKocchi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Te wo Gyu Shite ne\"", + "link": "https://animethemes.moe/video/AcchiKocchi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12149", + "title": "AKB0048", + "year": "2012", + "themes": [ + { + "name": "OP \"Kibou ni Tsuite\"", + "link": "https://animethemes.moe/video/AKB0048-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yume wa Nandomo Umarekawaru\"", + "link": "https://animethemes.moe/video/AKB0048-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sasae\"", + "link": "https://animethemes.moe/video/AKB0048-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Niji no Ressha\"", + "link": "https://animethemes.moe/video/AKB0048-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "12581", + "title": "Asa made Jugyou Chu!", + "year": "2012", + "themes": [ + { + "name": "ED \"happy☆lucky\"", + "link": "https://animethemes.moe/video/AsaMadeJugyouChu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12113", + "title": "Berserk: Ougon Jidai-hen II - Doldrey Kouryaku", + "year": "2012", + "themes": [ + { + "name": "OP \"Aria\"", + "link": "https://animethemes.moe/video/BerserkOugonJidaiHenII-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Suite 'Blood and Guts'\"", + "link": "https://animethemes.moe/video/BerserkOugonJidaiHenII-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12471", + "title": "Eureka Seven AO", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Escape\"", + "link": "https://animethemes.moe/video/EurekaSevenAO-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"BRAVEBLUE\"", + "link": "https://animethemes.moe/video/EurekaSevenAO-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"stand by me\"", + "link": "https://animethemes.moe/video/EurekaSevenAO-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Iolite\"", + "link": "https://animethemes.moe/video/EurekaSevenAO-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Parallel Sign\"", + "type": "ending" + } + ] + }, + { + "id": "11741", + "title": "Fate/Zero 2nd Season", + "year": "2012", + "themes": [ + { + "name": "OP \"to the beginning\"", + "link": "https://animethemes.moe/video/FateZeroS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sora wa Takaku Kaze wa Utau\"", + "link": "https://animethemes.moe/video/FateZeroS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Manten\"", + "link": "https://animethemes.moe/video/FateZeroS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"to the beginning\"", + "link": "https://animethemes.moe/video/FateZeroS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "11785", + "title": "Haiyore! Nyaruko-san", + "year": "2012", + "themes": [ + { + "name": "OP \"Taiyou Iwaku Moeyo Chaos\"", + "link": "https://animethemes.moe/video/HaiyoreNyarukoSan-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Zutto Be with you\"", + "link": "https://animethemes.moe/video/HaiyoreNyarukoSan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Magamagashiku mo Sei Naru kana\"", + "type": "ending" + } + ] + }, + { + "id": "12461", + "title": "Hiiro no Kakera", + "year": "2012", + "themes": [ + { + "name": "OP \"Nee\"", + "link": "https://animethemes.moe/video/HiiroNoKakera-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kono Te de Daki Tomeru Kara\"", + "link": "https://animethemes.moe/video/HiiroNoKakera-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12189", + "title": "Hyouka", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Yasashisa no Riyuu\"", + "link": "https://animethemes.moe/video/Hyouka-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Mikansei Stride\"", + "link": "https://animethemes.moe/video/Hyouka-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Madoromi no Yakusoku\"", + "link": "https://animethemes.moe/video/Hyouka-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi ni Matsuwaru Mystery\"", + "link": "https://animethemes.moe/video/Hyouka-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "12413", + "title": "Jormungand", + "year": "2012", + "themes": [ + { + "name": "OP \"Borderland\"", + "link": "https://animethemes.moe/video/Jormungand-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ambivalentidea\"", + "link": "https://animethemes.moe/video/Jormungand-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shiroku Yawaraka na Hana\"", + "link": "https://animethemes.moe/video/Jormungand-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "11739", + "title": "Kimi to Boku. 2", + "year": "2012", + "themes": [ + { + "name": "OP \"Zutto\"", + "link": "https://animethemes.moe/video/KimiToBokuS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi to Boku no Banka\"", + "link": "https://animethemes.moe/video/KimiToBokuS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10790", + "title": "Kore wa Zombie desu ka? OF THE DEAD", + "year": "2012", + "themes": [ + { + "name": "OP \"*** Passionate\"", + "link": "https://animethemes.moe/video/KoreWaZombieDesuKaS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koi no Beginner Nan Desu (T_T)\"", + "link": "https://animethemes.moe/video/KoreWaZombieDesuKaS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11771", + "title": "Kuroko no Basket", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Can Do\"", + "link": "https://animethemes.moe/video/KurokoNoBasket-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KurokoNoBasket-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP2 \"RIMFIRE\"", + "link": "https://animethemes.moe/video/KurokoNoBasket-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KurokoNoBasket-OP2-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED1 \"Start it right away\"", + "link": "https://animethemes.moe/video/KurokoNoBasket-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KurokoNoBasket-ED1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED2 \"Catal Rhythm\"", + "link": "https://animethemes.moe/video/KurokoNoBasket-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KurokoNoBasket-ED2-NCDVD480.webm", + "type": "ending" + } + ] + }, + { + "id": "13159", + "title": "Kuromajo-san ga Tooru!!", + "year": "2012", + "themes": [ + { + "name": "OP1 V1 \"Doki Doki Shichau no Oh Yeah!\"", + "link": "https://animethemes.moe/video/KuromajoSanGaTooru-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Doki Doki Shichau no Oh Yeah!\"", + "link": "https://animethemes.moe/video/KuromajoSanGaTooru-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Festiparty\"", + "type": "opening" + } + ] + }, + { + "id": "13203", + "title": "Lupin the Third: Mine Fujiko to Iu Onna", + "year": "2012", + "themes": [ + { + "name": "OP \"New Wuthering Heights\"", + "link": "https://animethemes.moe/video/MineFujikoToIuOnna-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MineFujikoToIuOnna-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Duty Friend\"", + "link": "https://animethemes.moe/video/MineFujikoToIuOnna-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11761", + "title": "Medaka Box", + "year": "2012", + "themes": [ + { + "name": "OP \"HAPPY CRAZY BOX\"", + "link": "https://animethemes.moe/video/MedakaBox-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ohanabatake ni Tsuretette\"", + "link": "https://animethemes.moe/video/MedakaBox-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12119", + "title": "Natsu-iro Kiseki", + "year": "2012", + "themes": [ + { + "name": "OP \"Non stop road\"", + "link": "https://animethemes.moe/video/NatsuiroKiseki-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Ashita e no Kaerimichi\"", + "link": "https://animethemes.moe/video/NatsuiroKiseki-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Ashita e no Kaerimichi\"", + "link": "https://animethemes.moe/video/NatsuiroKiseki-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Minamikaze Dramatic\"", + "link": "https://animethemes.moe/video/NatsuiroKiseki-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "12467", + "title": "Nazo no Kanojo X", + "year": "2012", + "themes": [ + { + "name": "OP \"Koi no Orchestra\"", + "link": "https://animethemes.moe/video/NazoNoKanojoX-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Houkago no Yakusoku\"", + "link": "https://animethemes.moe/video/NazoNoKanojoX-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12753", + "title": "Phi Brain: Kami no Puzzle - Orpheus Order-hen", + "year": "2012", + "themes": [ + { + "name": "OP \"Now or Never\"", + "link": "https://animethemes.moe/video/PhiBrainS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Super step\"", + "link": "https://animethemes.moe/video/PhiBrainS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11859", + "title": "Queen's Blade: Rebellion", + "year": "2012", + "themes": [ + { + "name": "OP \"Inochi no Uta ga Kikoeru\"", + "link": "https://animethemes.moe/video/QueensBladeRebellion-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"future is serious\"", + "link": "https://animethemes.moe/video/QueensBladeRebellion-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"future is serious\"", + "link": "https://animethemes.moe/video/QueensBladeRebellion-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "13377", + "title": "Recorder to Randoseru Re♪", + "year": "2012", + "themes": [ + { + "name": "ED \"Stare\"", + "link": "https://animethemes.moe/video/RecorderToRandoseruRe-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "13727", + "title": "Rinne no Lagrange: Kamogawa Days", + "year": "2012", + "themes": [ + { + "name": "OP \"TRY Unite!\"", + "link": "https://animethemes.moe/video/RinneNoLagrangeOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hello!\"", + "link": "https://animethemes.moe/video/RinneNoLagrangeOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12929", + "title": "Saint Seiya Omega", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Pegasus Fantasy ~Omega version~\"", + "link": "https://animethemes.moe/video/SaintSeiyaOmega-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Next Generation\"", + "link": "https://animethemes.moe/video/SaintSeiyaOmega-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Next Generation\"", + "link": "https://animethemes.moe/video/SaintSeiyaOmega-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Saint Evolution\"", + "link": "https://animethemes.moe/video/SaintSeiyaOmega-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Senkou Strings\"", + "link": "https://animethemes.moe/video/SaintSeiyaOmega-OP4.webm", + "type": "opening" + } + ] + }, + { + "id": "12531", + "title": "Sakamichi no Apollon", + "year": "2012", + "themes": [ + { + "name": "OP \"Sakamichi no Melody\"", + "link": "https://animethemes.moe/video/SakamichiNoApollon-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Altair\"", + "link": "https://animethemes.moe/video/SakamichiNoApollon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10884", + "title": "Saki Achiga-hen: Episode of Side-A", + "year": "2012", + "themes": [ + { + "name": "OP \"MIRACLE RUSH\"", + "link": "https://animethemes.moe/video/SakiAchigaHenSideA-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"SquarePanicSerenade\"", + "link": "https://animethemes.moe/video/SakiAchigaHenSideA-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Futuristic Player\"", + "link": "https://animethemes.moe/video/SakiAchigaHenSideA-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "11499", + "title": "Sankarea", + "year": "2012", + "themes": [ + { + "name": "OP \"Esoragoto\"", + "link": "https://animethemes.moe/video/Sankarea-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Above your hand\"", + "link": "https://animethemes.moe/video/Sankarea-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Above your hand\"", + "link": "https://animethemes.moe/video/Sankarea-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "11813", + "title": "Shijou Saikyou no Deshi Kenichi OVA", + "year": "2012", + "themes": [ + { + "name": "OP \"WISH\"", + "link": "https://animethemes.moe/video/KenIchiOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Glory Days\"", + "link": "https://animethemes.moe/video/KenIchiOVA-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Predawn Song\"", + "link": "https://animethemes.moe/video/KenIchiOVA-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Breathless\"", + "link": "https://animethemes.moe/video/KenIchiOVA-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "12367", + "title": "Shining Hearts: Shiawase no Pan", + "year": "2012", + "themes": [ + { + "name": "OP \"Toki Sekai\"", + "link": "https://animethemes.moe/video/ShiningHearts-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShiningHearts-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Fuwaffuwa no Mahou\"", + "link": "https://animethemes.moe/video/ShiningHearts-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12815", + "title": "Shirokuma Cafe", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Boku ni Invitation\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Rough & Laugh\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"You&Me\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Bamboo☆Scramble\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Grizzly-san no G★ROCK\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Mizuiro\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"ZOO tto ne!\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Michinoku Shiiku Blues\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Zokkon! Penko-san\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Kimama ni Panda Mama♥\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Llama-san no Llama Mambo\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Largo\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Bamboo rendezvous ♥\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"PANDAHOLIC!!\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"My Dear\"", + "link": "https://animethemes.moe/video/ShirokumaCafe-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "11793", + "title": "Tamayura: Hitotose - Attakai Kaze no Omoide, Nanode", + "year": "2012", + "themes": [ + { + "name": "OP \"Okaerinasai\"", + "link": "https://animethemes.moe/video/TamayuraHitotose-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hanabi\"", + "link": "https://animethemes.moe/video/TamayuraHitotoseSpecial-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12445", + "title": "Tasogare Otome x Amnesia", + "year": "2012", + "themes": [ + { + "name": "OP \"CHOIR JAIL\"", + "link": "https://animethemes.moe/video/TasogareOtomeAmnesia-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Calendrier\"", + "link": "https://animethemes.moe/video/TasogareOtomeAmnesia-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Calendrier -Yuuko-\"", + "link": "https://animethemes.moe/video/TasogareOtomeAmnesia-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "12883", + "title": "Tsuritama", + "year": "2012", + "themes": [ + { + "name": "OP \"Tsurezure Monochrome\"", + "link": "https://animethemes.moe/video/Tsuritama-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sora mo Toberu Hazu\"", + "link": "https://animethemes.moe/video/Tsuritama-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12431", + "title": "Uchuu Kyoudai", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Feel So Moon\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Eureka\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Yume Miru Sekai\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Small World\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Kienai E\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Crater\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"HALO\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-OP7.webm", + "type": "opening" + }, + { + "name": "OP8 \"B.B\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-OP8.webm", + "type": "opening" + }, + { + "name": "ED1 \"Subarashiki Sekai\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kokuhaku\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tete\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Goodbye Isaac\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"BEYOND\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Yozora no Taiyou\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"New World\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Anata a Ireba OK!\"", + "link": "https://animethemes.moe/video/UchuuKyoudai-ED8.webm", + "type": "ending" + } + ] + }, + { + "id": "12029", + "title": "Uchuu Senkan Yamato 2199", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Uchuu Senkan Yamato\" by Isao Sasaki", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2199-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Uchuu Senkan 2199 (Normal Ver.)\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2199-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hoshi ga Eien wo Terashiteru\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2199-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Utsukushii Chikyuu wo Shiru Mono yo\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2199-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Makka na Scarf\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2199-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kioku no Hikari\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2199-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Yosoro ~Hoshi no Umi wo Koete~\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2199-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"R.I.P~Tomo yo Shizuka ni Nemure~\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2199-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Ai no Hoshi\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato2199-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "12317", + "title": "Upotte!!", + "year": "2012", + "themes": [ + { + "name": "OP \"I.N.G.\"", + "link": "https://animethemes.moe/video/Upotte-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Himekuri\"", + "link": "https://animethemes.moe/video/Upotte-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11837", + "title": "Zetman", + "year": "2012", + "themes": [ + { + "name": "OP \"dots and lines\"", + "link": "https://animethemes.moe/video/Zetman-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tomeru\"", + "link": "https://animethemes.moe/video/Zetman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11235", + "title": "Amagami SS+ Plus", + "year": "2012", + "themes": [ + { + "name": "OP V1 \"Check My Soul\"", + "link": "https://animethemes.moe/video/AmagamiS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Check My Soul\"", + "link": "https://animethemes.moe/video/AmagamiS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kokuhaku\"", + "link": "https://animethemes.moe/video/AmagamiS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kokuhaku\"", + "link": "https://animethemes.moe/video/AmagamiS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Kokuhaku\"", + "link": "https://animethemes.moe/video/AmagamiS2-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Kokuhaku\"", + "link": "https://animethemes.moe/video/AmagamiS2-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Kokuhaku\"", + "link": "https://animethemes.moe/video/AmagamiS2-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Kokuhaku\"", + "link": "https://animethemes.moe/video/AmagamiS2-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Kokuhaku\"", + "link": "https://animethemes.moe/video/AmagamiS2-ED1v7.webm", + "type": "ending" + } + ] + }, + { + "id": "11433", + "title": "Ano Natsu de Matteru", + "year": "2012", + "themes": [ + { + "name": "OP \"sign\"", + "link": "https://animethemes.moe/video/AnoNatsuDeMatteru-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Vidro Moyou\"", + "link": "https://animethemes.moe/video/AnoNatsuDeMatteru-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11111", + "title": "Another", + "year": "2012", + "themes": [ + { + "name": "OP \"Kyoumu Densen\"", + "link": "https://animethemes.moe/video/Another-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"anamnesis\"", + "link": "https://animethemes.moe/video/Another-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10447", + "title": "Aquarion Evol", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Kimi no Shinwa ~ Aquarion Dai Ni Shou\"", + "link": "https://animethemes.moe/video/AquarionEvol-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Paradoxical ZOO\"", + "link": "https://animethemes.moe/video/AquarionEvol-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Gekkou Symphonia\"", + "link": "https://animethemes.moe/video/AquarionEvol-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yunoha no Mori\"", + "link": "https://animethemes.moe/video/AquarionEvol-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Aqueria Mau Sora\"", + "type": "ending" + }, + { + "name": "ED4 \"ZERO\"", + "link": "https://animethemes.moe/video/AquarionEvol-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "11697", + "title": "Area no Kishi", + "year": "2012", + "themes": [ + { + "name": "OP \"Higher Ground\"", + "link": "https://animethemes.moe/video/AreaNoKishi-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "10218", + "title": "Berserk: Ougon Jidai-hen I - Haou no Tamago", + "year": "2012", + "themes": [ + { + "name": "OP \"Aria\"", + "link": "https://animethemes.moe/video/BerserkOugonJidaiHenI-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Blood and Guts\"", + "link": "https://animethemes.moe/video/BerserkOugonJidaiHenI-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Utsukushikumono\"", + "type": "ending" + } + ] + }, + { + "id": "11285", + "title": "Black★Rock Shooter (TV)", + "year": "2012", + "themes": [ + { + "name": "OP V1 \"Black★Rock Shooter\"", + "link": "https://animethemes.moe/video/BlackRockShooterTV-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackRockShooterTV-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Black★Rock Shooter\"", + "link": "https://animethemes.moe/video/BlackRockShooterTV-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Bokura no Ashiato\"", + "link": "https://animethemes.moe/video/BlackRockShooterTV-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlackRockShooterTV-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Bokura no Ashiato\"", + "link": "https://animethemes.moe/video/BlackRockShooterTV-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Bokura no Ashiato\"", + "link": "https://animethemes.moe/video/BlackRockShooterTV-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "11241", + "title": "Brave 10", + "year": "2012", + "themes": [ + { + "name": "OP1 \"Seirei Hirai\"", + "link": "https://animethemes.moe/video/Brave10-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Tenka wo Odoru\"", + "type": "opening" + }, + { + "name": "ED \"Adeosu\"", + "link": "https://animethemes.moe/video/Brave10-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11843", + "title": "Danshi Koukousei no Nichijou", + "year": "2012", + "themes": [ + { + "name": "OP \"Shiny tale\"", + "link": "https://animethemes.moe/video/DanshiKoukouseiNoNichijou-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Bungaku Shoujo\"", + "link": "https://animethemes.moe/video/DanshiKoukouseiNoNichijou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ohisama\"", + "link": "https://animethemes.moe/video/DanshiKoukouseiNoNichijou-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "11617", + "title": "High School DxD", + "year": "2012", + "themes": [ + { + "name": "OP \"Trip -innocent of D-\"", + "link": "https://animethemes.moe/video/HighSchoolDxD-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"STUDY x STUDY\"", + "link": "https://animethemes.moe/video/HighSchoolDxD-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11013", + "title": "Inu x Boku SS", + "year": "2012", + "themes": [ + { + "name": "OP \"Nirvana\"", + "link": "https://animethemes.moe/video/InuBokuSS-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Rakuen no Photograph\"", + "link": "https://animethemes.moe/video/InuBokuSS-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Rakuen no Photograph\"", + "link": "https://animethemes.moe/video/InuBokuSS-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi wa\"", + "link": "https://animethemes.moe/video/InuBokuSS-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"one way\"", + "link": "https://animethemes.moe/video/InuBokuSS-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"SM Hantei Forum\"", + "link": "https://animethemes.moe/video/InuBokuSS-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"sweets parade\"", + "link": "https://animethemes.moe/video/InuBokuSS-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Taiyou to Tsuki\"", + "link": "https://animethemes.moe/video/InuBokuSS-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "11079", + "title": "Kill Me Baby", + "year": "2012", + "themes": [ + { + "name": "OP \"Kill Me no Baby!\"", + "link": "https://animethemes.moe/video/KillMeBaby-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Futari no Kimochi no Honto no Himitsu\"", + "link": "https://animethemes.moe/video/KillMeBaby-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11209", + "title": "Maken-Ki! OVA", + "year": "2012", + "themes": [ + { + "name": "OP \"Fly Away\"", + "link": "https://animethemes.moe/video/MakenKi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Baby! Baby!\" by Mina & Hitomi Harada", + "link": "https://animethemes.moe/video/MakenKiOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9523", + "title": "Minori Scramble!", + "year": "2012", + "themes": [ + { + "name": "OP \"Minna de Happy\"", + "link": "https://animethemes.moe/video/MinoriScramble-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi no Boku e no Kakushigoto\"", + "link": "https://animethemes.moe/video/MinoriScramble-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8917", + "title": "Mouretsu Pirates", + "year": "2012", + "themes": [ + { + "name": "OP \"Mouretsu Uchuu Koukyoukyoku: Daishichi Gakushou 'Mugen no Ai'\"", + "link": "https://animethemes.moe/video/MouretsuPirates-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"LOST CHILD\"", + "link": "https://animethemes.moe/video/MouretsuPirates-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Black Holy\"", + "type": "ending" + }, + { + "name": "ED3 \"Toumei na Yozora ~Matataku Hoshi ni Tsutsumarete~\"", + "type": "ending" + }, + { + "name": "ED4 \"Mirai Kouro\"", + "type": "ending" + } + ] + }, + { + "id": "11665", + "title": "Natsume Yuujinchou Shi", + "year": "2012", + "themes": [ + { + "name": "OP \"Ima, Kono Toki.\"", + "link": "https://animethemes.moe/video/NatsumeYuujinchouShi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Takaramono\"", + "link": "https://animethemes.moe/video/NatsumeYuujinchouShi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11597", + "title": "Nisemonogatari", + "year": "2012", + "themes": [ + { + "name": "OP1 V1 \"Futakotome\"", + "link": "https://animethemes.moe/video/Nisemonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Futakotome\"", + "link": "https://animethemes.moe/video/Nisemonogatari-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"marshmallow justice\"", + "link": "https://animethemes.moe/video/Nisemonogatari-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Platinum Disco\"", + "link": "https://animethemes.moe/video/Nisemonogatari-OP3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Naisho no Hanashi\"", + "link": "https://animethemes.moe/video/Nisemonogatari-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Naisho no Hanashi\"", + "link": "https://animethemes.moe/video/Nisemonogatari-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Naisho no Hanashi\"", + "link": "https://animethemes.moe/video/Nisemonogatari-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "11179", + "title": "Papa no Iukoto wo Kikinasai!", + "year": "2012", + "themes": [ + { + "name": "OP \"Happy Girl\"", + "link": "https://animethemes.moe/video/PapaNoIukotoWoKikinasai-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Coloring\"", + "link": "https://animethemes.moe/video/PapaNoIukotoWoKikinasai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12021", + "title": "Poyopoyo Kansatsu Nikki", + "year": "2012", + "themes": [ + { + "name": "OP \"Maru Kaite Poyon\"", + "link": "https://animethemes.moe/video/PoyopoyoKansatsuNikki-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "12221", + "title": "Precure All Stars Movie New Stage: Mirai no Tomodachi", + "year": "2012", + "themes": [ + { + "name": "OP \"Precure ~Eien no Tomodachi~\"", + "link": "https://animethemes.moe/video/PrecureAllStarsNewStage-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yay! Yay! Yay!\"", + "link": "https://animethemes.moe/video/PrecureAllStarsNewStage-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11491", + "title": "Recorder to Randoseru Do♪", + "year": "2012", + "themes": [ + { + "name": "ED \"Glitter\"", + "link": "https://animethemes.moe/video/RecorderToRandoseruDo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11227", + "title": "Rinne no Lagrange", + "year": "2012", + "themes": [ + { + "name": "OP \"TRY Unite!\"", + "link": "https://animethemes.moe/video/RinneNoLagrange-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hello!\"", + "link": "https://animethemes.moe/video/RinneNoLagrange-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12223", + "title": "s.CRY.ed Alteration II: Quan", + "year": "2012", + "themes": [ + { + "name": "ED \"SPIRITS\"", + "link": "https://animethemes.moe/video/ScryedMovie2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11751", + "title": "Senki Zesshou Symphogear: Meteoroid-Falling, Burning, and Disappear, Then...", + "year": "2012", + "themes": [ + { + "name": "OP1 V1 \"Synchrograzer\"", + "link": "https://animethemes.moe/video/Symphogear-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Synchrograzer\"", + "link": "https://animethemes.moe/video/Symphogear-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"Synchrograzer\"", + "link": "https://animethemes.moe/video/Symphogear-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP2 \"Meteor Light\"", + "link": "https://animethemes.moe/video/Symphogear-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Synchrograzer\"", + "link": "https://animethemes.moe/video/Symphogear-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Synchrograzer\"", + "link": "https://animethemes.moe/video/Symphogear-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Meteor Light\"", + "link": "https://animethemes.moe/video/Symphogear-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Gekisou - Gungnir\"", + "link": "https://animethemes.moe/video/Symphogear-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Gyakkou no Flugel\"", + "link": "https://animethemes.moe/video/Symphogear-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "12191", + "title": "Smile Precure!", + "year": "2012", + "themes": [ + { + "name": "OP V1 \"Let's go! Smile Precure!\"", + "link": "https://animethemes.moe/video/SmilePrecure-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Let's go! Smile Precure!\"", + "link": "https://animethemes.moe/video/SmilePrecure-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Yay! Yay! Yay!\"", + "link": "https://animethemes.moe/video/SmilePrecure-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Yay! Yay! Yay!\"", + "link": "https://animethemes.moe/video/SmilePrecure-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Yay! Yay! Yay!\"", + "link": "https://animethemes.moe/video/SmilePrecure-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Yay! Yay! Yay!\"", + "link": "https://animethemes.moe/video/SmilePrecure-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Yay! Yay! Yay!\"", + "link": "https://animethemes.moe/video/SmilePrecure-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Mankai * Smile\"", + "link": "https://animethemes.moe/video/SmilePrecure-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Mankai * Smile\"", + "link": "https://animethemes.moe/video/SmilePrecure-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Mankai * Smile\"", + "link": "https://animethemes.moe/video/SmilePrecure-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED2 V4 \"Mankai * Smile\"", + "link": "https://animethemes.moe/video/SmilePrecure-ED2v4.webm", + "type": "ending" + }, + { + "name": "ED2 V5 \"Mankai * Smile\"", + "link": "https://animethemes.moe/video/SmilePrecure-ED2v5.webm", + "type": "ending" + } + ] + }, + { + "id": "12699", + "title": "Tales of Gekijou", + "year": "2012", + "themes": [ + { + "name": "ED \"Omotteiru zutto...\"", + "link": "https://animethemes.moe/video/TalesOfGekijou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11341", + "title": "Tantei Opera Milky Holmes Dai 2 Maku", + "year": "2012", + "themes": [ + { + "name": "OP \"Nazo! Nazo? Happiness!!\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmesS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Lovely Girls Anthem\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmesS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Lovely Girls Anthem\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmesS2-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "12437", + "title": "Yuri Seijin Naoko-san", + "year": "2012", + "themes": [ + { + "name": "OP \"Yuri Seijin Naoko-san\"", + "link": "https://animethemes.moe/video/YuriSeijinNaokoSan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Photon Belt Kankou Hotel\"", + "link": "https://animethemes.moe/video/YuriSeijinNaokoSan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11319", + "title": "Zero no Tsukaima F", + "year": "2012", + "themes": [ + { + "name": "OP \"I'll Be There For You\"", + "link": "https://animethemes.moe/video/ZeroNoTsukaimaS4-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kiss Shite↑Agenai↓\"", + "link": "https://animethemes.moe/video/ZeroNoTsukaimaS4-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10030", + "title": "Bakuman. 2", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"Dream of Life\"", + "link": "https://animethemes.moe/video/BakumanS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Dream of Life\"", + "link": "https://animethemes.moe/video/BakumanS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"monochrome rainbow\"", + "link": "https://animethemes.moe/video/BakumanS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Parallel=\"", + "link": "https://animethemes.moe/video/BakumanS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "10396", + "title": "Ben-To", + "year": "2011", + "themes": [ + { + "name": "OP1 V1 \"LIVE for LIFE ~Ookamitachi no Yoru~\"", + "link": "https://animethemes.moe/video/Bento-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"LIVE for LIFE ~Ookamitachi no Yoru~\"", + "link": "https://animethemes.moe/video/Bento-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Treasure\"", + "link": "https://animethemes.moe/video/Bento-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Egao no Housoku\"", + "link": "https://animethemes.moe/video/Bento-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10719", + "title": "Boku wa Tomodachi ga Sukunai", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"Zannenkei Rinjinbu (Hoshi Futatsu Han)\"", + "link": "https://animethemes.moe/video/Haganai-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Zannenkei Rinjinbu (Hoshi Futatsu Han)\"", + "link": "https://animethemes.moe/video/Haganai-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Watashi no Kimochi\"", + "link": "https://animethemes.moe/video/Haganai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10578", + "title": "C³", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Endless Story\"", + "link": "https://animethemes.moe/video/C3-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Shirushi\"", + "link": "https://animethemes.moe/video/C3-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Hana\"", + "link": "https://animethemes.moe/video/C3-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Hana\"", + "link": "https://animethemes.moe/video/C3-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sympathy of Love\"", + "link": "https://animethemes.moe/video/C3-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "10800", + "title": "Chihayafuru", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"YOUTHFUL\"", + "link": "https://animethemes.moe/video/Chihayafuru-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"YOUTHFUL\"", + "link": "https://animethemes.moe/video/Chihayafuru-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Soshite Ima\"", + "link": "https://animethemes.moe/video/Chihayafuru-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"YOUTHFUL\"", + "link": "https://animethemes.moe/video/Chihayafuru-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "11177", + "title": "Cross Fight B-Daman", + "year": "2011", + "themes": [ + { + "name": "OP \"TRUTH\"", + "link": "https://animethemes.moe/video/CrossFightBedaman-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Tsubasa no Yukue\"", + "link": "https://animethemes.moe/video/CrossFightBedaman-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Tsubasa no Yukue\"", + "link": "https://animethemes.moe/video/CrossFightBedaman-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Tsubasa no Yukue\"", + "link": "https://animethemes.moe/video/CrossFightBedaman-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Tsubasa no Yukue\"", + "link": "https://animethemes.moe/video/CrossFightBedaman-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "10087", + "title": "Fate/Zero", + "year": "2011", + "themes": [ + { + "name": "OP \"oath sign\"", + "link": "https://animethemes.moe/video/FateZero-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"MEMORIA\"", + "link": "https://animethemes.moe/video/FateZero-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10793", + "title": "Guilty Crown", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Euterpe\"", + "link": "https://animethemes.moe/video/GuiltyCrown-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"My Dearest\"", + "link": "https://animethemes.moe/video/GuiltyCrown-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"My Dearest\"", + "link": "https://animethemes.moe/video/GuiltyCrown-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP3 V1 \"The Everlasting Guilty Crown\"", + "link": "https://animethemes.moe/video/GuiltyCrown-OP3.webm", + "type": "opening" + }, + { + "name": "OP3 V2 \"The Everlasting Guilty Crown\"", + "link": "https://animethemes.moe/video/GuiltyCrown-OP3v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED1 V7 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED1 V8 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED1 V9 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED1 V10 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED1 V11 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1v11.webm", + "type": "ending" + }, + { + "name": "ED1 V12 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1v12.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Kokuhaku\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Kokuhaku\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Kokuhaku\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED2v3.webm", + "type": "ending" + } + ] + }, + { + "id": "11237", + "title": "Hidamari Sketch x SP", + "year": "2011", + "themes": [ + { + "name": "OP \"Kimagure, Jan-ken-pon\"", + "link": "https://animethemes.moe/video/HidamariSketchSP-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"nora\"", + "link": "https://animethemes.moe/video/HidamariSketchSP-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11061", + "title": "Hunter x Hunter (2011)", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"departure!\"", + "link": "https://animethemes.moe/video/HunterHunter2011-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"departure! -second version-\"", + "link": "https://animethemes.moe/video/HunterHunter2011-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"departure!\"", + "link": "https://animethemes.moe/video/HunterHunter2011-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"departure!\"", + "link": "https://animethemes.moe/video/HunterHunter2011-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"departure! -second version-\"", + "link": "https://animethemes.moe/video/HunterHunter2011-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"departure!\"", + "link": "https://animethemes.moe/video/HunterHunter2011-OP1v6.webm", + "type": "opening" + }, + { + "name": "ED1 \"Just Awake\"", + "link": "https://animethemes.moe/video/HunterHunter2011-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hunting for Your Dream.\"", + "link": "https://animethemes.moe/video/HunterHunter2011-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"REASON\"", + "link": "https://animethemes.moe/video/HunterHunter2011-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Nagareboshi Kirari\"", + "link": "https://animethemes.moe/video/HunterHunter2011-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hyoriittai\"", + "link": "https://animethemes.moe/video/HunterHunter2011-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Hyoriittai -second version-\"", + "link": "https://animethemes.moe/video/HunterHunter2011-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "11255", + "title": "Ikkitousen: Shuugaku Toushi Keppuuroku", + "year": "2011", + "themes": [ + { + "name": "ED \"FATE ~on the way~\"", + "link": "https://animethemes.moe/video/IkkitousenShuugakuToushiKeppuuroku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10794", + "title": "IS: Infinite Stratos Encore - Koi ni Kogareru Rokujuusou", + "year": "2011", + "themes": [ + { + "name": "OP \"STRAIGHT JET\"", + "link": "https://animethemes.moe/video/InfiniteStratosOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Best Partner\"", + "link": "https://animethemes.moe/video/InfiniteStratosOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9617", + "title": "K-On! Movie", + "year": "2011", + "themes": [ + { + "name": "OP \"Ichiban Ippai\"", + "link": "https://animethemes.moe/video/KOnMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Singing\"", + "link": "https://animethemes.moe/video/KOnMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10805", + "title": "Kami nomi zo Shiru Sekai: 4-nin to Idol", + "year": "2011", + "themes": [ + { + "name": "OP \"Natsuiro Surprise\"", + "link": "https://animethemes.moe/video/KaminomiYoninToIdol-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hajimete Koi wo Shita Kioku\"", + "link": "https://animethemes.moe/video/KaminomiYoninToIdol-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10460", + "title": "Kimi to Boku.", + "year": "2011", + "themes": [ + { + "name": "OP \"Bye Bye\"", + "link": "https://animethemes.moe/video/KimiToBoku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nakimushi.\"", + "link": "https://animethemes.moe/video/KimiToBoku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10456", + "title": "Kyoukaisenjou no Horizon", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"Terminated\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizon-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Terminated\"", + "type": "opening" + }, + { + "name": "ED1 V1 \"Pieces\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizon-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Pieces\"", + "type": "ending" + }, + { + "name": "ED1 V3 \"Pieces\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizon-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Pieces\"", + "type": "ending" + }, + { + "name": "ED1 V5 \"Pieces\"", + "type": "ending" + }, + { + "name": "ED1 V6 \"Pieces\"", + "type": "ending" + }, + { + "name": "ED1 V7 \"Pieces\"", + "type": "ending" + }, + { + "name": "ED1 V8 \"Pieces\"", + "type": "ending" + }, + { + "name": "ED1 V9 \"Pieces\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizon-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Stardust Melodia\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizon-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Stardust Melodia\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizon-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Stardust Melodia\"", + "type": "ending" + }, + { + "name": "ED2 V4 \"Stardust Melodia\"", + "type": "ending" + } + ] + }, + { + "id": "10336", + "title": "Last Exile: Ginyoku no Fam", + "year": "2011", + "themes": [ + { + "name": "OP \"Buddy\"", + "link": "https://animethemes.moe/video/LastExileS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Starboard\"", + "type": "ending" + }, + { + "name": "ED2 \"Starboard [Silky Wind ver.]\"", + "type": "ending" + }, + { + "name": "ED3 \"Innocent Eyes\"", + "type": "ending" + }, + { + "name": "ED4 \"Sorrows of Life\"", + "type": "ending" + }, + { + "name": "ED5 \"Grand Exile\"", + "type": "ending" + }, + { + "name": "ED6 \"Kaze no Kyoukaisen\"", + "type": "ending" + } + ] + }, + { + "id": "10213", + "title": "Maji de Watashi ni Koi Shinasai!", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"U-n-d-e-r--STANDING!\"", + "link": "https://animethemes.moe/video/Majikoi-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"U-n-d-e-r--STANDING!\"", + "link": "https://animethemes.moe/video/Majikoi-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"U-n-d-e-r--STANDING!\"", + "link": "https://animethemes.moe/video/Majikoi-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kimi no Shinken wo Choudai\"", + "link": "https://animethemes.moe/video/Majikoi-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kimi no Shinken wo Choudai\"", + "link": "https://animethemes.moe/video/Majikoi-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Kimi no Shinken wo Choudai\"", + "link": "https://animethemes.moe/video/Majikoi-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Kimi no Shinken wo Choudai\"", + "link": "https://animethemes.moe/video/Majikoi-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Kimi no Shinken wo Choudai\"", + "link": "https://animethemes.moe/video/Majikoi-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Kimi no Shinken wo Choudai\"", + "link": "https://animethemes.moe/video/Majikoi-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Kimi no Shinken wo Choudai\"", + "link": "https://animethemes.moe/video/Majikoi-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Kimi no Shinken wo Choudai\"", + "link": "https://animethemes.moe/video/Majikoi-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED V9 \"Kimi no Shinken wo Choudai\"", + "link": "https://animethemes.moe/video/Majikoi-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED V10 \"Kimi no Shinken wo Choudai\"", + "link": "https://animethemes.moe/video/Majikoi-ED1v10.webm", + "type": "ending" + } + ] + }, + { + "id": "9936", + "title": "Maken-Ki!", + "year": "2011", + "themes": [ + { + "name": "OP \"Fly Away\"", + "link": "https://animethemes.moe/video/MakenKi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Baby! Baby!\" by Noriko Shitaya & Iori Nomizu", + "link": "https://animethemes.moe/video/MakenKi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Baby! Baby!\" by Sayuri Yahagi & Noriko Shitaya", + "link": "https://animethemes.moe/video/MakenKi-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Baby! Baby!\" by Misuzu Togashi & Aya Gouda", + "link": "https://animethemes.moe/video/MakenKi-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Baby! Baby!\" by Sayuri Yahagi & Misuzu Togashi", + "link": "https://animethemes.moe/video/MakenKi-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Baby! Baby!\" by Noriko Shitaya & Shizuka Furuya", + "link": "https://animethemes.moe/video/MakenKi-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Baby! Baby!\" by Iori Nomizu & Sayuri Yahagi", + "link": "https://animethemes.moe/video/MakenKi-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Baby! Baby!\" by Rie Tanaka & Satomi Akesaka", + "link": "https://animethemes.moe/video/MakenKi-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Baby! Baby!\" by Mariya Ise & Rie Tanaka", + "link": "https://animethemes.moe/video/MakenKi-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Baby! Baby!\" by Saeko Zougou & Misato", + "link": "https://animethemes.moe/video/MakenKi-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Baby! Baby!\" by Rina Satou & Rina Hidaka", + "link": "https://animethemes.moe/video/MakenKi-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Baby! Baby!\" by Misuzu Togashi & Noriko Shitaya", + "link": "https://animethemes.moe/video/MakenKi-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "10397", + "title": "Mashiro-iro Symphony: The Color of Lovers", + "year": "2011", + "themes": [ + { + "name": "OP \"Authentic symphony\"", + "link": "https://animethemes.moe/video/MashiroiroSymphony-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Suisai Candy\"", + "link": "https://animethemes.moe/video/MashiroiroSymphony-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10620", + "title": "Mirai Nikki", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Kuusou Mesorogiwi\"", + "link": "https://animethemes.moe/video/MiraiNikki-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Dead END\"", + "link": "https://animethemes.moe/video/MiraiNikki-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Blood Teller\"", + "link": "https://animethemes.moe/video/MiraiNikki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"filament\"", + "link": "https://animethemes.moe/video/MiraiNikki-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "10808", + "title": "Mobile Suit Gundam Age", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Asu e\"", + "link": "https://animethemes.moe/video/GundamAge-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"sharp #\"", + "link": "https://animethemes.moe/video/GundamAge-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"REAL\"", + "link": "https://animethemes.moe/video/GundamAge-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"AURORA\"", + "link": "https://animethemes.moe/video/GundamAge-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi no Naka no Eiyuu\"", + "link": "https://animethemes.moe/video/GundamAge-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"My World\"", + "link": "https://animethemes.moe/video/GundamAge-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"WHITE justice\"", + "link": "https://animethemes.moe/video/GundamAge-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Forget-me-not ~Wasurenagusa~\"", + "link": "https://animethemes.moe/video/GundamAge-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "10588", + "title": "Persona 4 The Animation", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Pursuing My True Self\"", + "link": "https://animethemes.moe/video/Persona4-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"sky's the limit\"", + "link": "https://animethemes.moe/video/Persona4-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"True Story\"", + "link": "https://animethemes.moe/video/Persona4-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"key plus words\"", + "link": "https://animethemes.moe/video/Persona4-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Burn My Dread\"", + "link": "https://animethemes.moe/video/Persona4-OP5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Beauty of Destiny\"", + "link": "https://animethemes.moe/video/Persona4-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koisuru Meitantei\"", + "link": "https://animethemes.moe/video/Persona4-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Persona4-ED2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED3 \"The way of Memories -Kizuna no Chikara-\"", + "link": "https://animethemes.moe/video/Persona4-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Honto no Kimochi\"", + "link": "https://animethemes.moe/video/Persona4-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Never More\"", + "link": "https://animethemes.moe/video/Persona4-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "9981", + "title": "Phi Brain: Kami no Puzzle", + "year": "2011", + "themes": [ + { + "name": "OP \"Brain Diver\"", + "link": "https://animethemes.moe/video/PhiBrain-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hologram\"", + "link": "https://animethemes.moe/video/PhiBrain-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10592", + "title": "s.CRY.ed Alteration I: Tao", + "year": "2011", + "themes": [ + { + "name": "ED \"Reckless fire 2011\"", + "link": "https://animethemes.moe/video/ScryedMovie1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11123", + "title": "Sekaiichi Hatsukoi 2", + "year": "2011", + "themes": [ + { + "name": "OP \"Sekai no Hate ni Kimi ga Itemo\"", + "link": "https://animethemes.moe/video/SekaiichiHatsukoiS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aikotoba\"", + "link": "https://animethemes.moe/video/SekaiichiHatsukoiS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6773", + "title": "Shakugan no Shana III (Final)", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Light My Fire\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS3-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Serment\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS3-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"I'll believe\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"ONE\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"u/n\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS3-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Koubou\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS3-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "10378", + "title": "Shinryaku!? Ika Musume", + "year": "2011", + "themes": [ + { + "name": "OP \"HIGH POWERED\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED V9 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED V10 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED V11 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1v11.webm", + "type": "ending" + }, + { + "name": "ED V12 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1v12.webm", + "type": "ending" + } + ] + }, + { + "id": "10821", + "title": "Suite Precure♪ Movie: Torimodose! Kokoro ga Tsunagu Kiseki no Melody♪", + "year": "2011", + "themes": [ + { + "name": "OP \"La♪ La♪ La♪ Suite Pretty Cure♪ ~Unlimited ver~\"", + "link": "https://animethemes.moe/video/SuitePrecureMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kokoro no Uta\"", + "link": "https://animethemes.moe/video/SuitePrecureMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8995", + "title": "Tales of Symphonia The Animation: Sekai Tougou-hen", + "year": "2011", + "themes": [ + { + "name": "OP \"Honto Uso\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaSekaiTougouHen-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tagatame no Sekai\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaSekaiTougouHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ibitsu\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaSekaiTougouHen-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hikari Furu Basho De ~Promesse~\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaSekaiTougouHen-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kaze wa Harukana Asu wo Shiru\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaSekaiTougouHen-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "10232", + "title": "Tamayura: Hitotose", + "year": "2011", + "themes": [ + { + "name": "OP \"Okaerinasai\"", + "link": "https://animethemes.moe/video/TamayuraHitotose-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kamisama no Itazura\"", + "link": "https://animethemes.moe/video/TamayuraHitotose-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Natsutori -Uta to Piano-\"", + "link": "https://animethemes.moe/video/TamayuraHitotose-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hoshizora\"", + "link": "https://animethemes.moe/video/TamayuraHitotose-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Ashita no Hidamari\"", + "link": "https://animethemes.moe/video/TamayuraHitotose-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"A HAPPY NEW YEAR\"", + "link": "https://animethemes.moe/video/TamayuraHitotose-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "10798", + "title": "UN-GO", + "year": "2011", + "themes": [ + { + "name": "OP \"How to go\"", + "link": "https://animethemes.moe/video/UnGo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UnGo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UnGo-OP1-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Fantasy\"", + "link": "https://animethemes.moe/video/UnGo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UnGo-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UnGo-ED1-NCBD1080Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "10521", + "title": "Working'!!", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"COOLISH WALK\"", + "link": "https://animethemes.moe/video/WorkingS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"COOLISH WALK\"", + "link": "https://animethemes.moe/video/WorkingS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Itsumo no Youni LOVE & PEACE!!\"", + "link": "https://animethemes.moe/video/WorkingS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Itsumo no Youni LOVE & PEACE!!\"", + "link": "https://animethemes.moe/video/WorkingS2-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "8516", + "title": "Baka to Test to Shoukanjuu Ni!", + "year": "2011", + "themes": [ + { + "name": "OP \"Kimi + Nazo + Watashi de JUMP!!\"", + "link": "https://animethemes.moe/video/BakaTestS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Eureka Baby\"", + "link": "https://animethemes.moe/video/BakaTestS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Baka to Koshitsu to Kodokumeshi\"", + "link": "https://animethemes.moe/video/BakaTestS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hi-Ho!!\"", + "link": "https://animethemes.moe/video/BakaTestS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "10490", + "title": "Blood-C", + "year": "2011", + "themes": [ + { + "name": "OP \"spiral\"", + "link": "https://animethemes.moe/video/BloodC-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Junketsu Paradox\"", + "link": "https://animethemes.moe/video/BloodC-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11103", + "title": "Busou Shinki Moon Angel", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Labyrinth\"", + "link": "https://animethemes.moe/video/BusouShinkiMoonAngel-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kokou no Katarushisu\"", + "link": "https://animethemes.moe/video/BusouShinkiMoonAngel-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Kayowaki Juujika no Ai\"", + "type": "ending" + } + ] + }, + { + "id": "10012", + "title": "Carnival Phantasm", + "year": "2011", + "themes": [ + { + "name": "OP \"Super☆Affection\"", + "link": "https://animethemes.moe/video/CarnivalPhantasm-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Fellows\"", + "link": "https://animethemes.moe/video/CarnivalPhantasm-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"FINAL DEAD LANCER\"", + "link": "https://animethemes.moe/video/CarnivalPhantasm-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "8915", + "title": "Dantalian no Shoka", + "year": "2011", + "themes": [ + { + "name": "OP \"Cras numquam scire\"", + "link": "https://animethemes.moe/video/DantalianNoShoka-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DantalianNoShoka-OP1-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"yes, prisoner\"", + "link": "https://animethemes.moe/video/DantalianNoShoka-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10838", + "title": "Double-J", + "year": "2011", + "themes": [ + { + "name": "ED \"Wani to Shampoo\"", + "link": "https://animethemes.moe/video/DoubleJ-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "animedb.pl?show=anime&aid=8624", + "title": "Gensou Mangekyou: The Memories of Phantasm", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Iro wa Nioedo Chirinuru wo\"", + "link": "https://animethemes.moe/video/GensouMangekyou-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Tsuki ni Murakumo Hana ni Kaze\"", + "link": "https://animethemes.moe/video/GensouMangekyou-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Kachou Fuugetsu\"", + "link": "https://animethemes.moe/video/GensouMangekyou-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Utakata, Ai no Mahoroba\"", + "link": "https://animethemes.moe/video/GensouMangekyou-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Opposite World\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hitori Shizuka\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yozakura ni Kimi wo Kakushite\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Zangyou wa Nari Yamazu\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kono Hagakure\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Tamashii no Katari ni Michibikarete\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Kanousei no Keshin\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Kyoumei Shinai Ai no Katachi\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Tamerai no Yurikago\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Terasareru Kurai no Shiawase\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Otogibanashi no Karakuri wa\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Ima, Ta ga Tame no Kagari Hi e\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Getsurin ni Megurasa Reta Kioku\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Hate Naki Kaze no Kiseki Sae: Ha\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED14.webm", + "type": "ending" + } + ] + }, + { + "id": "10350", + "title": "Hakuouki Sekkaroku", + "year": "2011", + "themes": [ + { + "name": "OP \"Yume no Ukifune\"", + "link": "https://animethemes.moe/video/HakuoukiOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mugen - a true love tale-\"", + "type": "ending" + }, + { + "name": "ED2 \"Kazahana -The whisper of snow falling-\"", + "type": "ending" + }, + { + "name": "ED3 \"Ran -The end of struggle-\"", + "type": "ending" + }, + { + "name": "ED4 \"Hikari -I promise you-\"", + "type": "ending" + }, + { + "name": "ED5 \"Shinjitsu -The light lasting-\"", + "type": "ending" + }, + { + "name": "ED6 \"Hiyoku -Contract with you-\"", + "type": "ending" + } + ] + }, + { + "id": "10491", + "title": "Higurashi no Naku Koro ni Kira", + "year": "2011", + "themes": [ + { + "name": "OP \"Happy! Lucky! Dochy!\"", + "link": "https://animethemes.moe/video/HigurashiKira-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Zendaimimon☆Miracle Change\"", + "link": "https://animethemes.moe/video/HigurashiKira-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tenshinranman☆Miracle Change\"", + "link": "https://animethemes.moe/video/HigurashiKira-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ishindenshin☆Miracle Change\"", + "link": "https://animethemes.moe/video/HigurashiKira-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Yuki Rinrin☆Miracle Change\"", + "link": "https://animethemes.moe/video/HigurashiKira-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "9938", + "title": "Ikoku Meiro no Croisée", + "year": "2011", + "themes": [ + { + "name": "OP \"Sekai wa Odoru yo, Kimi to.\"", + "link": "https://animethemes.moe/video/IkokuMeiroNoCroisee-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Koko kara Hajimaru Monogatari\"", + "link": "https://animethemes.moe/video/IkokuMeiroNoCroisee-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tomorrow's Smile\"", + "type": "ending" + } + ] + }, + { + "id": "9750", + "title": "Itsuka Tenma no Kuro Usagi", + "year": "2011", + "themes": [ + { + "name": "OP \"Once\"", + "link": "https://animethemes.moe/video/ItsukaTenmaNoKuroUsagi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Utsusemi\"", + "link": "https://animethemes.moe/video/ItsukaTenmaNoKuroUsagi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sparkling Kiss\"", + "link": "https://animethemes.moe/video/ItsukaTenmaNoKuroUsagi-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Strawberry eyes\"", + "link": "https://animethemes.moe/video/ItsukaTenmaNoKuroUsagi-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Strawberry eyes\"", + "link": "https://animethemes.moe/video/ItsukaTenmaNoKuroUsagi-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED4 \"Secret Tears\"", + "link": "https://animethemes.moe/video/ItsukaTenmaNoKuroUsagi-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "10372", + "title": "Kamisama Dolls", + "year": "2011", + "themes": [ + { + "name": "OP \"Fukanzen Nenshou\"", + "link": "https://animethemes.moe/video/KamisamaDolls-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Switch ga Haittara\"", + "link": "https://animethemes.moe/video/KamisamaDolls-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Natsu no Niwa\"", + "type": "ending" + } + ] + }, + { + "id": "10568", + "title": "Kamisama no Memochou", + "year": "2011", + "themes": [ + { + "name": "OP \"Kawaru Mirai\"", + "link": "https://animethemes.moe/video/KamisamaNoMemochou-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Colorado Bulldog\"", + "link": "https://animethemes.moe/video/KamisamaNoMemochou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Asunaro\"", + "link": "https://animethemes.moe/video/KamisamaNoMemochou-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "10465", + "title": "Manyuu Hikenchou", + "year": "2011", + "themes": [ + { + "name": "OP \"Unmei\"", + "link": "https://animethemes.moe/video/ManyuuHikenchou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Futatsu no Ashiato\"", + "link": "https://animethemes.moe/video/ManyuuHikenchou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10721", + "title": "Mawaru Penguindrum", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Nornir\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MawaruPenguindrum-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP2 \"Shounen yo Ware ni Kaere\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MawaruPenguindrum-OP2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"DEAR FUTURE\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"DEAR FUTURE feat. Yui Horie\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Haiiro no Suiyoubi\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Bad News Kuroi Yokan\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Ikarechimattaze!!\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"HIDE and SEEK\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Private Girl\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Tamashii Kogashite\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Asa no Kageri no Naka de\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"HEROES ~Eiyuutachi\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-ED10.webm", + "type": "ending" + } + ] + }, + { + "id": "10110", + "title": "Mayo Chiki!", + "year": "2011", + "themes": [ + { + "name": "OP \"Be Starters!\"", + "link": "https://animethemes.moe/video/MayoChiki-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi ni Gohoushi\"", + "link": "https://animethemes.moe/video/MayoChiki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10379", + "title": "Natsume Yuujinchou San", + "year": "2011", + "themes": [ + { + "name": "OP \"Boku ni Dekiru Koto\"", + "link": "https://animethemes.moe/video/NatsumeYuujinchouSan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi no Kakera feat. Miyamoto Emiri\"", + "link": "https://animethemes.moe/video/NatsumeYuujinchouSan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9934", + "title": "Nekogami Yaoyorozu", + "year": "2011", + "themes": [ + { + "name": "OP \"Kamisama to Issho\"", + "link": "https://animethemes.moe/video/NekogamiYaoyorozu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Oh My God♥\"", + "link": "https://animethemes.moe/video/NekogamiYaoyorozu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yaoyorozu Ondo\"", + "link": "https://animethemes.moe/video/NekogamiYaoyorozu-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "10161", + "title": "No.6", + "year": "2011", + "themes": [ + { + "name": "OP \"Spell\"", + "link": "https://animethemes.moe/video/No6-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Rokutousei no Yoru\"", + "link": "https://animethemes.moe/video/No6-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10049", + "title": "Nurarihyon no Mago: Sennen Makyou", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Hoshi no Arika\"", + "link": "https://animethemes.moe/video/NurarihyonNoMagoS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"he LOVE SONG\"", + "link": "https://animethemes.moe/video/NurarihyonNoMagoS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Orange Smile\"", + "link": "https://animethemes.moe/video/NurarihyonNoMagoS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Departure\"", + "link": "https://animethemes.moe/video/NurarihyonNoMagoS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "10611", + "title": "R-15", + "year": "2011", + "themes": [ + { + "name": "OP \"Maji Yaba Mousou LOVE♥\"", + "link": "https://animethemes.moe/video/R15-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"HIRAMEKI! Peace (≧▽≦)v\"", + "link": "https://animethemes.moe/video/R15-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10572", + "title": "Ro-Kyu-Bu!", + "year": "2011", + "themes": [ + { + "name": "OP \"SHOOT!\"", + "link": "https://animethemes.moe/video/RoKyuBu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Party Love ~Okkiku Naritai~\"", + "link": "https://animethemes.moe/video/RoKyuBu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10156", + "title": "Sacred Seven", + "year": "2011", + "themes": [ + { + "name": "OP1 \"stone cold\"", + "link": "https://animethemes.moe/video/SacredSeven-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kiseki\"", + "link": "https://animethemes.moe/video/SacredSeven-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kiseki\"", + "link": "https://animethemes.moe/video/SacredSeven-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"stone cold\"", + "link": "https://animethemes.moe/video/SacredSeven-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tsunagaru Made\"", + "type": "ending" + } + ] + }, + { + "id": "10923", + "title": "Tantei Opera Milky Holmes: Summer Special", + "year": "2011", + "themes": [ + { + "name": "OP \"Seikai wa Hitotsu! Janai!!\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmesSpecial-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Party Party!\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmesSpecial-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10573", + "title": "Tennis no Ouji-sama: Another Story II - Ano Toki no Bokura", + "year": "2011", + "themes": [ + { + "name": "OP \"Aozora STAGE\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaAnotherStoryII-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"HIKARI\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaAnotherStoryII-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10278", + "title": "The iDOLM@STER", + "year": "2011", + "themes": [ + { + "name": "OP1 \"READY!!\"", + "link": "https://animethemes.moe/video/Idolmaster-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"CHANGE!!!!\"", + "link": "https://animethemes.moe/video/Idolmaster-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"The world is all one!!\"", + "link": "https://animethemes.moe/video/Idolmaster-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Idolmaster-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Positive!\"", + "link": "https://animethemes.moe/video/Idolmaster-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"First Stage\"", + "link": "https://animethemes.moe/video/Idolmaster-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Aoi Tori\"", + "link": "https://animethemes.moe/video/Idolmaster-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"MOONY\"", + "link": "https://animethemes.moe/video/Idolmaster-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"THE IDOLM@STER\"", + "link": "https://animethemes.moe/video/Idolmaster-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Ohayou!! Asagohan\"", + "link": "https://animethemes.moe/video/Idolmaster-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Hanikami! First Bite\"", + "link": "https://animethemes.moe/video/Idolmaster-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Reimei Starline\"", + "link": "https://animethemes.moe/video/Idolmaster-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"GO MY WAY!!\"", + "link": "https://animethemes.moe/video/Idolmaster-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"START!!\"", + "link": "https://animethemes.moe/video/Idolmaster-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Shocking na Kare!\"", + "link": "https://animethemes.moe/video/Idolmaster-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"i\"", + "link": "https://animethemes.moe/video/Idolmaster-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Colorful Days\"", + "link": "https://animethemes.moe/video/Idolmaster-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"MEGARE!\"", + "link": "https://animethemes.moe/video/Idolmaster-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"Brand New Day!\"", + "link": "https://animethemes.moe/video/Idolmaster-ED16.webm", + "type": "ending" + }, + { + "name": "ED17 \"Cheering Letter\"", + "link": "https://animethemes.moe/video/Idolmaster-ED17.webm", + "type": "ending" + }, + { + "name": "ED18 \"Mahou wo Kakete!\"", + "link": "https://animethemes.moe/video/Idolmaster-ED18.webm", + "type": "ending" + }, + { + "name": "ED19 \"Kazahana\"", + "link": "https://animethemes.moe/video/Idolmaster-ED19.webm", + "type": "ending" + }, + { + "name": "ED20 \"Yakusoku\"", + "link": "https://animethemes.moe/video/Idolmaster-ED20.webm", + "type": "ending" + }, + { + "name": "ED21 \"Sora\"", + "link": "https://animethemes.moe/video/Idolmaster-ED21.webm", + "type": "ending" + }, + { + "name": "ED22 \"Happy Christmas\"", + "link": "https://animethemes.moe/video/Idolmaster-ED22.webm", + "type": "ending" + }, + { + "name": "ED23 \"Mitsumete\"", + "link": "https://animethemes.moe/video/Idolmaster-ED23.webm", + "type": "ending" + }, + { + "name": "ED24 \"Massugu\"", + "link": "https://animethemes.moe/video/Idolmaster-ED24.webm", + "type": "ending" + }, + { + "name": "ED25 \"Watashi-tachi wa Zutto...Deshou?\"", + "link": "https://animethemes.moe/video/Idolmaster-ED25.webm", + "type": "ending" + } + ] + }, + { + "id": "10162", + "title": "Usagi Drop", + "year": "2011", + "themes": [ + { + "name": "OP \"Sweet Drops\"", + "link": "https://animethemes.moe/video/UsagiDrop-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"High High High\"", + "link": "https://animethemes.moe/video/UsagiDrop-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10495", + "title": "Yuru Yuri", + "year": "2011", + "themes": [ + { + "name": "OP \"Yuriyurarararayuruyuri Daijiken\"", + "link": "https://animethemes.moe/video/YuruYuri-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"My Pace de Ikimashou\"", + "link": "https://animethemes.moe/video/YuruYuri-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9624", + "title": "30-sai no Hoken Taiiku", + "year": "2011", + "themes": [ + { + "name": "OP \"Koi no Doutei\"", + "link": "https://animethemes.moe/video/30SaiNoHokenTaiiku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"learn together\"", + "link": "https://animethemes.moe/video/30SaiNoHokenTaiiku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9776", + "title": "A-Channel", + "year": "2011", + "themes": [ + { + "name": "OP \"Morning Arch\"", + "link": "https://animethemes.moe/video/AChannel-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Humming Girl\"", + "link": "https://animethemes.moe/video/AChannel-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Harukaze no Kagaku\"", + "link": "https://animethemes.moe/video/AChannel-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "9925", + "title": "Amagami SS: Tachibana Miya-hen - Imouto", + "year": "2011", + "themes": [ + { + "name": "OP \"Kimi no Mama de\"", + "link": "https://animethemes.moe/video/AmagamiImouto-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Suteki na Aru Hi\"", + "link": "https://animethemes.moe/video/AmagamiImouto-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9989", + "title": "Ano Hi Mita Hana no Namae wo Bokutachi wa Mada Shiranai.", + "year": "2011", + "themes": [ + { + "name": "OP \"Aoi Shiori\"", + "link": "https://animethemes.moe/video/Anohana-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dear Love\"", + "link": "https://animethemes.moe/video/Anohana-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"secret base ~Kimi ga Kureta Mono~ (10 years after ver.)\"", + "link": "https://animethemes.moe/video/Anohana-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"secret base ~Kimi ga Kureta Mono~ (10 years after ver.)\"", + "link": "https://animethemes.moe/video/Anohana-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Still...\"", + "link": "https://animethemes.moe/video/Anohana-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "9919", + "title": "Ao no Exorcist", + "year": "2011", + "themes": [ + { + "name": "OP1 \"CORE PRIDE\"", + "link": "https://animethemes.moe/video/AoNoExorcist-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"IN MY WORLD\"", + "link": "https://animethemes.moe/video/AoNoExorcist-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Take off\"", + "link": "https://animethemes.moe/video/AoNoExorcist-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Wired Life\"", + "link": "https://animethemes.moe/video/AoNoExorcist-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "9736", + "title": "Astarotte no Omocha!", + "year": "2011", + "themes": [ + { + "name": "OP \"Tenshi no CLOVER\"", + "link": "https://animethemes.moe/video/AstarotteNoOmocha-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Manatsu no Photograph\"", + "link": "https://animethemes.moe/video/AstarotteNoOmocha-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10163", + "title": "C: The Money of Soul and Possibility Control", + "year": "2011", + "themes": [ + { + "name": "OP \"Matryoshka\"", + "link": "https://animethemes.moe/video/Control-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"RPG\"", + "link": "https://animethemes.moe/video/Control-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "7081", + "title": "Danball Senki", + "year": "2011", + "themes": [ + { + "name": "OP1 \"1 Dream\"", + "link": "https://animethemes.moe/video/DanballSenki-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ishin Denshin\"", + "link": "https://animethemes.moe/video/DanballSenki-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Boku no Chokinbako\"", + "link": "https://animethemes.moe/video/DanballSenki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Himitsu Kichi\"", + "link": "https://animethemes.moe/video/DanballSenki-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6880", + "title": "Deadman Wonderland", + "year": "2011", + "themes": [ + { + "name": "OP \"One Reason\"", + "link": "https://animethemes.moe/video/DeadmanWonderland-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SHINY SHINY\"", + "link": "https://animethemes.moe/video/DeadmanWonderland-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9379", + "title": "Denpa Onna to Seishun Otoko", + "year": "2011", + "themes": [ + { + "name": "OP \"Os-Uchuujin\"", + "link": "https://animethemes.moe/video/DenpaOnnaToSeishunOtoko-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ruru\"", + "link": "https://animethemes.moe/video/DenpaOnnaToSeishunOtoko-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ruru\"", + "link": "https://animethemes.moe/video/DenpaOnnaToSeishunOtoko-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Ruru\"", + "link": "https://animethemes.moe/video/DenpaOnnaToSeishunOtoko-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "10155", + "title": "Dog Days", + "year": "2011", + "themes": [ + { + "name": "OP \"Scarlet Knight\"", + "link": "https://animethemes.moe/video/DogDays-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Presenter\"", + "link": "https://animethemes.moe/video/DogDays-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9493", + "title": "Dororon Enma-kun Meeramera", + "year": "2011", + "themes": [ + { + "name": "OP \"Tama Mera Mera Icchou Celsius!\"", + "link": "https://animethemes.moe/video/DororonEnmaKunMeeramera-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Minna Kutabaru Sa Sa Sa\"", + "type": "ending" + } + ] + }, + { + "id": "9982", + "title": "Fairy Tail OVA", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Eternal Fellows\"", + "link": "https://animethemes.moe/video/FairyTailOVA-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"BLOW AWAY\"", + "link": "https://animethemes.moe/video/FairyTailOVA-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Nichijou Sanka\"", + "type": "ending" + }, + { + "name": "ED2 \"Happy Tale\"", + "type": "ending" + } + ] + }, + { + "id": "9969", + "title": "Gintama'", + "year": "2011", + "themes": [ + { + "name": "OP1 V1 \"Tougenkyou Alien\"", + "link": "https://animethemes.moe/video/GintamaS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP1 V2 \"Tougenkyou Alien\"", + "link": "https://animethemes.moe/video/GintamaS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS2-OP1v2-Subbed.webm", + "type": "ending" + }, + { + "name": "OP1 V3 \"Tougenkyou Alien\"", + "link": "https://animethemes.moe/video/GintamaS2-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Dilemma\"", + "link": "https://animethemes.moe/video/GintamaS2-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS2-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"Dilemma\"", + "link": "https://animethemes.moe/video/GintamaS2-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Wonderland\"", + "link": "https://animethemes.moe/video/GintamaS2-OP3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS2-OP3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Samurai Heart (Some Like It Hot!!)\"", + "link": "https://animethemes.moe/video/GintamaS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Balance Doll\"", + "link": "https://animethemes.moe/video/GintamaS2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS2-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Anagura\"", + "link": "https://animethemes.moe/video/GintamaS2-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS2-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Nakama\"", + "link": "https://animethemes.moe/video/GintamaS2-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS2-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Tougenkyou Alien\"", + "link": "https://animethemes.moe/video/GintamaS2-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "10271", + "title": "Gyakkyou Burai Kaiji: Hakairoku Hen", + "year": "2011", + "themes": [ + { + "name": "OP \"Chase the Light!\"", + "link": "https://animethemes.moe/video/KaijiS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"C Kara Hajimaru ABC\"", + "type": "ending" + }, + { + "name": "ED2 \"Mirai wa Bokura no Te no Naka\"", + "type": "ending" + } + ] + }, + { + "id": "9289", + "title": "Hanasaku Iroha", + "year": "2011", + "themes": [ + { + "name": "OP1 V1 \"Hana no Iro\"", + "link": "https://animethemes.moe/video/HanasakuIroha-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HanasakuIroha-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP1 V2 \"Hana no Iro\"", + "link": "https://animethemes.moe/video/HanasakuIroha-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HanasakuIroha-OP1v2-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP2 V1 \"Omokage Warp\"", + "link": "https://animethemes.moe/video/HanasakuIroha-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HanasakuIroha-OP2-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"Omokage Warp\"", + "link": "https://animethemes.moe/video/HanasakuIroha-OP2v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HanasakuIroha-OP2v2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Hana no Iro\"", + "link": "https://animethemes.moe/video/HanasakuIroha-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hazy\"", + "link": "https://animethemes.moe/video/HanasakuIroha-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HanasakuIroha-ED2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tsukikage to Buranko\"", + "link": "https://animethemes.moe/video/HanasakuIroha-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 V1 \"Yumeji\"", + "link": "https://animethemes.moe/video/HanasakuIroha-ED4.webm", + "type": "ending" + }, + { + "name": "ED4 V2 \"Yumeji\"", + "link": "https://animethemes.moe/video/HanasakuIroha-ED4v2.webm", + "type": "ending" + }, + { + "name": "ED5 \"Saibou Kioku\"", + "link": "https://animethemes.moe/video/HanasakuIroha-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Hanasaku Iroha\"", + "link": "https://animethemes.moe/video/HanasakuIroha-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HanasakuIroha-ED6-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED7 \"Hi Leap\"", + "link": "https://animethemes.moe/video/HanasakuIroha-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "10187", + "title": "HenSemi", + "year": "2011", + "themes": [ + { + "name": "ED \"Punctuation!\"", + "link": "https://animethemes.moe/video/HenSemiTV-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8630", + "title": "Hidan no Aria", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"Scarlet Ballet\"", + "link": "https://animethemes.moe/video/HidanNoAria-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Scarlet Ballet\"", + "link": "https://animethemes.moe/video/HidanNoAria-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Scarlet Ballet\"", + "link": "https://animethemes.moe/video/HidanNoAria-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Scarlet Ballet\"", + "link": "https://animethemes.moe/video/HidanNoAria-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED \"Camellia no Hitomi\"", + "link": "https://animethemes.moe/video/HidanNoAria-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10079", + "title": "Hoshizora e Kakaru Hashi", + "year": "2011", + "themes": [ + { + "name": "OP \"Hoshikaze no Horoscope\"", + "link": "https://animethemes.moe/video/HoshizoraEKakaruHashi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dasshu do Cinderella\"", + "type": "ending" + }, + { + "name": "ED2 \"Water Lily\"", + "type": "ending" + }, + { + "name": "ED3 \"Hoshikaze no Horoscope\"", + "type": "ending" + } + ] + }, + { + "id": "9996", + "title": "Hyouge Mono", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Bowl Man\"", + "link": "https://animethemes.moe/video/HyougeMono-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Naghol Jumping\"", + "link": "https://animethemes.moe/video/HyougeMono-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Ebi Sukui\"", + "link": "https://animethemes.moe/video/HyougeMono-OP3.webm", + "type": "opening" + }, + { + "name": "ED \"KIZUNA\"", + "link": "https://animethemes.moe/video/HyougeMono-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10080", + "title": "Kami nomi zo Shiru Sekai II", + "year": "2011", + "themes": [ + { + "name": "OP \"A Whole New World God Only Knows\"", + "link": "https://animethemes.moe/video/KaminomiS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Ai no Yokan\" by Kami no Mizo Shiri-tai", + "link": "https://animethemes.moe/video/KaminomiS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Ai no Yokan\" by Kami no Mizo Shiri-tai", + "link": "https://animethemes.moe/video/KaminomiS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ai no Yokan\" by Kakedama-tai", + "link": "https://animethemes.moe/video/KaminomiS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"God only knows Daisanmaku\"", + "link": "https://animethemes.moe/video/KaminomiS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "10191", + "title": "Katte ni Kaizou", + "year": "2011", + "themes": [ + { + "name": "OP \"Katte ni Kaizou Shitemo Iize\"", + "link": "https://animethemes.moe/video/KatteNiKaizou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nani ga Nani de Nani nano...\"", + "link": "https://animethemes.moe/video/KatteNiKaizou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9712", + "title": "Maria†Holic Alive", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Mousou Senshi Miyamae Kanako\"", + "link": "https://animethemes.moe/video/MariaHolicAlive-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Run Run Riru Ran Ran Rara\"", + "link": "https://animethemes.moe/video/MariaHolicAlive-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Run Run Riru Ran Ran Rara Matsurika Version\"", + "link": "https://animethemes.moe/video/MariaHolicAlive-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dounimo Tomaranai\"", + "link": "https://animethemes.moe/video/MariaHolicAlive-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Donmai Donmai!\"", + "link": "https://animethemes.moe/video/MariaHolicAlive-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "9693", + "title": "Moshidora", + "year": "2011", + "themes": [ + { + "name": "OP \"Yume Note\"", + "link": "https://animethemes.moe/video/Moshidora-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Daisuki da yo\"", + "link": "https://animethemes.moe/video/Moshidora-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10165", + "title": "Nichijou", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Hyadain no Kakakata☆Kataomoi - C\"", + "link": "https://animethemes.moe/video/Nichijou-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hyadain no Joujou Yuujou\"", + "link": "https://animethemes.moe/video/Nichijou-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Zzz\"", + "link": "https://animethemes.moe/video/Nichijou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Zzz (Bossa Nova version)\"", + "link": "https://animethemes.moe/video/Nichijou-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Zzz (Acapella version)\"", + "link": "https://animethemes.moe/video/Nichijou-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Tsubasa wo Kudasai\"", + "link": "https://animethemes.moe/video/Nichijou-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kikyuu ni Notte Dokomademo\"", + "link": "https://animethemes.moe/video/Nichijou-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"My Ballad\"", + "link": "https://animethemes.moe/video/Nichijou-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Kaijuu no Ballad\"", + "link": "https://animethemes.moe/video/Nichijou-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Green Green\"", + "link": "https://animethemes.moe/video/Nichijou-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Yasei no Uma\"", + "link": "https://animethemes.moe/video/Nichijou-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Ano Subarashii Ai o Mou Ichido\"", + "link": "https://animethemes.moe/video/Nichijou-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Sudachi no Uta\"", + "link": "https://animethemes.moe/video/Nichijou-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Aogeba Toutoshi\"", + "link": "https://animethemes.moe/video/Nichijou-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Sora ga Konna ni Aoi to wa\"", + "link": "https://animethemes.moe/video/Nichijou-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Yuuki Hitotsu wo Tomo ni Shite\"", + "link": "https://animethemes.moe/video/Nichijou-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Let's search for Tomorrow\"", + "link": "https://animethemes.moe/video/Nichijou-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"Tabidachi no hi ni\"", + "link": "https://animethemes.moe/video/Nichijou-ED16.webm", + "type": "ending" + } + ] + }, + { + "id": "9922", + "title": "Oretachi ni Tsubasa wa Nai: Under the Innocent Sky.", + "year": "2011", + "themes": [ + { + "name": "OP \"Spread Wings\"", + "link": "https://animethemes.moe/video/Oretsuba-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"PARANoiA\"", + "link": "https://animethemes.moe/video/Oretsuba-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"NEVERLAND\"", + "link": "https://animethemes.moe/video/Oretsuba-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hohoemi Genocide\"", + "type": "ending" + }, + { + "name": "ED4 \"Spread Wings\"", + "type": "ending" + } + ] + }, + { + "id": "10711", + "title": "Plastic Neesan", + "year": "2011", + "themes": [ + { + "name": "OP \"Plastic☆Shikou\"", + "link": "https://animethemes.moe/video/PlasticNeesan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Watashi to Watashi ga Shitai Koto\"", + "link": "https://animethemes.moe/video/PlasticNeesan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10257", + "title": "Pretty Rhythm: Aurora Dream", + "year": "2011", + "themes": [ + { + "name": "OP1 \"You May Dream\"", + "link": "https://animethemes.moe/video/PrettyRhythm-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"1000% kyunkyun sa se te yo ♡\"", + "type": "opening" + }, + { + "name": "ED1 \"Happy GO Lucky! ~Happy ☆ Lucky de Go!~\"", + "type": "ending" + }, + { + "name": "ED2 \"We Will Win! -Kokoro no Baton de Popon no Poon ☆-\"", + "type": "ending" + }, + { + "name": "ED3 \"Pretty Rhythm de Go!\"", + "type": "ending" + }, + { + "name": "ED4 \"Everybody's Gonna Be Happy\"", + "type": "ending" + } + ] + }, + { + "id": "10073", + "title": "Seikon no Qwaser II", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"Rasen, Arui wa Seinaru Yokubou\"", + "link": "https://animethemes.moe/video/SeikonNoQwaserS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Rasen, Arui wa Seinaru Yokubou\"", + "link": "https://animethemes.moe/video/SeikonNoQwaserS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"metaphor\"", + "link": "https://animethemes.moe/video/SeikonNoQwaserS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9926", + "title": "Sekaiichi Hatsukoi", + "year": "2011", + "themes": [ + { + "name": "OP \"Sekai de Ichiban Koishiteru\"", + "link": "https://animethemes.moe/video/SekaiichiHatsukoi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ashita, Boku wa Kimi ni Ai ni Iku.\"", + "link": "https://animethemes.moe/video/SekaiichiHatsukoi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10308", + "title": "Sengoku Otome: Momoiro Paradox", + "year": "2011", + "themes": [ + { + "name": "OP \"Kagerou\"", + "link": "https://animethemes.moe/video/SengokuOtome-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SengokuOtome-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Atsuki Ya no Gotoku\"", + "link": "https://animethemes.moe/video/SengokuOtome-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SengokuOtome-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Atsuki Ya no Gotoku ~Shinjuu Otome Version~\"", + "link": "https://animethemes.moe/video/SengokuOtome-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ashita e\"", + "link": "https://animethemes.moe/video/SengokuOtome-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "9793", + "title": "Senjou no Valkyria 3: Tagatame no Juusou", + "year": "2011", + "themes": [ + { + "name": "OP \"Tomoshibi\"", + "link": "https://animethemes.moe/video/SenjouNoValkyriaOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Itsuka Saku Hikari no Hana\"", + "type": "ending" + } + ] + }, + { + "id": "9863", + "title": "SKET Dance", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Kakko Warui I love you!\"", + "link": "https://animethemes.moe/video/SKETDance-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Michi\"", + "link": "https://animethemes.moe/video/SKETDance-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Graffiti\"", + "link": "https://animethemes.moe/video/SKETDance-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Message\"", + "link": "https://animethemes.moe/video/SKETDance-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Reboot\"", + "link": "https://animethemes.moe/video/SKETDance-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Clear\"", + "link": "https://animethemes.moe/video/SKETDance-OP6.webm", + "type": "opening" + }, + { + "name": "ED1 \"Comic Sonic\"", + "link": "https://animethemes.moe/video/SKETDance-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Funny Bunny (Rock Stock Version)\"", + "link": "https://animethemes.moe/video/SKETDance-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Clover\"", + "link": "https://animethemes.moe/video/SKETDance-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kioku\"", + "link": "https://animethemes.moe/video/SKETDance-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Milk to Chocolate\"", + "link": "https://animethemes.moe/video/SKETDance-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"HERO\"", + "link": "https://animethemes.moe/video/SKETDance-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Party! Hallelujah!\"", + "link": "https://animethemes.moe/video/SKETDance-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Birthday\"", + "link": "https://animethemes.moe/video/SKETDance-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Colors\"", + "link": "https://animethemes.moe/video/SKETDance-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Sekai wa Okujou de Miwataseta\"", + "link": "https://animethemes.moe/video/SKETDance-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Sekai wa Okujou de Miwataseta: Gasshou Ver.\"", + "link": "https://animethemes.moe/video/SKETDance-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Startup\"", + "link": "https://animethemes.moe/video/SKETDance-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "10109", + "title": "Softenni", + "year": "2011", + "themes": [ + { + "name": "OP \"Rule Book wo Wasurechae\"", + "link": "https://animethemes.moe/video/Softenni-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Tsumasaki Dachi\"", + "link": "https://animethemes.moe/video/Softenni-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Tsumasaki Dachi\"", + "link": "https://animethemes.moe/video/Softenni-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "9253", + "title": "Steins;Gate", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"Hacking to the Gate\"", + "link": "https://animethemes.moe/video/SteinsGate-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Hacking to the Gate\"", + "link": "https://animethemes.moe/video/SteinsGate-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Toki Tsukasadoru Juuni no Meiyaku\"", + "link": "https://animethemes.moe/video/SteinsGate-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Fake Verthandi\"", + "link": "https://animethemes.moe/video/SteinsGate-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sky Clad no Kansokusha\"", + "link": "https://animethemes.moe/video/SteinsGate-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Another Heaven\"", + "link": "https://animethemes.moe/video/SteinsGate-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "9941", + "title": "Tiger & Bunny", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Orion wo Nazoru\"", + "link": "https://animethemes.moe/video/TigerAndBunny-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Missing Link\"", + "link": "https://animethemes.moe/video/TigerAndBunny-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hoshi no Sumika\"", + "link": "https://animethemes.moe/video/TigerAndBunny-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mind Game\"", + "link": "https://animethemes.moe/video/TigerAndBunny-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Orion wo Nazoru\"", + "link": "https://animethemes.moe/video/TigerAndBunny-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "10033", + "title": "Toriko", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Guts Guts!!\"", + "link": "https://animethemes.moe/video/Toriko-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Go Shock My Way!!\"", + "link": "https://animethemes.moe/video/Toriko-OP2.webm", + "type": "opening" + } + ] + }, + { + "id": "10216", + "title": "Yondemasu yo, Azazel-san.", + "year": "2011", + "themes": [ + { + "name": "OP \"Pandemic!!\"", + "link": "https://animethemes.moe/video/Azazel-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Like a Party\"", + "link": "https://animethemes.moe/video/Azazel-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10015", + "title": "Yu☆Gi☆Oh! Zexal", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Masterpiece\"", + "link": "https://animethemes.moe/video/YGOZEXAL-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"BRAVING!\"", + "link": "https://animethemes.moe/video/YGOZEXAL-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Tamashii Drive\"", + "link": "https://animethemes.moe/video/YGOZEXAL-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Boku Quest\"", + "link": "https://animethemes.moe/video/YGOZEXAL-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Setsubou no Freesia\"", + "link": "https://animethemes.moe/video/YGOZEXAL-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Wild Child\"", + "link": "https://animethemes.moe/video/YGOZEXAL-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "9471", + "title": "Baka to Test to Shoukanjuu: Matsuri", + "year": "2011", + "themes": [ + { + "name": "OP \"Renai Koujou committee\"", + "link": "https://animethemes.moe/video/BakaTestOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Getsuyou wa Kirai\"", + "link": "https://animethemes.moe/video/BakaTestOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9513", + "title": "Beelzebub", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Dadada\"", + "link": "https://animethemes.moe/video/Beelzebub-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hajimaru no wa, Sayonara\"", + "link": "https://animethemes.moe/video/Beelzebub-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Hey!!!\"", + "link": "https://animethemes.moe/video/Beelzebub-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Baby U!\"", + "link": "https://animethemes.moe/video/Beelzebub-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Only you- Kimi tono Kizuna -\"", + "link": "https://animethemes.moe/video/Beelzebub-OP5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Answer\"", + "link": "https://animethemes.moe/video/Beelzebub-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsuyogari\"", + "link": "https://animethemes.moe/video/Beelzebub-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Nanairo Namida\"", + "link": "https://animethemes.moe/video/Beelzebub-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Papepipu♪ Papipepu♪ Papepipupo♪\"", + "link": "https://animethemes.moe/video/Beelzebub-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Shojo Traveler\"", + "link": "https://animethemes.moe/video/Beelzebub-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "9724", + "title": "Break Blade 5: Shisen no Hate", + "year": "2011", + "themes": [ + { + "name": "OP \"Fate\"", + "link": "https://animethemes.moe/video/BreakBlade5-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SERIOUS-AGE\"", + "link": "https://animethemes.moe/video/BreakBlade5-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10092", + "title": "Break Blade 6: Doukoku no Toride", + "year": "2011", + "themes": [ + { + "name": "OP \"Fate\"", + "link": "https://animethemes.moe/video/BreakBlade6-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nageki no Oto\"", + "link": "https://animethemes.moe/video/BreakBlade6-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9330", + "title": "Dragon Crisis!", + "year": "2011", + "themes": [ + { + "name": "OP \"Immoralist\"", + "link": "https://animethemes.moe/video/DragonCrisis-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mirai Bowl\"", + "link": "https://animethemes.moe/video/DragonCrisis-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9314", + "title": "Fractale", + "year": "2011", + "themes": [ + { + "name": "OP \"Harinezumi\"", + "link": "https://animethemes.moe/video/Fractale-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Down By The Salley Gardens\"", + "link": "https://animethemes.moe/video/Fractale-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Salley Garden\"", + "link": "https://animethemes.moe/video/Fractale-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "9367", + "title": "Freezing", + "year": "2011", + "themes": [ + { + "name": "OP \"Color\"", + "link": "https://animethemes.moe/video/Freezing-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi wo Mamoritai\"", + "link": "https://animethemes.moe/video/Freezing-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10090", + "title": "Ghost in the Shell: Stand Alone Complex - Solid State Society 3D", + "year": "2011", + "themes": [ + { + "name": "OP \"player\"", + "link": "https://animethemes.moe/video/GhostInTheShellSACSolidStateSociety3D-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"date of rebirth\"", + "link": "https://animethemes.moe/video/GhostInTheShellSACSolidStateSociety3D-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8425", + "title": "Gosick", + "year": "2011", + "themes": [ + { + "name": "OP \"Destin Histoire\"", + "link": "https://animethemes.moe/video/Gosick-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Resuscitated Hope\"", + "link": "https://animethemes.moe/video/Gosick-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"unity\"", + "link": "https://animethemes.moe/video/Gosick-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "8426", + "title": "Hourou Musuko", + "year": "2011", + "themes": [ + { + "name": "OP \"Itsudatte\"", + "link": "https://animethemes.moe/video/HourouMusuko-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"For You\"", + "link": "https://animethemes.moe/video/HourouMusuko-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9041", + "title": "IS: Infinite Stratos", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"STRAIGHT JET\"", + "link": "https://animethemes.moe/video/InfiniteStratos-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"STRAIGHT JET\"", + "link": "https://animethemes.moe/video/InfiniteStratos-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"SUPER∞STREAM\" by Yoko Hikasa", + "link": "https://animethemes.moe/video/InfiniteStratos-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"SUPER∞STREAM\" by Yoko Hikasa and Yukana", + "link": "https://animethemes.moe/video/InfiniteStratos-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"SUPER∞STREAM\" by Yoko Hikasa, Yukana, and Asami Shimoda", + "link": "https://animethemes.moe/video/InfiniteStratos-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"SUPER∞STREAM\" by Yoko Hikasa, Yukana, Asami Shimoda, and Kana Hanazawa", + "link": "https://animethemes.moe/video/InfiniteStratos-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"SUPER∞STREAM\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, and Marina Inoue", + "link": "https://animethemes.moe/video/InfiniteStratos-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"SUPER∞STREAM\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, and Marina Inoue", + "link": "https://animethemes.moe/video/InfiniteStratos-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "10076", + "title": "Kämpfer für die Liebe", + "year": "2011", + "themes": [ + { + "name": "OP \"Choose my love!\"", + "link": "https://animethemes.moe/video/KampferSpecials-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mousou shoujo A\"", + "link": "https://animethemes.moe/video/KampferSpecials-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9656", + "title": "Kimi ni Todoke 2nd Season", + "year": "2011", + "themes": [ + { + "name": "OP \"Sawakaze\"", + "link": "https://animethemes.moe/video/KimiNiTodokeS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi ni Todoke...\"", + "link": "https://animethemes.moe/video/KimiNiTodokeS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8841", + "title": "Kore wa Zombie Desu ka?", + "year": "2011", + "themes": [ + { + "name": "OP \"Ma·Ka·Se·Te Tonight\"", + "link": "https://animethemes.moe/video/KoreWaZombieDesuKa-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kizuite Zombie-sama, Watashi wa Classmate desu\"", + "link": "https://animethemes.moe/video/KoreWaZombieDesuKa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9834", + "title": "Level E", + "year": "2011", + "themes": [ + { + "name": "OP \"Cold Finger Girl\"", + "link": "https://animethemes.moe/video/LevelE-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yume~Mugen no Kanata~\"", + "link": "https://animethemes.moe/video/LevelE-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9756", + "title": "Mahou Shoujo Madoka★Magica", + "year": "2011", + "themes": [ + { + "name": "OP \"Connect\"", + "link": "https://animethemes.moe/video/MadokaMagica-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MadokaMagica-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Mata Ashita\"", + "link": "https://animethemes.moe/video/MadokaMagica-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Magia\"", + "link": "https://animethemes.moe/video/MadokaMagica-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"and I'm home\"", + "link": "https://animethemes.moe/video/MadokaMagica-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "9510", + "title": "Mitsudomoe Zouryouchuu!", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Honki Sentai Gachi Ranger\"", + "link": "https://animethemes.moe/video/MitsudomoeZouryouchuu-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Waga Na wa Shougakusei\"", + "link": "https://animethemes.moe/video/MitsudomoeZouryouchuu-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mata Ashita\"", + "link": "https://animethemes.moe/video/MitsudomoeZouryouchuu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Land Selling☆\"", + "link": "https://animethemes.moe/video/MitsudomoeZouryouchuu-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Land Selling☆\"", + "link": "https://animethemes.moe/video/MitsudomoeZouryouchuu-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"NEARER MY GOD TO THEE ~Mittsuko edition~\"", + "link": "https://animethemes.moe/video/MitsudomoeZouryouchuu-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "9587", + "title": "Oniichan no Koto nanka Zenzen Suki ja Nai n da kara ne!!", + "year": "2011", + "themes": [ + { + "name": "OP \"Taste of Paradise\"", + "link": "https://animethemes.moe/video/Onisuki-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ari Ari Mirai\"", + "link": "https://animethemes.moe/video/Onisuki-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ari Ari Mirai\"", + "link": "https://animethemes.moe/video/Onisuki-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Ari Ari Mirai\"", + "link": "https://animethemes.moe/video/Onisuki-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Ari Ari Mirai\"", + "link": "https://animethemes.moe/video/Onisuki-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Ari Ari Mirai\"", + "link": "https://animethemes.moe/video/Onisuki-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Ari Ari Mirai\"", + "link": "https://animethemes.moe/video/Onisuki-ED1v6.webm", + "type": "ending" + } + ] + }, + { + "id": "10020", + "title": "Ore no Imouto ga Konnani Kawaii Wake ga Nai Specials", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"irony\"", + "link": "https://animethemes.moe/video/OreImoSpecials-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"irony\"", + "link": "https://animethemes.moe/video/OreImoSpecials-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"irony\"", + "link": "https://animethemes.moe/video/OreImoSpecials-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"irony\"", + "link": "https://animethemes.moe/video/OreImoSpecials-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED1 \"READY\"", + "link": "https://animethemes.moe/video/OreImoSpecials-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"†Inochi Mijikashi Koi se yo Otome†\"", + "link": "https://animethemes.moe/video/OreImoSpecials-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Shokuzai no Serenade\"", + "link": "https://animethemes.moe/video/OreImoSpecials-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"keep on runnin'\"", + "link": "https://animethemes.moe/video/OreImoSpecials-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "9979", + "title": "Precure All Stars Movie DX3: Mirai ni Todoke! Sekai wo Tsunagu☆Nijiiro no Hana", + "year": "2011", + "themes": [ + { + "name": "OP \"Kirakira Kawaii! Precure Daishuugou ~Inochi no Hana~\"", + "link": "https://animethemes.moe/video/PrecureAllStarsDX3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Arigatou ga Ippai\"", + "link": "https://animethemes.moe/video/PrecureAllStarsDX3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8241", + "title": "Rio: Rainbow Gate!", + "year": "2011", + "themes": [ + { + "name": "OP \"Sekai to Issho ni Mawarou yo!\"", + "link": "https://animethemes.moe/video/RioRainbowGate-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Miracle☆Chance\"", + "link": "https://animethemes.moe/video/RioRainbowGate-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10297", + "title": "Shin Koihime†Musou: Otome Tairan - Gakuensai da yo! Zenin Shuugou no Koto", + "year": "2011", + "themes": [ + { + "name": "OP \"Renka Tairan\"", + "link": "https://animethemes.moe/video/ShinKoihimeMusouS2OVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yuuki Rinrin\"", + "link": "https://animethemes.moe/video/ShinKoihimeMusouS2OVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9893", + "title": "Suite Precure♪", + "year": "2011", + "themes": [ + { + "name": "OP1 \"La♪ La♪ La♪ Suite Precure♪\"", + "link": "https://animethemes.moe/video/SuitePrecure-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"La♪ La♪ La♪ Suite Pretty Cure♪ ~Unlimited ver~\"", + "link": "https://animethemes.moe/video/SuitePrecure-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"La♪ La♪ La♪ Suite Pretty Cure♪ ~Unlimited ver~\"", + "link": "https://animethemes.moe/video/SuitePrecure-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Wonderful↑Powerful↑Music!!\"", + "link": "https://animethemes.moe/video/SuitePrecure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"#Kibou Rainbow#\"", + "link": "https://animethemes.moe/video/SuitePrecure-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"#Kibou Rainbow#\"", + "link": "https://animethemes.moe/video/SuitePrecure-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "8986", + "title": "Supernatural The Animation", + "year": "2011", + "themes": [ + { + "name": "ED \"Carry on Wayward Son\"", + "link": "https://animethemes.moe/video/Supernatural-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9331", + "title": "Yumekui Merry", + "year": "2011", + "themes": [ + { + "name": "OP \"Daydream Syndrome\"", + "link": "https://animethemes.moe/video/YumekuiMerry-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yume to Kibou to Ashita no Atashi\"", + "type": "ending" + } + ] + }, + { + "id": "10030", + "title": "Bakuman. 2", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"Dream of Life\"", + "link": "https://animethemes.moe/video/BakumanS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Dream of Life\"", + "link": "https://animethemes.moe/video/BakumanS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"monochrome rainbow\"", + "link": "https://animethemes.moe/video/BakumanS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Parallel=\"", + "link": "https://animethemes.moe/video/BakumanS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "10396", + "title": "Ben-To", + "year": "2011", + "themes": [ + { + "name": "OP1 V1 \"LIVE for LIFE ~Ookamitachi no Yoru~\"", + "link": "https://animethemes.moe/video/Bento-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"LIVE for LIFE ~Ookamitachi no Yoru~\"", + "link": "https://animethemes.moe/video/Bento-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Treasure\"", + "link": "https://animethemes.moe/video/Bento-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Egao no Housoku\"", + "link": "https://animethemes.moe/video/Bento-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10719", + "title": "Boku wa Tomodachi ga Sukunai", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"Zannenkei Rinjinbu (Hoshi Futatsu Han)\"", + "link": "https://animethemes.moe/video/Haganai-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Zannenkei Rinjinbu (Hoshi Futatsu Han)\"", + "link": "https://animethemes.moe/video/Haganai-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Watashi no Kimochi\"", + "link": "https://animethemes.moe/video/Haganai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10578", + "title": "C³", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Endless Story\"", + "link": "https://animethemes.moe/video/C3-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Shirushi\"", + "link": "https://animethemes.moe/video/C3-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Hana\"", + "link": "https://animethemes.moe/video/C3-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Hana\"", + "link": "https://animethemes.moe/video/C3-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sympathy of Love\"", + "link": "https://animethemes.moe/video/C3-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "10800", + "title": "Chihayafuru", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"YOUTHFUL\"", + "link": "https://animethemes.moe/video/Chihayafuru-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"YOUTHFUL\"", + "link": "https://animethemes.moe/video/Chihayafuru-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Soshite Ima\"", + "link": "https://animethemes.moe/video/Chihayafuru-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"YOUTHFUL\"", + "link": "https://animethemes.moe/video/Chihayafuru-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "11177", + "title": "Cross Fight B-Daman", + "year": "2011", + "themes": [ + { + "name": "OP \"TRUTH\"", + "link": "https://animethemes.moe/video/CrossFightBedaman-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Tsubasa no Yukue\"", + "link": "https://animethemes.moe/video/CrossFightBedaman-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Tsubasa no Yukue\"", + "link": "https://animethemes.moe/video/CrossFightBedaman-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Tsubasa no Yukue\"", + "link": "https://animethemes.moe/video/CrossFightBedaman-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Tsubasa no Yukue\"", + "link": "https://animethemes.moe/video/CrossFightBedaman-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "10087", + "title": "Fate/Zero", + "year": "2011", + "themes": [ + { + "name": "OP \"oath sign\"", + "link": "https://animethemes.moe/video/FateZero-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"MEMORIA\"", + "link": "https://animethemes.moe/video/FateZero-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10793", + "title": "Guilty Crown", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Euterpe\"", + "link": "https://animethemes.moe/video/GuiltyCrown-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"My Dearest\"", + "link": "https://animethemes.moe/video/GuiltyCrown-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"My Dearest\"", + "link": "https://animethemes.moe/video/GuiltyCrown-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP3 V1 \"The Everlasting Guilty Crown\"", + "link": "https://animethemes.moe/video/GuiltyCrown-OP3.webm", + "type": "opening" + }, + { + "name": "OP3 V2 \"The Everlasting Guilty Crown\"", + "link": "https://animethemes.moe/video/GuiltyCrown-OP3v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED1 V7 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED1 V8 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED1 V9 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED1 V10 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED1 V11 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1v11.webm", + "type": "ending" + }, + { + "name": "ED1 V12 \"Departures ~Anata ni Okuru Ai no Uta~\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED1v12.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Kokuhaku\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Kokuhaku\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Kokuhaku\"", + "link": "https://animethemes.moe/video/GuiltyCrown-ED2v3.webm", + "type": "ending" + } + ] + }, + { + "id": "11237", + "title": "Hidamari Sketch x SP", + "year": "2011", + "themes": [ + { + "name": "OP \"Kimagure, Jan-ken-pon\"", + "link": "https://animethemes.moe/video/HidamariSketchSP-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"nora\"", + "link": "https://animethemes.moe/video/HidamariSketchSP-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11061", + "title": "Hunter x Hunter (2011)", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"departure!\"", + "link": "https://animethemes.moe/video/HunterHunter2011-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"departure! -second version-\"", + "link": "https://animethemes.moe/video/HunterHunter2011-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"departure!\"", + "link": "https://animethemes.moe/video/HunterHunter2011-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"departure!\"", + "link": "https://animethemes.moe/video/HunterHunter2011-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"departure! -second version-\"", + "link": "https://animethemes.moe/video/HunterHunter2011-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"departure!\"", + "link": "https://animethemes.moe/video/HunterHunter2011-OP1v6.webm", + "type": "opening" + }, + { + "name": "ED1 \"Just Awake\"", + "link": "https://animethemes.moe/video/HunterHunter2011-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hunting for Your Dream.\"", + "link": "https://animethemes.moe/video/HunterHunter2011-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"REASON\"", + "link": "https://animethemes.moe/video/HunterHunter2011-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Nagareboshi Kirari\"", + "link": "https://animethemes.moe/video/HunterHunter2011-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Hyoriittai\"", + "link": "https://animethemes.moe/video/HunterHunter2011-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Hyoriittai -second version-\"", + "link": "https://animethemes.moe/video/HunterHunter2011-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "11255", + "title": "Ikkitousen: Shuugaku Toushi Keppuuroku", + "year": "2011", + "themes": [ + { + "name": "ED \"FATE ~on the way~\"", + "link": "https://animethemes.moe/video/IkkitousenShuugakuToushiKeppuuroku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10794", + "title": "IS: Infinite Stratos Encore - Koi ni Kogareru Rokujuusou", + "year": "2011", + "themes": [ + { + "name": "OP \"STRAIGHT JET\"", + "link": "https://animethemes.moe/video/InfiniteStratosOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Best Partner\"", + "link": "https://animethemes.moe/video/InfiniteStratosOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9617", + "title": "K-On! Movie", + "year": "2011", + "themes": [ + { + "name": "OP \"Ichiban Ippai\"", + "link": "https://animethemes.moe/video/KOnMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Singing\"", + "link": "https://animethemes.moe/video/KOnMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10805", + "title": "Kami nomi zo Shiru Sekai: 4-nin to Idol", + "year": "2011", + "themes": [ + { + "name": "OP \"Natsuiro Surprise\"", + "link": "https://animethemes.moe/video/KaminomiYoninToIdol-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hajimete Koi wo Shita Kioku\"", + "link": "https://animethemes.moe/video/KaminomiYoninToIdol-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10460", + "title": "Kimi to Boku.", + "year": "2011", + "themes": [ + { + "name": "OP \"Bye Bye\"", + "link": "https://animethemes.moe/video/KimiToBoku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nakimushi.\"", + "link": "https://animethemes.moe/video/KimiToBoku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10456", + "title": "Kyoukaisenjou no Horizon", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"Terminated\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizon-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Terminated\"", + "type": "opening" + }, + { + "name": "ED1 V1 \"Pieces\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizon-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Pieces\"", + "type": "ending" + }, + { + "name": "ED1 V3 \"Pieces\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizon-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Pieces\"", + "type": "ending" + }, + { + "name": "ED1 V5 \"Pieces\"", + "type": "ending" + }, + { + "name": "ED1 V6 \"Pieces\"", + "type": "ending" + }, + { + "name": "ED1 V7 \"Pieces\"", + "type": "ending" + }, + { + "name": "ED1 V8 \"Pieces\"", + "type": "ending" + }, + { + "name": "ED1 V9 \"Pieces\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizon-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Stardust Melodia\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizon-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Stardust Melodia\"", + "link": "https://animethemes.moe/video/KyoukaisenjouNoHorizon-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Stardust Melodia\"", + "type": "ending" + }, + { + "name": "ED2 V4 \"Stardust Melodia\"", + "type": "ending" + } + ] + }, + { + "id": "10336", + "title": "Last Exile: Ginyoku no Fam", + "year": "2011", + "themes": [ + { + "name": "OP \"Buddy\"", + "link": "https://animethemes.moe/video/LastExileS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Starboard\"", + "type": "ending" + }, + { + "name": "ED2 \"Starboard [Silky Wind ver.]\"", + "type": "ending" + }, + { + "name": "ED3 \"Innocent Eyes\"", + "type": "ending" + }, + { + "name": "ED4 \"Sorrows of Life\"", + "type": "ending" + }, + { + "name": "ED5 \"Grand Exile\"", + "type": "ending" + }, + { + "name": "ED6 \"Kaze no Kyoukaisen\"", + "type": "ending" + } + ] + }, + { + "id": "10213", + "title": "Maji de Watashi ni Koi Shinasai!", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"U-n-d-e-r--STANDING!\"", + "link": "https://animethemes.moe/video/Majikoi-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"U-n-d-e-r--STANDING!\"", + "link": "https://animethemes.moe/video/Majikoi-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"U-n-d-e-r--STANDING!\"", + "link": "https://animethemes.moe/video/Majikoi-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kimi no Shinken wo Choudai\"", + "link": "https://animethemes.moe/video/Majikoi-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kimi no Shinken wo Choudai\"", + "link": "https://animethemes.moe/video/Majikoi-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Kimi no Shinken wo Choudai\"", + "link": "https://animethemes.moe/video/Majikoi-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Kimi no Shinken wo Choudai\"", + "link": "https://animethemes.moe/video/Majikoi-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Kimi no Shinken wo Choudai\"", + "link": "https://animethemes.moe/video/Majikoi-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Kimi no Shinken wo Choudai\"", + "link": "https://animethemes.moe/video/Majikoi-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Kimi no Shinken wo Choudai\"", + "link": "https://animethemes.moe/video/Majikoi-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Kimi no Shinken wo Choudai\"", + "link": "https://animethemes.moe/video/Majikoi-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED V9 \"Kimi no Shinken wo Choudai\"", + "link": "https://animethemes.moe/video/Majikoi-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED V10 \"Kimi no Shinken wo Choudai\"", + "link": "https://animethemes.moe/video/Majikoi-ED1v10.webm", + "type": "ending" + } + ] + }, + { + "id": "9936", + "title": "Maken-Ki!", + "year": "2011", + "themes": [ + { + "name": "OP \"Fly Away\"", + "link": "https://animethemes.moe/video/MakenKi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Baby! Baby!\" by Noriko Shitaya & Iori Nomizu", + "link": "https://animethemes.moe/video/MakenKi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Baby! Baby!\" by Sayuri Yahagi & Noriko Shitaya", + "link": "https://animethemes.moe/video/MakenKi-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Baby! Baby!\" by Misuzu Togashi & Aya Gouda", + "link": "https://animethemes.moe/video/MakenKi-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Baby! Baby!\" by Sayuri Yahagi & Misuzu Togashi", + "link": "https://animethemes.moe/video/MakenKi-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Baby! Baby!\" by Noriko Shitaya & Shizuka Furuya", + "link": "https://animethemes.moe/video/MakenKi-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Baby! Baby!\" by Iori Nomizu & Sayuri Yahagi", + "link": "https://animethemes.moe/video/MakenKi-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Baby! Baby!\" by Rie Tanaka & Satomi Akesaka", + "link": "https://animethemes.moe/video/MakenKi-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Baby! Baby!\" by Mariya Ise & Rie Tanaka", + "link": "https://animethemes.moe/video/MakenKi-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Baby! Baby!\" by Saeko Zougou & Misato", + "link": "https://animethemes.moe/video/MakenKi-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Baby! Baby!\" by Rina Satou & Rina Hidaka", + "link": "https://animethemes.moe/video/MakenKi-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Baby! Baby!\" by Misuzu Togashi & Noriko Shitaya", + "link": "https://animethemes.moe/video/MakenKi-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "10397", + "title": "Mashiro-iro Symphony: The Color of Lovers", + "year": "2011", + "themes": [ + { + "name": "OP \"Authentic symphony\"", + "link": "https://animethemes.moe/video/MashiroiroSymphony-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Suisai Candy\"", + "link": "https://animethemes.moe/video/MashiroiroSymphony-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10620", + "title": "Mirai Nikki", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Kuusou Mesorogiwi\"", + "link": "https://animethemes.moe/video/MiraiNikki-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Dead END\"", + "link": "https://animethemes.moe/video/MiraiNikki-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Blood Teller\"", + "link": "https://animethemes.moe/video/MiraiNikki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"filament\"", + "link": "https://animethemes.moe/video/MiraiNikki-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "10808", + "title": "Mobile Suit Gundam Age", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Asu e\"", + "link": "https://animethemes.moe/video/GundamAge-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"sharp #\"", + "link": "https://animethemes.moe/video/GundamAge-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"REAL\"", + "link": "https://animethemes.moe/video/GundamAge-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"AURORA\"", + "link": "https://animethemes.moe/video/GundamAge-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi no Naka no Eiyuu\"", + "link": "https://animethemes.moe/video/GundamAge-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"My World\"", + "link": "https://animethemes.moe/video/GundamAge-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"WHITE justice\"", + "link": "https://animethemes.moe/video/GundamAge-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Forget-me-not ~Wasurenagusa~\"", + "link": "https://animethemes.moe/video/GundamAge-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "10588", + "title": "Persona 4 The Animation", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Pursuing My True Self\"", + "link": "https://animethemes.moe/video/Persona4-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"sky's the limit\"", + "link": "https://animethemes.moe/video/Persona4-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"True Story\"", + "link": "https://animethemes.moe/video/Persona4-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"key plus words\"", + "link": "https://animethemes.moe/video/Persona4-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Burn My Dread\"", + "link": "https://animethemes.moe/video/Persona4-OP5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Beauty of Destiny\"", + "link": "https://animethemes.moe/video/Persona4-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koisuru Meitantei\"", + "link": "https://animethemes.moe/video/Persona4-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Persona4-ED2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED3 \"The way of Memories -Kizuna no Chikara-\"", + "link": "https://animethemes.moe/video/Persona4-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Honto no Kimochi\"", + "link": "https://animethemes.moe/video/Persona4-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Never More\"", + "link": "https://animethemes.moe/video/Persona4-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "9981", + "title": "Phi Brain: Kami no Puzzle", + "year": "2011", + "themes": [ + { + "name": "OP \"Brain Diver\"", + "link": "https://animethemes.moe/video/PhiBrain-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hologram\"", + "link": "https://animethemes.moe/video/PhiBrain-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10592", + "title": "s.CRY.ed Alteration I: Tao", + "year": "2011", + "themes": [ + { + "name": "ED \"Reckless fire 2011\"", + "link": "https://animethemes.moe/video/ScryedMovie1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11123", + "title": "Sekaiichi Hatsukoi 2", + "year": "2011", + "themes": [ + { + "name": "OP \"Sekai no Hate ni Kimi ga Itemo\"", + "link": "https://animethemes.moe/video/SekaiichiHatsukoiS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aikotoba\"", + "link": "https://animethemes.moe/video/SekaiichiHatsukoiS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6773", + "title": "Shakugan no Shana III (Final)", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Light My Fire\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS3-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Serment\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS3-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"I'll believe\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"ONE\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"u/n\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS3-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Koubou\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS3-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "10378", + "title": "Shinryaku!? Ika Musume", + "year": "2011", + "themes": [ + { + "name": "OP \"HIGH POWERED\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED V9 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED V10 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED V11 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1v11.webm", + "type": "ending" + }, + { + "name": "ED V12 \"Kimi wo Shirukoto\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusumeS2-ED1v12.webm", + "type": "ending" + } + ] + }, + { + "id": "10821", + "title": "Suite Precure♪ Movie: Torimodose! Kokoro ga Tsunagu Kiseki no Melody♪", + "year": "2011", + "themes": [ + { + "name": "OP \"La♪ La♪ La♪ Suite Pretty Cure♪ ~Unlimited ver~\"", + "link": "https://animethemes.moe/video/SuitePrecureMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kokoro no Uta\"", + "link": "https://animethemes.moe/video/SuitePrecureMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8995", + "title": "Tales of Symphonia The Animation: Sekai Tougou-hen", + "year": "2011", + "themes": [ + { + "name": "OP \"Honto Uso\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaSekaiTougouHen-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tagatame no Sekai\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaSekaiTougouHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ibitsu\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaSekaiTougouHen-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hikari Furu Basho De ~Promesse~\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaSekaiTougouHen-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kaze wa Harukana Asu wo Shiru\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaSekaiTougouHen-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "10232", + "title": "Tamayura: Hitotose", + "year": "2011", + "themes": [ + { + "name": "OP \"Okaerinasai\"", + "link": "https://animethemes.moe/video/TamayuraHitotose-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kamisama no Itazura\"", + "link": "https://animethemes.moe/video/TamayuraHitotose-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Natsutori -Uta to Piano-\"", + "link": "https://animethemes.moe/video/TamayuraHitotose-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hoshizora\"", + "link": "https://animethemes.moe/video/TamayuraHitotose-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Ashita no Hidamari\"", + "link": "https://animethemes.moe/video/TamayuraHitotose-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"A HAPPY NEW YEAR\"", + "link": "https://animethemes.moe/video/TamayuraHitotose-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "10798", + "title": "UN-GO", + "year": "2011", + "themes": [ + { + "name": "OP \"How to go\"", + "link": "https://animethemes.moe/video/UnGo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UnGo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UnGo-OP1-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Fantasy\"", + "link": "https://animethemes.moe/video/UnGo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UnGo-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UnGo-ED1-NCBD1080Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "10521", + "title": "Working'!!", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"COOLISH WALK\"", + "link": "https://animethemes.moe/video/WorkingS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"COOLISH WALK\"", + "link": "https://animethemes.moe/video/WorkingS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Itsumo no Youni LOVE & PEACE!!\"", + "link": "https://animethemes.moe/video/WorkingS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Itsumo no Youni LOVE & PEACE!!\"", + "link": "https://animethemes.moe/video/WorkingS2-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "8516", + "title": "Baka to Test to Shoukanjuu Ni!", + "year": "2011", + "themes": [ + { + "name": "OP \"Kimi + Nazo + Watashi de JUMP!!\"", + "link": "https://animethemes.moe/video/BakaTestS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Eureka Baby\"", + "link": "https://animethemes.moe/video/BakaTestS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Baka to Koshitsu to Kodokumeshi\"", + "link": "https://animethemes.moe/video/BakaTestS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hi-Ho!!\"", + "link": "https://animethemes.moe/video/BakaTestS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "10490", + "title": "Blood-C", + "year": "2011", + "themes": [ + { + "name": "OP \"spiral\"", + "link": "https://animethemes.moe/video/BloodC-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Junketsu Paradox\"", + "link": "https://animethemes.moe/video/BloodC-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "11103", + "title": "Busou Shinki Moon Angel", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Labyrinth\"", + "link": "https://animethemes.moe/video/BusouShinkiMoonAngel-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kokou no Katarushisu\"", + "link": "https://animethemes.moe/video/BusouShinkiMoonAngel-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Kayowaki Juujika no Ai\"", + "type": "ending" + } + ] + }, + { + "id": "10012", + "title": "Carnival Phantasm", + "year": "2011", + "themes": [ + { + "name": "OP \"Super☆Affection\"", + "link": "https://animethemes.moe/video/CarnivalPhantasm-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Fellows\"", + "link": "https://animethemes.moe/video/CarnivalPhantasm-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"FINAL DEAD LANCER\"", + "link": "https://animethemes.moe/video/CarnivalPhantasm-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "8915", + "title": "Dantalian no Shoka", + "year": "2011", + "themes": [ + { + "name": "OP \"Cras numquam scire\"", + "link": "https://animethemes.moe/video/DantalianNoShoka-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DantalianNoShoka-OP1-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"yes, prisoner\"", + "link": "https://animethemes.moe/video/DantalianNoShoka-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10838", + "title": "Double-J", + "year": "2011", + "themes": [ + { + "name": "ED \"Wani to Shampoo\"", + "link": "https://animethemes.moe/video/DoubleJ-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "animedb.pl?show=anime&aid=8624", + "title": "Gensou Mangekyou: The Memories of Phantasm", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Iro wa Nioedo Chirinuru wo\"", + "link": "https://animethemes.moe/video/GensouMangekyou-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Tsuki ni Murakumo Hana ni Kaze\"", + "link": "https://animethemes.moe/video/GensouMangekyou-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Kachou Fuugetsu\"", + "link": "https://animethemes.moe/video/GensouMangekyou-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Utakata, Ai no Mahoroba\"", + "link": "https://animethemes.moe/video/GensouMangekyou-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Opposite World\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hitori Shizuka\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yozakura ni Kimi wo Kakushite\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Zangyou wa Nari Yamazu\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kono Hagakure\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Tamashii no Katari ni Michibikarete\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Kanousei no Keshin\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Kyoumei Shinai Ai no Katachi\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Tamerai no Yurikago\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Terasareru Kurai no Shiawase\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Otogibanashi no Karakuri wa\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Ima, Ta ga Tame no Kagari Hi e\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Getsurin ni Megurasa Reta Kioku\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Hate Naki Kaze no Kiseki Sae: Ha\"", + "link": "https://animethemes.moe/video/GensouMangekyou-ED14.webm", + "type": "ending" + } + ] + }, + { + "id": "10350", + "title": "Hakuouki Sekkaroku", + "year": "2011", + "themes": [ + { + "name": "OP \"Yume no Ukifune\"", + "link": "https://animethemes.moe/video/HakuoukiOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mugen - a true love tale-\"", + "type": "ending" + }, + { + "name": "ED2 \"Kazahana -The whisper of snow falling-\"", + "type": "ending" + }, + { + "name": "ED3 \"Ran -The end of struggle-\"", + "type": "ending" + }, + { + "name": "ED4 \"Hikari -I promise you-\"", + "type": "ending" + }, + { + "name": "ED5 \"Shinjitsu -The light lasting-\"", + "type": "ending" + }, + { + "name": "ED6 \"Hiyoku -Contract with you-\"", + "type": "ending" + } + ] + }, + { + "id": "10491", + "title": "Higurashi no Naku Koro ni Kira", + "year": "2011", + "themes": [ + { + "name": "OP \"Happy! Lucky! Dochy!\"", + "link": "https://animethemes.moe/video/HigurashiKira-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Zendaimimon☆Miracle Change\"", + "link": "https://animethemes.moe/video/HigurashiKira-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tenshinranman☆Miracle Change\"", + "link": "https://animethemes.moe/video/HigurashiKira-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ishindenshin☆Miracle Change\"", + "link": "https://animethemes.moe/video/HigurashiKira-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Yuki Rinrin☆Miracle Change\"", + "link": "https://animethemes.moe/video/HigurashiKira-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "9938", + "title": "Ikoku Meiro no Croisée", + "year": "2011", + "themes": [ + { + "name": "OP \"Sekai wa Odoru yo, Kimi to.\"", + "link": "https://animethemes.moe/video/IkokuMeiroNoCroisee-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Koko kara Hajimaru Monogatari\"", + "link": "https://animethemes.moe/video/IkokuMeiroNoCroisee-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tomorrow's Smile\"", + "type": "ending" + } + ] + }, + { + "id": "9750", + "title": "Itsuka Tenma no Kuro Usagi", + "year": "2011", + "themes": [ + { + "name": "OP \"Once\"", + "link": "https://animethemes.moe/video/ItsukaTenmaNoKuroUsagi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Utsusemi\"", + "link": "https://animethemes.moe/video/ItsukaTenmaNoKuroUsagi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sparkling Kiss\"", + "link": "https://animethemes.moe/video/ItsukaTenmaNoKuroUsagi-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Strawberry eyes\"", + "link": "https://animethemes.moe/video/ItsukaTenmaNoKuroUsagi-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Strawberry eyes\"", + "link": "https://animethemes.moe/video/ItsukaTenmaNoKuroUsagi-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED4 \"Secret Tears\"", + "link": "https://animethemes.moe/video/ItsukaTenmaNoKuroUsagi-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "10372", + "title": "Kamisama Dolls", + "year": "2011", + "themes": [ + { + "name": "OP \"Fukanzen Nenshou\"", + "link": "https://animethemes.moe/video/KamisamaDolls-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Switch ga Haittara\"", + "link": "https://animethemes.moe/video/KamisamaDolls-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Natsu no Niwa\"", + "type": "ending" + } + ] + }, + { + "id": "10568", + "title": "Kamisama no Memochou", + "year": "2011", + "themes": [ + { + "name": "OP \"Kawaru Mirai\"", + "link": "https://animethemes.moe/video/KamisamaNoMemochou-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Colorado Bulldog\"", + "link": "https://animethemes.moe/video/KamisamaNoMemochou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Asunaro\"", + "link": "https://animethemes.moe/video/KamisamaNoMemochou-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "10465", + "title": "Manyuu Hikenchou", + "year": "2011", + "themes": [ + { + "name": "OP \"Unmei\"", + "link": "https://animethemes.moe/video/ManyuuHikenchou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Futatsu no Ashiato\"", + "link": "https://animethemes.moe/video/ManyuuHikenchou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10721", + "title": "Mawaru Penguindrum", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Nornir\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MawaruPenguindrum-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP2 \"Shounen yo Ware ni Kaere\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MawaruPenguindrum-OP2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"DEAR FUTURE\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"DEAR FUTURE feat. Yui Horie\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Haiiro no Suiyoubi\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Bad News Kuroi Yokan\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Ikarechimattaze!!\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"HIDE and SEEK\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Private Girl\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Tamashii Kogashite\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Asa no Kageri no Naka de\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"HEROES ~Eiyuutachi\"", + "link": "https://animethemes.moe/video/MawaruPenguindrum-ED10.webm", + "type": "ending" + } + ] + }, + { + "id": "10110", + "title": "Mayo Chiki!", + "year": "2011", + "themes": [ + { + "name": "OP \"Be Starters!\"", + "link": "https://animethemes.moe/video/MayoChiki-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi ni Gohoushi\"", + "link": "https://animethemes.moe/video/MayoChiki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10379", + "title": "Natsume Yuujinchou San", + "year": "2011", + "themes": [ + { + "name": "OP \"Boku ni Dekiru Koto\"", + "link": "https://animethemes.moe/video/NatsumeYuujinchouSan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi no Kakera feat. Miyamoto Emiri\"", + "link": "https://animethemes.moe/video/NatsumeYuujinchouSan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9934", + "title": "Nekogami Yaoyorozu", + "year": "2011", + "themes": [ + { + "name": "OP \"Kamisama to Issho\"", + "link": "https://animethemes.moe/video/NekogamiYaoyorozu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Oh My God♥\"", + "link": "https://animethemes.moe/video/NekogamiYaoyorozu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yaoyorozu Ondo\"", + "link": "https://animethemes.moe/video/NekogamiYaoyorozu-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "10161", + "title": "No.6", + "year": "2011", + "themes": [ + { + "name": "OP \"Spell\"", + "link": "https://animethemes.moe/video/No6-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Rokutousei no Yoru\"", + "link": "https://animethemes.moe/video/No6-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10049", + "title": "Nurarihyon no Mago: Sennen Makyou", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Hoshi no Arika\"", + "link": "https://animethemes.moe/video/NurarihyonNoMagoS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"he LOVE SONG\"", + "link": "https://animethemes.moe/video/NurarihyonNoMagoS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Orange Smile\"", + "link": "https://animethemes.moe/video/NurarihyonNoMagoS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Departure\"", + "link": "https://animethemes.moe/video/NurarihyonNoMagoS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "10611", + "title": "R-15", + "year": "2011", + "themes": [ + { + "name": "OP \"Maji Yaba Mousou LOVE♥\"", + "link": "https://animethemes.moe/video/R15-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"HIRAMEKI! Peace (≧▽≦)v\"", + "link": "https://animethemes.moe/video/R15-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10572", + "title": "Ro-Kyu-Bu!", + "year": "2011", + "themes": [ + { + "name": "OP \"SHOOT!\"", + "link": "https://animethemes.moe/video/RoKyuBu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Party Love ~Okkiku Naritai~\"", + "link": "https://animethemes.moe/video/RoKyuBu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10156", + "title": "Sacred Seven", + "year": "2011", + "themes": [ + { + "name": "OP1 \"stone cold\"", + "link": "https://animethemes.moe/video/SacredSeven-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kiseki\"", + "link": "https://animethemes.moe/video/SacredSeven-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kiseki\"", + "link": "https://animethemes.moe/video/SacredSeven-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"stone cold\"", + "link": "https://animethemes.moe/video/SacredSeven-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tsunagaru Made\"", + "type": "ending" + } + ] + }, + { + "id": "10923", + "title": "Tantei Opera Milky Holmes: Summer Special", + "year": "2011", + "themes": [ + { + "name": "OP \"Seikai wa Hitotsu! Janai!!\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmesSpecial-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Party Party!\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmesSpecial-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10573", + "title": "Tennis no Ouji-sama: Another Story II - Ano Toki no Bokura", + "year": "2011", + "themes": [ + { + "name": "OP \"Aozora STAGE\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaAnotherStoryII-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"HIKARI\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaAnotherStoryII-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10278", + "title": "The iDOLM@STER", + "year": "2011", + "themes": [ + { + "name": "OP1 \"READY!!\"", + "link": "https://animethemes.moe/video/Idolmaster-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"CHANGE!!!!\"", + "link": "https://animethemes.moe/video/Idolmaster-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"The world is all one!!\"", + "link": "https://animethemes.moe/video/Idolmaster-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Idolmaster-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Positive!\"", + "link": "https://animethemes.moe/video/Idolmaster-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"First Stage\"", + "link": "https://animethemes.moe/video/Idolmaster-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Aoi Tori\"", + "link": "https://animethemes.moe/video/Idolmaster-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"MOONY\"", + "link": "https://animethemes.moe/video/Idolmaster-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"THE IDOLM@STER\"", + "link": "https://animethemes.moe/video/Idolmaster-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Ohayou!! Asagohan\"", + "link": "https://animethemes.moe/video/Idolmaster-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Hanikami! First Bite\"", + "link": "https://animethemes.moe/video/Idolmaster-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Reimei Starline\"", + "link": "https://animethemes.moe/video/Idolmaster-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"GO MY WAY!!\"", + "link": "https://animethemes.moe/video/Idolmaster-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"START!!\"", + "link": "https://animethemes.moe/video/Idolmaster-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Shocking na Kare!\"", + "link": "https://animethemes.moe/video/Idolmaster-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"i\"", + "link": "https://animethemes.moe/video/Idolmaster-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Colorful Days\"", + "link": "https://animethemes.moe/video/Idolmaster-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"MEGARE!\"", + "link": "https://animethemes.moe/video/Idolmaster-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"Brand New Day!\"", + "link": "https://animethemes.moe/video/Idolmaster-ED16.webm", + "type": "ending" + }, + { + "name": "ED17 \"Cheering Letter\"", + "link": "https://animethemes.moe/video/Idolmaster-ED17.webm", + "type": "ending" + }, + { + "name": "ED18 \"Mahou wo Kakete!\"", + "link": "https://animethemes.moe/video/Idolmaster-ED18.webm", + "type": "ending" + }, + { + "name": "ED19 \"Kazahana\"", + "link": "https://animethemes.moe/video/Idolmaster-ED19.webm", + "type": "ending" + }, + { + "name": "ED20 \"Yakusoku\"", + "link": "https://animethemes.moe/video/Idolmaster-ED20.webm", + "type": "ending" + }, + { + "name": "ED21 \"Sora\"", + "link": "https://animethemes.moe/video/Idolmaster-ED21.webm", + "type": "ending" + }, + { + "name": "ED22 \"Happy Christmas\"", + "link": "https://animethemes.moe/video/Idolmaster-ED22.webm", + "type": "ending" + }, + { + "name": "ED23 \"Mitsumete\"", + "link": "https://animethemes.moe/video/Idolmaster-ED23.webm", + "type": "ending" + }, + { + "name": "ED24 \"Massugu\"", + "link": "https://animethemes.moe/video/Idolmaster-ED24.webm", + "type": "ending" + }, + { + "name": "ED25 \"Watashi-tachi wa Zutto...Deshou?\"", + "link": "https://animethemes.moe/video/Idolmaster-ED25.webm", + "type": "ending" + } + ] + }, + { + "id": "10162", + "title": "Usagi Drop", + "year": "2011", + "themes": [ + { + "name": "OP \"Sweet Drops\"", + "link": "https://animethemes.moe/video/UsagiDrop-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"High High High\"", + "link": "https://animethemes.moe/video/UsagiDrop-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10495", + "title": "Yuru Yuri", + "year": "2011", + "themes": [ + { + "name": "OP \"Yuriyurarararayuruyuri Daijiken\"", + "link": "https://animethemes.moe/video/YuruYuri-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"My Pace de Ikimashou\"", + "link": "https://animethemes.moe/video/YuruYuri-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9624", + "title": "30-sai no Hoken Taiiku", + "year": "2011", + "themes": [ + { + "name": "OP \"Koi no Doutei\"", + "link": "https://animethemes.moe/video/30SaiNoHokenTaiiku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"learn together\"", + "link": "https://animethemes.moe/video/30SaiNoHokenTaiiku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9776", + "title": "A-Channel", + "year": "2011", + "themes": [ + { + "name": "OP \"Morning Arch\"", + "link": "https://animethemes.moe/video/AChannel-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Humming Girl\"", + "link": "https://animethemes.moe/video/AChannel-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Harukaze no Kagaku\"", + "link": "https://animethemes.moe/video/AChannel-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "9925", + "title": "Amagami SS: Tachibana Miya-hen - Imouto", + "year": "2011", + "themes": [ + { + "name": "OP \"Kimi no Mama de\"", + "link": "https://animethemes.moe/video/AmagamiImouto-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Suteki na Aru Hi\"", + "link": "https://animethemes.moe/video/AmagamiImouto-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9989", + "title": "Ano Hi Mita Hana no Namae wo Bokutachi wa Mada Shiranai.", + "year": "2011", + "themes": [ + { + "name": "OP \"Aoi Shiori\"", + "link": "https://animethemes.moe/video/Anohana-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dear Love\"", + "link": "https://animethemes.moe/video/Anohana-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"secret base ~Kimi ga Kureta Mono~ (10 years after ver.)\"", + "link": "https://animethemes.moe/video/Anohana-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"secret base ~Kimi ga Kureta Mono~ (10 years after ver.)\"", + "link": "https://animethemes.moe/video/Anohana-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Still...\"", + "link": "https://animethemes.moe/video/Anohana-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "9919", + "title": "Ao no Exorcist", + "year": "2011", + "themes": [ + { + "name": "OP1 \"CORE PRIDE\"", + "link": "https://animethemes.moe/video/AoNoExorcist-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"IN MY WORLD\"", + "link": "https://animethemes.moe/video/AoNoExorcist-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Take off\"", + "link": "https://animethemes.moe/video/AoNoExorcist-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Wired Life\"", + "link": "https://animethemes.moe/video/AoNoExorcist-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "9736", + "title": "Astarotte no Omocha!", + "year": "2011", + "themes": [ + { + "name": "OP \"Tenshi no CLOVER\"", + "link": "https://animethemes.moe/video/AstarotteNoOmocha-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Manatsu no Photograph\"", + "link": "https://animethemes.moe/video/AstarotteNoOmocha-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10163", + "title": "C: The Money of Soul and Possibility Control", + "year": "2011", + "themes": [ + { + "name": "OP \"Matryoshka\"", + "link": "https://animethemes.moe/video/Control-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"RPG\"", + "link": "https://animethemes.moe/video/Control-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "7081", + "title": "Danball Senki", + "year": "2011", + "themes": [ + { + "name": "OP1 \"1 Dream\"", + "link": "https://animethemes.moe/video/DanballSenki-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ishin Denshin\"", + "link": "https://animethemes.moe/video/DanballSenki-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Boku no Chokinbako\"", + "link": "https://animethemes.moe/video/DanballSenki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Himitsu Kichi\"", + "link": "https://animethemes.moe/video/DanballSenki-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6880", + "title": "Deadman Wonderland", + "year": "2011", + "themes": [ + { + "name": "OP \"One Reason\"", + "link": "https://animethemes.moe/video/DeadmanWonderland-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SHINY SHINY\"", + "link": "https://animethemes.moe/video/DeadmanWonderland-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9379", + "title": "Denpa Onna to Seishun Otoko", + "year": "2011", + "themes": [ + { + "name": "OP \"Os-Uchuujin\"", + "link": "https://animethemes.moe/video/DenpaOnnaToSeishunOtoko-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ruru\"", + "link": "https://animethemes.moe/video/DenpaOnnaToSeishunOtoko-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ruru\"", + "link": "https://animethemes.moe/video/DenpaOnnaToSeishunOtoko-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Ruru\"", + "link": "https://animethemes.moe/video/DenpaOnnaToSeishunOtoko-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "10155", + "title": "Dog Days", + "year": "2011", + "themes": [ + { + "name": "OP \"Scarlet Knight\"", + "link": "https://animethemes.moe/video/DogDays-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Presenter\"", + "link": "https://animethemes.moe/video/DogDays-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9493", + "title": "Dororon Enma-kun Meeramera", + "year": "2011", + "themes": [ + { + "name": "OP \"Tama Mera Mera Icchou Celsius!\"", + "link": "https://animethemes.moe/video/DororonEnmaKunMeeramera-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Minna Kutabaru Sa Sa Sa\"", + "type": "ending" + } + ] + }, + { + "id": "9982", + "title": "Fairy Tail OVA", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Eternal Fellows\"", + "link": "https://animethemes.moe/video/FairyTailOVA-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"BLOW AWAY\"", + "link": "https://animethemes.moe/video/FairyTailOVA-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Nichijou Sanka\"", + "type": "ending" + }, + { + "name": "ED2 \"Happy Tale\"", + "type": "ending" + } + ] + }, + { + "id": "9969", + "title": "Gintama'", + "year": "2011", + "themes": [ + { + "name": "OP1 V1 \"Tougenkyou Alien\"", + "link": "https://animethemes.moe/video/GintamaS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS2-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP1 V2 \"Tougenkyou Alien\"", + "link": "https://animethemes.moe/video/GintamaS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS2-OP1v2-Subbed.webm", + "type": "ending" + }, + { + "name": "OP1 V3 \"Tougenkyou Alien\"", + "link": "https://animethemes.moe/video/GintamaS2-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Dilemma\"", + "link": "https://animethemes.moe/video/GintamaS2-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS2-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"Dilemma\"", + "link": "https://animethemes.moe/video/GintamaS2-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Wonderland\"", + "link": "https://animethemes.moe/video/GintamaS2-OP3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS2-OP3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Samurai Heart (Some Like It Hot!!)\"", + "link": "https://animethemes.moe/video/GintamaS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS2-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Balance Doll\"", + "link": "https://animethemes.moe/video/GintamaS2-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS2-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Anagura\"", + "link": "https://animethemes.moe/video/GintamaS2-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS2-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Nakama\"", + "link": "https://animethemes.moe/video/GintamaS2-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GintamaS2-ED4-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED5 \"Tougenkyou Alien\"", + "link": "https://animethemes.moe/video/GintamaS2-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "10271", + "title": "Gyakkyou Burai Kaiji: Hakairoku Hen", + "year": "2011", + "themes": [ + { + "name": "OP \"Chase the Light!\"", + "link": "https://animethemes.moe/video/KaijiS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"C Kara Hajimaru ABC\"", + "type": "ending" + }, + { + "name": "ED2 \"Mirai wa Bokura no Te no Naka\"", + "type": "ending" + } + ] + }, + { + "id": "9289", + "title": "Hanasaku Iroha", + "year": "2011", + "themes": [ + { + "name": "OP1 V1 \"Hana no Iro\"", + "link": "https://animethemes.moe/video/HanasakuIroha-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HanasakuIroha-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP1 V2 \"Hana no Iro\"", + "link": "https://animethemes.moe/video/HanasakuIroha-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HanasakuIroha-OP1v2-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP2 V1 \"Omokage Warp\"", + "link": "https://animethemes.moe/video/HanasakuIroha-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HanasakuIroha-OP2-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP2 V2 \"Omokage Warp\"", + "link": "https://animethemes.moe/video/HanasakuIroha-OP2v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HanasakuIroha-OP2v2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Hana no Iro\"", + "link": "https://animethemes.moe/video/HanasakuIroha-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hazy\"", + "link": "https://animethemes.moe/video/HanasakuIroha-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HanasakuIroha-ED2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tsukikage to Buranko\"", + "link": "https://animethemes.moe/video/HanasakuIroha-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 V1 \"Yumeji\"", + "link": "https://animethemes.moe/video/HanasakuIroha-ED4.webm", + "type": "ending" + }, + { + "name": "ED4 V2 \"Yumeji\"", + "link": "https://animethemes.moe/video/HanasakuIroha-ED4v2.webm", + "type": "ending" + }, + { + "name": "ED5 \"Saibou Kioku\"", + "link": "https://animethemes.moe/video/HanasakuIroha-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Hanasaku Iroha\"", + "link": "https://animethemes.moe/video/HanasakuIroha-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HanasakuIroha-ED6-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED7 \"Hi Leap\"", + "link": "https://animethemes.moe/video/HanasakuIroha-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "10187", + "title": "HenSemi", + "year": "2011", + "themes": [ + { + "name": "ED \"Punctuation!\"", + "link": "https://animethemes.moe/video/HenSemiTV-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8630", + "title": "Hidan no Aria", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"Scarlet Ballet\"", + "link": "https://animethemes.moe/video/HidanNoAria-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Scarlet Ballet\"", + "link": "https://animethemes.moe/video/HidanNoAria-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Scarlet Ballet\"", + "link": "https://animethemes.moe/video/HidanNoAria-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Scarlet Ballet\"", + "link": "https://animethemes.moe/video/HidanNoAria-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED \"Camellia no Hitomi\"", + "link": "https://animethemes.moe/video/HidanNoAria-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10079", + "title": "Hoshizora e Kakaru Hashi", + "year": "2011", + "themes": [ + { + "name": "OP \"Hoshikaze no Horoscope\"", + "link": "https://animethemes.moe/video/HoshizoraEKakaruHashi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dasshu do Cinderella\"", + "type": "ending" + }, + { + "name": "ED2 \"Water Lily\"", + "type": "ending" + }, + { + "name": "ED3 \"Hoshikaze no Horoscope\"", + "type": "ending" + } + ] + }, + { + "id": "9996", + "title": "Hyouge Mono", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Bowl Man\"", + "link": "https://animethemes.moe/video/HyougeMono-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Naghol Jumping\"", + "link": "https://animethemes.moe/video/HyougeMono-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Ebi Sukui\"", + "link": "https://animethemes.moe/video/HyougeMono-OP3.webm", + "type": "opening" + }, + { + "name": "ED \"KIZUNA\"", + "link": "https://animethemes.moe/video/HyougeMono-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10080", + "title": "Kami nomi zo Shiru Sekai II", + "year": "2011", + "themes": [ + { + "name": "OP \"A Whole New World God Only Knows\"", + "link": "https://animethemes.moe/video/KaminomiS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Ai no Yokan\" by Kami no Mizo Shiri-tai", + "link": "https://animethemes.moe/video/KaminomiS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Ai no Yokan\" by Kami no Mizo Shiri-tai", + "link": "https://animethemes.moe/video/KaminomiS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ai no Yokan\" by Kakedama-tai", + "link": "https://animethemes.moe/video/KaminomiS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"God only knows Daisanmaku\"", + "link": "https://animethemes.moe/video/KaminomiS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "10191", + "title": "Katte ni Kaizou", + "year": "2011", + "themes": [ + { + "name": "OP \"Katte ni Kaizou Shitemo Iize\"", + "link": "https://animethemes.moe/video/KatteNiKaizou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nani ga Nani de Nani nano...\"", + "link": "https://animethemes.moe/video/KatteNiKaizou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9712", + "title": "Maria†Holic Alive", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Mousou Senshi Miyamae Kanako\"", + "link": "https://animethemes.moe/video/MariaHolicAlive-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Run Run Riru Ran Ran Rara\"", + "link": "https://animethemes.moe/video/MariaHolicAlive-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Run Run Riru Ran Ran Rara Matsurika Version\"", + "link": "https://animethemes.moe/video/MariaHolicAlive-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dounimo Tomaranai\"", + "link": "https://animethemes.moe/video/MariaHolicAlive-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Donmai Donmai!\"", + "link": "https://animethemes.moe/video/MariaHolicAlive-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "9693", + "title": "Moshidora", + "year": "2011", + "themes": [ + { + "name": "OP \"Yume Note\"", + "link": "https://animethemes.moe/video/Moshidora-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Daisuki da yo\"", + "link": "https://animethemes.moe/video/Moshidora-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10165", + "title": "Nichijou", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Hyadain no Kakakata☆Kataomoi - C\"", + "link": "https://animethemes.moe/video/Nichijou-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hyadain no Joujou Yuujou\"", + "link": "https://animethemes.moe/video/Nichijou-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Zzz\"", + "link": "https://animethemes.moe/video/Nichijou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Zzz (Bossa Nova version)\"", + "link": "https://animethemes.moe/video/Nichijou-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Zzz (Acapella version)\"", + "link": "https://animethemes.moe/video/Nichijou-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Tsubasa wo Kudasai\"", + "link": "https://animethemes.moe/video/Nichijou-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kikyuu ni Notte Dokomademo\"", + "link": "https://animethemes.moe/video/Nichijou-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"My Ballad\"", + "link": "https://animethemes.moe/video/Nichijou-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Kaijuu no Ballad\"", + "link": "https://animethemes.moe/video/Nichijou-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Green Green\"", + "link": "https://animethemes.moe/video/Nichijou-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Yasei no Uma\"", + "link": "https://animethemes.moe/video/Nichijou-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Ano Subarashii Ai o Mou Ichido\"", + "link": "https://animethemes.moe/video/Nichijou-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Sudachi no Uta\"", + "link": "https://animethemes.moe/video/Nichijou-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Aogeba Toutoshi\"", + "link": "https://animethemes.moe/video/Nichijou-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Sora ga Konna ni Aoi to wa\"", + "link": "https://animethemes.moe/video/Nichijou-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Yuuki Hitotsu wo Tomo ni Shite\"", + "link": "https://animethemes.moe/video/Nichijou-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Let's search for Tomorrow\"", + "link": "https://animethemes.moe/video/Nichijou-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"Tabidachi no hi ni\"", + "link": "https://animethemes.moe/video/Nichijou-ED16.webm", + "type": "ending" + } + ] + }, + { + "id": "9922", + "title": "Oretachi ni Tsubasa wa Nai: Under the Innocent Sky.", + "year": "2011", + "themes": [ + { + "name": "OP \"Spread Wings\"", + "link": "https://animethemes.moe/video/Oretsuba-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"PARANoiA\"", + "link": "https://animethemes.moe/video/Oretsuba-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"NEVERLAND\"", + "link": "https://animethemes.moe/video/Oretsuba-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hohoemi Genocide\"", + "type": "ending" + }, + { + "name": "ED4 \"Spread Wings\"", + "type": "ending" + } + ] + }, + { + "id": "10711", + "title": "Plastic Neesan", + "year": "2011", + "themes": [ + { + "name": "OP \"Plastic☆Shikou\"", + "link": "https://animethemes.moe/video/PlasticNeesan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Watashi to Watashi ga Shitai Koto\"", + "link": "https://animethemes.moe/video/PlasticNeesan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10257", + "title": "Pretty Rhythm: Aurora Dream", + "year": "2011", + "themes": [ + { + "name": "OP1 \"You May Dream\"", + "link": "https://animethemes.moe/video/PrettyRhythm-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"1000% kyunkyun sa se te yo ♡\"", + "type": "opening" + }, + { + "name": "ED1 \"Happy GO Lucky! ~Happy ☆ Lucky de Go!~\"", + "type": "ending" + }, + { + "name": "ED2 \"We Will Win! -Kokoro no Baton de Popon no Poon ☆-\"", + "type": "ending" + }, + { + "name": "ED3 \"Pretty Rhythm de Go!\"", + "type": "ending" + }, + { + "name": "ED4 \"Everybody's Gonna Be Happy\"", + "type": "ending" + } + ] + }, + { + "id": "10073", + "title": "Seikon no Qwaser II", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"Rasen, Arui wa Seinaru Yokubou\"", + "link": "https://animethemes.moe/video/SeikonNoQwaserS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Rasen, Arui wa Seinaru Yokubou\"", + "link": "https://animethemes.moe/video/SeikonNoQwaserS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"metaphor\"", + "link": "https://animethemes.moe/video/SeikonNoQwaserS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9926", + "title": "Sekaiichi Hatsukoi", + "year": "2011", + "themes": [ + { + "name": "OP \"Sekai de Ichiban Koishiteru\"", + "link": "https://animethemes.moe/video/SekaiichiHatsukoi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ashita, Boku wa Kimi ni Ai ni Iku.\"", + "link": "https://animethemes.moe/video/SekaiichiHatsukoi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10308", + "title": "Sengoku Otome: Momoiro Paradox", + "year": "2011", + "themes": [ + { + "name": "OP \"Kagerou\"", + "link": "https://animethemes.moe/video/SengokuOtome-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SengokuOtome-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Atsuki Ya no Gotoku\"", + "link": "https://animethemes.moe/video/SengokuOtome-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SengokuOtome-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Atsuki Ya no Gotoku ~Shinjuu Otome Version~\"", + "link": "https://animethemes.moe/video/SengokuOtome-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ashita e\"", + "link": "https://animethemes.moe/video/SengokuOtome-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "9793", + "title": "Senjou no Valkyria 3: Tagatame no Juusou", + "year": "2011", + "themes": [ + { + "name": "OP \"Tomoshibi\"", + "link": "https://animethemes.moe/video/SenjouNoValkyriaOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Itsuka Saku Hikari no Hana\"", + "type": "ending" + } + ] + }, + { + "id": "9863", + "title": "SKET Dance", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Kakko Warui I love you!\"", + "link": "https://animethemes.moe/video/SKETDance-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Michi\"", + "link": "https://animethemes.moe/video/SKETDance-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Graffiti\"", + "link": "https://animethemes.moe/video/SKETDance-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Message\"", + "link": "https://animethemes.moe/video/SKETDance-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Reboot\"", + "link": "https://animethemes.moe/video/SKETDance-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Clear\"", + "link": "https://animethemes.moe/video/SKETDance-OP6.webm", + "type": "opening" + }, + { + "name": "ED1 \"Comic Sonic\"", + "link": "https://animethemes.moe/video/SKETDance-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Funny Bunny (Rock Stock Version)\"", + "link": "https://animethemes.moe/video/SKETDance-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Clover\"", + "link": "https://animethemes.moe/video/SKETDance-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kioku\"", + "link": "https://animethemes.moe/video/SKETDance-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Milk to Chocolate\"", + "link": "https://animethemes.moe/video/SKETDance-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"HERO\"", + "link": "https://animethemes.moe/video/SKETDance-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Party! Hallelujah!\"", + "link": "https://animethemes.moe/video/SKETDance-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Birthday\"", + "link": "https://animethemes.moe/video/SKETDance-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Colors\"", + "link": "https://animethemes.moe/video/SKETDance-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Sekai wa Okujou de Miwataseta\"", + "link": "https://animethemes.moe/video/SKETDance-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Sekai wa Okujou de Miwataseta: Gasshou Ver.\"", + "link": "https://animethemes.moe/video/SKETDance-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Startup\"", + "link": "https://animethemes.moe/video/SKETDance-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "10109", + "title": "Softenni", + "year": "2011", + "themes": [ + { + "name": "OP \"Rule Book wo Wasurechae\"", + "link": "https://animethemes.moe/video/Softenni-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Tsumasaki Dachi\"", + "link": "https://animethemes.moe/video/Softenni-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Tsumasaki Dachi\"", + "link": "https://animethemes.moe/video/Softenni-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "9253", + "title": "Steins;Gate", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"Hacking to the Gate\"", + "link": "https://animethemes.moe/video/SteinsGate-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Hacking to the Gate\"", + "link": "https://animethemes.moe/video/SteinsGate-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Toki Tsukasadoru Juuni no Meiyaku\"", + "link": "https://animethemes.moe/video/SteinsGate-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Fake Verthandi\"", + "link": "https://animethemes.moe/video/SteinsGate-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sky Clad no Kansokusha\"", + "link": "https://animethemes.moe/video/SteinsGate-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Another Heaven\"", + "link": "https://animethemes.moe/video/SteinsGate-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "9941", + "title": "Tiger & Bunny", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Orion wo Nazoru\"", + "link": "https://animethemes.moe/video/TigerAndBunny-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Missing Link\"", + "link": "https://animethemes.moe/video/TigerAndBunny-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hoshi no Sumika\"", + "link": "https://animethemes.moe/video/TigerAndBunny-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mind Game\"", + "link": "https://animethemes.moe/video/TigerAndBunny-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Orion wo Nazoru\"", + "link": "https://animethemes.moe/video/TigerAndBunny-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "10033", + "title": "Toriko", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Guts Guts!!\"", + "link": "https://animethemes.moe/video/Toriko-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Go Shock My Way!!\"", + "link": "https://animethemes.moe/video/Toriko-OP2.webm", + "type": "opening" + } + ] + }, + { + "id": "10216", + "title": "Yondemasu yo, Azazel-san.", + "year": "2011", + "themes": [ + { + "name": "OP \"Pandemic!!\"", + "link": "https://animethemes.moe/video/Azazel-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Like a Party\"", + "link": "https://animethemes.moe/video/Azazel-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10015", + "title": "Yu☆Gi☆Oh! Zexal", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Masterpiece\"", + "link": "https://animethemes.moe/video/YGOZEXAL-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"BRAVING!\"", + "link": "https://animethemes.moe/video/YGOZEXAL-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Tamashii Drive\"", + "link": "https://animethemes.moe/video/YGOZEXAL-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Boku Quest\"", + "link": "https://animethemes.moe/video/YGOZEXAL-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Setsubou no Freesia\"", + "link": "https://animethemes.moe/video/YGOZEXAL-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Wild Child\"", + "link": "https://animethemes.moe/video/YGOZEXAL-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "9471", + "title": "Baka to Test to Shoukanjuu: Matsuri", + "year": "2011", + "themes": [ + { + "name": "OP \"Renai Koujou committee\"", + "link": "https://animethemes.moe/video/BakaTestOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Getsuyou wa Kirai\"", + "link": "https://animethemes.moe/video/BakaTestOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9513", + "title": "Beelzebub", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Dadada\"", + "link": "https://animethemes.moe/video/Beelzebub-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hajimaru no wa, Sayonara\"", + "link": "https://animethemes.moe/video/Beelzebub-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Hey!!!\"", + "link": "https://animethemes.moe/video/Beelzebub-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Baby U!\"", + "link": "https://animethemes.moe/video/Beelzebub-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Only you- Kimi tono Kizuna -\"", + "link": "https://animethemes.moe/video/Beelzebub-OP5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Answer\"", + "link": "https://animethemes.moe/video/Beelzebub-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsuyogari\"", + "link": "https://animethemes.moe/video/Beelzebub-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Nanairo Namida\"", + "link": "https://animethemes.moe/video/Beelzebub-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Papepipu♪ Papipepu♪ Papepipupo♪\"", + "link": "https://animethemes.moe/video/Beelzebub-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Shojo Traveler\"", + "link": "https://animethemes.moe/video/Beelzebub-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "9724", + "title": "Break Blade 5: Shisen no Hate", + "year": "2011", + "themes": [ + { + "name": "OP \"Fate\"", + "link": "https://animethemes.moe/video/BreakBlade5-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SERIOUS-AGE\"", + "link": "https://animethemes.moe/video/BreakBlade5-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10092", + "title": "Break Blade 6: Doukoku no Toride", + "year": "2011", + "themes": [ + { + "name": "OP \"Fate\"", + "link": "https://animethemes.moe/video/BreakBlade6-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nageki no Oto\"", + "link": "https://animethemes.moe/video/BreakBlade6-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9330", + "title": "Dragon Crisis!", + "year": "2011", + "themes": [ + { + "name": "OP \"Immoralist\"", + "link": "https://animethemes.moe/video/DragonCrisis-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mirai Bowl\"", + "link": "https://animethemes.moe/video/DragonCrisis-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9314", + "title": "Fractale", + "year": "2011", + "themes": [ + { + "name": "OP \"Harinezumi\"", + "link": "https://animethemes.moe/video/Fractale-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Down By The Salley Gardens\"", + "link": "https://animethemes.moe/video/Fractale-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Salley Garden\"", + "link": "https://animethemes.moe/video/Fractale-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "9367", + "title": "Freezing", + "year": "2011", + "themes": [ + { + "name": "OP \"Color\"", + "link": "https://animethemes.moe/video/Freezing-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi wo Mamoritai\"", + "link": "https://animethemes.moe/video/Freezing-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10090", + "title": "Ghost in the Shell: Stand Alone Complex - Solid State Society 3D", + "year": "2011", + "themes": [ + { + "name": "OP \"player\"", + "link": "https://animethemes.moe/video/GhostInTheShellSACSolidStateSociety3D-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"date of rebirth\"", + "link": "https://animethemes.moe/video/GhostInTheShellSACSolidStateSociety3D-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8425", + "title": "Gosick", + "year": "2011", + "themes": [ + { + "name": "OP \"Destin Histoire\"", + "link": "https://animethemes.moe/video/Gosick-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Resuscitated Hope\"", + "link": "https://animethemes.moe/video/Gosick-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"unity\"", + "link": "https://animethemes.moe/video/Gosick-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "8426", + "title": "Hourou Musuko", + "year": "2011", + "themes": [ + { + "name": "OP \"Itsudatte\"", + "link": "https://animethemes.moe/video/HourouMusuko-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"For You\"", + "link": "https://animethemes.moe/video/HourouMusuko-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9041", + "title": "IS: Infinite Stratos", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"STRAIGHT JET\"", + "link": "https://animethemes.moe/video/InfiniteStratos-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"STRAIGHT JET\"", + "link": "https://animethemes.moe/video/InfiniteStratos-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"SUPER∞STREAM\" by Yoko Hikasa", + "link": "https://animethemes.moe/video/InfiniteStratos-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"SUPER∞STREAM\" by Yoko Hikasa and Yukana", + "link": "https://animethemes.moe/video/InfiniteStratos-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"SUPER∞STREAM\" by Yoko Hikasa, Yukana, and Asami Shimoda", + "link": "https://animethemes.moe/video/InfiniteStratos-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"SUPER∞STREAM\" by Yoko Hikasa, Yukana, Asami Shimoda, and Kana Hanazawa", + "link": "https://animethemes.moe/video/InfiniteStratos-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"SUPER∞STREAM\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, and Marina Inoue", + "link": "https://animethemes.moe/video/InfiniteStratos-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"SUPER∞STREAM\" by Yoko Hikasa, Yukana, Asami Shimoda, Kana Hanazawa, and Marina Inoue", + "link": "https://animethemes.moe/video/InfiniteStratos-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "10076", + "title": "Kämpfer für die Liebe", + "year": "2011", + "themes": [ + { + "name": "OP \"Choose my love!\"", + "link": "https://animethemes.moe/video/KampferSpecials-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mousou shoujo A\"", + "link": "https://animethemes.moe/video/KampferSpecials-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9656", + "title": "Kimi ni Todoke 2nd Season", + "year": "2011", + "themes": [ + { + "name": "OP \"Sawakaze\"", + "link": "https://animethemes.moe/video/KimiNiTodokeS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi ni Todoke...\"", + "link": "https://animethemes.moe/video/KimiNiTodokeS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8841", + "title": "Kore wa Zombie Desu ka?", + "year": "2011", + "themes": [ + { + "name": "OP \"Ma·Ka·Se·Te Tonight\"", + "link": "https://animethemes.moe/video/KoreWaZombieDesuKa-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kizuite Zombie-sama, Watashi wa Classmate desu\"", + "link": "https://animethemes.moe/video/KoreWaZombieDesuKa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9834", + "title": "Level E", + "year": "2011", + "themes": [ + { + "name": "OP \"Cold Finger Girl\"", + "link": "https://animethemes.moe/video/LevelE-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yume~Mugen no Kanata~\"", + "link": "https://animethemes.moe/video/LevelE-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9756", + "title": "Mahou Shoujo Madoka★Magica", + "year": "2011", + "themes": [ + { + "name": "OP \"Connect\"", + "link": "https://animethemes.moe/video/MadokaMagica-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MadokaMagica-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Mata Ashita\"", + "link": "https://animethemes.moe/video/MadokaMagica-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Magia\"", + "link": "https://animethemes.moe/video/MadokaMagica-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"and I'm home\"", + "link": "https://animethemes.moe/video/MadokaMagica-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "9510", + "title": "Mitsudomoe Zouryouchuu!", + "year": "2011", + "themes": [ + { + "name": "OP1 \"Honki Sentai Gachi Ranger\"", + "link": "https://animethemes.moe/video/MitsudomoeZouryouchuu-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Waga Na wa Shougakusei\"", + "link": "https://animethemes.moe/video/MitsudomoeZouryouchuu-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mata Ashita\"", + "link": "https://animethemes.moe/video/MitsudomoeZouryouchuu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Land Selling☆\"", + "link": "https://animethemes.moe/video/MitsudomoeZouryouchuu-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Land Selling☆\"", + "link": "https://animethemes.moe/video/MitsudomoeZouryouchuu-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"NEARER MY GOD TO THEE ~Mittsuko edition~\"", + "link": "https://animethemes.moe/video/MitsudomoeZouryouchuu-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "9587", + "title": "Oniichan no Koto nanka Zenzen Suki ja Nai n da kara ne!!", + "year": "2011", + "themes": [ + { + "name": "OP \"Taste of Paradise\"", + "link": "https://animethemes.moe/video/Onisuki-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ari Ari Mirai\"", + "link": "https://animethemes.moe/video/Onisuki-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ari Ari Mirai\"", + "link": "https://animethemes.moe/video/Onisuki-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Ari Ari Mirai\"", + "link": "https://animethemes.moe/video/Onisuki-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Ari Ari Mirai\"", + "link": "https://animethemes.moe/video/Onisuki-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Ari Ari Mirai\"", + "link": "https://animethemes.moe/video/Onisuki-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Ari Ari Mirai\"", + "link": "https://animethemes.moe/video/Onisuki-ED1v6.webm", + "type": "ending" + } + ] + }, + { + "id": "10020", + "title": "Ore no Imouto ga Konnani Kawaii Wake ga Nai Specials", + "year": "2011", + "themes": [ + { + "name": "OP V1 \"irony\"", + "link": "https://animethemes.moe/video/OreImoSpecials-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"irony\"", + "link": "https://animethemes.moe/video/OreImoSpecials-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"irony\"", + "link": "https://animethemes.moe/video/OreImoSpecials-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"irony\"", + "link": "https://animethemes.moe/video/OreImoSpecials-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED1 \"READY\"", + "link": "https://animethemes.moe/video/OreImoSpecials-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"†Inochi Mijikashi Koi se yo Otome†\"", + "link": "https://animethemes.moe/video/OreImoSpecials-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Shokuzai no Serenade\"", + "link": "https://animethemes.moe/video/OreImoSpecials-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"keep on runnin'\"", + "link": "https://animethemes.moe/video/OreImoSpecials-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "9979", + "title": "Precure All Stars Movie DX3: Mirai ni Todoke! Sekai wo Tsunagu☆Nijiiro no Hana", + "year": "2011", + "themes": [ + { + "name": "OP \"Kirakira Kawaii! Precure Daishuugou ~Inochi no Hana~\"", + "link": "https://animethemes.moe/video/PrecureAllStarsDX3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Arigatou ga Ippai\"", + "link": "https://animethemes.moe/video/PrecureAllStarsDX3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8241", + "title": "Rio: Rainbow Gate!", + "year": "2011", + "themes": [ + { + "name": "OP \"Sekai to Issho ni Mawarou yo!\"", + "link": "https://animethemes.moe/video/RioRainbowGate-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Miracle☆Chance\"", + "link": "https://animethemes.moe/video/RioRainbowGate-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10297", + "title": "Shin Koihime†Musou: Otome Tairan - Gakuensai da yo! Zenin Shuugou no Koto", + "year": "2011", + "themes": [ + { + "name": "OP \"Renka Tairan\"", + "link": "https://animethemes.moe/video/ShinKoihimeMusouS2OVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yuuki Rinrin\"", + "link": "https://animethemes.moe/video/ShinKoihimeMusouS2OVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9893", + "title": "Suite Precure♪", + "year": "2011", + "themes": [ + { + "name": "OP1 \"La♪ La♪ La♪ Suite Precure♪\"", + "link": "https://animethemes.moe/video/SuitePrecure-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"La♪ La♪ La♪ Suite Pretty Cure♪ ~Unlimited ver~\"", + "link": "https://animethemes.moe/video/SuitePrecure-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"La♪ La♪ La♪ Suite Pretty Cure♪ ~Unlimited ver~\"", + "link": "https://animethemes.moe/video/SuitePrecure-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Wonderful↑Powerful↑Music!!\"", + "link": "https://animethemes.moe/video/SuitePrecure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"#Kibou Rainbow#\"", + "link": "https://animethemes.moe/video/SuitePrecure-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"#Kibou Rainbow#\"", + "link": "https://animethemes.moe/video/SuitePrecure-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "8986", + "title": "Supernatural The Animation", + "year": "2011", + "themes": [ + { + "name": "ED \"Carry on Wayward Son\"", + "link": "https://animethemes.moe/video/Supernatural-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9331", + "title": "Yumekui Merry", + "year": "2011", + "themes": [ + { + "name": "OP \"Daydream Syndrome\"", + "link": "https://animethemes.moe/video/YumekuiMerry-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yume to Kibou to Ashita no Atashi\"", + "type": "ending" + } + ] + }, + { + "id": "9074", + "title": "Arakawa Under the Bridge x Bridge", + "year": "2010", + "themes": [ + { + "name": "OP1 \"COSMOS vs ALIEN\"", + "link": "https://animethemes.moe/video/ArakawaUnderTheBridgeS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kou-sama☆Go! Summer! ~Iya, Iku no wa Kinsei Dakara~\"", + "link": "https://animethemes.moe/video/ArakawaUnderTheBridgeS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Akai Coat\"", + "link": "https://animethemes.moe/video/ArakawaUnderTheBridgeS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Akai Coat\"", + "link": "https://animethemes.moe/video/ArakawaUnderTheBridgeS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sakasama Bridge\"", + "link": "https://animethemes.moe/video/ArakawaUnderTheBridgeS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7674", + "title": "Bakuman.", + "year": "2010", + "themes": [ + { + "name": "OP V1 \"Blue Bird\"", + "link": "https://animethemes.moe/video/Bakuman-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Blue Bird\"", + "link": "https://animethemes.moe/video/Bakuman-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"BAKUROCK ~Mirai no Rinkakusen~\"", + "link": "https://animethemes.moe/video/Bakuman-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Genjitsu to Iu Na no Kaibutsu to Tatakau Mono-tachi\"", + "link": "https://animethemes.moe/video/Bakuman-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "9465", + "title": "Break Blade 4: Sanka no Chi", + "year": "2010", + "themes": [ + { + "name": "OP \"Fate\"", + "link": "https://animethemes.moe/video/BreakBlade4-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SERIOUS-AGE\"", + "link": "https://animethemes.moe/video/BreakBlade4-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8536", + "title": "Fortune Arterial: Akai Yakusoku", + "year": "2010", + "themes": [ + { + "name": "OP \"Kizunairo\"", + "link": "https://animethemes.moe/video/FortuneArterial-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"I miss you -the origin-\"", + "link": "https://animethemes.moe/video/FortuneArterial-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"I miss you Aoi to misuzu\"", + "link": "https://animethemes.moe/video/FortuneArterial-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"I miss you (Gt. Ver. Misuzu to Aoi)\"", + "link": "https://animethemes.moe/video/FortuneArterial-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"I miss you (Gt. Ver. Aoi to Misuzu)\"", + "link": "https://animethemes.moe/video/FortuneArterial-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"I miss you Misuzu Solo\"", + "link": "https://animethemes.moe/video/FortuneArterial-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"I miss you Aoi Solo\"", + "link": "https://animethemes.moe/video/FortuneArterial-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "9065", + "title": "Hakuouki Hekketsuroku", + "year": "2010", + "themes": [ + { + "name": "OP \"Maikaze\"", + "link": "https://animethemes.moe/video/HakuoukiS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Akane Sora ni Negafu\"", + "link": "https://animethemes.moe/video/HakuoukiS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9288", + "title": "Heartcatch Precure! Movie: Hana no Miyako de Fashion Show... Desu ka!?", + "year": "2010", + "themes": [ + { + "name": "OP \"Alright! Heartcatch Precure! for the Movie\"", + "link": "https://animethemes.moe/video/HeartcatchPrecureMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tomorrow Song for the Movie\"", + "link": "https://animethemes.moe/video/HeartcatchPrecureMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8277", + "title": "Hyakka Ryouran: Samurai Girls", + "year": "2010", + "themes": [ + { + "name": "OP \"Last vision for last\"", + "link": "https://animethemes.moe/video/HyakkaRyouranSamuraiGirls-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koi ni Sesse Tooryanse\"", + "link": "https://animethemes.moe/video/HyakkaRyouranSamuraiGirls-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8525", + "title": "Kami nomi zo Shiru Sekai", + "year": "2010", + "themes": [ + { + "name": "OP \"God only knows Daisanmaku\"", + "link": "https://animethemes.moe/video/Kaminomi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kaminomi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Koi no Shirushi feat. Ayumi Takahara\"", + "link": "https://animethemes.moe/video/Kaminomi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kaminomi-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koi no Shirushi feat. Mio Aoyama\"", + "link": "https://animethemes.moe/video/Kaminomi-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kaminomi-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Datta Ichido no Kiseki\"", + "link": "https://animethemes.moe/video/Kaminomi-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kaminomi-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Happy Crescent\"", + "type": "ending" + }, + { + "name": "ED5 \"Koi no Shirushi from Elsie\"", + "link": "https://animethemes.moe/video/Kaminomi-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kaminomi-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Koi no Shirushi feat. Kanon Nakagawa\"", + "link": "https://animethemes.moe/video/Kaminomi-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kaminomi-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Koi no Shirushi feat. Shiori Shiomiya\"", + "link": "https://animethemes.moe/video/Kaminomi-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kaminomi-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Shuuseki Kairo no Yume Tabibito\"", + "link": "https://animethemes.moe/video/Kaminomi-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kaminomi-ED8-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "8876", + "title": "Koe de Oshigoto! The Animation", + "year": "2010", + "themes": [ + { + "name": "OP \"Koi no Mahou\"", + "link": "https://animethemes.moe/video/KoeDeOshigoto-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kuchibiru Chuck\"", + "link": "https://animethemes.moe/video/KoeDeOshigoto-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kuchibiru Chuck\"", + "link": "https://animethemes.moe/video/KoeDeOshigoto-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "8129", + "title": "Kuragehime", + "year": "2010", + "themes": [ + { + "name": "OP \"Koko Dake no Hanashi\"", + "link": "https://animethemes.moe/video/Kuragehime-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi no Kirei ni Kizuite Okure\"", + "link": "https://animethemes.moe/video/Kuragehime-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8666", + "title": "Mazinkaiser SKL", + "year": "2010", + "themes": [ + { + "name": "OP \"The Eternal Soldiers\"", + "link": "https://animethemes.moe/video/MazinkaiserSKL-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Juggernaut\"", + "link": "https://animethemes.moe/video/MazinkaiserSKL-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8424", + "title": "MM!", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Help!! -Hell side-\"", + "link": "https://animethemes.moe/video/MM-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Help!! -Heaven side-\"", + "link": "https://animethemes.moe/video/MM-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Help!! -Heaven side-\"", + "link": "https://animethemes.moe/video/MM-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"More-more LOVERS!!\"", + "link": "https://animethemes.moe/video/MM-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Happy Birthday, my holy day\"", + "link": "https://animethemes.moe/video/MM-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "9181", + "title": "Motto To LOVE-Ru", + "year": "2010", + "themes": [ + { + "name": "OP \"Loop-the-Loop\"", + "link": "https://animethemes.moe/video/MottoLoveRu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Baby Baby Love\"", + "link": "https://animethemes.moe/video/MottoLoveRu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8769", + "title": "Ore no Imouto ga Konnani Kawaii Wake ga Nai", + "year": "2010", + "themes": [ + { + "name": "OP V1 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1v6.webm", + "type": "opening" + }, + { + "name": "OP V7 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1v7.webm", + "type": "opening" + }, + { + "name": "OP V8 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1v8.webm", + "type": "opening" + }, + { + "name": "OP V9 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1v9.webm", + "type": "opening" + }, + { + "name": "OP V10 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1v10.webm", + "type": "opening" + }, + { + "name": "OP V11 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1v11.webm", + "type": "opening" + }, + { + "name": "OP V12 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1v12.webm", + "type": "opening" + }, + { + "name": "ED1 \"Imouto Please!\"", + "link": "https://animethemes.moe/video/OreImo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shine!\"", + "link": "https://animethemes.moe/video/OreImo-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Horaizumu\"", + "link": "https://animethemes.moe/video/OreImo-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Shiroi Kokoro\"", + "link": "https://animethemes.moe/video/OreImo-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Orange\"", + "link": "https://animethemes.moe/video/OreImo-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"MAEGAMI\"", + "link": "https://animethemes.moe/video/OreImo-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Masquerade!\"", + "link": "https://animethemes.moe/video/OreImo-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"KAMEREON DAUGHTER\"", + "link": "https://animethemes.moe/video/OreImo-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Suki nanda mon!!\"", + "link": "https://animethemes.moe/video/OreImo-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Iie, Tomu wa Imouto ni Taishite Seiteki na Koufun wo Oboete imasu\"", + "link": "https://animethemes.moe/video/OreImo-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"AKIHABARA Dance Now!!\"", + "link": "https://animethemes.moe/video/OreImo-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Tadaima\"", + "link": "https://animethemes.moe/video/OreImo-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "8476", + "title": "Otome Youkai Zakuro", + "year": "2010", + "themes": [ + { + "name": "OP V1 \"Moon SIGNAL\"", + "link": "https://animethemes.moe/video/OtomeYoukaiZakuro-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Moon SIGNAL\"", + "link": "https://animethemes.moe/video/OtomeYoukaiZakuro-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hatsukoi wa Zakuroiro\"", + "link": "https://animethemes.moe/video/OtomeYoukaiZakuro-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Junjou Masquerade\"", + "link": "https://animethemes.moe/video/OtomeYoukaiZakuro-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Junjou Masquerade\"", + "link": "https://animethemes.moe/video/OtomeYoukaiZakuro-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Futari Shizuka\"", + "link": "https://animethemes.moe/video/OtomeYoukaiZakuro-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Futari Shizuka\"", + "link": "https://animethemes.moe/video/OtomeYoukaiZakuro-ED3v2.webm", + "type": "ending" + } + ] + }, + { + "id": "8795", + "title": "Panty & Stocking with Garterbelt", + "year": "2010", + "themes": [ + { + "name": "OP \"Theme for Panty & Stocking\"", + "link": "https://animethemes.moe/video/PantyAndStockingWithGarterbelt-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Fallen Angel\"", + "link": "https://animethemes.moe/video/PantyAndStockingWithGarterbelt-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Fallen Angel\"", + "link": "https://animethemes.moe/video/PantyAndStockingWithGarterbelt-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "9107", + "title": "Pokemon Best Wishes!", + "year": "2010", + "themes": [ + { + "name": "OP \"Best Wishes!\"", + "link": "https://animethemes.moe/video/PokemonBestWishes-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Fanfare of the Heart\"", + "link": "https://animethemes.moe/video/PokemonBestWishes-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Can You Say the Pokémon? BW\"", + "link": "https://animethemes.moe/video/PokemonBestWishes-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Nanairo Arch\"", + "link": "https://animethemes.moe/video/PokemonBestWishes-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Mite Mite ☆ Kocchicchi\"", + "link": "https://animethemes.moe/video/PokemonBestWishes-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "7662", + "title": "Shinrei Tantei Yakumo", + "year": "2010", + "themes": [ + { + "name": "OP \"Key\"", + "link": "https://animethemes.moe/video/ShinreiTanteiYakumo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Missing You\"", + "link": "https://animethemes.moe/video/ShinreiTanteiYakumo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8557", + "title": "Shinryaku! Ika Musume", + "year": "2010", + "themes": [ + { + "name": "OP \"Shinryaku no Susume☆\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED V9 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED V10 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED V11 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1v11.webm", + "type": "ending" + }, + { + "name": "ED V12 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1v12.webm", + "type": "ending" + } + ] + }, + { + "id": "8407", + "title": "Sora no Otoshimono: Forte", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Ring My Bell\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Heart no Kakuritsu (Main Vocal Hitomi)\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Heart no Kakuritsu (Main Vocal Hitomi)\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Heart no Kakuritsu (Main Vocal Saori)\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kaeru Kara (Piano Version)\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"COSMOS\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kakegemeguru Seishun\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Miracle Guy\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"ff (Fortissimo)\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Soldier in the Space\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Kaerazaru Hi no Tame ni\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Odoriko\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Natsu no Ojou-san\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Boukyou no Tabi\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Kaeru Kara (Guitar Version)\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Jidai Okure no Koibito-tachi\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "8726", + "title": "Soredemo Machi wa Mawatteiru", + "year": "2010", + "themes": [ + { + "name": "OP \"DOWN TOWN\"", + "link": "https://animethemes.moe/video/SoreMachi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Maids Sanjou!\"", + "link": "https://animethemes.moe/video/SoreMachi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8934", + "title": "Star Driver: Kagayaki no Takuto", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Gravity Zero\"", + "link": "https://animethemes.moe/video/StarDriver-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"SHINING☆STAR\"", + "link": "https://animethemes.moe/video/StarDriver-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Cross Over\"", + "link": "https://animethemes.moe/video/StarDriver-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Cross Over\"", + "link": "https://animethemes.moe/video/StarDriver-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Pride\"", + "link": "https://animethemes.moe/video/StarDriver-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Pride\"", + "link": "https://animethemes.moe/video/StarDriver-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "9241", + "title": "Super Robot Taisen OG: The Inspector", + "year": "2010", + "themes": [ + { + "name": "OP1 \"MAXON\"", + "link": "https://animethemes.moe/video/SuperRobotTaisenOG-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ryuusei Lovers\"", + "link": "https://animethemes.moe/video/SuperRobotTaisenOG-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Bokura no Jiyuu\"", + "link": "https://animethemes.moe/video/SuperRobotTaisenOG-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Bokura no Jiyuu\"", + "link": "https://animethemes.moe/video/SuperRobotTaisenOG-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Saigo no Tabi\"", + "link": "https://animethemes.moe/video/SuperRobotTaisenOG-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7768", + "title": "Tantei Opera Milky Holmes", + "year": "2010", + "themes": [ + { + "name": "OP \"Seikai wa Hitotsu! Janai!!\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmes-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Honnou no Doubt\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmes-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8311", + "title": "Tegami Bachi Reverse", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Chiisana Mahou\"", + "link": "https://animethemes.moe/video/TegamiBachiReverse-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TegamiBachiReverse-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP2 \"Yakusoku\"", + "link": "https://animethemes.moe/video/TegamiBachiReverse-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Wasurenagusa\"", + "link": "https://animethemes.moe/video/TegamiBachiReverse-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Perseus\"", + "link": "https://animethemes.moe/video/TegamiBachiReverse-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "8937", + "title": "Toaru Majutsu no Index II", + "year": "2010", + "themes": [ + { + "name": "OP1 \"No buts!\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"See visionS\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Magic8world\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Memories Last\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "9047", + "title": "Toaru Kagaku no Railgun: Misaka-san wa Ima Chuumoku no Mato Desu kara", + "year": "2010", + "themes": [ + { + "name": "OP \"future gazer\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Special 'ONE'\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8861", + "title": "Yosuga no Sora: In Solitude, Where We Are Least Alone.", + "year": "2010", + "themes": [ + { + "name": "OP \"Hiyoku no Hane\"", + "link": "https://animethemes.moe/video/YosugaNoSora-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tsunagukizuna\"", + "link": "https://animethemes.moe/video/YosugaNoSora-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Pinky Jones\"", + "link": "https://animethemes.moe/video/YosugaNoSora-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "8457", + "title": "Yozakura Quartet: Hoshi no Umi", + "year": "2010", + "themes": [ + { + "name": "OP V1 \"Kid, I like Quartet\"", + "link": "https://animethemes.moe/video/YozakuraQuartetHoshiNoUmi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YozakuraQuartetHoshiNoUmi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Kid, I like Quartet\"", + "link": "https://animethemes.moe/video/YozakuraQuartetHoshiNoUmi-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Kid, I like Quartet\"", + "link": "https://animethemes.moe/video/YozakuraQuartetHoshiNoUmi-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hello Hello\"", + "link": "https://animethemes.moe/video/YozakuraQuartetHoshiNoUmi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YozakuraQuartetHoshiNoUmi-ED1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hello Hello Ballade Version\"", + "link": "https://animethemes.moe/video/YozakuraQuartetHoshiNoUmi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "8577", + "title": "Aki-Sora: Yume no Naka", + "year": "2010", + "themes": [ + { + "name": "ED \"Tnx! -Thanks!-\"", + "link": "https://animethemes.moe/video/AkiSoraYumeNoNaka-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8676", + "title": "Amagami SS", + "year": "2010", + "themes": [ + { + "name": "OP1 V1 \"i Love\"", + "link": "https://animethemes.moe/video/Amagami-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"i Love\"", + "link": "https://animethemes.moe/video/Amagami-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"i Love\"", + "link": "https://animethemes.moe/video/Amagami-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Kimi no Mama de\"", + "link": "https://animethemes.moe/video/Amagami-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Kimi no Mama de\"", + "link": "https://animethemes.moe/video/Amagami-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP2 V3 \"Kimi no Mama de\"", + "link": "https://animethemes.moe/video/Amagami-OP2v3.webm", + "type": "opening" + }, + { + "name": "OP2 V4 \"Kimi no Mama de\"", + "link": "https://animethemes.moe/video/Amagami-OP2v4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi no Hitomi ni Koishiteru\"", + "link": "https://animethemes.moe/video/Amagami-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kitto Ashita wa\"", + "link": "https://animethemes.moe/video/Amagami-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Anata Shika Mienai\"", + "link": "https://animethemes.moe/video/Amagami-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Koi wa Mizu-iro\"", + "link": "https://animethemes.moe/video/Amagami-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Koi wa Aserazu\"", + "link": "https://animethemes.moe/video/Amagami-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Nageki no Tenshi\"", + "link": "https://animethemes.moe/video/Amagami-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Koi no Yukue\"", + "link": "https://animethemes.moe/video/Amagami-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "6166", + "title": "Asobi ni Iku yo!", + "year": "2010", + "themes": [ + { + "name": "OP \"Now loading... SKY!!\"", + "link": "https://animethemes.moe/video/AsobiNiIkuYo-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kokoro no Madobe Nite\"", + "link": "https://animethemes.moe/video/AsobiNiIkuYo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Now loading... SKY!!\"", + "link": "https://animethemes.moe/video/AsobiNiIkuYo-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Omoide ga Jama wo Suru\"", + "link": "https://animethemes.moe/video/AsobiNiIkuYo-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Happy Sunshine\"", + "link": "https://animethemes.moe/video/AsobiNiIkuYo-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Oira wa Sabishii Space Man\"", + "link": "https://animethemes.moe/video/AsobiNiIkuYo-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Smile Peace!\"", + "type": "ending" + } + ] + }, + { + "id": "9252", + "title": "Break Blade 3: Kyoujin no Ato", + "year": "2010", + "themes": [ + { + "name": "OP \"Fate\"", + "link": "https://animethemes.moe/video/BreakBlade3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SERIOUS-AGE\"", + "link": "https://animethemes.moe/video/BreakBlade3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8142", + "title": "Colorful", + "year": "2010", + "themes": [ + { + "name": "ED \"Aozora\"", + "link": "https://animethemes.moe/video/Colorful-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8086", + "title": "Densetsu no Yuusha no Densetsu", + "year": "2010", + "themes": [ + { + "name": "OP1 \"LAMENT ~Yagate Yorokobi wo~\"", + "link": "https://animethemes.moe/video/DenYuuDen-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Last Inferno\"", + "link": "https://animethemes.moe/video/DenYuuDen-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Truth Of My Destiny\"", + "link": "https://animethemes.moe/video/DenYuuDen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hikari no Filament\"", + "link": "https://animethemes.moe/video/DenYuuDen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "8074", + "title": "Highschool of the Dead", + "year": "2010", + "themes": [ + { + "name": "OP \"HIGHSCHOOL OF THE DEAD\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kimi to Taiyou ga Shinda hi\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Color Me Dark\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Return to Destiny\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Cold Bullet Blues\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Memories of Days Gone By\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Under The Honey Shine\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"fuss fuzz\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"The place of hope\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Houseki no Spy\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"THE last pain\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Hollow Men\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"The Eternal Song\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "6707", + "title": "Kuroshitsuji II", + "year": "2010", + "themes": [ + { + "name": "OP V1 \"SHIVER\"", + "link": "https://animethemes.moe/video/KuroshitsujiS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"SHIVER\"", + "link": "https://animethemes.moe/video/KuroshitsujiS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Bird\"", + "link": "https://animethemes.moe/video/KuroshitsujiS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kagayaku Sora no Shijima ni wa\"", + "link": "https://animethemes.moe/video/KuroshitsujiS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7627", + "title": "Mitsudomoe", + "year": "2010", + "themes": [ + { + "name": "OP \"Mittsu Kazoete Daishuugou!\"", + "link": "https://animethemes.moe/video/Mitsudomoe-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yume-iro no Koi\"", + "link": "https://animethemes.moe/video/Mitsudomoe-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yume-iro no Koi (Hikigatari)\"", + "link": "https://animethemes.moe/video/Mitsudomoe-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7592", + "title": "Nurarihyon no Mago", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Fast Forward\"", + "link": "https://animethemes.moe/video/NurarihyonNoMago-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Sunshine\"", + "link": "https://animethemes.moe/video/NurarihyonNoMago-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NurarihyonNoMago-OP2-NCBD.webm", + "type": "ending" + }, + { + "name": "ED1 \"Sparky☆Start\"", + "link": "https://animethemes.moe/video/NurarihyonNoMago-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Symphonic☆Dream\"", + "link": "https://animethemes.moe/video/NurarihyonNoMago-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Brilliant☆Message\"", + "type": "ending" + } + ] + }, + { + "id": "7769", + "title": "Ookami-san to Shichinin no Nakama-tachi", + "year": "2010", + "themes": [ + { + "name": "OP \"Ready Go!\"", + "link": "https://animethemes.moe/video/OokamiSanToShichininNoNakamatachi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Akazukin-chan Goyoujin\"", + "link": "https://animethemes.moe/video/OokamiSanToShichininNoNakamatachi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Akazukin-chan Goyoujin (i-pop ver.)\"", + "link": "https://animethemes.moe/video/OokamiSanToShichininNoNakamatachi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "8456", + "title": "Queen's Blade: Utsukushiki Toushitachi", + "year": "2010", + "themes": [ + { + "name": "ED1 \"Bitoushi Carnival ~Taoreru Toki wa Maemuki ni~ um:1\"", + "link": "https://animethemes.moe/video/QueensBladeUtsukushikiToushitachi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bitoushi Carnival ~Taoreru Toki wa Maemuki ni~ dois:2\"", + "link": "https://animethemes.moe/video/QueensBladeUtsukushikiToushitachi-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Bitoushi Carnival ~Taoreru Toki wa Maemuki ni~ tres:3\"", + "link": "https://animethemes.moe/video/QueensBladeUtsukushikiToushitachi-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Bitoushi Carnival ~Taoreru Toki wa Maemuki ni~ quatro:4\"", + "link": "https://animethemes.moe/video/QueensBladeUtsukushikiToushitachi-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Bitoushi Carnival ~Taoreru Toki wa Maemuki ni~ cinco:5\"", + "link": "https://animethemes.moe/video/QueensBladeUtsukushikiToushitachi-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Bitoushi Carnival ~Taoreru Toki wa Maemuki ni~ seis:6\"", + "link": "https://animethemes.moe/video/QueensBladeUtsukushikiToushitachi-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "6974", + "title": "Seikimatsu Occult Gakuin", + "year": "2010", + "themes": [ + { + "name": "OP \"Flying Humanoid\"", + "link": "https://animethemes.moe/video/SeikimatsuOccultGakuin-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi ga Iru Basho\"", + "link": "https://animethemes.moe/video/SeikimatsuOccultGakuin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8675", + "title": "Seitokai Yakuindomo", + "year": "2010", + "themes": [ + { + "name": "OP \"Yamato Nadeshiko Education\"", + "link": "https://animethemes.moe/video/SeitokaiYakuindomo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aoi Haru\"", + "link": "https://animethemes.moe/video/SeitokaiYakuindomo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5277", + "title": "Sekirei: Pure Engagement", + "year": "2010", + "themes": [ + { + "name": "OP \"Hakuyoku no Seiyaku ~Pure Engagement~\"", + "link": "https://animethemes.moe/video/SekireiPureEngagement-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Onnaji Kimochi\"", + "link": "https://animethemes.moe/video/SekireiPureEngagement-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Oboetiru Kara\"", + "link": "https://animethemes.moe/video/SekireiPureEngagement-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6634", + "title": "Sengoku Basara Two", + "year": "2010", + "themes": [ + { + "name": "OP \"SWORD SUMMIT\"", + "link": "https://animethemes.moe/video/SengokuBasaraTwo-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"El Dorado\"", + "link": "https://animethemes.moe/video/SengokuBasaraTwo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"FATE\"", + "link": "https://animethemes.moe/video/SengokuBasaraTwo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7724", + "title": "Shiki", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Kuchizuke\"", + "link": "https://animethemes.moe/video/Shiki-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Shiki-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP2 \"Calendula Requiem\"", + "link": "https://animethemes.moe/video/Shiki-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Shiki-OP2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Walk no Yakusoku\"", + "link": "https://animethemes.moe/video/Shiki-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Shiki-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Gekka Reijin\"", + "link": "https://animethemes.moe/video/Shiki-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Shiki-ED2-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "7774", + "title": "Shin Koihime†Musou: Gunyuu, Minami no Shima de Bakansu wo Suru no Koto - Ato, Porori mo Aru yo!", + "year": "2010", + "themes": [ + { + "name": "ED \"Otome Ryouran☆Battle PARTY\"", + "link": "https://animethemes.moe/video/ShinKoihimeMusouOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6979", + "title": "Shukufuku no Campanella", + "year": "2010", + "themes": [ + { + "name": "OP1 V1 \"Shiawase wa Tsuki Yori Takaku\"", + "link": "https://animethemes.moe/video/ShukufukuNoCampanella-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Shiawase wa Tsuki Yori Takaku\"", + "link": "https://animethemes.moe/video/ShukufukuNoCampanella-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yume no Preparation\"", + "type": "opening" + }, + { + "name": "ED1 \"Mirai Kaikisen\"", + "link": "https://animethemes.moe/video/ShukufukuNoCampanella-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Amelia\"", + "type": "ending" + } + ] + }, + { + "id": "6381", + "title": "Strike Witches 2", + "year": "2010", + "themes": [ + { + "name": "OP V1 \"STRIKE WITCHES 2 ~Egao no Mahou~\"", + "link": "https://animethemes.moe/video/StrikeWitchesS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"STRIKE WITCHES 2 ~Egao no Mahou~\"", + "link": "https://animethemes.moe/video/StrikeWitchesS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Over Sky\" by Misato Fukuen and Saori Seto", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Over Sky\" by Misato Fukuen and Saori Seto", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Over Sky\" by Misato Fukuen, Kaori Nazuka and Miyuki Sawashiro", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Over Sky\" by Mie Sonozaki and Ami Koshimizu", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Over Sky\" by Misato Fukuen, Chiwa Saito and Ami Koshimizu", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Over Sky\" by Ayuru Ohashi and Mai Kadowaki", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Over Sky\" by Rie Tanaka, Mie Sonozaki and Sakura Nogawa", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Over Sky\" by Misato Fukuen and Kaori Nazuka", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Over Sky\" by Saori Seto and Miyuki Sawashiro", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Over Sky\" by Sakura Nogawa and Shizuka Itou", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Over Sky\" by Saori Seto and Rie Tanka", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Over Sky\" by Strike Witches", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "9055", + "title": "Tamayura", + "year": "2010", + "themes": [ + { + "name": "OP \"Yasashisa ni Tsutsumareta Nara\"", + "link": "https://animethemes.moe/video/Tamayura-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Melody\"", + "link": "https://animethemes.moe/video/Tamayura-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Natsudori\"", + "link": "https://animethemes.moe/video/Tamayura-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7745", + "title": "Zettai Karen Children OVA: Aitazousei! Ubawareta Mirai?", + "year": "2010", + "themes": [ + { + "name": "ED \"☆Seventh★Heaven☆\"", + "link": "https://animethemes.moe/video/ZettaiKarenChildrenOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6547", + "title": "Angel Beats!", + "year": "2010", + "themes": [ + { + "name": "OP1 \"My Soul, Your Beats!\"", + "link": "https://animethemes.moe/video/AngelBeats-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"My Soul, Your Beats!\"", + "link": "https://animethemes.moe/video/AngelBeats-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Brave Song\"", + "link": "https://animethemes.moe/video/AngelBeats-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ichiban no Takaramono ~Yui final ver.~\"", + "link": "https://animethemes.moe/video/AngelBeats-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ichiban no Takaramono\"", + "link": "https://animethemes.moe/video/AngelBeats-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "7647", + "title": "Arakawa Under the Bridge", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Venus to Jesus\"", + "link": "https://animethemes.moe/video/ArakawaUnderTheBridge-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Title nante Jibun de Kangaenasaina\"", + "link": "https://animethemes.moe/video/ArakawaUnderTheBridge-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Sakasama Bridge\"", + "link": "https://animethemes.moe/video/ArakawaUnderTheBridge-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "7817", + "title": "B Gata H Kei", + "year": "2010", + "themes": [ + { + "name": "OP \"Oshiete A to Z\"", + "link": "https://animethemes.moe/video/BGataHKei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hadashi no Princess\"", + "link": "https://animethemes.moe/video/BGataHKei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4901", + "title": "Black Lagoon: Roberta's Blood Trail", + "year": "2010", + "themes": [ + { + "name": "OP \"Red Fraction IO Drive mix\"", + "link": "https://animethemes.moe/video/BlackLagoonRobertasBloodTrail-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"When Johnny Comes Marching Home\"", + "link": "https://animethemes.moe/video/BlackLagoonRobertasBloodTrail-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"This Moment: Prayer in the Light\"", + "link": "https://animethemes.moe/video/BlackLagoonRobertasBloodTrail-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6772", + "title": "Break Blade 1: Kakusei no Toki", + "year": "2010", + "themes": [ + { + "name": "OP \"Fate\"", + "link": "https://animethemes.moe/video/BreakBlade1-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SERIOUS-AGE\"", + "link": "https://animethemes.moe/video/BreakBlade1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8514", + "title": "Break Blade 2: Ketsubetsu no Michi", + "year": "2010", + "themes": [ + { + "name": "OP \"Fate\"", + "link": "https://animethemes.moe/video/BreakBlade2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SERIOUS-AGE\"", + "link": "https://animethemes.moe/video/BreakBlade2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8481", + "title": "Bungaku Shoujo: Memoire", + "year": "2010", + "themes": [ + { + "name": "OP \"Musou Garden\"", + "link": "https://animethemes.moe/video/BungakuShoujo-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kotonoha\"", + "link": "https://animethemes.moe/video/BungakuShoujo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Aozora no Mukou\"", + "link": "https://animethemes.moe/video/BungakuShoujo-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hidamari Hakusho\"", + "link": "https://animethemes.moe/video/BungakuShoujo-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "7661", + "title": "Giant Killing", + "year": "2010", + "themes": [ + { + "name": "OP \"My Story ~Mada Minu Ashita e~\"", + "link": "https://animethemes.moe/video/GiantKilling-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Get tough!\"", + "link": "https://animethemes.moe/video/GiantKilling-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"\"", + "link": "https://animethemes.moe/video/GiantKilling-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7472", + "title": "Gintama Movie 1: Shinyaku Benizakura-hen", + "year": "2010", + "themes": [ + { + "name": "ED1 \"Bokutachi no Kisetsu\"", + "link": "https://animethemes.moe/video/GintamaMovie1-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bakuchi Dancer\"", + "link": "https://animethemes.moe/video/GintamaMovie1-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6895", + "title": "Hakuouki", + "year": "2010", + "themes": [ + { + "name": "OP \"Izayoi Namida\"", + "link": "https://animethemes.moe/video/Hakuouki-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hakuouki-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kimi no Kioku\"", + "link": "https://animethemes.moe/video/Hakuouki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4334", + "title": "Heroman", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Roulette\"", + "link": "https://animethemes.moe/video/Heroman-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"missing\"", + "link": "https://animethemes.moe/video/Heroman-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"CALLING\"", + "link": "https://animethemes.moe/video/Heroman-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Boku no Te wa Kimi no Tame ni\"", + "link": "https://animethemes.moe/video/Heroman-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "8206", + "title": "Hime Chen! Otogi Chikku Idol Lilpri", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Little Princess\"", + "link": "https://animethemes.moe/video/Himechan-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Idolulu\"", + "type": "opening" + }, + { + "name": "ED1 \"Otona ni Narutte Muzukashii!!!\"", + "type": "ending" + }, + { + "name": "ED2 \"Vira Vira Virou\"", + "type": "ending" + } + ] + }, + { + "id": "7088", + "title": "Ichiban Ushiro no Daimaou", + "year": "2010", + "themes": [ + { + "name": "OP \"REALOVE:REALIFE\"", + "link": "https://animethemes.moe/video/IchibanUshiroNoDaimaou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Everyday sunshine line!\"", + "link": "https://animethemes.moe/video/IchibanUshiroNoDaimaou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "7580", + "title": "Ikkitousen: Xtreme Xecutor", + "year": "2010", + "themes": [ + { + "name": "OP \"Stargazer\"", + "link": "https://animethemes.moe/video/IkkitousenXtremeXecutor-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Endless Soul ~Owarinaki Senshi~\"", + "link": "https://animethemes.moe/video/IkkitousenXtremeXecutor-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8217", + "title": "Jewelpet Twinkle☆", + "year": "2010", + "themes": [ + { + "name": "OP V1 \"Happy☆Tinkle\"", + "link": "https://animethemes.moe/video/JewelpetTwinkle-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Happy☆Tinkle\"", + "link": "https://animethemes.moe/video/JewelpetTwinkle-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Sora ni Rakugaki\"", + "link": "https://animethemes.moe/video/JewelpetTwinkle-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Sora ni Rakugaki\"", + "link": "https://animethemes.moe/video/JewelpetTwinkle-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "7791", + "title": "K-On!!", + "year": "2010", + "themes": [ + { + "name": "OP1 \"GO! GO! MANIAC\"", + "link": "https://animethemes.moe/video/KOnS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Utauyo!! MIRACLE\"", + "link": "https://animethemes.moe/video/KOnS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Listen!!\"", + "link": "https://animethemes.moe/video/KOnS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"NO, Thank You!\"", + "link": "https://animethemes.moe/video/KOnS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7054", + "title": "Kaichou wa Maid-sama!", + "year": "2010", + "themes": [ + { + "name": "OP \"My Secret\"", + "link": "https://animethemes.moe/video/KaichouWaMaidSama-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yokan\"", + "link": "https://animethemes.moe/video/KaichouWaMaidSama-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"∞ Loop\"", + "link": "https://animethemes.moe/video/KaichouWaMaidSama-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7593", + "title": "Kiss x Sis (TV)", + "year": "2010", + "themes": [ + { + "name": "OP \"Balance KISS\"", + "link": "https://animethemes.moe/video/KissxSisTV-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Our Steady Boy\"", + "link": "https://animethemes.moe/video/KissxSisTV-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Out Steady Boy\"", + "link": "https://animethemes.moe/video/KissxSisTV-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Futari\"", + "link": "https://animethemes.moe/video/KissxSisTV-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7655", + "title": "Major S6", + "year": "2010", + "themes": [ + { + "name": "OP \"Kokoro e\"", + "link": "https://animethemes.moe/video/MajorS6-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Twilight Star\"", + "link": "https://animethemes.moe/video/MajorS6-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Zutto Mae Kara\"", + "link": "https://animethemes.moe/video/MajorS6-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kokoro e\"", + "link": "https://animethemes.moe/video/MajorS6-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "7590", + "title": "Mayoi Neko Overrun!", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Happy New Nyaa\"", + "link": "https://animethemes.moe/video/MayoiNekoOverrun-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"GO! Grand Braver!\"", + "link": "https://animethemes.moe/video/MayoiNekoOverrun-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"ItchaLove Come Home!\"", + "link": "https://animethemes.moe/video/MayoiNekoOverrun-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"ItchaLove Come Home!\"", + "link": "https://animethemes.moe/video/MayoiNekoOverrun-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mayoi Neko Doukoukai no Uta\"", + "link": "https://animethemes.moe/video/MayoiNekoOverrun-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kanadete Hoshi Uta\"", + "link": "https://animethemes.moe/video/MayoiNekoOverrun-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Bloomer no Uta\"", + "link": "https://animethemes.moe/video/MayoiNekoOverrun-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "7720", + "title": "Ookiku Furikabutte: Natsu no Taikai-hen", + "year": "2010", + "themes": [ + { + "name": "OP \"Natsuzora\"", + "link": "https://animethemes.moe/video/OokikuFurikabutteS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shisou Densha\"", + "link": "https://animethemes.moe/video/OokikuFurikabutteS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6114", + "title": "Rainbow: Nisha Rokubou no Shichinin", + "year": "2010", + "themes": [ + { + "name": "OP \"We're not alone\"", + "link": "https://animethemes.moe/video/Rainbow-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"A FAR-OFF DISTANCE\"", + "link": "https://animethemes.moe/video/Rainbow-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "7588", + "title": "Saraiya Goyou", + "year": "2010", + "themes": [ + { + "name": "OP \"Sign of Love\"", + "link": "https://animethemes.moe/video/SaraiyaGoyou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaraiyaGoyou-OP1-1080.webm", + "type": "ending" + }, + { + "name": "ED \"all I need is...\"", + "link": "https://animethemes.moe/video/SaraiyaGoyou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaraiyaGoyou-ED1-1080.webm", + "type": "ending" + } + ] + }, + { + "id": "6973", + "title": "Senkou no Night Raid", + "year": "2010", + "themes": [ + { + "name": "OP \"Yakusoku\"", + "link": "https://animethemes.moe/video/SenkoNoNightRaid-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mirai e...\"", + "link": "https://animethemes.moe/video/SenkoNoNightRaid-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8057", + "title": "Shin Koihime†Musou: Otome Tairan", + "year": "2010", + "themes": [ + { + "name": "OP \"Renka Tairan\"", + "link": "https://animethemes.moe/video/ShinKoihimeMusouS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yuuki Rinrin\"", + "link": "https://animethemes.moe/video/ShinKoihimeMusouS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "7058", + "title": "Uragiri wa Boku no Namae wo Shitteiru", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Uragiri no Nai Sekai Made\"", + "link": "https://animethemes.moe/video/Uraboku-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Inishie\"", + "link": "https://animethemes.moe/video/Uraboku-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Aoi Ito\"", + "link": "https://animethemes.moe/video/Uraboku-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kizuna\"", + "link": "https://animethemes.moe/video/Uraboku-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6956", + "title": "Working!!", + "year": "2010", + "themes": [ + { + "name": "OP V1 \"SOMEONE ELSE\"", + "link": "https://animethemes.moe/video/Working-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"SOMEONE ELSE\"", + "link": "https://animethemes.moe/video/Working-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Heart no Edge ni Idomou Go to Heart Edge\"", + "link": "https://animethemes.moe/video/Working-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Heart no Edge ni Idomou Go to Heart Edge\"", + "link": "https://animethemes.moe/video/Working-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Golden Day\"", + "link": "https://animethemes.moe/video/Working-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6864", + "title": "xxxHOLiC Rou", + "year": "2010", + "themes": [ + { + "name": "OP \"Adayume\"", + "link": "https://animethemes.moe/video/xxxHOLiCRou-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kaza Nagi\"", + "link": "https://animethemes.moe/video/xxxHOLiCRou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Gomen ne\"", + "link": "https://animethemes.moe/video/xxxHOLiCRou-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7785", + "title": "Yojouhan Shinwa Taikei", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Maigo Inu to Ame no Beat\"", + "link": "https://animethemes.moe/video/YojouhanShinwaTaikei-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kamisama no Iutoori\"", + "link": "https://animethemes.moe/video/YojouhanShinwaTaikei-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Kamisama no Iutoori\"", + "link": "https://animethemes.moe/video/YojouhanShinwaTaikei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6347", + "title": "Baka to Test to Shoukanjuu", + "year": "2010", + "themes": [ + { + "name": "OP V1 \"Perfect-area complete!\"", + "link": "https://animethemes.moe/video/BakaTest-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Perfect-area complete!\"", + "link": "https://animethemes.moe/video/BakaTest-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Baka Go Home\"", + "link": "https://animethemes.moe/video/BakaTest-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Baka Go Home\"", + "link": "https://animethemes.moe/video/BakaTest-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hare Tokidoki Egao\"", + "link": "https://animethemes.moe/video/BakaTest-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6645", + "title": "Chu-Bra!!", + "year": "2010", + "themes": [ + { + "name": "OP \"Choose Bright!!\"", + "link": "https://animethemes.moe/video/ChuBra-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shy Girls\"", + "link": "https://animethemes.moe/video/ChuBra-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"We Know\"", + "link": "https://animethemes.moe/video/ChuBra-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6747", + "title": "Dance in the Vampire Bund", + "year": "2010", + "themes": [ + { + "name": "OP1 V1 \"Friends\"", + "link": "https://animethemes.moe/video/DanceInTheVampireBund-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Friends\"", + "link": "https://animethemes.moe/video/DanceInTheVampireBund-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Tsumeato\"", + "link": "https://animethemes.moe/video/DanceInTheVampireBund-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Tsumeato\"", + "link": "https://animethemes.moe/video/DanceInTheVampireBund-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "7338", + "title": "Darker than Black: Kuro no Keiyakusha Gaiden", + "year": "2010", + "themes": [ + { + "name": "ED \"Can you fly\"", + "link": "https://animethemes.moe/video/DarkerThanBlackOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6746", + "title": "Durarara!!", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Uragiri no Yuuyake\"", + "link": "https://animethemes.moe/video/Durarara-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Complication\"", + "link": "https://animethemes.moe/video/Durarara-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Trust Me\"", + "link": "https://animethemes.moe/video/Durarara-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Butterfly\"", + "link": "https://animethemes.moe/video/Durarara-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7465", + "title": "Eve no Jikan (Movie)", + "year": "2010", + "themes": [ + { + "name": "ED \"I have a dream\"", + "link": "https://animethemes.moe/video/EveNoJikanMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "7559", + "title": "Fate/stay night TV Reproduction", + "year": "2010", + "themes": [ + { + "name": "OP \"disillusion -2010-\"", + "link": "https://animethemes.moe/video/FateStayNightOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"With...\"", + "link": "https://animethemes.moe/video/FateStayNightOVA-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kumo no Kakera\"", + "link": "https://animethemes.moe/video/FateStayNightOVA-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6574", + "title": "Hanamaru Youchien", + "year": "2010", + "themes": [ + { + "name": "OP \"Aozora Triangle\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Egao Narebete\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kigurumi Wakusei\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kusa no Yubiwa Hana no Kanmuri\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hatsudou!! Love Beam☆\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Ano ne Kiite ne\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Heart no Housoku\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Kuro Neko no Jazz\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Nadeshiko Romance\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Kokutou Drop\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Boku no Wasuremono\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Yes, We Can!!\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Sekai de Ichiban\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "7645", + "title": "Heartcatch Precure!", + "year": "2010", + "themes": [ + { + "name": "OP V1 \"Alright! Heartcatch Precure!\"", + "link": "https://animethemes.moe/video/HeartcatchPrecure-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Alright! Heartcatch Precure!\"", + "link": "https://animethemes.moe/video/HeartcatchPrecure-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Alright! Heartcatch Precure!\"", + "link": "https://animethemes.moe/video/HeartcatchPrecure-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Heartcatch ☆ Paradise!\"", + "link": "https://animethemes.moe/video/HeartcatchPrecure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Song of Tomorrow\"", + "link": "https://animethemes.moe/video/HeartcatchPrecure-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7062", + "title": "Hidamari Sketch x ☆☆☆", + "year": "2010", + "themes": [ + { + "name": "OP \"Dekirukanatte☆☆☆\"", + "link": "https://animethemes.moe/video/HidamariSketchHoshiMittsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sakura Sakura Saku ~Ano Hi Kimi wo matsu, Sora to Onajide~\"", + "link": "https://animethemes.moe/video/HidamariSketchHoshiMittsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6637", + "title": "Higashi no Eden Movie II: Paradise Lost", + "year": "2010", + "themes": [ + { + "name": "OP \"future nova\"", + "link": "https://animethemes.moe/video/HigashiNoEdenMovie2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"after laughter\"", + "link": "https://animethemes.moe/video/HigashiNoEdenMovie2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6594", + "title": "Katanagatari", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Meiya Kadenrou\"", + "link": "https://animethemes.moe/video/Katanagatari-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Katana to Saya\"", + "link": "https://animethemes.moe/video/Katanagatari-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tasogare no Gekka\"", + "link": "https://animethemes.moe/video/Katanagatari-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Refulgence\"", + "link": "https://animethemes.moe/video/Katanagatari-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Senbonsenyo no Hamariuta\"", + "link": "https://animethemes.moe/video/Katanagatari-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kyomu no Hana\"", + "link": "https://animethemes.moe/video/Katanagatari-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Ai to Makoto\"", + "link": "https://animethemes.moe/video/Katanagatari-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Yuki no Onna\"", + "link": "https://animethemes.moe/video/Katanagatari-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Mayoigo Sagashi\"", + "link": "https://animethemes.moe/video/Katanagatari-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Karakuri Nemuri Dan\"", + "link": "https://animethemes.moe/video/Katanagatari-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Akashi\"", + "link": "https://animethemes.moe/video/Katanagatari-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Ina, to Hime wa Subete wo Katarazu\"", + "link": "https://animethemes.moe/video/Katanagatari-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Bourei-tachi yo Yabou no Hate ni Nemure\"", + "link": "https://animethemes.moe/video/Katanagatari-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Toki Sude ni Hajimari wo Kizamu\"", + "link": "https://animethemes.moe/video/Katanagatari-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "7148", + "title": "Ladies versus Butlers!", + "year": "2010", + "themes": [ + { + "name": "OP \"LOVE x HEAVEN\"", + "link": "https://animethemes.moe/video/LadiesVersusButlers-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"my starry boy\"", + "link": "https://animethemes.moe/video/LadiesVersusButlers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4985", + "title": "Mahou Shoujo Lyrical Nanoha: The Movie 1st", + "year": "2010", + "themes": [ + { + "name": "ED1 \"My wish My love\"", + "link": "https://animethemes.moe/video/NanohaMovie-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"PHANTOM MINDS\"", + "link": "https://animethemes.moe/video/NanohaMovie-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6336", + "title": "Mobile Suit Gundam Unicorn", + "year": "2010", + "themes": [ + { + "name": "ED1 \"Ryuusei no Namida\"", + "link": "https://animethemes.moe/video/GundamUnicorn-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Everlasting\"", + "link": "https://animethemes.moe/video/GundamUnicorn-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"merry-go-round\"", + "link": "https://animethemes.moe/video/GundamUnicorn-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"B-Bird\"", + "link": "https://animethemes.moe/video/GundamUnicorn-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"BROKEN MIRROR\"", + "link": "https://animethemes.moe/video/GundamUnicorn-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"RE:I AM\"", + "link": "https://animethemes.moe/video/GundamUnicorn-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"StarRingChild\"", + "link": "https://animethemes.moe/video/GundamUnicorn-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "5690", + "title": "Nodame Cantabile Finale", + "year": "2010", + "themes": [ + { + "name": "OP \"Manazashi ☆ Daydream\"", + "link": "https://animethemes.moe/video/NodameCantabileFinale-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kaze to Oka no Ballad\"", + "link": "https://animethemes.moe/video/NodameCantabileFinale-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6324", + "title": "Omamori Himari", + "year": "2010", + "themes": [ + { + "name": "OP V1 \"Oshichau zo!!\"", + "link": "https://animethemes.moe/video/OmamoriHimari-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Oshichau zo!!\"", + "link": "https://animethemes.moe/video/OmamoriHimari-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Oshichau zo!!\"", + "link": "https://animethemes.moe/video/OmamoriHimari-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Oshichau zo!!\"", + "link": "https://animethemes.moe/video/OmamoriHimari-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"Oshichau zo!!\"", + "link": "https://animethemes.moe/video/OmamoriHimari-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"Oshichau zo!!\"", + "link": "https://animethemes.moe/video/OmamoriHimari-OP1v6.webm", + "type": "opening" + }, + { + "name": "OP V7 \"Oshichau zo!!\"", + "link": "https://animethemes.moe/video/OmamoriHimari-OP1v7.webm", + "type": "opening" + }, + { + "name": "OP V8 \"Oshichau zo!!\"", + "link": "https://animethemes.moe/video/OmamoriHimari-OP1v8.webm", + "type": "opening" + }, + { + "name": "OP V9 \"Oshichau zo!!\"", + "link": "https://animethemes.moe/video/OmamoriHimari-OP1v9.webm", + "type": "opening" + }, + { + "name": "OP V10 \"Oshichau zo!!\"", + "link": "https://animethemes.moe/video/OmamoriHimari-OP1v10.webm", + "type": "opening" + }, + { + "name": "ED1 \"Oshichau zo!!\"", + "link": "https://animethemes.moe/video/OmamoriHimari-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"BEAM my BEAM\" by Himarinko L. Shizukuesu", + "link": "https://animethemes.moe/video/OmamoriHimari-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"BEAM my BEAM\" by Ami Koshimizu", + "link": "https://animethemes.moe/video/OmamoriHimari-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"BEAM my BEAM\" by Iori Nomizu", + "link": "https://animethemes.moe/video/OmamoriHimari-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED2 V4 \"BEAM my BEAM\" by Kei Shindou", + "link": "https://animethemes.moe/video/OmamoriHimari-ED2v4.webm", + "type": "ending" + }, + { + "name": "ED2 V5 \"BEAM my BEAM\" by Asuka Okame", + "link": "https://animethemes.moe/video/OmamoriHimari-ED2v5.webm", + "type": "ending" + }, + { + "name": "ED2 V6 \"BEAM my BEAM\" by Yuki Matsuoka", + "link": "https://animethemes.moe/video/OmamoriHimari-ED2v6.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sakamichi no Hate\"", + "link": "https://animethemes.moe/video/OmamoriHimari-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "7079", + "title": "Ookamikakushi", + "year": "2010", + "themes": [ + { + "name": "OP \"Toki no Mukou, Maboroshi no Sora\"", + "link": "https://animethemes.moe/video/Ookamikakushi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Ookamikakushi-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Tsukishirube\"", + "type": "ending" + } + ] + }, + { + "id": "8133", + "title": "Precure All Stars Movie DX2: Kibou no Hikari☆Rainbow Jewel wo Mamore!", + "year": "2010", + "themes": [ + { + "name": "OP \"Kirakira Kawaii! Precure Daishuugou ~Kibou no Hikari~\"", + "link": "https://animethemes.moe/video/PrecureAllStarsDX2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"17 Jewels ~Precure Medley 2010~\"", + "link": "https://animethemes.moe/video/PrecureAllStarsDX2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6500", + "title": "Seikon no Qwaser", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Errand\"", + "link": "https://animethemes.moe/video/SeikonNoQwaser-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Baptize\"", + "link": "https://animethemes.moe/video/SeikonNoQwaser-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Baptize\"", + "link": "https://animethemes.moe/video/SeikonNoQwaser-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Passionate squall\"", + "link": "https://animethemes.moe/video/SeikonNoQwaser-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mimei no Inori\"", + "link": "https://animethemes.moe/video/SeikonNoQwaser-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Wishes Hypocrites\"", + "link": "https://animethemes.moe/video/SeikonNoQwaser-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "6802", + "title": "So Ra No Wo To", + "year": "2010", + "themes": [ + { + "name": "OP \"Hikari no Senritsu\"", + "link": "https://animethemes.moe/video/SoRaNoWoTo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Girls, Be Ambitious.\"", + "link": "https://animethemes.moe/video/SoRaNoWoTo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "7311", + "title": "Suzumiya Haruhi no Shoushitsu", + "year": "2010", + "themes": [ + { + "name": "OP \"Bouken Desho Desho?\"", + "link": "https://animethemes.moe/video/SuzumiyaHaruhiNoShoushitsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yasashii Boukyaku\"", + "link": "https://animethemes.moe/video/SuzumiyaHaruhiNoShoushitsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5306", + "title": "Tales of Symphonia The Animation: Tethe'alla-hen", + "year": "2010", + "themes": [ + { + "name": "OP \"Tenkuu no Canaria\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaTetheallaHen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TalesOfSymphoniaTetheallaHen-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED1 \"Inori no Kanata\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaTetheallaHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"TETHE'ALA ~Tai no Kodomo Tachi~\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaTetheallaHen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6951", + "title": "Yu☆Gi☆Oh!: Chou Yuugou! Toki wo Koeta Kizuna", + "year": "2010", + "themes": [ + { + "name": "ED \"makemagic\"", + "link": "https://animethemes.moe/video/YGOBondsBeyondTime-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9074", + "title": "Arakawa Under the Bridge x Bridge", + "year": "2010", + "themes": [ + { + "name": "OP1 \"COSMOS vs ALIEN\"", + "link": "https://animethemes.moe/video/ArakawaUnderTheBridgeS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kou-sama☆Go! Summer! ~Iya, Iku no wa Kinsei Dakara~\"", + "link": "https://animethemes.moe/video/ArakawaUnderTheBridgeS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Akai Coat\"", + "link": "https://animethemes.moe/video/ArakawaUnderTheBridgeS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Akai Coat\"", + "link": "https://animethemes.moe/video/ArakawaUnderTheBridgeS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sakasama Bridge\"", + "link": "https://animethemes.moe/video/ArakawaUnderTheBridgeS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7674", + "title": "Bakuman.", + "year": "2010", + "themes": [ + { + "name": "OP V1 \"Blue Bird\"", + "link": "https://animethemes.moe/video/Bakuman-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Blue Bird\"", + "link": "https://animethemes.moe/video/Bakuman-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"BAKUROCK ~Mirai no Rinkakusen~\"", + "link": "https://animethemes.moe/video/Bakuman-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Genjitsu to Iu Na no Kaibutsu to Tatakau Mono-tachi\"", + "link": "https://animethemes.moe/video/Bakuman-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "9465", + "title": "Break Blade 4: Sanka no Chi", + "year": "2010", + "themes": [ + { + "name": "OP \"Fate\"", + "link": "https://animethemes.moe/video/BreakBlade4-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SERIOUS-AGE\"", + "link": "https://animethemes.moe/video/BreakBlade4-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8536", + "title": "Fortune Arterial: Akai Yakusoku", + "year": "2010", + "themes": [ + { + "name": "OP \"Kizunairo\"", + "link": "https://animethemes.moe/video/FortuneArterial-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"I miss you -the origin-\"", + "link": "https://animethemes.moe/video/FortuneArterial-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"I miss you Aoi to misuzu\"", + "link": "https://animethemes.moe/video/FortuneArterial-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"I miss you (Gt. Ver. Misuzu to Aoi)\"", + "link": "https://animethemes.moe/video/FortuneArterial-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"I miss you (Gt. Ver. Aoi to Misuzu)\"", + "link": "https://animethemes.moe/video/FortuneArterial-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"I miss you Misuzu Solo\"", + "link": "https://animethemes.moe/video/FortuneArterial-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"I miss you Aoi Solo\"", + "link": "https://animethemes.moe/video/FortuneArterial-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "9065", + "title": "Hakuouki Hekketsuroku", + "year": "2010", + "themes": [ + { + "name": "OP \"Maikaze\"", + "link": "https://animethemes.moe/video/HakuoukiS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Akane Sora ni Negafu\"", + "link": "https://animethemes.moe/video/HakuoukiS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9288", + "title": "Heartcatch Precure! Movie: Hana no Miyako de Fashion Show... Desu ka!?", + "year": "2010", + "themes": [ + { + "name": "OP \"Alright! Heartcatch Precure! for the Movie\"", + "link": "https://animethemes.moe/video/HeartcatchPrecureMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tomorrow Song for the Movie\"", + "link": "https://animethemes.moe/video/HeartcatchPrecureMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8277", + "title": "Hyakka Ryouran: Samurai Girls", + "year": "2010", + "themes": [ + { + "name": "OP \"Last vision for last\"", + "link": "https://animethemes.moe/video/HyakkaRyouranSamuraiGirls-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koi ni Sesse Tooryanse\"", + "link": "https://animethemes.moe/video/HyakkaRyouranSamuraiGirls-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8525", + "title": "Kami nomi zo Shiru Sekai", + "year": "2010", + "themes": [ + { + "name": "OP \"God only knows Daisanmaku\"", + "link": "https://animethemes.moe/video/Kaminomi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kaminomi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Koi no Shirushi feat. Ayumi Takahara\"", + "link": "https://animethemes.moe/video/Kaminomi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kaminomi-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koi no Shirushi feat. Mio Aoyama\"", + "link": "https://animethemes.moe/video/Kaminomi-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kaminomi-ED2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED3 \"Datta Ichido no Kiseki\"", + "link": "https://animethemes.moe/video/Kaminomi-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kaminomi-ED3-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED4 \"Happy Crescent\"", + "type": "ending" + }, + { + "name": "ED5 \"Koi no Shirushi from Elsie\"", + "link": "https://animethemes.moe/video/Kaminomi-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kaminomi-ED5-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED6 \"Koi no Shirushi feat. Kanon Nakagawa\"", + "link": "https://animethemes.moe/video/Kaminomi-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kaminomi-ED6-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED7 \"Koi no Shirushi feat. Shiori Shiomiya\"", + "link": "https://animethemes.moe/video/Kaminomi-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kaminomi-ED7-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED8 \"Shuuseki Kairo no Yume Tabibito\"", + "link": "https://animethemes.moe/video/Kaminomi-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Kaminomi-ED8-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "8876", + "title": "Koe de Oshigoto! The Animation", + "year": "2010", + "themes": [ + { + "name": "OP \"Koi no Mahou\"", + "link": "https://animethemes.moe/video/KoeDeOshigoto-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kuchibiru Chuck\"", + "link": "https://animethemes.moe/video/KoeDeOshigoto-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kuchibiru Chuck\"", + "link": "https://animethemes.moe/video/KoeDeOshigoto-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "8129", + "title": "Kuragehime", + "year": "2010", + "themes": [ + { + "name": "OP \"Koko Dake no Hanashi\"", + "link": "https://animethemes.moe/video/Kuragehime-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi no Kirei ni Kizuite Okure\"", + "link": "https://animethemes.moe/video/Kuragehime-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8666", + "title": "Mazinkaiser SKL", + "year": "2010", + "themes": [ + { + "name": "OP \"The Eternal Soldiers\"", + "link": "https://animethemes.moe/video/MazinkaiserSKL-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Juggernaut\"", + "link": "https://animethemes.moe/video/MazinkaiserSKL-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8424", + "title": "MM!", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Help!! -Hell side-\"", + "link": "https://animethemes.moe/video/MM-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Help!! -Heaven side-\"", + "link": "https://animethemes.moe/video/MM-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Help!! -Heaven side-\"", + "link": "https://animethemes.moe/video/MM-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"More-more LOVERS!!\"", + "link": "https://animethemes.moe/video/MM-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Happy Birthday, my holy day\"", + "link": "https://animethemes.moe/video/MM-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "9181", + "title": "Motto To LOVE-Ru", + "year": "2010", + "themes": [ + { + "name": "OP \"Loop-the-Loop\"", + "link": "https://animethemes.moe/video/MottoLoveRu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Baby Baby Love\"", + "link": "https://animethemes.moe/video/MottoLoveRu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8769", + "title": "Ore no Imouto ga Konnani Kawaii Wake ga Nai", + "year": "2010", + "themes": [ + { + "name": "OP V1 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1v6.webm", + "type": "opening" + }, + { + "name": "OP V7 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1v7.webm", + "type": "opening" + }, + { + "name": "OP V8 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1v8.webm", + "type": "opening" + }, + { + "name": "OP V9 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1v9.webm", + "type": "opening" + }, + { + "name": "OP V10 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1v10.webm", + "type": "opening" + }, + { + "name": "OP V11 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1v11.webm", + "type": "opening" + }, + { + "name": "OP V12 \"irony\"", + "link": "https://animethemes.moe/video/OreImo-OP1v12.webm", + "type": "opening" + }, + { + "name": "ED1 \"Imouto Please!\"", + "link": "https://animethemes.moe/video/OreImo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shine!\"", + "link": "https://animethemes.moe/video/OreImo-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Horaizumu\"", + "link": "https://animethemes.moe/video/OreImo-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Shiroi Kokoro\"", + "link": "https://animethemes.moe/video/OreImo-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Orange\"", + "link": "https://animethemes.moe/video/OreImo-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"MAEGAMI\"", + "link": "https://animethemes.moe/video/OreImo-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Masquerade!\"", + "link": "https://animethemes.moe/video/OreImo-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"KAMEREON DAUGHTER\"", + "link": "https://animethemes.moe/video/OreImo-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Suki nanda mon!!\"", + "link": "https://animethemes.moe/video/OreImo-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Iie, Tomu wa Imouto ni Taishite Seiteki na Koufun wo Oboete imasu\"", + "link": "https://animethemes.moe/video/OreImo-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"AKIHABARA Dance Now!!\"", + "link": "https://animethemes.moe/video/OreImo-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Tadaima\"", + "link": "https://animethemes.moe/video/OreImo-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "8476", + "title": "Otome Youkai Zakuro", + "year": "2010", + "themes": [ + { + "name": "OP V1 \"Moon SIGNAL\"", + "link": "https://animethemes.moe/video/OtomeYoukaiZakuro-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Moon SIGNAL\"", + "link": "https://animethemes.moe/video/OtomeYoukaiZakuro-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hatsukoi wa Zakuroiro\"", + "link": "https://animethemes.moe/video/OtomeYoukaiZakuro-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Junjou Masquerade\"", + "link": "https://animethemes.moe/video/OtomeYoukaiZakuro-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Junjou Masquerade\"", + "link": "https://animethemes.moe/video/OtomeYoukaiZakuro-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Futari Shizuka\"", + "link": "https://animethemes.moe/video/OtomeYoukaiZakuro-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Futari Shizuka\"", + "link": "https://animethemes.moe/video/OtomeYoukaiZakuro-ED3v2.webm", + "type": "ending" + } + ] + }, + { + "id": "8795", + "title": "Panty & Stocking with Garterbelt", + "year": "2010", + "themes": [ + { + "name": "OP \"Theme for Panty & Stocking\"", + "link": "https://animethemes.moe/video/PantyAndStockingWithGarterbelt-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Fallen Angel\"", + "link": "https://animethemes.moe/video/PantyAndStockingWithGarterbelt-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Fallen Angel\"", + "link": "https://animethemes.moe/video/PantyAndStockingWithGarterbelt-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "9107", + "title": "Pokemon Best Wishes!", + "year": "2010", + "themes": [ + { + "name": "OP \"Best Wishes!\"", + "link": "https://animethemes.moe/video/PokemonBestWishes-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Fanfare of the Heart\"", + "link": "https://animethemes.moe/video/PokemonBestWishes-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Can You Say the Pokémon? BW\"", + "link": "https://animethemes.moe/video/PokemonBestWishes-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Nanairo Arch\"", + "link": "https://animethemes.moe/video/PokemonBestWishes-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Mite Mite ☆ Kocchicchi\"", + "link": "https://animethemes.moe/video/PokemonBestWishes-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "7662", + "title": "Shinrei Tantei Yakumo", + "year": "2010", + "themes": [ + { + "name": "OP \"Key\"", + "link": "https://animethemes.moe/video/ShinreiTanteiYakumo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Missing You\"", + "link": "https://animethemes.moe/video/ShinreiTanteiYakumo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8557", + "title": "Shinryaku! Ika Musume", + "year": "2010", + "themes": [ + { + "name": "OP \"Shinryaku no Susume☆\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED V8 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED V9 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED V10 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED V11 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1v11.webm", + "type": "ending" + }, + { + "name": "ED V12 \"Metamerism\"", + "link": "https://animethemes.moe/video/ShinryakuIkaMusume-ED1v12.webm", + "type": "ending" + } + ] + }, + { + "id": "8407", + "title": "Sora no Otoshimono: Forte", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Ring My Bell\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Heart no Kakuritsu (Main Vocal Hitomi)\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Heart no Kakuritsu (Main Vocal Hitomi)\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Heart no Kakuritsu (Main Vocal Saori)\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kaeru Kara (Piano Version)\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"COSMOS\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kakegemeguru Seishun\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Miracle Guy\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"ff (Fortissimo)\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Soldier in the Space\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Kaerazaru Hi no Tame ni\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Odoriko\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Natsu no Ojou-san\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Boukyou no Tabi\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Kaeru Kara (Guitar Version)\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Jidai Okure no Koibito-tachi\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimonoS2-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "8726", + "title": "Soredemo Machi wa Mawatteiru", + "year": "2010", + "themes": [ + { + "name": "OP \"DOWN TOWN\"", + "link": "https://animethemes.moe/video/SoreMachi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Maids Sanjou!\"", + "link": "https://animethemes.moe/video/SoreMachi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8934", + "title": "Star Driver: Kagayaki no Takuto", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Gravity Zero\"", + "link": "https://animethemes.moe/video/StarDriver-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"SHINING☆STAR\"", + "link": "https://animethemes.moe/video/StarDriver-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Cross Over\"", + "link": "https://animethemes.moe/video/StarDriver-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Cross Over\"", + "link": "https://animethemes.moe/video/StarDriver-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Pride\"", + "link": "https://animethemes.moe/video/StarDriver-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Pride\"", + "link": "https://animethemes.moe/video/StarDriver-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "9241", + "title": "Super Robot Taisen OG: The Inspector", + "year": "2010", + "themes": [ + { + "name": "OP1 \"MAXON\"", + "link": "https://animethemes.moe/video/SuperRobotTaisenOG-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ryuusei Lovers\"", + "link": "https://animethemes.moe/video/SuperRobotTaisenOG-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Bokura no Jiyuu\"", + "link": "https://animethemes.moe/video/SuperRobotTaisenOG-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Bokura no Jiyuu\"", + "link": "https://animethemes.moe/video/SuperRobotTaisenOG-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Saigo no Tabi\"", + "link": "https://animethemes.moe/video/SuperRobotTaisenOG-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7768", + "title": "Tantei Opera Milky Holmes", + "year": "2010", + "themes": [ + { + "name": "OP \"Seikai wa Hitotsu! Janai!!\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmes-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Honnou no Doubt\"", + "link": "https://animethemes.moe/video/TanteiOperaMilkyHolmes-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8311", + "title": "Tegami Bachi Reverse", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Chiisana Mahou\"", + "link": "https://animethemes.moe/video/TegamiBachiReverse-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TegamiBachiReverse-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP2 \"Yakusoku\"", + "link": "https://animethemes.moe/video/TegamiBachiReverse-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Wasurenagusa\"", + "link": "https://animethemes.moe/video/TegamiBachiReverse-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Perseus\"", + "link": "https://animethemes.moe/video/TegamiBachiReverse-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "8937", + "title": "Toaru Majutsu no Index II", + "year": "2010", + "themes": [ + { + "name": "OP1 \"No buts!\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"See visionS\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Magic8world\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Memories Last\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndexS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "9047", + "title": "Toaru Kagaku no Railgun: Misaka-san wa Ima Chuumoku no Mato Desu kara", + "year": "2010", + "themes": [ + { + "name": "OP \"future gazer\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Special 'ONE'\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgunOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8861", + "title": "Yosuga no Sora: In Solitude, Where We Are Least Alone.", + "year": "2010", + "themes": [ + { + "name": "OP \"Hiyoku no Hane\"", + "link": "https://animethemes.moe/video/YosugaNoSora-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tsunagukizuna\"", + "link": "https://animethemes.moe/video/YosugaNoSora-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Pinky Jones\"", + "link": "https://animethemes.moe/video/YosugaNoSora-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "8457", + "title": "Yozakura Quartet: Hoshi no Umi", + "year": "2010", + "themes": [ + { + "name": "OP V1 \"Kid, I like Quartet\"", + "link": "https://animethemes.moe/video/YozakuraQuartetHoshiNoUmi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YozakuraQuartetHoshiNoUmi-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Kid, I like Quartet\"", + "link": "https://animethemes.moe/video/YozakuraQuartetHoshiNoUmi-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Kid, I like Quartet\"", + "link": "https://animethemes.moe/video/YozakuraQuartetHoshiNoUmi-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hello Hello\"", + "link": "https://animethemes.moe/video/YozakuraQuartetHoshiNoUmi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YozakuraQuartetHoshiNoUmi-ED1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hello Hello Ballade Version\"", + "link": "https://animethemes.moe/video/YozakuraQuartetHoshiNoUmi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "8577", + "title": "Aki-Sora: Yume no Naka", + "year": "2010", + "themes": [ + { + "name": "ED \"Tnx! -Thanks!-\"", + "link": "https://animethemes.moe/video/AkiSoraYumeNoNaka-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8676", + "title": "Amagami SS", + "year": "2010", + "themes": [ + { + "name": "OP1 V1 \"i Love\"", + "link": "https://animethemes.moe/video/Amagami-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"i Love\"", + "link": "https://animethemes.moe/video/Amagami-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"i Love\"", + "link": "https://animethemes.moe/video/Amagami-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Kimi no Mama de\"", + "link": "https://animethemes.moe/video/Amagami-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Kimi no Mama de\"", + "link": "https://animethemes.moe/video/Amagami-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP2 V3 \"Kimi no Mama de\"", + "link": "https://animethemes.moe/video/Amagami-OP2v3.webm", + "type": "opening" + }, + { + "name": "OP2 V4 \"Kimi no Mama de\"", + "link": "https://animethemes.moe/video/Amagami-OP2v4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi no Hitomi ni Koishiteru\"", + "link": "https://animethemes.moe/video/Amagami-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kitto Ashita wa\"", + "link": "https://animethemes.moe/video/Amagami-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Anata Shika Mienai\"", + "link": "https://animethemes.moe/video/Amagami-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Koi wa Mizu-iro\"", + "link": "https://animethemes.moe/video/Amagami-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Koi wa Aserazu\"", + "link": "https://animethemes.moe/video/Amagami-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Nageki no Tenshi\"", + "link": "https://animethemes.moe/video/Amagami-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Koi no Yukue\"", + "link": "https://animethemes.moe/video/Amagami-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "6166", + "title": "Asobi ni Iku yo!", + "year": "2010", + "themes": [ + { + "name": "OP \"Now loading... SKY!!\"", + "link": "https://animethemes.moe/video/AsobiNiIkuYo-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kokoro no Madobe Nite\"", + "link": "https://animethemes.moe/video/AsobiNiIkuYo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Now loading... SKY!!\"", + "link": "https://animethemes.moe/video/AsobiNiIkuYo-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Omoide ga Jama wo Suru\"", + "link": "https://animethemes.moe/video/AsobiNiIkuYo-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Happy Sunshine\"", + "link": "https://animethemes.moe/video/AsobiNiIkuYo-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Oira wa Sabishii Space Man\"", + "link": "https://animethemes.moe/video/AsobiNiIkuYo-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Smile Peace!\"", + "type": "ending" + } + ] + }, + { + "id": "9252", + "title": "Break Blade 3: Kyoujin no Ato", + "year": "2010", + "themes": [ + { + "name": "OP \"Fate\"", + "link": "https://animethemes.moe/video/BreakBlade3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SERIOUS-AGE\"", + "link": "https://animethemes.moe/video/BreakBlade3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8142", + "title": "Colorful", + "year": "2010", + "themes": [ + { + "name": "ED \"Aozora\"", + "link": "https://animethemes.moe/video/Colorful-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8086", + "title": "Densetsu no Yuusha no Densetsu", + "year": "2010", + "themes": [ + { + "name": "OP1 \"LAMENT ~Yagate Yorokobi wo~\"", + "link": "https://animethemes.moe/video/DenYuuDen-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Last Inferno\"", + "link": "https://animethemes.moe/video/DenYuuDen-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Truth Of My Destiny\"", + "link": "https://animethemes.moe/video/DenYuuDen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hikari no Filament\"", + "link": "https://animethemes.moe/video/DenYuuDen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "8074", + "title": "Highschool of the Dead", + "year": "2010", + "themes": [ + { + "name": "OP \"HIGHSCHOOL OF THE DEAD\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kimi to Taiyou ga Shinda hi\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Color Me Dark\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Return to Destiny\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Cold Bullet Blues\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Memories of Days Gone By\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Under The Honey Shine\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"fuss fuzz\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"The place of hope\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Houseki no Spy\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"THE last pain\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Hollow Men\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"The Eternal Song\"", + "link": "https://animethemes.moe/video/HighschoolOfTheDead-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "6707", + "title": "Kuroshitsuji II", + "year": "2010", + "themes": [ + { + "name": "OP V1 \"SHIVER\"", + "link": "https://animethemes.moe/video/KuroshitsujiS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"SHIVER\"", + "link": "https://animethemes.moe/video/KuroshitsujiS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Bird\"", + "link": "https://animethemes.moe/video/KuroshitsujiS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kagayaku Sora no Shijima ni wa\"", + "link": "https://animethemes.moe/video/KuroshitsujiS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7627", + "title": "Mitsudomoe", + "year": "2010", + "themes": [ + { + "name": "OP \"Mittsu Kazoete Daishuugou!\"", + "link": "https://animethemes.moe/video/Mitsudomoe-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yume-iro no Koi\"", + "link": "https://animethemes.moe/video/Mitsudomoe-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yume-iro no Koi (Hikigatari)\"", + "link": "https://animethemes.moe/video/Mitsudomoe-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7592", + "title": "Nurarihyon no Mago", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Fast Forward\"", + "link": "https://animethemes.moe/video/NurarihyonNoMago-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Sunshine\"", + "link": "https://animethemes.moe/video/NurarihyonNoMago-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NurarihyonNoMago-OP2-NCBD.webm", + "type": "ending" + }, + { + "name": "ED1 \"Sparky☆Start\"", + "link": "https://animethemes.moe/video/NurarihyonNoMago-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Symphonic☆Dream\"", + "link": "https://animethemes.moe/video/NurarihyonNoMago-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Brilliant☆Message\"", + "type": "ending" + } + ] + }, + { + "id": "7769", + "title": "Ookami-san to Shichinin no Nakama-tachi", + "year": "2010", + "themes": [ + { + "name": "OP \"Ready Go!\"", + "link": "https://animethemes.moe/video/OokamiSanToShichininNoNakamatachi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Akazukin-chan Goyoujin\"", + "link": "https://animethemes.moe/video/OokamiSanToShichininNoNakamatachi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Akazukin-chan Goyoujin (i-pop ver.)\"", + "link": "https://animethemes.moe/video/OokamiSanToShichininNoNakamatachi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "8456", + "title": "Queen's Blade: Utsukushiki Toushitachi", + "year": "2010", + "themes": [ + { + "name": "ED1 \"Bitoushi Carnival ~Taoreru Toki wa Maemuki ni~ um:1\"", + "link": "https://animethemes.moe/video/QueensBladeUtsukushikiToushitachi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bitoushi Carnival ~Taoreru Toki wa Maemuki ni~ dois:2\"", + "link": "https://animethemes.moe/video/QueensBladeUtsukushikiToushitachi-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Bitoushi Carnival ~Taoreru Toki wa Maemuki ni~ tres:3\"", + "link": "https://animethemes.moe/video/QueensBladeUtsukushikiToushitachi-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Bitoushi Carnival ~Taoreru Toki wa Maemuki ni~ quatro:4\"", + "link": "https://animethemes.moe/video/QueensBladeUtsukushikiToushitachi-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Bitoushi Carnival ~Taoreru Toki wa Maemuki ni~ cinco:5\"", + "link": "https://animethemes.moe/video/QueensBladeUtsukushikiToushitachi-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Bitoushi Carnival ~Taoreru Toki wa Maemuki ni~ seis:6\"", + "link": "https://animethemes.moe/video/QueensBladeUtsukushikiToushitachi-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "6974", + "title": "Seikimatsu Occult Gakuin", + "year": "2010", + "themes": [ + { + "name": "OP \"Flying Humanoid\"", + "link": "https://animethemes.moe/video/SeikimatsuOccultGakuin-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi ga Iru Basho\"", + "link": "https://animethemes.moe/video/SeikimatsuOccultGakuin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8675", + "title": "Seitokai Yakuindomo", + "year": "2010", + "themes": [ + { + "name": "OP \"Yamato Nadeshiko Education\"", + "link": "https://animethemes.moe/video/SeitokaiYakuindomo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aoi Haru\"", + "link": "https://animethemes.moe/video/SeitokaiYakuindomo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5277", + "title": "Sekirei: Pure Engagement", + "year": "2010", + "themes": [ + { + "name": "OP \"Hakuyoku no Seiyaku ~Pure Engagement~\"", + "link": "https://animethemes.moe/video/SekireiPureEngagement-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Onnaji Kimochi\"", + "link": "https://animethemes.moe/video/SekireiPureEngagement-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Oboetiru Kara\"", + "link": "https://animethemes.moe/video/SekireiPureEngagement-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6634", + "title": "Sengoku Basara Two", + "year": "2010", + "themes": [ + { + "name": "OP \"SWORD SUMMIT\"", + "link": "https://animethemes.moe/video/SengokuBasaraTwo-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"El Dorado\"", + "link": "https://animethemes.moe/video/SengokuBasaraTwo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"FATE\"", + "link": "https://animethemes.moe/video/SengokuBasaraTwo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7724", + "title": "Shiki", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Kuchizuke\"", + "link": "https://animethemes.moe/video/Shiki-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Shiki-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP2 \"Calendula Requiem\"", + "link": "https://animethemes.moe/video/Shiki-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Shiki-OP2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Walk no Yakusoku\"", + "link": "https://animethemes.moe/video/Shiki-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Shiki-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Gekka Reijin\"", + "link": "https://animethemes.moe/video/Shiki-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Shiki-ED2-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "7774", + "title": "Shin Koihime†Musou: Gunyuu, Minami no Shima de Bakansu wo Suru no Koto - Ato, Porori mo Aru yo!", + "year": "2010", + "themes": [ + { + "name": "ED \"Otome Ryouran☆Battle PARTY\"", + "link": "https://animethemes.moe/video/ShinKoihimeMusouOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6979", + "title": "Shukufuku no Campanella", + "year": "2010", + "themes": [ + { + "name": "OP1 V1 \"Shiawase wa Tsuki Yori Takaku\"", + "link": "https://animethemes.moe/video/ShukufukuNoCampanella-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Shiawase wa Tsuki Yori Takaku\"", + "link": "https://animethemes.moe/video/ShukufukuNoCampanella-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yume no Preparation\"", + "type": "opening" + }, + { + "name": "ED1 \"Mirai Kaikisen\"", + "link": "https://animethemes.moe/video/ShukufukuNoCampanella-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Amelia\"", + "type": "ending" + } + ] + }, + { + "id": "6381", + "title": "Strike Witches 2", + "year": "2010", + "themes": [ + { + "name": "OP V1 \"STRIKE WITCHES 2 ~Egao no Mahou~\"", + "link": "https://animethemes.moe/video/StrikeWitchesS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"STRIKE WITCHES 2 ~Egao no Mahou~\"", + "link": "https://animethemes.moe/video/StrikeWitchesS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Over Sky\" by Misato Fukuen and Saori Seto", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Over Sky\" by Misato Fukuen and Saori Seto", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Over Sky\" by Misato Fukuen, Kaori Nazuka and Miyuki Sawashiro", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Over Sky\" by Mie Sonozaki and Ami Koshimizu", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Over Sky\" by Misato Fukuen, Chiwa Saito and Ami Koshimizu", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Over Sky\" by Ayuru Ohashi and Mai Kadowaki", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Over Sky\" by Rie Tanaka, Mie Sonozaki and Sakura Nogawa", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Over Sky\" by Misato Fukuen and Kaori Nazuka", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Over Sky\" by Saori Seto and Miyuki Sawashiro", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Over Sky\" by Sakura Nogawa and Shizuka Itou", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Over Sky\" by Saori Seto and Rie Tanka", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Over Sky\" by Strike Witches", + "link": "https://animethemes.moe/video/StrikeWitchesS2-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "9055", + "title": "Tamayura", + "year": "2010", + "themes": [ + { + "name": "OP \"Yasashisa ni Tsutsumareta Nara\"", + "link": "https://animethemes.moe/video/Tamayura-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Melody\"", + "link": "https://animethemes.moe/video/Tamayura-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Natsudori\"", + "link": "https://animethemes.moe/video/Tamayura-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7745", + "title": "Zettai Karen Children OVA: Aitazousei! Ubawareta Mirai?", + "year": "2010", + "themes": [ + { + "name": "ED \"☆Seventh★Heaven☆\"", + "link": "https://animethemes.moe/video/ZettaiKarenChildrenOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6547", + "title": "Angel Beats!", + "year": "2010", + "themes": [ + { + "name": "OP1 \"My Soul, Your Beats!\"", + "link": "https://animethemes.moe/video/AngelBeats-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"My Soul, Your Beats!\"", + "link": "https://animethemes.moe/video/AngelBeats-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Brave Song\"", + "link": "https://animethemes.moe/video/AngelBeats-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ichiban no Takaramono ~Yui final ver.~\"", + "link": "https://animethemes.moe/video/AngelBeats-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ichiban no Takaramono\"", + "link": "https://animethemes.moe/video/AngelBeats-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "7647", + "title": "Arakawa Under the Bridge", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Venus to Jesus\"", + "link": "https://animethemes.moe/video/ArakawaUnderTheBridge-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Title nante Jibun de Kangaenasaina\"", + "link": "https://animethemes.moe/video/ArakawaUnderTheBridge-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Sakasama Bridge\"", + "link": "https://animethemes.moe/video/ArakawaUnderTheBridge-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "7817", + "title": "B Gata H Kei", + "year": "2010", + "themes": [ + { + "name": "OP \"Oshiete A to Z\"", + "link": "https://animethemes.moe/video/BGataHKei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hadashi no Princess\"", + "link": "https://animethemes.moe/video/BGataHKei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4901", + "title": "Black Lagoon: Roberta's Blood Trail", + "year": "2010", + "themes": [ + { + "name": "OP \"Red Fraction IO Drive mix\"", + "link": "https://animethemes.moe/video/BlackLagoonRobertasBloodTrail-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"When Johnny Comes Marching Home\"", + "link": "https://animethemes.moe/video/BlackLagoonRobertasBloodTrail-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"This Moment: Prayer in the Light\"", + "link": "https://animethemes.moe/video/BlackLagoonRobertasBloodTrail-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6772", + "title": "Break Blade 1: Kakusei no Toki", + "year": "2010", + "themes": [ + { + "name": "OP \"Fate\"", + "link": "https://animethemes.moe/video/BreakBlade1-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SERIOUS-AGE\"", + "link": "https://animethemes.moe/video/BreakBlade1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8514", + "title": "Break Blade 2: Ketsubetsu no Michi", + "year": "2010", + "themes": [ + { + "name": "OP \"Fate\"", + "link": "https://animethemes.moe/video/BreakBlade2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SERIOUS-AGE\"", + "link": "https://animethemes.moe/video/BreakBlade2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8481", + "title": "Bungaku Shoujo: Memoire", + "year": "2010", + "themes": [ + { + "name": "OP \"Musou Garden\"", + "link": "https://animethemes.moe/video/BungakuShoujo-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kotonoha\"", + "link": "https://animethemes.moe/video/BungakuShoujo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Aozora no Mukou\"", + "link": "https://animethemes.moe/video/BungakuShoujo-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hidamari Hakusho\"", + "link": "https://animethemes.moe/video/BungakuShoujo-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "7661", + "title": "Giant Killing", + "year": "2010", + "themes": [ + { + "name": "OP \"My Story ~Mada Minu Ashita e~\"", + "link": "https://animethemes.moe/video/GiantKilling-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Get tough!\"", + "link": "https://animethemes.moe/video/GiantKilling-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"\"", + "link": "https://animethemes.moe/video/GiantKilling-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7472", + "title": "Gintama Movie 1: Shinyaku Benizakura-hen", + "year": "2010", + "themes": [ + { + "name": "ED1 \"Bokutachi no Kisetsu\"", + "link": "https://animethemes.moe/video/GintamaMovie1-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bakuchi Dancer\"", + "link": "https://animethemes.moe/video/GintamaMovie1-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6895", + "title": "Hakuouki", + "year": "2010", + "themes": [ + { + "name": "OP \"Izayoi Namida\"", + "link": "https://animethemes.moe/video/Hakuouki-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Hakuouki-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kimi no Kioku\"", + "link": "https://animethemes.moe/video/Hakuouki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4334", + "title": "Heroman", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Roulette\"", + "link": "https://animethemes.moe/video/Heroman-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"missing\"", + "link": "https://animethemes.moe/video/Heroman-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"CALLING\"", + "link": "https://animethemes.moe/video/Heroman-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Boku no Te wa Kimi no Tame ni\"", + "link": "https://animethemes.moe/video/Heroman-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "8206", + "title": "Hime Chen! Otogi Chikku Idol Lilpri", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Little Princess\"", + "link": "https://animethemes.moe/video/Himechan-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Idolulu\"", + "type": "opening" + }, + { + "name": "ED1 \"Otona ni Narutte Muzukashii!!!\"", + "type": "ending" + }, + { + "name": "ED2 \"Vira Vira Virou\"", + "type": "ending" + } + ] + }, + { + "id": "7088", + "title": "Ichiban Ushiro no Daimaou", + "year": "2010", + "themes": [ + { + "name": "OP \"REALOVE:REALIFE\"", + "link": "https://animethemes.moe/video/IchibanUshiroNoDaimaou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Everyday sunshine line!\"", + "link": "https://animethemes.moe/video/IchibanUshiroNoDaimaou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "7580", + "title": "Ikkitousen: Xtreme Xecutor", + "year": "2010", + "themes": [ + { + "name": "OP \"Stargazer\"", + "link": "https://animethemes.moe/video/IkkitousenXtremeXecutor-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Endless Soul ~Owarinaki Senshi~\"", + "link": "https://animethemes.moe/video/IkkitousenXtremeXecutor-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8217", + "title": "Jewelpet Twinkle☆", + "year": "2010", + "themes": [ + { + "name": "OP V1 \"Happy☆Tinkle\"", + "link": "https://animethemes.moe/video/JewelpetTwinkle-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Happy☆Tinkle\"", + "link": "https://animethemes.moe/video/JewelpetTwinkle-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Sora ni Rakugaki\"", + "link": "https://animethemes.moe/video/JewelpetTwinkle-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Sora ni Rakugaki\"", + "link": "https://animethemes.moe/video/JewelpetTwinkle-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "7791", + "title": "K-On!!", + "year": "2010", + "themes": [ + { + "name": "OP1 \"GO! GO! MANIAC\"", + "link": "https://animethemes.moe/video/KOnS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Utauyo!! MIRACLE\"", + "link": "https://animethemes.moe/video/KOnS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Listen!!\"", + "link": "https://animethemes.moe/video/KOnS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"NO, Thank You!\"", + "link": "https://animethemes.moe/video/KOnS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7054", + "title": "Kaichou wa Maid-sama!", + "year": "2010", + "themes": [ + { + "name": "OP \"My Secret\"", + "link": "https://animethemes.moe/video/KaichouWaMaidSama-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yokan\"", + "link": "https://animethemes.moe/video/KaichouWaMaidSama-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"∞ Loop\"", + "link": "https://animethemes.moe/video/KaichouWaMaidSama-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7593", + "title": "Kiss x Sis (TV)", + "year": "2010", + "themes": [ + { + "name": "OP \"Balance KISS\"", + "link": "https://animethemes.moe/video/KissxSisTV-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Our Steady Boy\"", + "link": "https://animethemes.moe/video/KissxSisTV-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Out Steady Boy\"", + "link": "https://animethemes.moe/video/KissxSisTV-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Futari\"", + "link": "https://animethemes.moe/video/KissxSisTV-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7655", + "title": "Major S6", + "year": "2010", + "themes": [ + { + "name": "OP \"Kokoro e\"", + "link": "https://animethemes.moe/video/MajorS6-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Twilight Star\"", + "link": "https://animethemes.moe/video/MajorS6-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Zutto Mae Kara\"", + "link": "https://animethemes.moe/video/MajorS6-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kokoro e\"", + "link": "https://animethemes.moe/video/MajorS6-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "7590", + "title": "Mayoi Neko Overrun!", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Happy New Nyaa\"", + "link": "https://animethemes.moe/video/MayoiNekoOverrun-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"GO! Grand Braver!\"", + "link": "https://animethemes.moe/video/MayoiNekoOverrun-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"ItchaLove Come Home!\"", + "link": "https://animethemes.moe/video/MayoiNekoOverrun-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"ItchaLove Come Home!\"", + "link": "https://animethemes.moe/video/MayoiNekoOverrun-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mayoi Neko Doukoukai no Uta\"", + "link": "https://animethemes.moe/video/MayoiNekoOverrun-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kanadete Hoshi Uta\"", + "link": "https://animethemes.moe/video/MayoiNekoOverrun-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Bloomer no Uta\"", + "link": "https://animethemes.moe/video/MayoiNekoOverrun-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "7720", + "title": "Ookiku Furikabutte: Natsu no Taikai-hen", + "year": "2010", + "themes": [ + { + "name": "OP \"Natsuzora\"", + "link": "https://animethemes.moe/video/OokikuFurikabutteS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shisou Densha\"", + "link": "https://animethemes.moe/video/OokikuFurikabutteS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6114", + "title": "Rainbow: Nisha Rokubou no Shichinin", + "year": "2010", + "themes": [ + { + "name": "OP \"We're not alone\"", + "link": "https://animethemes.moe/video/Rainbow-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"A FAR-OFF DISTANCE\"", + "link": "https://animethemes.moe/video/Rainbow-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "7588", + "title": "Saraiya Goyou", + "year": "2010", + "themes": [ + { + "name": "OP \"Sign of Love\"", + "link": "https://animethemes.moe/video/SaraiyaGoyou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaraiyaGoyou-OP1-1080.webm", + "type": "ending" + }, + { + "name": "ED \"all I need is...\"", + "link": "https://animethemes.moe/video/SaraiyaGoyou-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SaraiyaGoyou-ED1-1080.webm", + "type": "ending" + } + ] + }, + { + "id": "6973", + "title": "Senkou no Night Raid", + "year": "2010", + "themes": [ + { + "name": "OP \"Yakusoku\"", + "link": "https://animethemes.moe/video/SenkoNoNightRaid-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mirai e...\"", + "link": "https://animethemes.moe/video/SenkoNoNightRaid-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8057", + "title": "Shin Koihime†Musou: Otome Tairan", + "year": "2010", + "themes": [ + { + "name": "OP \"Renka Tairan\"", + "link": "https://animethemes.moe/video/ShinKoihimeMusouS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yuuki Rinrin\"", + "link": "https://animethemes.moe/video/ShinKoihimeMusouS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "7058", + "title": "Uragiri wa Boku no Namae wo Shitteiru", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Uragiri no Nai Sekai Made\"", + "link": "https://animethemes.moe/video/Uraboku-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Inishie\"", + "link": "https://animethemes.moe/video/Uraboku-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Aoi Ito\"", + "link": "https://animethemes.moe/video/Uraboku-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kizuna\"", + "link": "https://animethemes.moe/video/Uraboku-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6956", + "title": "Working!!", + "year": "2010", + "themes": [ + { + "name": "OP V1 \"SOMEONE ELSE\"", + "link": "https://animethemes.moe/video/Working-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"SOMEONE ELSE\"", + "link": "https://animethemes.moe/video/Working-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Heart no Edge ni Idomou Go to Heart Edge\"", + "link": "https://animethemes.moe/video/Working-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Heart no Edge ni Idomou Go to Heart Edge\"", + "link": "https://animethemes.moe/video/Working-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Golden Day\"", + "link": "https://animethemes.moe/video/Working-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6864", + "title": "xxxHOLiC Rou", + "year": "2010", + "themes": [ + { + "name": "OP \"Adayume\"", + "link": "https://animethemes.moe/video/xxxHOLiCRou-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kaza Nagi\"", + "link": "https://animethemes.moe/video/xxxHOLiCRou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Gomen ne\"", + "link": "https://animethemes.moe/video/xxxHOLiCRou-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7785", + "title": "Yojouhan Shinwa Taikei", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Maigo Inu to Ame no Beat\"", + "link": "https://animethemes.moe/video/YojouhanShinwaTaikei-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kamisama no Iutoori\"", + "link": "https://animethemes.moe/video/YojouhanShinwaTaikei-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Kamisama no Iutoori\"", + "link": "https://animethemes.moe/video/YojouhanShinwaTaikei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6347", + "title": "Baka to Test to Shoukanjuu", + "year": "2010", + "themes": [ + { + "name": "OP V1 \"Perfect-area complete!\"", + "link": "https://animethemes.moe/video/BakaTest-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Perfect-area complete!\"", + "link": "https://animethemes.moe/video/BakaTest-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Baka Go Home\"", + "link": "https://animethemes.moe/video/BakaTest-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Baka Go Home\"", + "link": "https://animethemes.moe/video/BakaTest-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hare Tokidoki Egao\"", + "link": "https://animethemes.moe/video/BakaTest-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6645", + "title": "Chu-Bra!!", + "year": "2010", + "themes": [ + { + "name": "OP \"Choose Bright!!\"", + "link": "https://animethemes.moe/video/ChuBra-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shy Girls\"", + "link": "https://animethemes.moe/video/ChuBra-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"We Know\"", + "link": "https://animethemes.moe/video/ChuBra-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6747", + "title": "Dance in the Vampire Bund", + "year": "2010", + "themes": [ + { + "name": "OP1 V1 \"Friends\"", + "link": "https://animethemes.moe/video/DanceInTheVampireBund-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Friends\"", + "link": "https://animethemes.moe/video/DanceInTheVampireBund-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Tsumeato\"", + "link": "https://animethemes.moe/video/DanceInTheVampireBund-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Tsumeato\"", + "link": "https://animethemes.moe/video/DanceInTheVampireBund-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "7338", + "title": "Darker than Black: Kuro no Keiyakusha Gaiden", + "year": "2010", + "themes": [ + { + "name": "ED \"Can you fly\"", + "link": "https://animethemes.moe/video/DarkerThanBlackOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6746", + "title": "Durarara!!", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Uragiri no Yuuyake\"", + "link": "https://animethemes.moe/video/Durarara-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Complication\"", + "link": "https://animethemes.moe/video/Durarara-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Trust Me\"", + "link": "https://animethemes.moe/video/Durarara-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Butterfly\"", + "link": "https://animethemes.moe/video/Durarara-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7465", + "title": "Eve no Jikan (Movie)", + "year": "2010", + "themes": [ + { + "name": "ED \"I have a dream\"", + "link": "https://animethemes.moe/video/EveNoJikanMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "7559", + "title": "Fate/stay night TV Reproduction", + "year": "2010", + "themes": [ + { + "name": "OP \"disillusion -2010-\"", + "link": "https://animethemes.moe/video/FateStayNightOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"With...\"", + "link": "https://animethemes.moe/video/FateStayNightOVA-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kumo no Kakera\"", + "link": "https://animethemes.moe/video/FateStayNightOVA-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6574", + "title": "Hanamaru Youchien", + "year": "2010", + "themes": [ + { + "name": "OP \"Aozora Triangle\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Egao Narebete\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kigurumi Wakusei\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kusa no Yubiwa Hana no Kanmuri\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hatsudou!! Love Beam☆\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Ano ne Kiite ne\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Heart no Housoku\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Kuro Neko no Jazz\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Nadeshiko Romance\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Kokutou Drop\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Boku no Wasuremono\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Yes, We Can!!\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Sekai de Ichiban\"", + "link": "https://animethemes.moe/video/HanamaruYouchien-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "7645", + "title": "Heartcatch Precure!", + "year": "2010", + "themes": [ + { + "name": "OP V1 \"Alright! Heartcatch Precure!\"", + "link": "https://animethemes.moe/video/HeartcatchPrecure-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Alright! Heartcatch Precure!\"", + "link": "https://animethemes.moe/video/HeartcatchPrecure-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Alright! Heartcatch Precure!\"", + "link": "https://animethemes.moe/video/HeartcatchPrecure-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Heartcatch ☆ Paradise!\"", + "link": "https://animethemes.moe/video/HeartcatchPrecure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Song of Tomorrow\"", + "link": "https://animethemes.moe/video/HeartcatchPrecure-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7062", + "title": "Hidamari Sketch x ☆☆☆", + "year": "2010", + "themes": [ + { + "name": "OP \"Dekirukanatte☆☆☆\"", + "link": "https://animethemes.moe/video/HidamariSketchHoshiMittsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sakura Sakura Saku ~Ano Hi Kimi wo matsu, Sora to Onajide~\"", + "link": "https://animethemes.moe/video/HidamariSketchHoshiMittsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6637", + "title": "Higashi no Eden Movie II: Paradise Lost", + "year": "2010", + "themes": [ + { + "name": "OP \"future nova\"", + "link": "https://animethemes.moe/video/HigashiNoEdenMovie2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"after laughter\"", + "link": "https://animethemes.moe/video/HigashiNoEdenMovie2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6594", + "title": "Katanagatari", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Meiya Kadenrou\"", + "link": "https://animethemes.moe/video/Katanagatari-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Katana to Saya\"", + "link": "https://animethemes.moe/video/Katanagatari-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tasogare no Gekka\"", + "link": "https://animethemes.moe/video/Katanagatari-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Refulgence\"", + "link": "https://animethemes.moe/video/Katanagatari-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Senbonsenyo no Hamariuta\"", + "link": "https://animethemes.moe/video/Katanagatari-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kyomu no Hana\"", + "link": "https://animethemes.moe/video/Katanagatari-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Ai to Makoto\"", + "link": "https://animethemes.moe/video/Katanagatari-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Yuki no Onna\"", + "link": "https://animethemes.moe/video/Katanagatari-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Mayoigo Sagashi\"", + "link": "https://animethemes.moe/video/Katanagatari-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Karakuri Nemuri Dan\"", + "link": "https://animethemes.moe/video/Katanagatari-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Akashi\"", + "link": "https://animethemes.moe/video/Katanagatari-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Ina, to Hime wa Subete wo Katarazu\"", + "link": "https://animethemes.moe/video/Katanagatari-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Bourei-tachi yo Yabou no Hate ni Nemure\"", + "link": "https://animethemes.moe/video/Katanagatari-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Toki Sude ni Hajimari wo Kizamu\"", + "link": "https://animethemes.moe/video/Katanagatari-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "7148", + "title": "Ladies versus Butlers!", + "year": "2010", + "themes": [ + { + "name": "OP \"LOVE x HEAVEN\"", + "link": "https://animethemes.moe/video/LadiesVersusButlers-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"my starry boy\"", + "link": "https://animethemes.moe/video/LadiesVersusButlers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4985", + "title": "Mahou Shoujo Lyrical Nanoha: The Movie 1st", + "year": "2010", + "themes": [ + { + "name": "ED1 \"My wish My love\"", + "link": "https://animethemes.moe/video/NanohaMovie-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"PHANTOM MINDS\"", + "link": "https://animethemes.moe/video/NanohaMovie-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6336", + "title": "Mobile Suit Gundam Unicorn", + "year": "2010", + "themes": [ + { + "name": "ED1 \"Ryuusei no Namida\"", + "link": "https://animethemes.moe/video/GundamUnicorn-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Everlasting\"", + "link": "https://animethemes.moe/video/GundamUnicorn-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"merry-go-round\"", + "link": "https://animethemes.moe/video/GundamUnicorn-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"B-Bird\"", + "link": "https://animethemes.moe/video/GundamUnicorn-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"BROKEN MIRROR\"", + "link": "https://animethemes.moe/video/GundamUnicorn-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"RE:I AM\"", + "link": "https://animethemes.moe/video/GundamUnicorn-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"StarRingChild\"", + "link": "https://animethemes.moe/video/GundamUnicorn-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "5690", + "title": "Nodame Cantabile Finale", + "year": "2010", + "themes": [ + { + "name": "OP \"Manazashi ☆ Daydream\"", + "link": "https://animethemes.moe/video/NodameCantabileFinale-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kaze to Oka no Ballad\"", + "link": "https://animethemes.moe/video/NodameCantabileFinale-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6324", + "title": "Omamori Himari", + "year": "2010", + "themes": [ + { + "name": "OP V1 \"Oshichau zo!!\"", + "link": "https://animethemes.moe/video/OmamoriHimari-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Oshichau zo!!\"", + "link": "https://animethemes.moe/video/OmamoriHimari-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Oshichau zo!!\"", + "link": "https://animethemes.moe/video/OmamoriHimari-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Oshichau zo!!\"", + "link": "https://animethemes.moe/video/OmamoriHimari-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"Oshichau zo!!\"", + "link": "https://animethemes.moe/video/OmamoriHimari-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"Oshichau zo!!\"", + "link": "https://animethemes.moe/video/OmamoriHimari-OP1v6.webm", + "type": "opening" + }, + { + "name": "OP V7 \"Oshichau zo!!\"", + "link": "https://animethemes.moe/video/OmamoriHimari-OP1v7.webm", + "type": "opening" + }, + { + "name": "OP V8 \"Oshichau zo!!\"", + "link": "https://animethemes.moe/video/OmamoriHimari-OP1v8.webm", + "type": "opening" + }, + { + "name": "OP V9 \"Oshichau zo!!\"", + "link": "https://animethemes.moe/video/OmamoriHimari-OP1v9.webm", + "type": "opening" + }, + { + "name": "OP V10 \"Oshichau zo!!\"", + "link": "https://animethemes.moe/video/OmamoriHimari-OP1v10.webm", + "type": "opening" + }, + { + "name": "ED1 \"Oshichau zo!!\"", + "link": "https://animethemes.moe/video/OmamoriHimari-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"BEAM my BEAM\" by Himarinko L. Shizukuesu", + "link": "https://animethemes.moe/video/OmamoriHimari-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"BEAM my BEAM\" by Ami Koshimizu", + "link": "https://animethemes.moe/video/OmamoriHimari-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"BEAM my BEAM\" by Iori Nomizu", + "link": "https://animethemes.moe/video/OmamoriHimari-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED2 V4 \"BEAM my BEAM\" by Kei Shindou", + "link": "https://animethemes.moe/video/OmamoriHimari-ED2v4.webm", + "type": "ending" + }, + { + "name": "ED2 V5 \"BEAM my BEAM\" by Asuka Okame", + "link": "https://animethemes.moe/video/OmamoriHimari-ED2v5.webm", + "type": "ending" + }, + { + "name": "ED2 V6 \"BEAM my BEAM\" by Yuki Matsuoka", + "link": "https://animethemes.moe/video/OmamoriHimari-ED2v6.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sakamichi no Hate\"", + "link": "https://animethemes.moe/video/OmamoriHimari-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "7079", + "title": "Ookamikakushi", + "year": "2010", + "themes": [ + { + "name": "OP \"Toki no Mukou, Maboroshi no Sora\"", + "link": "https://animethemes.moe/video/Ookamikakushi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Ookamikakushi-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Tsukishirube\"", + "type": "ending" + } + ] + }, + { + "id": "8133", + "title": "Precure All Stars Movie DX2: Kibou no Hikari☆Rainbow Jewel wo Mamore!", + "year": "2010", + "themes": [ + { + "name": "OP \"Kirakira Kawaii! Precure Daishuugou ~Kibou no Hikari~\"", + "link": "https://animethemes.moe/video/PrecureAllStarsDX2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"17 Jewels ~Precure Medley 2010~\"", + "link": "https://animethemes.moe/video/PrecureAllStarsDX2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6500", + "title": "Seikon no Qwaser", + "year": "2010", + "themes": [ + { + "name": "OP1 \"Errand\"", + "link": "https://animethemes.moe/video/SeikonNoQwaser-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Baptize\"", + "link": "https://animethemes.moe/video/SeikonNoQwaser-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Baptize\"", + "link": "https://animethemes.moe/video/SeikonNoQwaser-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Passionate squall\"", + "link": "https://animethemes.moe/video/SeikonNoQwaser-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mimei no Inori\"", + "link": "https://animethemes.moe/video/SeikonNoQwaser-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Wishes Hypocrites\"", + "link": "https://animethemes.moe/video/SeikonNoQwaser-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "6802", + "title": "So Ra No Wo To", + "year": "2010", + "themes": [ + { + "name": "OP \"Hikari no Senritsu\"", + "link": "https://animethemes.moe/video/SoRaNoWoTo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Girls, Be Ambitious.\"", + "link": "https://animethemes.moe/video/SoRaNoWoTo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "7311", + "title": "Suzumiya Haruhi no Shoushitsu", + "year": "2010", + "themes": [ + { + "name": "OP \"Bouken Desho Desho?\"", + "link": "https://animethemes.moe/video/SuzumiyaHaruhiNoShoushitsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yasashii Boukyaku\"", + "link": "https://animethemes.moe/video/SuzumiyaHaruhiNoShoushitsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5306", + "title": "Tales of Symphonia The Animation: Tethe'alla-hen", + "year": "2010", + "themes": [ + { + "name": "OP \"Tenkuu no Canaria\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaTetheallaHen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TalesOfSymphoniaTetheallaHen-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED1 \"Inori no Kanata\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaTetheallaHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"TETHE'ALA ~Tai no Kodomo Tachi~\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaTetheallaHen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6951", + "title": "Yu☆Gi☆Oh!: Chou Yuugou! Toki wo Koeta Kizuna", + "year": "2010", + "themes": [ + { + "name": "ED \"makemagic\"", + "link": "https://animethemes.moe/video/YGOBondsBeyondTime-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6682", + "title": "11eyes", + "year": "2009", + "themes": [ + { + "name": "OP \"Arrival of Tears\"", + "link": "https://animethemes.moe/video/11eyes-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sequentia\"", + "link": "https://animethemes.moe/video/11eyes-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6676", + "title": "Asura Cryin' 2", + "year": "2009", + "themes": [ + { + "name": "OP \"Alternative\"", + "link": "https://animethemes.moe/video/AsuraCryinS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kanata no Delight\"", + "link": "https://animethemes.moe/video/AsuraCryinS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kirafuwa\"", + "link": "https://animethemes.moe/video/AsuraCryinS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6573", + "title": "Darker than Black: Ryuusei no Gemini", + "year": "2009", + "themes": [ + { + "name": "OP \"Tsukiakari no Michishirube\"", + "link": "https://animethemes.moe/video/DarkerThanBlackS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"From Dusk Till Dawn\"", + "link": "https://animethemes.moe/video/DarkerThanBlackS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6702", + "title": "Fairy Tail", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Snow Fairy\"", + "link": "https://animethemes.moe/video/FairyTail-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"S.O.W. Sense of Wonder\"", + "link": "https://animethemes.moe/video/FairyTail-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"ft.\"", + "link": "https://animethemes.moe/video/FairyTail-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"R.P.G. ~Rockin' Playing Game\"", + "link": "https://animethemes.moe/video/FairyTail-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Egao No Mahou\"", + "link": "https://animethemes.moe/video/FairyTail-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Fiesta\"", + "link": "https://animethemes.moe/video/FairyTail-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"Evidence\"", + "link": "https://animethemes.moe/video/FairyTail-OP7.webm", + "type": "opening" + }, + { + "name": "OP8 \"The Rock City Boy\"", + "link": "https://animethemes.moe/video/FairyTail-OP8.webm", + "type": "opening" + }, + { + "name": "OP9 \"Towa no Kizuna\"", + "link": "https://animethemes.moe/video/FairyTail-OP9.webm", + "type": "opening" + }, + { + "name": "OP10 \"I Wish\"", + "link": "https://animethemes.moe/video/FairyTail-OP10.webm", + "type": "opening" + }, + { + "name": "OP11 \"Hajimari no Sora\"", + "link": "https://animethemes.moe/video/FairyTail-OP11.webm", + "type": "opening" + }, + { + "name": "OP12 \"Tenohira\"", + "link": "https://animethemes.moe/video/FairyTail-OP12.webm", + "type": "opening" + }, + { + "name": "OP13 \"Breakthrough\"", + "link": "https://animethemes.moe/video/FairyTail-OP13.webm", + "type": "opening" + }, + { + "name": "OP14 \"Fairy Tail: Yakusoku no Hi\"", + "link": "https://animethemes.moe/video/FairyTail-OP14.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kanpeki gu~no ne\"", + "link": "https://animethemes.moe/video/FairyTail-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsuioku Merry-Go-Round\"", + "link": "https://animethemes.moe/video/FairyTail-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Gomen ne, Watashi.\"", + "link": "https://animethemes.moe/video/FairyTail-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kimi ga Iru Kara\"", + "link": "https://animethemes.moe/video/FairyTail-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"HOLY SHINE\"", + "link": "https://animethemes.moe/video/FairyTail-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Be As One\"", + "link": "https://animethemes.moe/video/FairyTail-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Lonely Person\"", + "link": "https://animethemes.moe/video/FairyTail-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Don't think.Feel !!!\"", + "link": "https://animethemes.moe/video/FairyTail-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Kono Te Nobashite\"", + "link": "https://animethemes.moe/video/FairyTail-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Boys be Ambitious !!\"", + "link": "https://animethemes.moe/video/FairyTail-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Glitter (Starving Trancer Remix)\"", + "link": "https://animethemes.moe/video/FairyTail-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"YELL〜Kagayaku Tame no Mono〜\"", + "link": "https://animethemes.moe/video/FairyTail-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Kimi ga Kureta Mono\"", + "link": "https://animethemes.moe/video/FairyTail-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"We're the stars\"", + "link": "https://animethemes.moe/video/FairyTail-ED14.webm", + "type": "ending" + } + ] + }, + { + "id": "6527", + "title": "Fresh Precure! Movie: Omocha no Kuni wa Himitsu ga Ippai!?", + "year": "2009", + "themes": [ + { + "name": "OP \"Let's! Fresh Precure! (Hybrid Ver. for the Movie)\"", + "link": "https://animethemes.moe/video/FreshPrecureMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"H@ppy Together!!! for the Movie\"", + "link": "https://animethemes.moe/video/FreshPrecureMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6372", + "title": "Higashi no Eden Movie I: The King of Eden", + "year": "2009", + "themes": [ + { + "name": "OP \"invisible\"", + "link": "https://animethemes.moe/video/HigashiNoEdenMovie1-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Light Prayer\"", + "link": "https://animethemes.moe/video/HigashiNoEdenMovie1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6811", + "title": "InuYasha: Kanketsu-hen", + "year": "2009", + "themes": [ + { + "name": "OP \"Kimi ga Inai Mirai\"", + "link": "https://animethemes.moe/video/InuYashaKanketsuHen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/InuYashaKanketsuHen-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED1 \"With You\"", + "link": "https://animethemes.moe/video/InuYashaKanketsuHen-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/InuYashaKanketsuHen-ED1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED2 \"Diamond\"", + "link": "https://animethemes.moe/video/InuYashaKanketsuHen-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/InuYashaKanketsuHen-ED2-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tooi Michi no Saki de\"", + "link": "https://animethemes.moe/video/InuYashaKanketsuHen-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/InuYashaKanketsuHen-ED3-NCDVD480.webm", + "type": "ending" + } + ] + }, + { + "id": "6205", + "title": "Kämpfer", + "year": "2009", + "themes": [ + { + "name": "OP V1 \"Unreal♥Paradise\"", + "link": "https://animethemes.moe/video/Kampfer-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Unreal♥Paradise\"", + "link": "https://animethemes.moe/video/Kampfer-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"One Way Ryouomoi\"", + "link": "https://animethemes.moe/video/Kampfer-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3349", + "title": "Kiddy GiRL-AND", + "year": "2009", + "themes": [ + { + "name": "OP \"Baby Universe Day\"", + "link": "https://animethemes.moe/video/KiddyGiRLAND-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sun and Moon\"", + "type": "ending" + }, + { + "name": "ED2 \"Moon and Sun\"", + "type": "ending" + }, + { + "name": "ED3 \"Magical Sakura-chan\"", + "type": "ending" + }, + { + "name": "ED4 \"It's alright to dream\"", + "type": "ending" + } + ] + }, + { + "id": "6045", + "title": "Kimi ni Todoke", + "year": "2009", + "themes": [ + { + "name": "OP \"Kimi ni Todoke\"", + "link": "https://animethemes.moe/video/KimiNiTodoke-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kataomoi\"", + "link": "https://animethemes.moe/video/KimiNiTodoke-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5678", + "title": "Kobato.", + "year": "2009", + "themes": [ + { + "name": "OP \"Magic Number\"", + "link": "https://animethemes.moe/video/Kobato-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Jellyfish's Confession\"", + "link": "https://animethemes.moe/video/Kobato-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Watashi ni Dekiru Koto\"", + "link": "https://animethemes.moe/video/Kobato-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ashita Kuru Hi\"", + "type": "ending" + } + ] + }, + { + "id": "6774", + "title": "Kuuchuu Buranko", + "year": "2009", + "themes": [ + { + "name": "OP \"Upside Down\"", + "link": "https://animethemes.moe/video/KuuchuuBuranko-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shangri-La (Y.Sunahara 2009 Remodel)\"", + "link": "https://animethemes.moe/video/KuuchuuBuranko-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "7066", + "title": "Mahoromatic: I'm Home!", + "year": "2009", + "themes": [ + { + "name": "OP \"Tadaima no Kaze\"", + "link": "https://animethemes.moe/video/MahoromaticTadaima-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"[Ma] no Tsuku Bugi!\"", + "link": "https://animethemes.moe/video/MahoromaticTadaima-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"[Ma] no Tsuku Bugi!\"", + "link": "https://animethemes.moe/video/MahoromaticTadaima-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "6023", + "title": "Nogizaka Haruka no Himitsu: Purezza", + "year": "2009", + "themes": [ + { + "name": "OP \"Chouhatsu Cherry Heart\"", + "link": "https://animethemes.moe/video/NogizakaPurezza-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Himitsu Suishou! Uru to LOVE\"", + "link": "https://animethemes.moe/video/NogizakaPurezza-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Himitsu Suishou! Uru to LOVE\"", + "link": "https://animethemes.moe/video/NogizakaPurezza-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "6512", + "title": "Nyan Koi!", + "year": "2009", + "themes": [ + { + "name": "OP \"Nyanderful!\"", + "link": "https://animethemes.moe/video/NyanKoi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Strawberry ~Amaku Setsunai Namida~\"", + "link": "https://animethemes.moe/video/NyanKoi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6633", + "title": "Queen's Blade: Gyokuza wo Tsugu Mono", + "year": "2009", + "themes": [ + { + "name": "OP \"Ochinai Sora\"", + "link": "https://animethemes.moe/video/QueensBladeGyokuzaWoTsuguMomo-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Buddy-body\"", + "link": "https://animethemes.moe/video/QueensBladeGyokuzaWoTsuguMomo-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Buddy-body\"", + "link": "https://animethemes.moe/video/QueensBladeGyokuzaWoTsuguMomo-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Buddy-body\"", + "link": "https://animethemes.moe/video/QueensBladeGyokuzaWoTsuguMomo-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "6203", + "title": "Sasameki Koto", + "year": "2009", + "themes": [ + { + "name": "OP \"Kanashii Hodo Aoku\"", + "link": "https://animethemes.moe/video/SasamekiKoto-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SasamekiKoto-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SasamekiKoto-OP1-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Niji-iro Pocket\"", + "link": "https://animethemes.moe/video/SasamekiKoto-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SasamekiKoto-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SasamekiKoto-ED1-NCBD1080Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "5940", + "title": "Seiken no Blacksmith", + "year": "2009", + "themes": [ + { + "name": "OP \"JUSTICE of LIGHT\"", + "link": "https://animethemes.moe/video/SeikenNoBlacksmith-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Miracle Happy Day\"", + "link": "https://animethemes.moe/video/SeikenNoBlacksmith-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5909", + "title": "Seitokai no Ichizon", + "year": "2009", + "themes": [ + { + "name": "OP \"Treasure\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mousou Fetish\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Up Up Down Down Left Right Left Right B A\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Mousou Fetish ~Shiina Shimai ver.~\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Mousou Fetish ~2 ban~\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Up Up Down Down Left Right Left Right B A ~Ganbare Kurimu ver.~\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Up Up Down Down Left Right Left Right B A ~2 ban~\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Mousou Fetish ~Sasuga!! Chizuru ver.~\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Up Up Down Down Left Right Left Right B A ~Shiina sisters ver.~\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Yurupa☆Wonderful\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Yurupa☆Wonderful ~Kurimu & Chizuru ver.~\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Zettai Kaichou Sengen?\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Yurupa☆Wonderful ~2 ban~\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "6572", + "title": "Shakugan no Shana S", + "year": "2009", + "themes": [ + { + "name": "OP \"Prophecy\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"All in good time\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6112", + "title": "Shin Koihime†Musou", + "year": "2009", + "themes": [ + { + "name": "OP V1 \"Touen Ketsugi ~Touen no Chikai~\"", + "link": "https://animethemes.moe/video/ShinKoihimeMusou-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Touen Ketsugi ~Touen no Chikai~\"", + "link": "https://animethemes.moe/video/ShinKoihimeMusou-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Touen Ketsugi ~Touen no Chikai~\"", + "link": "https://animethemes.moe/video/ShinKoihimeMusou-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Otome Ryouran☆Battle PARTY\"", + "link": "https://animethemes.moe/video/ShinKoihimeMusou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5958", + "title": "Sora no Otoshimono", + "year": "2009", + "themes": [ + { + "name": "OP1 V1 \"Ring My Bell (Main Vocal Hitomi)\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP1 V2 \"Ring My Bell (Main Vocal Hitomi)\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Ring My Bell (Main Vocal Saori)\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Soba ni Irareru Dake de\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Misaki Meguri\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Taiyou ga Kureta Kisetsu\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Senshi no Kyuusoku\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Yuke! Yuke! Kawaguchi Hiroshi\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Natsu-iro no Nancy\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Furimuku na Kimi wa Utsukushii\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Wild Seven\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Hatsukoi\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Bokura no Diary\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Champion\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Akai Hana Shiroi Hana\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Soba ni Irareru Dake de\"", + "type": "ending" + } + ] + }, + { + "id": "6758", + "title": "Tatakau Shisho: The Book of Bantorra", + "year": "2009", + "themes": [ + { + "name": "OP1 V1 \"Datengoku Sensen\"", + "link": "https://animethemes.moe/video/TatakauShisho-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Datengoku Sensen\"", + "link": "https://animethemes.moe/video/TatakauShisho-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Seisai no Ripieno\"", + "link": "https://animethemes.moe/video/TatakauShisho-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Light of Dawn\"", + "link": "https://animethemes.moe/video/TatakauShisho-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dominant Space\"", + "link": "https://animethemes.moe/video/TatakauShisho-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6444", + "title": "Tegami Bachi", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Hajimari no Hi\"", + "link": "https://animethemes.moe/video/TegamiBachi-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Love Letter no Kawari ni Kono Uta wo.\"", + "link": "https://animethemes.moe/video/TegamiBachi-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hatenaki Michi\"", + "link": "https://animethemes.moe/video/TegamiBachi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hikari no Kioku\"", + "link": "https://animethemes.moe/video/TegamiBachi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6213", + "title": "Toaru Kagaku no Railgun", + "year": "2009", + "themes": [ + { + "name": "OP1 \"only my railgun\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgun-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"LEVEL 5 -judgelight-\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgun-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dear My Friend -Mada Minu Mirai he-\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgun-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Smile -You and Me-\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgun-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Real Force\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgun-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "6165", + "title": "White Album 2nd Season", + "year": "2009", + "themes": [ + { + "name": "OP \"Mugen\"", + "link": "https://animethemes.moe/video/WhiteAlbumS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Akai Ito\"", + "link": "https://animethemes.moe/video/WhiteAlbumS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Akai Ito\"", + "link": "https://animethemes.moe/video/WhiteAlbumS2-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "7044", + "title": "Zan Sayonara Zetsubou Sensei Bangaichi", + "year": "2009", + "themes": [ + { + "name": "OP V1 \"Ringo Mogire Beam!\"", + "link": "https://animethemes.moe/video/ZanSayonaraZetsubouSensei-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Ringo Mogire Beam!\"", + "link": "https://animethemes.moe/video/ZanSayonaraZetsubouSenseiBangaichi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Zetsubou Restaurant\"", + "link": "https://animethemes.moe/video/ZanSayonaraZetsubouSensei-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kurayami Shinchuu Soushi Souai\"", + "link": "https://animethemes.moe/video/ZanSayonaraZetsubouSensei-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6164", + "title": "Aoi Hana", + "year": "2009", + "themes": [ + { + "name": "OP \"Aoi Hana\"", + "link": "https://animethemes.moe/video/AoiHana-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Centifolia\"", + "link": "https://animethemes.moe/video/AoiHana-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5081", + "title": "Bakemonogatari", + "year": "2009", + "themes": [ + { + "name": "OP1 \"staple stable\"", + "link": "https://animethemes.moe/video/Bakemonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kaerimichi\"", + "link": "https://animethemes.moe/video/Bakemonogatari-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Ambivalent World\"", + "link": "https://animethemes.moe/video/Bakemonogatari-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 V1 \"Ren'ai Circulation\"", + "link": "https://animethemes.moe/video/Bakemonogatari-OP4.webm", + "type": "opening" + }, + { + "name": "OP4 V2 \"Ren'ai Circulation\"", + "link": "https://animethemes.moe/video/Bakemonogatari-OP4v2.webm", + "type": "opening" + }, + { + "name": "OP5 V1 \"Sugar Sweet Nightmare\"", + "link": "https://animethemes.moe/video/Bakemonogatari-OP5.webm", + "type": "opening" + }, + { + "name": "OP5 V2 \"Sugar Sweet Nightmare\"", + "link": "https://animethemes.moe/video/Bakemonogatari-OP5v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kimi no Shiranai Monogatari\"", + "link": "https://animethemes.moe/video/Bakemonogatari-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kimi no Shiranai Monogatari\"", + "link": "https://animethemes.moe/video/Bakemonogatari-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Kimi no Shiranai Monogatari\"", + "link": "https://animethemes.moe/video/Bakemonogatari-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "5356", + "title": "Canaan", + "year": "2009", + "themes": [ + { + "name": "OP \"mind as Judgment\"", + "link": "https://animethemes.moe/video/Canaan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"My heaven\"", + "link": "https://animethemes.moe/video/Canaan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6351", + "title": "Clannad: After Story - Mou Hitotsu no Sekai, Kyou-hen", + "year": "2009", + "themes": [ + { + "name": "OP \"Toki wo Kizamu Uta\"", + "link": "https://animethemes.moe/video/ClannadAfterStory-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ana\"", + "link": "https://animethemes.moe/video/ClannadAfterStoryKyouHen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3784", + "title": "Evangelion: 2.0 You Can (Not) Advance", + "year": "2009", + "themes": [ + { + "name": "ED \"Beautiful World -PLANiTb Acoustica Mix-\"", + "link": "https://animethemes.moe/video/EvangelionYouCanNotAdvance-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5973", + "title": "Fight Ippatsu! Juuden-chan!!", + "year": "2009", + "themes": [ + { + "name": "OP \"CHARGE!\"", + "link": "https://animethemes.moe/video/FightIppatsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Onegai Sweetheart\"", + "link": "https://animethemes.moe/video/FightIppatsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5914", + "title": "Kanamemo", + "year": "2009", + "themes": [ + { + "name": "OP \"Kimi e to Tsunagu KOKORO\"", + "link": "https://animethemes.moe/video/Kanamemo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yahho!!\"", + "link": "https://animethemes.moe/video/Kanamemo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6030", + "title": "Needless", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Modern Strange Cowboy\"", + "link": "https://animethemes.moe/video/Needless-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Scarlet Bomb!\"", + "link": "https://animethemes.moe/video/Needless-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Aggressive Zone\"", + "link": "https://animethemes.moe/video/Needless-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"WANTED! for the love\"", + "link": "https://animethemes.moe/video/Needless-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5341", + "title": "Ookami to Koushinryou II", + "year": "2009", + "themes": [ + { + "name": "OP \"Mitsu no Yoake\"", + "link": "https://animethemes.moe/video/OokamiToKoushinryouS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Perfect World\"", + "link": "https://animethemes.moe/video/OokamiToKoushinryouS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6201", + "title": "Princess Lover!", + "year": "2009", + "themes": [ + { + "name": "OP \"Princess Primp!\"", + "link": "https://animethemes.moe/video/PrincessLover-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"S.S.D\"", + "link": "https://animethemes.moe/video/PrincessLover-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"S.S.D\"", + "link": "https://animethemes.moe/video/PrincessLover-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "6675", + "title": "Redline", + "year": "2009", + "themes": [ + { + "name": "ED \"REDLINE DAY\"", + "link": "https://animethemes.moe/video/Redline-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6098", + "title": "Sora no Manimani", + "year": "2009", + "themes": [ + { + "name": "OP V1 \"Super Noisy Nova\"", + "link": "https://animethemes.moe/video/SoraNoManimani-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Super Noisy Nova\"", + "link": "https://animethemes.moe/video/SoraNoManimani-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Hoshikuzu no Surround\"", + "link": "https://animethemes.moe/video/SoraNoManimani-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Hoshikuzu no Surround\"", + "link": "https://animethemes.moe/video/SoraNoManimani-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Hoshikuzu no Surround\"", + "link": "https://animethemes.moe/video/SoraNoManimani-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Hoshikuzu no Surround\"", + "link": "https://animethemes.moe/video/SoraNoManimani-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED2 \"Super Noisy Nova\"", + "link": "https://animethemes.moe/video/SoraNoManimani-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5141", + "title": "Taishou Yakyuu Musume.", + "year": "2009", + "themes": [ + { + "name": "OP \"Romantic Strike\"", + "type": "opening" + }, + { + "name": "ED \"Yume Miru Kokoro\"", + "link": "https://animethemes.moe/video/TaishouYakyuuMusume-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6211", + "title": "Tokyo Magnitude 8.0", + "year": "2009", + "themes": [ + { + "name": "OP \"Kimi no Uta\"", + "link": "https://animethemes.moe/video/TokyoMagnitude-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"M/elody\"", + "link": "https://animethemes.moe/video/TokyoMagnitude-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6129", + "title": "Umi Monogatari: Anata ga Ite Kureta Koto", + "year": "2009", + "themes": [ + { + "name": "OP \"Violet\"", + "link": "https://animethemes.moe/video/UmiMonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Toumei na Inori\"", + "link": "https://animethemes.moe/video/UmiMonogatari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4896", + "title": "Umineko no Naku Koro ni", + "year": "2009", + "themes": [ + { + "name": "OP V1 \"One-winged Bird\"", + "link": "https://animethemes.moe/video/Umineko-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Umineko-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Umineko-OP1-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "OP V2 \"One-winged Bird\"", + "link": "https://animethemes.moe/video/Umineko-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Umineko-OP1v2-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V3 \"One-winged Bird\"", + "link": "https://animethemes.moe/video/Umineko-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Umineko-OP1v3-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V4 \"One-winged Bird\"", + "link": "https://animethemes.moe/video/Umineko-OP1v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Umineko-OP1v4-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"la divina tragedia ~Makyoku~\"", + "link": "https://animethemes.moe/video/Umineko-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5454", + "title": "Yokuwakaru Gendaimahou", + "year": "2009", + "themes": [ + { + "name": "OP \"programming for non-fiction\"", + "link": "https://animethemes.moe/video/YokuwakaruGendaimahou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Made in WONDER\"", + "link": "https://animethemes.moe/video/YokuwakaruGendaimahou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6377", + "title": "Zan Sayonara Zetsubou Sensei", + "year": "2009", + "themes": [ + { + "name": "OP \"Ringo Mogire Beam!\"", + "link": "https://animethemes.moe/video/ZanSayonaraZetsubouSensei-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Zetsubou Restaurant\"", + "link": "https://animethemes.moe/video/ZanSayonaraZetsubouSensei-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kurayami Shinchuu Soushi Souai\"", + "link": "https://animethemes.moe/video/ZanSayonaraZetsubouSensei-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Private Lesson\"", + "link": "https://animethemes.moe/video/ZanSayonaraZetsubouSensei-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "5525", + "title": "07-Ghost", + "year": "2009", + "themes": [ + { + "name": "OP \"Aka no Kakera\"", + "link": "https://animethemes.moe/video/07Ghost-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hitomi no Kotae\"", + "link": "https://animethemes.moe/video/07Ghost-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5772", + "title": "Akaneiro ni Somaru Saka: Hardcore", + "year": "2009", + "themes": [ + { + "name": "OP \"Hatsukoi Parachute\"", + "link": "https://animethemes.moe/video/Akasaka-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Watashi to Kare no Jijou\"", + "link": "https://animethemes.moe/video/AkasakaOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5342", + "title": "Asura Cryin'", + "year": "2009", + "themes": [ + { + "name": "OP \"Spiral\"", + "link": "https://animethemes.moe/video/AsuraCryin-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Link\"", + "link": "https://animethemes.moe/video/AsuraCryin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5675", + "title": "Basquash!", + "year": "2009", + "themes": [ + { + "name": "OP1 \"nO limiT\"", + "link": "https://animethemes.moe/video/Basquash-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Boku ga Boku no Mama\"", + "link": "https://animethemes.moe/video/Basquash-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"free\"", + "link": "https://animethemes.moe/video/Basquash-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Running On\"", + "link": "https://animethemes.moe/video/Basquash-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Futari no Yakusoku\"", + "link": "https://animethemes.moe/video/Basquash-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hoshiwatari\"", + "link": "https://animethemes.moe/video/Basquash-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "5941", + "title": "Cross Game", + "year": "2009", + "themes": [ + { + "name": "OP \"Summer Rain\"", + "link": "https://animethemes.moe/video/CrossGame-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Koi Kogarete Mita Yume\"", + "link": "https://animethemes.moe/video/CrossGame-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Orange Days\"", + "link": "https://animethemes.moe/video/CrossGame-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Moeru You na Koi Janai Kedo\"", + "link": "https://animethemes.moe/video/CrossGame-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Rehearsal\"", + "link": "https://animethemes.moe/video/CrossGame-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Koi Suru Otome\"", + "link": "https://animethemes.moe/video/CrossGame-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "6033", + "title": "Dragon Ball Kai", + "year": "2009", + "themes": [ + { + "name": "OP V1 \"Dragon Soul\"", + "link": "https://animethemes.moe/video/DragonBallKai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DragonBallKai-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Dragon Soul\"", + "link": "https://animethemes.moe/video/DragonBallKai-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Dragon Soul\"", + "link": "https://animethemes.moe/video/DragonBallKai-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Dragon Soul\"", + "link": "https://animethemes.moe/video/DragonBallKai-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yeah! Break! Care! Break!\"", + "link": "https://animethemes.moe/video/DragonBallKai-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kokoro no Hane\"", + "link": "https://animethemes.moe/video/DragonBallKai-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5114", + "title": "Fullmetal Alchemist: Brotherhood", + "year": "2009", + "themes": [ + { + "name": "OP1 \"again\"", + "link": "https://animethemes.moe/video/FullmetalAlchemistBrotherhood-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hologram\"", + "link": "https://animethemes.moe/video/FullmetalAlchemistBrotherhood-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Golden Time Lover\"", + "link": "https://animethemes.moe/video/FullmetalAlchemistBrotherhood-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Period\"", + "link": "https://animethemes.moe/video/FullmetalAlchemistBrotherhood-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Rain\"", + "link": "https://animethemes.moe/video/FullmetalAlchemistBrotherhood-OP5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Uso\"", + "link": "https://animethemes.moe/video/FullmetalAlchemistBrotherhood-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"LET IT OUT\"", + "link": "https://animethemes.moe/video/FullmetalAlchemistBrotherhood-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tsunaida Te\"", + "link": "https://animethemes.moe/video/FullmetalAlchemistBrotherhood-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Shunkan Sentimental\"", + "link": "https://animethemes.moe/video/FullmetalAlchemistBrotherhood-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"RAY OF LIGHT\"", + "link": "https://animethemes.moe/video/FullmetalAlchemistBrotherhood-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "5041", + "title": "Guin Saga", + "year": "2009", + "themes": [ + { + "name": "OP \"Guin no Theme\"", + "link": "https://animethemes.moe/video/GuinSaga-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Saga ~ This is my road\"", + "link": "https://animethemes.moe/video/GuinSaga-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GuinSaga-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "5835", + "title": "Hanasakeru Seishounen", + "year": "2009", + "themes": [ + { + "name": "OP \"Change\"", + "link": "https://animethemes.moe/video/HanasakeruSeishounen-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"One\"", + "link": "https://animethemes.moe/video/HanasakeruSeishounen-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"One\"", + "link": "https://animethemes.moe/video/HanasakeruSeishounen-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "5150", + "title": "Hatsukoi Limited", + "year": "2009", + "themes": [ + { + "name": "OP \"Future Stream\"", + "link": "https://animethemes.moe/video/HatsukoiLimited-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Hatsukoi limited\"", + "link": "https://animethemes.moe/video/HatsukoiLimited-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Hatsukoi limited\"", + "link": "https://animethemes.moe/video/HatsukoiLimited-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Gensou no Basho, Sorezore no Michi no Ue\"", + "link": "https://animethemes.moe/video/HatsukoiLimited-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sora ni Mau\"", + "link": "https://animethemes.moe/video/HatsukoiLimited-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "4192", + "title": "Hayate no Gotoku!!", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Wonder Wind\"", + "link": "https://animethemes.moe/video/HayateNoGotokuS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"daily-daily Dream!!\"", + "link": "https://animethemes.moe/video/HayateNoGotokuS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Honjitsu, Mankai Watashi Iro!\"", + "link": "https://animethemes.moe/video/HayateNoGotokuS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Karakoi ~Dakara Shoujo wa Koi wo suru~\"", + "link": "https://animethemes.moe/video/HayateNoGotokuS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5630", + "title": "Higashi no Eden", + "year": "2009", + "themes": [ + { + "name": "OP \"FALLING DOWN\"", + "link": "https://animethemes.moe/video/HigashiNoEden-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"futuristic imagination\"", + "link": "https://animethemes.moe/video/HigashiNoEden-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5781", + "title": "Isekai no Seikishi Monogatari", + "year": "2009", + "themes": [ + { + "name": "OP \"Follow Me\"", + "link": "https://animethemes.moe/video/IsekaiNoSeikishiMonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Destino\"", + "link": "https://animethemes.moe/video/IsekaiNoSeikishiMonogatari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5680", + "title": "K-On!", + "year": "2009", + "themes": [ + { + "name": "OP V1 \"Cagayake! GIRLS\"", + "link": "https://animethemes.moe/video/KOn-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Cagayake! GIRLS\"", + "link": "https://animethemes.moe/video/KOn-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Don't say 'lazy'\"", + "link": "https://animethemes.moe/video/KOn-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5305", + "title": "Koihime†Musou: Gunyuu, Seitoukaichou no Za wo Neratte Aiarasou no Koto - Ato, Porori mo Aru yo!", + "year": "2009", + "themes": [ + { + "name": "OP \"flower of bravery\"", + "link": "https://animethemes.moe/video/KoihimeMusouOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yappari Sekai wa Atashi☆Legend!!\"", + "link": "https://animethemes.moe/video/KoihimeMusouOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5713", + "title": "Minami-ke Betsubara", + "year": "2009", + "themes": [ + { + "name": "OP \"Shunka Shuutou Festival\"", + "link": "https://animethemes.moe/video/MinamikeBetsubara-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Arigatou Sankyu\"", + "link": "https://animethemes.moe/video/MinamikeBetsubara-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5597", + "title": "Natsu no Arashi!", + "year": "2009", + "themes": [ + { + "name": "OP \"Atashi dake ni Kakete\"", + "link": "https://animethemes.moe/video/NatsuNoArashi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kirari Futari\"", + "link": "https://animethemes.moe/video/NatsuNoArashi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hito Natsu no Keiken\"", + "type": "ending" + }, + { + "name": "ED3 \"Kassai\"", + "type": "ending" + } + ] + }, + { + "id": "5530", + "title": "Pandora Hearts", + "year": "2009", + "themes": [ + { + "name": "OP \"Parallel Hearts\"", + "link": "https://animethemes.moe/video/PandoraHearts-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Maze\"", + "link": "https://animethemes.moe/video/PandoraHearts-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Watashi wo Mitsukete.\"", + "link": "https://animethemes.moe/video/PandoraHearts-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5682", + "title": "Phantom: Requiem for the Phantom", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Karma\"", + "link": "https://animethemes.moe/video/Phantom-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Senritsu no Kodomotachi\"", + "link": "https://animethemes.moe/video/Phantom-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Jigoku no Mon\"", + "link": "https://animethemes.moe/video/Phantom-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Transparent\"", + "link": "https://animethemes.moe/video/Phantom-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4719", + "title": "Queen's Blade: Rurou no Senshi", + "year": "2009", + "themes": [ + { + "name": "OP \"Get the door\"", + "link": "https://animethemes.moe/video/QueensBladeRurouNoSenshi-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Omoide to Yakusoku\"", + "link": "https://animethemes.moe/video/QueensBladeRurouNoSenshi-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Omoide to Yakusoku\"", + "link": "https://animethemes.moe/video/QueensBladeRurouNoSenshi-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Omoide to Yakusoku\"", + "link": "https://animethemes.moe/video/QueensBladeRurouNoSenshi-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "5984", + "title": "Ristorante Paradiso", + "year": "2009", + "themes": [ + { + "name": "OP \"Marigold\"", + "link": "https://animethemes.moe/video/RistoranteParadiso-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RistoranteParadiso-OP1v2.webm", + "type": "ending" + }, + { + "name": "ED \"Suteki na Kajitsu\"", + "link": "https://animethemes.moe/video/RistoranteParadiso-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5671", + "title": "Saki", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Glossy:MMM\"", + "link": "https://animethemes.moe/video/Saki-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Saki-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"bloooomin'\"", + "link": "https://animethemes.moe/video/Saki-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Netsuretsu Kangei Wonderland\"", + "link": "https://animethemes.moe/video/Saki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Zankoku na Negai no Naka de\"", + "link": "https://animethemes.moe/video/Saki-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Zankoku na Negai no Naka de\"", + "link": "https://animethemes.moe/video/Saki-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Zankoku na Negai no Naka de\"", + "link": "https://animethemes.moe/video/Saki-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED3 \"Shikakui Uchuu de Matteru yo\"", + "link": "https://animethemes.moe/video/Saki-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "5355", + "title": "Sengoku Basara", + "year": "2009", + "themes": [ + { + "name": "OP \"JAP\"", + "link": "https://animethemes.moe/video/SengokuBasara-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Break & Peace\"", + "link": "https://animethemes.moe/video/SengokuBasara-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5507", + "title": "Senjou no Valkyria", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Asu e no KIZUNA\"", + "link": "https://animethemes.moe/video/SenjouNoValkyria-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SenjouNoValkyria-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "OP2 \"KANASHIMI RENSA\"", + "link": "https://animethemes.moe/video/SenjouNoValkyria-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SenjouNoValkyria-OP2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Ano Kaze ni Notte\"", + "link": "https://animethemes.moe/video/SenjouNoValkyria-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hitotsu no Negai\"", + "link": "https://animethemes.moe/video/SenjouNoValkyria-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Brightest Morning\"", + "type": "ending" + } + ] + }, + { + "id": "5220", + "title": "Shangri-La", + "year": "2009", + "themes": [ + { + "name": "OP \"Kimi Shinitamou Koto Nakare\"", + "link": "https://animethemes.moe/video/ShangriLa-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShangriLa-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Hajimari no Asa ni Hikari Are.\"", + "link": "https://animethemes.moe/video/ShangriLa-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsuki ni Kakuse shi Chou no Yume\"", + "type": "ending" + } + ] + }, + { + "id": "5485", + "title": "Shin Mazinger Shougeki! Z-Hen", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Kanjite Knight\"", + "link": "https://animethemes.moe/video/ShinMazingerShougekiZHen-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Shugojin - The Guardian\"", + "link": "https://animethemes.moe/video/ShinMazingerShougekiZHen-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Brand New World\"", + "link": "https://animethemes.moe/video/ShinMazingerShougekiZHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsuyokimono yo\"", + "link": "https://animethemes.moe/video/ShinMazingerShougekiZHen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5504", + "title": "Shinkyoku Soukai Polyphonica Crimson S", + "year": "2009", + "themes": [ + { + "name": "OP \"phosphorus\"", + "link": "https://animethemes.moe/video/PolyphonicaCrimsonS-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koi no Uta\"", + "link": "https://animethemes.moe/video/PolyphonicaCrimsonS-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5226", + "title": "Souten Kouro", + "year": "2009", + "themes": [ + { + "name": "OP \"909\"", + "link": "https://animethemes.moe/video/SoutenKouro-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Pinhole\"", + "link": "https://animethemes.moe/video/SoutenKouro-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6481", + "title": "Sugar Bunnies Fleur", + "year": "2009", + "themes": [ + { + "name": "OP \"Fururu Fururu Fururu\"", + "link": "https://animethemes.moe/video/SugarBunniesS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Komorebi no Naka de\"", + "link": "https://animethemes.moe/video/SugarBunniesS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4382", + "title": "Suzumiya Haruhi no Yuuutsu (2009)", + "year": "2009", + "themes": [ + { + "name": "OP \"Super Driver\"", + "link": "https://animethemes.moe/video/SuzumiyaHaruhiNoYuuutsu2009-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tomare!\"", + "link": "https://animethemes.moe/video/SuzumiyaHaruhiNoYuuutsu2009-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5734", + "title": "Tayutama: Kiss on My Deity", + "year": "2009", + "themes": [ + { + "name": "OP \"The fine every day\"", + "link": "https://animethemes.moe/video/Tayutama-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kizuna no Uta\"", + "link": "https://animethemes.moe/video/Tayutama-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3594", + "title": "Tears to Tiara", + "year": "2009", + "themes": [ + { + "name": "OP \"Free and Dream\"", + "link": "https://animethemes.moe/video/TearsToTiara-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Blue sky, True sky\"", + "link": "https://animethemes.moe/video/TearsToTiara-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Weeping Alone\"", + "link": "https://animethemes.moe/video/TearsToTiara-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"memory\"", + "type": "ending" + } + ] + }, + { + "id": "4565", + "title": "Tengen Toppa Gurren Lagann Movie: Lagann-hen", + "year": "2009", + "themes": [ + { + "name": "ED \"Namida no Tane, Egao no Hana\"", + "link": "https://animethemes.moe/video/GurrenLagannLagannHen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5751", + "title": "Tennis no Ouji-sama: Another Story - Kako to Mirai no Message", + "year": "2009", + "themes": [ + { + "name": "OP \"Brand-New HEAVEN\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaAnotherStory-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Iroasenai Ano Sora e\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaAnotherStory-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sakamichi no Hate e\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaAnotherStory-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Owaranai Ai\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaAnotherStory-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "5667", + "title": "To LOVE-Ru OVA", + "year": "2009", + "themes": [ + { + "name": "OP \"Yattekoi! Daisuki\"", + "link": "https://animethemes.moe/video/ToLoveRuOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Apple Panic!?\"", + "link": "https://animethemes.moe/video/ToLoveRuOVA-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Lucky tune\"", + "link": "https://animethemes.moe/video/ToLoveRuOVA-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Lucky tune\"", + "link": "https://animethemes.moe/video/ToLoveRuOVA-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "3593", + "title": "Utawarerumono OVA", + "year": "2009", + "themes": [ + { + "name": "OP \"adamant faith\"", + "link": "https://animethemes.moe/video/UtawarerumonoOVA-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UtawarerumonoOVA-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Yume no Tsuzuki\"", + "link": "https://animethemes.moe/video/UtawarerumonoOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4970", + "title": "Afro Samurai: Resurrection", + "year": "2009", + "themes": [ + { + "name": "OP \"Brother's Keeper\"", + "link": "https://animethemes.moe/video/AfroSamuraiResurrection-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Number One Samurai\"", + "link": "https://animethemes.moe/video/AfroSamuraiResurrection-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bloody Samurai\"", + "link": "https://animethemes.moe/video/AfroSamuraiRessurection-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4999", + "title": "Asu no Yoichi!", + "year": "2009", + "themes": [ + { + "name": "OP \"Egao no Riyuu\"", + "link": "https://animethemes.moe/video/AsuNoYoichi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Life and Proud\"", + "link": "https://animethemes.moe/video/AsuNoYoichi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4186", + "title": "Chrome Shelled Regios", + "year": "2009", + "themes": [ + { + "name": "OP \"Brave your truth\"", + "link": "https://animethemes.moe/video/KoukakuNoRegios-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yasashii Uso\" by Chrome Shelled", + "link": "https://animethemes.moe/video/KoukakuNoRegios-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yasashii Uso\" by Chrome Shelled feat. Felli Loss", + "link": "https://animethemes.moe/video/KoukakuNoRegios-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yasashii Uso\" by Chrome Shelled feat. Nina Antalk", + "link": "https://animethemes.moe/video/KoukakuNoRegios-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Yasashii Uso\" by Chrome Shelled feat. Leerin Marfes", + "link": "https://animethemes.moe/video/KoukakuNoRegios-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Ai no Zuellni\" by Chrome Shelled", + "link": "https://animethemes.moe/video/KoukakuNoRegios-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Ai no Zuellni\" by Chrome Shelled feat. Mayshen Torinden", + "link": "https://animethemes.moe/video/KoukakuNoRegios-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Ai no Zuellni\" by Chrome Shelled feat. Leerin Marfes", + "link": "https://animethemes.moe/video/KoukakuNoRegios-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "5177", + "title": "Denpa-teki na Kanojo", + "year": "2009", + "themes": [ + { + "name": "ED1 \"Taiyou\"", + "link": "https://animethemes.moe/video/DenpaTekiNaKanojo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"door\"", + "link": "https://animethemes.moe/video/DenpaTekiNaKanojo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4726", + "title": "Druaga no Tou: The Sword of Uruk", + "year": "2009", + "themes": [ + { + "name": "OP \"Questions?\"", + "link": "https://animethemes.moe/video/DruagaNoTouSwordOfUruk-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mahoutsukai Desu Kedo.\"", + "link": "https://animethemes.moe/video/DruagaNoTouSwordOfUruk-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5684", + "title": "Fresh Precure!", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Let's! Fresh Precure!\"", + "link": "https://animethemes.moe/video/FreshPrecure-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Let's! Fresh Precure! ~Hybrid ver.~\"", + "link": "https://animethemes.moe/video/FreshPrecure-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"You Make Me Happy!\"", + "link": "https://animethemes.moe/video/FreshPrecure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"H@ppy Together!!!\"", + "link": "https://animethemes.moe/video/FreshPrecure-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5258", + "title": "Hajime no Ippo: New Challenger", + "year": "2009", + "themes": [ + { + "name": "OP \"Hekireki\"", + "link": "https://animethemes.moe/video/HajimeNoIppoNewChallenger-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"8 AM\"", + "link": "https://animethemes.moe/video/HajimeNoIppoNewChallenger-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3652", + "title": "Higurashi no Naku Koro ni Rei", + "year": "2009", + "themes": [ + { + "name": "OP \"Super Scription of Data\"", + "link": "https://animethemes.moe/video/HigurashiRei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Manazashi\"", + "link": "https://animethemes.moe/video/HigurashiRei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5420", + "title": "Kemono no Souja Erin", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Shizuku\" by Sukima Switch", + "link": "https://animethemes.moe/video/KemonoNoSoujaErin-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Shizuku\" by Chitose Hajime", + "link": "https://animethemes.moe/video/KemonoNoSoujaErin-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"After the rain\"", + "link": "https://animethemes.moe/video/KemonoNoSoujaErin-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kitto Tsutaete\"", + "link": "https://animethemes.moe/video/KemonoNoSoujaErin-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4195", + "title": "Kodomo no Jikan: Ni Gakki", + "year": "2009", + "themes": [ + { + "name": "OP \"Guilty Future\"", + "link": "https://animethemes.moe/video/KodomoNoJikanNiGakki-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"1,2,3 Day\"", + "link": "https://animethemes.moe/video/KodomoNoJikanNiGakki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yori Dori Princess\"", + "type": "ending" + } + ] + }, + { + "id": "5079", + "title": "Kurokami The Animation", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Sympathizer\"", + "link": "https://animethemes.moe/video/Kurokami-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"tRANCE\"", + "link": "https://animethemes.moe/video/Kurokami-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Irodori no Nai Sekai\"", + "link": "https://animethemes.moe/video/Kurokami-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Gekkou no Chigiri\"", + "link": "https://animethemes.moe/video/Kurokami-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5028", + "title": "Major S5", + "year": "2009", + "themes": [ + { + "name": "OP \"Hey! Hey! Alright\"", + "link": "https://animethemes.moe/video/MajorS5-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Stay With Me\"", + "link": "https://animethemes.moe/video/MajorS5-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Jibun Color\"", + "link": "https://animethemes.moe/video/MajorS5-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kokoro E\"", + "link": "https://animethemes.moe/video/MajorS5-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "5030", + "title": "Maria†Holic", + "year": "2009", + "themes": [ + { + "name": "OP \"HANAJI\"", + "link": "https://animethemes.moe/video/MariaHolic-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi ni, Mune Kyun\"", + "link": "https://animethemes.moe/video/MariaHolic-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3750", + "title": "Maria-sama ga Miteru 4th", + "year": "2009", + "themes": [ + { + "name": "OP \"Chizu Sanpo\"", + "link": "https://animethemes.moe/video/MariaSamaGaMiteruS4-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MariaSamaGaMiteruS4-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kumori Garasu no Muko\"", + "link": "https://animethemes.moe/video/MariaSamaGaMiteruS4-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5162", + "title": "Minami-ke Okaeri", + "year": "2009", + "themes": [ + { + "name": "OP \"Keikenchi Soku Joujou↑↑\"", + "link": "https://animethemes.moe/video/MinamikeOkaeri-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Zettai Colorful Sengen\"", + "link": "https://animethemes.moe/video/MinamikeOkaeri-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5753", + "title": "Precure All Stars Movie DX: Minna Tomodachi☆Kiseki no Zenin Daishuugou!", + "year": "2009", + "themes": [ + { + "name": "OP \"Kirakira Kawaii! Precure Daishuugou\"", + "link": "https://animethemes.moe/video/PrecureAllStarsDX-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Precure, Kiseki Deluxe\"", + "link": "https://animethemes.moe/video/PrecureAllStarsDX-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4618", + "title": "RideBack", + "year": "2009", + "themes": [ + { + "name": "OP \"RIDEBACK\"", + "link": "https://animethemes.moe/video/RideBack-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kioku\"", + "link": "https://animethemes.moe/video/RideBack-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5233", + "title": "Slayers Evolution-R", + "year": "2009", + "themes": [ + { + "name": "OP \"Front breaking\"", + "link": "https://animethemes.moe/video/SlayersEvolutionR-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sunadokei\"", + "link": "https://animethemes.moe/video/SlayersEvolutionR-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"JUST BEGUN\"", + "type": "ending" + } + ] + }, + { + "id": "5307", + "title": "Sora wo Kakeru Shoujo", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Rara Eve Shinseiki\"", + "link": "https://animethemes.moe/video/SoraWoKakeruShoujo-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Miracle Fly\"", + "link": "https://animethemes.moe/video/SoraWoKakeruShoujo-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sora wa Shoujo no Tomodachisa\"", + "link": "https://animethemes.moe/video/SoraWoKakeruShoujo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kishi Otome\"", + "link": "https://animethemes.moe/video/SoraWoKakeruShoujo-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"espacio\"", + "link": "https://animethemes.moe/video/SoraWoKakeruShoujo-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "5702", + "title": "Sora wo Miageru Shoujo no Hitomi ni Utsuru Sekai", + "year": "2009", + "themes": [ + { + "name": "OP \"Anemoi\"", + "link": "https://animethemes.moe/video/MuntoTV-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hikari to Yami to Toki no Hate\"", + "link": "https://animethemes.moe/video/MuntoTV-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kokoro no Tsubasa\"", + "type": "ending" + } + ] + }, + { + "id": "5118", + "title": "Suzumiya Haruhi-chan no Yuuutsu", + "year": "2009", + "themes": [ + { + "name": "OP \"Ima made no Arasuji\"", + "link": "https://animethemes.moe/video/SuzumiyaHaruhiChanNoYuuutsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Atogaki no You na Mono\"", + "link": "https://animethemes.moe/video/SuzumiyaHaruhiChanNoYuuutsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5074", + "title": "Tetsuwan Birdy Decode:02", + "year": "2009", + "themes": [ + { + "name": "OP \"Kiseki\"", + "link": "https://animethemes.moe/video/TetsuwanBirdyDecode02-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Tane\"", + "link": "https://animethemes.moe/video/TetsuwanBirdyDecode02-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Tane\"", + "link": "https://animethemes.moe/video/TetsuwanBirdyDecode02-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "4938", + "title": "Tsubasa: Shunraiki", + "year": "2009", + "themes": [ + { + "name": "OP \"SONIC BOOM\"", + "link": "https://animethemes.moe/video/TsubasaShunraiki-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kioku no Mori\"", + "link": "https://animethemes.moe/video/TsubasaShunraiki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4720", + "title": "White Album", + "year": "2009", + "themes": [ + { + "name": "OP \"Shin Ai\"", + "link": "https://animethemes.moe/video/WhiteAlbum-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Maiochiru Yuki no Youni\"", + "link": "https://animethemes.moe/video/WhiteAlbum-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Maiochiru Yuki no Youni\"", + "link": "https://animethemes.moe/video/WhiteAlbum-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Maiochiru Yuki no Youni\"", + "link": "https://animethemes.moe/video/WhiteAlbum-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Maiochiru Yuki no Youni\"", + "link": "https://animethemes.moe/video/WhiteAlbum-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Maiochiru Yuki no Youni\"", + "link": "https://animethemes.moe/video/WhiteAlbum-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Maiochiru Yuki no Youni\"", + "link": "https://animethemes.moe/video/WhiteAlbum-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Maiochiru Yuki no Youni\"", + "link": "https://animethemes.moe/video/WhiteAlbum-ED1v7.webm", + "type": "ending" + } + ] + }, + { + "id": "4918", + "title": "xxxHOLiC Shunmuki", + "year": "2009", + "themes": [ + { + "name": "OP \"sofa\"", + "link": "https://animethemes.moe/video/xxxHOLiCShunmuki-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"CHERISH\"", + "link": "https://animethemes.moe/video/xxxHOLiCShunmuki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5300", + "title": "Zoku Natsume Yuujinchou", + "year": "2009", + "themes": [ + { + "name": "OP \"Ano hi Time Machine\"", + "link": "https://animethemes.moe/video/ZokuNatsumeYuujinchou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aishiteru\"", + "link": "https://animethemes.moe/video/ZokuNatsumeYuujinchou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6682", + "title": "11eyes", + "year": "2009", + "themes": [ + { + "name": "OP \"Arrival of Tears\"", + "link": "https://animethemes.moe/video/11eyes-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sequentia\"", + "link": "https://animethemes.moe/video/11eyes-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6676", + "title": "Asura Cryin' 2", + "year": "2009", + "themes": [ + { + "name": "OP \"Alternative\"", + "link": "https://animethemes.moe/video/AsuraCryinS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kanata no Delight\"", + "link": "https://animethemes.moe/video/AsuraCryinS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kirafuwa\"", + "link": "https://animethemes.moe/video/AsuraCryinS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6573", + "title": "Darker than Black: Ryuusei no Gemini", + "year": "2009", + "themes": [ + { + "name": "OP \"Tsukiakari no Michishirube\"", + "link": "https://animethemes.moe/video/DarkerThanBlackS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"From Dusk Till Dawn\"", + "link": "https://animethemes.moe/video/DarkerThanBlackS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6702", + "title": "Fairy Tail", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Snow Fairy\"", + "link": "https://animethemes.moe/video/FairyTail-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"S.O.W. Sense of Wonder\"", + "link": "https://animethemes.moe/video/FairyTail-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"ft.\"", + "link": "https://animethemes.moe/video/FairyTail-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"R.P.G. ~Rockin' Playing Game\"", + "link": "https://animethemes.moe/video/FairyTail-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Egao No Mahou\"", + "link": "https://animethemes.moe/video/FairyTail-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Fiesta\"", + "link": "https://animethemes.moe/video/FairyTail-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"Evidence\"", + "link": "https://animethemes.moe/video/FairyTail-OP7.webm", + "type": "opening" + }, + { + "name": "OP8 \"The Rock City Boy\"", + "link": "https://animethemes.moe/video/FairyTail-OP8.webm", + "type": "opening" + }, + { + "name": "OP9 \"Towa no Kizuna\"", + "link": "https://animethemes.moe/video/FairyTail-OP9.webm", + "type": "opening" + }, + { + "name": "OP10 \"I Wish\"", + "link": "https://animethemes.moe/video/FairyTail-OP10.webm", + "type": "opening" + }, + { + "name": "OP11 \"Hajimari no Sora\"", + "link": "https://animethemes.moe/video/FairyTail-OP11.webm", + "type": "opening" + }, + { + "name": "OP12 \"Tenohira\"", + "link": "https://animethemes.moe/video/FairyTail-OP12.webm", + "type": "opening" + }, + { + "name": "OP13 \"Breakthrough\"", + "link": "https://animethemes.moe/video/FairyTail-OP13.webm", + "type": "opening" + }, + { + "name": "OP14 \"Fairy Tail: Yakusoku no Hi\"", + "link": "https://animethemes.moe/video/FairyTail-OP14.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kanpeki gu~no ne\"", + "link": "https://animethemes.moe/video/FairyTail-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsuioku Merry-Go-Round\"", + "link": "https://animethemes.moe/video/FairyTail-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Gomen ne, Watashi.\"", + "link": "https://animethemes.moe/video/FairyTail-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kimi ga Iru Kara\"", + "link": "https://animethemes.moe/video/FairyTail-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"HOLY SHINE\"", + "link": "https://animethemes.moe/video/FairyTail-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Be As One\"", + "link": "https://animethemes.moe/video/FairyTail-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Lonely Person\"", + "link": "https://animethemes.moe/video/FairyTail-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Don't think.Feel !!!\"", + "link": "https://animethemes.moe/video/FairyTail-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Kono Te Nobashite\"", + "link": "https://animethemes.moe/video/FairyTail-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Boys be Ambitious !!\"", + "link": "https://animethemes.moe/video/FairyTail-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Glitter (Starving Trancer Remix)\"", + "link": "https://animethemes.moe/video/FairyTail-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"YELL〜Kagayaku Tame no Mono〜\"", + "link": "https://animethemes.moe/video/FairyTail-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Kimi ga Kureta Mono\"", + "link": "https://animethemes.moe/video/FairyTail-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"We're the stars\"", + "link": "https://animethemes.moe/video/FairyTail-ED14.webm", + "type": "ending" + } + ] + }, + { + "id": "6527", + "title": "Fresh Precure! Movie: Omocha no Kuni wa Himitsu ga Ippai!?", + "year": "2009", + "themes": [ + { + "name": "OP \"Let's! Fresh Precure! (Hybrid Ver. for the Movie)\"", + "link": "https://animethemes.moe/video/FreshPrecureMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"H@ppy Together!!! for the Movie\"", + "link": "https://animethemes.moe/video/FreshPrecureMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6372", + "title": "Higashi no Eden Movie I: The King of Eden", + "year": "2009", + "themes": [ + { + "name": "OP \"invisible\"", + "link": "https://animethemes.moe/video/HigashiNoEdenMovie1-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Light Prayer\"", + "link": "https://animethemes.moe/video/HigashiNoEdenMovie1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6811", + "title": "InuYasha: Kanketsu-hen", + "year": "2009", + "themes": [ + { + "name": "OP \"Kimi ga Inai Mirai\"", + "link": "https://animethemes.moe/video/InuYashaKanketsuHen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/InuYashaKanketsuHen-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED1 \"With You\"", + "link": "https://animethemes.moe/video/InuYashaKanketsuHen-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/InuYashaKanketsuHen-ED1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED2 \"Diamond\"", + "link": "https://animethemes.moe/video/InuYashaKanketsuHen-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/InuYashaKanketsuHen-ED2-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tooi Michi no Saki de\"", + "link": "https://animethemes.moe/video/InuYashaKanketsuHen-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/InuYashaKanketsuHen-ED3-NCDVD480.webm", + "type": "ending" + } + ] + }, + { + "id": "6205", + "title": "Kämpfer", + "year": "2009", + "themes": [ + { + "name": "OP V1 \"Unreal♥Paradise\"", + "link": "https://animethemes.moe/video/Kampfer-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Unreal♥Paradise\"", + "link": "https://animethemes.moe/video/Kampfer-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"One Way Ryouomoi\"", + "link": "https://animethemes.moe/video/Kampfer-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3349", + "title": "Kiddy GiRL-AND", + "year": "2009", + "themes": [ + { + "name": "OP \"Baby Universe Day\"", + "link": "https://animethemes.moe/video/KiddyGiRLAND-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sun and Moon\"", + "type": "ending" + }, + { + "name": "ED2 \"Moon and Sun\"", + "type": "ending" + }, + { + "name": "ED3 \"Magical Sakura-chan\"", + "type": "ending" + }, + { + "name": "ED4 \"It's alright to dream\"", + "type": "ending" + } + ] + }, + { + "id": "6045", + "title": "Kimi ni Todoke", + "year": "2009", + "themes": [ + { + "name": "OP \"Kimi ni Todoke\"", + "link": "https://animethemes.moe/video/KimiNiTodoke-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kataomoi\"", + "link": "https://animethemes.moe/video/KimiNiTodoke-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5678", + "title": "Kobato.", + "year": "2009", + "themes": [ + { + "name": "OP \"Magic Number\"", + "link": "https://animethemes.moe/video/Kobato-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Jellyfish's Confession\"", + "link": "https://animethemes.moe/video/Kobato-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Watashi ni Dekiru Koto\"", + "link": "https://animethemes.moe/video/Kobato-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ashita Kuru Hi\"", + "type": "ending" + } + ] + }, + { + "id": "6774", + "title": "Kuuchuu Buranko", + "year": "2009", + "themes": [ + { + "name": "OP \"Upside Down\"", + "link": "https://animethemes.moe/video/KuuchuuBuranko-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shangri-La (Y.Sunahara 2009 Remodel)\"", + "link": "https://animethemes.moe/video/KuuchuuBuranko-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "7066", + "title": "Mahoromatic: I'm Home!", + "year": "2009", + "themes": [ + { + "name": "OP \"Tadaima no Kaze\"", + "link": "https://animethemes.moe/video/MahoromaticTadaima-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"[Ma] no Tsuku Bugi!\"", + "link": "https://animethemes.moe/video/MahoromaticTadaima-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"[Ma] no Tsuku Bugi!\"", + "link": "https://animethemes.moe/video/MahoromaticTadaima-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "6023", + "title": "Nogizaka Haruka no Himitsu: Purezza", + "year": "2009", + "themes": [ + { + "name": "OP \"Chouhatsu Cherry Heart\"", + "link": "https://animethemes.moe/video/NogizakaPurezza-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Himitsu Suishou! Uru to LOVE\"", + "link": "https://animethemes.moe/video/NogizakaPurezza-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Himitsu Suishou! Uru to LOVE\"", + "link": "https://animethemes.moe/video/NogizakaPurezza-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "6512", + "title": "Nyan Koi!", + "year": "2009", + "themes": [ + { + "name": "OP \"Nyanderful!\"", + "link": "https://animethemes.moe/video/NyanKoi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Strawberry ~Amaku Setsunai Namida~\"", + "link": "https://animethemes.moe/video/NyanKoi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6633", + "title": "Queen's Blade: Gyokuza wo Tsugu Mono", + "year": "2009", + "themes": [ + { + "name": "OP \"Ochinai Sora\"", + "link": "https://animethemes.moe/video/QueensBladeGyokuzaWoTsuguMomo-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Buddy-body\"", + "link": "https://animethemes.moe/video/QueensBladeGyokuzaWoTsuguMomo-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Buddy-body\"", + "link": "https://animethemes.moe/video/QueensBladeGyokuzaWoTsuguMomo-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Buddy-body\"", + "link": "https://animethemes.moe/video/QueensBladeGyokuzaWoTsuguMomo-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "6203", + "title": "Sasameki Koto", + "year": "2009", + "themes": [ + { + "name": "OP \"Kanashii Hodo Aoku\"", + "link": "https://animethemes.moe/video/SasamekiKoto-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SasamekiKoto-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SasamekiKoto-OP1-NCBD1080Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Niji-iro Pocket\"", + "link": "https://animethemes.moe/video/SasamekiKoto-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SasamekiKoto-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SasamekiKoto-ED1-NCBD1080Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "5940", + "title": "Seiken no Blacksmith", + "year": "2009", + "themes": [ + { + "name": "OP \"JUSTICE of LIGHT\"", + "link": "https://animethemes.moe/video/SeikenNoBlacksmith-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Miracle Happy Day\"", + "link": "https://animethemes.moe/video/SeikenNoBlacksmith-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5909", + "title": "Seitokai no Ichizon", + "year": "2009", + "themes": [ + { + "name": "OP \"Treasure\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mousou Fetish\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Up Up Down Down Left Right Left Right B A\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Mousou Fetish ~Shiina Shimai ver.~\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Mousou Fetish ~2 ban~\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Up Up Down Down Left Right Left Right B A ~Ganbare Kurimu ver.~\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Up Up Down Down Left Right Left Right B A ~2 ban~\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Mousou Fetish ~Sasuga!! Chizuru ver.~\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Up Up Down Down Left Right Left Right B A ~Shiina sisters ver.~\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Yurupa☆Wonderful\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Yurupa☆Wonderful ~Kurimu & Chizuru ver.~\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Zettai Kaichou Sengen?\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Yurupa☆Wonderful ~2 ban~\"", + "link": "https://animethemes.moe/video/SeitokaiNoIchizon-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "6572", + "title": "Shakugan no Shana S", + "year": "2009", + "themes": [ + { + "name": "OP \"Prophecy\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"All in good time\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6112", + "title": "Shin Koihime†Musou", + "year": "2009", + "themes": [ + { + "name": "OP V1 \"Touen Ketsugi ~Touen no Chikai~\"", + "link": "https://animethemes.moe/video/ShinKoihimeMusou-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Touen Ketsugi ~Touen no Chikai~\"", + "link": "https://animethemes.moe/video/ShinKoihimeMusou-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Touen Ketsugi ~Touen no Chikai~\"", + "link": "https://animethemes.moe/video/ShinKoihimeMusou-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Otome Ryouran☆Battle PARTY\"", + "link": "https://animethemes.moe/video/ShinKoihimeMusou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5958", + "title": "Sora no Otoshimono", + "year": "2009", + "themes": [ + { + "name": "OP1 V1 \"Ring My Bell (Main Vocal Hitomi)\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP1 V2 \"Ring My Bell (Main Vocal Hitomi)\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-OP1v2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"Ring My Bell (Main Vocal Saori)\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-OP2-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Soba ni Irareru Dake de\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Misaki Meguri\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Taiyou ga Kureta Kisetsu\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Senshi no Kyuusoku\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Yuke! Yuke! Kawaguchi Hiroshi\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Natsu-iro no Nancy\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Furimuku na Kimi wa Utsukushii\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Wild Seven\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Hatsukoi\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Bokura no Diary\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Champion\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Akai Hana Shiroi Hana\"", + "link": "https://animethemes.moe/video/SoraNoOtoshimono-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Soba ni Irareru Dake de\"", + "type": "ending" + } + ] + }, + { + "id": "6758", + "title": "Tatakau Shisho: The Book of Bantorra", + "year": "2009", + "themes": [ + { + "name": "OP1 V1 \"Datengoku Sensen\"", + "link": "https://animethemes.moe/video/TatakauShisho-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Datengoku Sensen\"", + "link": "https://animethemes.moe/video/TatakauShisho-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Seisai no Ripieno\"", + "link": "https://animethemes.moe/video/TatakauShisho-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Light of Dawn\"", + "link": "https://animethemes.moe/video/TatakauShisho-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dominant Space\"", + "link": "https://animethemes.moe/video/TatakauShisho-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6444", + "title": "Tegami Bachi", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Hajimari no Hi\"", + "link": "https://animethemes.moe/video/TegamiBachi-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Love Letter no Kawari ni Kono Uta wo.\"", + "link": "https://animethemes.moe/video/TegamiBachi-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hatenaki Michi\"", + "link": "https://animethemes.moe/video/TegamiBachi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hikari no Kioku\"", + "link": "https://animethemes.moe/video/TegamiBachi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6213", + "title": "Toaru Kagaku no Railgun", + "year": "2009", + "themes": [ + { + "name": "OP1 \"only my railgun\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgun-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"LEVEL 5 -judgelight-\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgun-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dear My Friend -Mada Minu Mirai he-\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgun-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Smile -You and Me-\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgun-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Real Force\"", + "link": "https://animethemes.moe/video/ToaruKagakuNoRailgun-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "6165", + "title": "White Album 2nd Season", + "year": "2009", + "themes": [ + { + "name": "OP \"Mugen\"", + "link": "https://animethemes.moe/video/WhiteAlbumS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Akai Ito\"", + "link": "https://animethemes.moe/video/WhiteAlbumS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Akai Ito\"", + "link": "https://animethemes.moe/video/WhiteAlbumS2-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "7044", + "title": "Zan Sayonara Zetsubou Sensei Bangaichi", + "year": "2009", + "themes": [ + { + "name": "OP V1 \"Ringo Mogire Beam!\"", + "link": "https://animethemes.moe/video/ZanSayonaraZetsubouSensei-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Ringo Mogire Beam!\"", + "link": "https://animethemes.moe/video/ZanSayonaraZetsubouSenseiBangaichi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Zetsubou Restaurant\"", + "link": "https://animethemes.moe/video/ZanSayonaraZetsubouSensei-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kurayami Shinchuu Soushi Souai\"", + "link": "https://animethemes.moe/video/ZanSayonaraZetsubouSensei-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6164", + "title": "Aoi Hana", + "year": "2009", + "themes": [ + { + "name": "OP \"Aoi Hana\"", + "link": "https://animethemes.moe/video/AoiHana-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Centifolia\"", + "link": "https://animethemes.moe/video/AoiHana-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5081", + "title": "Bakemonogatari", + "year": "2009", + "themes": [ + { + "name": "OP1 \"staple stable\"", + "link": "https://animethemes.moe/video/Bakemonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kaerimichi\"", + "link": "https://animethemes.moe/video/Bakemonogatari-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Ambivalent World\"", + "link": "https://animethemes.moe/video/Bakemonogatari-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 V1 \"Ren'ai Circulation\"", + "link": "https://animethemes.moe/video/Bakemonogatari-OP4.webm", + "type": "opening" + }, + { + "name": "OP4 V2 \"Ren'ai Circulation\"", + "link": "https://animethemes.moe/video/Bakemonogatari-OP4v2.webm", + "type": "opening" + }, + { + "name": "OP5 V1 \"Sugar Sweet Nightmare\"", + "link": "https://animethemes.moe/video/Bakemonogatari-OP5.webm", + "type": "opening" + }, + { + "name": "OP5 V2 \"Sugar Sweet Nightmare\"", + "link": "https://animethemes.moe/video/Bakemonogatari-OP5v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kimi no Shiranai Monogatari\"", + "link": "https://animethemes.moe/video/Bakemonogatari-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kimi no Shiranai Monogatari\"", + "link": "https://animethemes.moe/video/Bakemonogatari-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Kimi no Shiranai Monogatari\"", + "link": "https://animethemes.moe/video/Bakemonogatari-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "5356", + "title": "Canaan", + "year": "2009", + "themes": [ + { + "name": "OP \"mind as Judgment\"", + "link": "https://animethemes.moe/video/Canaan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"My heaven\"", + "link": "https://animethemes.moe/video/Canaan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6351", + "title": "Clannad: After Story - Mou Hitotsu no Sekai, Kyou-hen", + "year": "2009", + "themes": [ + { + "name": "OP \"Toki wo Kizamu Uta\"", + "link": "https://animethemes.moe/video/ClannadAfterStory-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ana\"", + "link": "https://animethemes.moe/video/ClannadAfterStoryKyouHen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3784", + "title": "Evangelion: 2.0 You Can (Not) Advance", + "year": "2009", + "themes": [ + { + "name": "ED \"Beautiful World -PLANiTb Acoustica Mix-\"", + "link": "https://animethemes.moe/video/EvangelionYouCanNotAdvance-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5973", + "title": "Fight Ippatsu! Juuden-chan!!", + "year": "2009", + "themes": [ + { + "name": "OP \"CHARGE!\"", + "link": "https://animethemes.moe/video/FightIppatsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Onegai Sweetheart\"", + "link": "https://animethemes.moe/video/FightIppatsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5914", + "title": "Kanamemo", + "year": "2009", + "themes": [ + { + "name": "OP \"Kimi e to Tsunagu KOKORO\"", + "link": "https://animethemes.moe/video/Kanamemo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yahho!!\"", + "link": "https://animethemes.moe/video/Kanamemo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6030", + "title": "Needless", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Modern Strange Cowboy\"", + "link": "https://animethemes.moe/video/Needless-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Scarlet Bomb!\"", + "link": "https://animethemes.moe/video/Needless-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Aggressive Zone\"", + "link": "https://animethemes.moe/video/Needless-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"WANTED! for the love\"", + "link": "https://animethemes.moe/video/Needless-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5341", + "title": "Ookami to Koushinryou II", + "year": "2009", + "themes": [ + { + "name": "OP \"Mitsu no Yoake\"", + "link": "https://animethemes.moe/video/OokamiToKoushinryouS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Perfect World\"", + "link": "https://animethemes.moe/video/OokamiToKoushinryouS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6201", + "title": "Princess Lover!", + "year": "2009", + "themes": [ + { + "name": "OP \"Princess Primp!\"", + "link": "https://animethemes.moe/video/PrincessLover-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"S.S.D\"", + "link": "https://animethemes.moe/video/PrincessLover-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"S.S.D\"", + "link": "https://animethemes.moe/video/PrincessLover-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "6675", + "title": "Redline", + "year": "2009", + "themes": [ + { + "name": "ED \"REDLINE DAY\"", + "link": "https://animethemes.moe/video/Redline-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6098", + "title": "Sora no Manimani", + "year": "2009", + "themes": [ + { + "name": "OP V1 \"Super Noisy Nova\"", + "link": "https://animethemes.moe/video/SoraNoManimani-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Super Noisy Nova\"", + "link": "https://animethemes.moe/video/SoraNoManimani-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Hoshikuzu no Surround\"", + "link": "https://animethemes.moe/video/SoraNoManimani-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Hoshikuzu no Surround\"", + "link": "https://animethemes.moe/video/SoraNoManimani-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Hoshikuzu no Surround\"", + "link": "https://animethemes.moe/video/SoraNoManimani-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Hoshikuzu no Surround\"", + "link": "https://animethemes.moe/video/SoraNoManimani-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED2 \"Super Noisy Nova\"", + "link": "https://animethemes.moe/video/SoraNoManimani-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5141", + "title": "Taishou Yakyuu Musume.", + "year": "2009", + "themes": [ + { + "name": "OP \"Romantic Strike\"", + "type": "opening" + }, + { + "name": "ED \"Yume Miru Kokoro\"", + "link": "https://animethemes.moe/video/TaishouYakyuuMusume-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6211", + "title": "Tokyo Magnitude 8.0", + "year": "2009", + "themes": [ + { + "name": "OP \"Kimi no Uta\"", + "link": "https://animethemes.moe/video/TokyoMagnitude-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"M/elody\"", + "link": "https://animethemes.moe/video/TokyoMagnitude-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6129", + "title": "Umi Monogatari: Anata ga Ite Kureta Koto", + "year": "2009", + "themes": [ + { + "name": "OP \"Violet\"", + "link": "https://animethemes.moe/video/UmiMonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Toumei na Inori\"", + "link": "https://animethemes.moe/video/UmiMonogatari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4896", + "title": "Umineko no Naku Koro ni", + "year": "2009", + "themes": [ + { + "name": "OP V1 \"One-winged Bird\"", + "link": "https://animethemes.moe/video/Umineko-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Umineko-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Umineko-OP1-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "OP V2 \"One-winged Bird\"", + "link": "https://animethemes.moe/video/Umineko-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Umineko-OP1v2-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V3 \"One-winged Bird\"", + "link": "https://animethemes.moe/video/Umineko-OP1v3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Umineko-OP1v3-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V4 \"One-winged Bird\"", + "link": "https://animethemes.moe/video/Umineko-OP1v4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Umineko-OP1v4-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"la divina tragedia ~Makyoku~\"", + "link": "https://animethemes.moe/video/Umineko-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5454", + "title": "Yokuwakaru Gendaimahou", + "year": "2009", + "themes": [ + { + "name": "OP \"programming for non-fiction\"", + "link": "https://animethemes.moe/video/YokuwakaruGendaimahou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Made in WONDER\"", + "link": "https://animethemes.moe/video/YokuwakaruGendaimahou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6377", + "title": "Zan Sayonara Zetsubou Sensei", + "year": "2009", + "themes": [ + { + "name": "OP \"Ringo Mogire Beam!\"", + "link": "https://animethemes.moe/video/ZanSayonaraZetsubouSensei-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Zetsubou Restaurant\"", + "link": "https://animethemes.moe/video/ZanSayonaraZetsubouSensei-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kurayami Shinchuu Soushi Souai\"", + "link": "https://animethemes.moe/video/ZanSayonaraZetsubouSensei-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Private Lesson\"", + "link": "https://animethemes.moe/video/ZanSayonaraZetsubouSensei-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "5525", + "title": "07-Ghost", + "year": "2009", + "themes": [ + { + "name": "OP \"Aka no Kakera\"", + "link": "https://animethemes.moe/video/07Ghost-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hitomi no Kotae\"", + "link": "https://animethemes.moe/video/07Ghost-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5772", + "title": "Akaneiro ni Somaru Saka: Hardcore", + "year": "2009", + "themes": [ + { + "name": "OP \"Hatsukoi Parachute\"", + "link": "https://animethemes.moe/video/Akasaka-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Watashi to Kare no Jijou\"", + "link": "https://animethemes.moe/video/AkasakaOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5342", + "title": "Asura Cryin'", + "year": "2009", + "themes": [ + { + "name": "OP \"Spiral\"", + "link": "https://animethemes.moe/video/AsuraCryin-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Link\"", + "link": "https://animethemes.moe/video/AsuraCryin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5675", + "title": "Basquash!", + "year": "2009", + "themes": [ + { + "name": "OP1 \"nO limiT\"", + "link": "https://animethemes.moe/video/Basquash-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Boku ga Boku no Mama\"", + "link": "https://animethemes.moe/video/Basquash-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"free\"", + "link": "https://animethemes.moe/video/Basquash-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Running On\"", + "link": "https://animethemes.moe/video/Basquash-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Futari no Yakusoku\"", + "link": "https://animethemes.moe/video/Basquash-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hoshiwatari\"", + "link": "https://animethemes.moe/video/Basquash-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "5941", + "title": "Cross Game", + "year": "2009", + "themes": [ + { + "name": "OP \"Summer Rain\"", + "link": "https://animethemes.moe/video/CrossGame-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Koi Kogarete Mita Yume\"", + "link": "https://animethemes.moe/video/CrossGame-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Orange Days\"", + "link": "https://animethemes.moe/video/CrossGame-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Moeru You na Koi Janai Kedo\"", + "link": "https://animethemes.moe/video/CrossGame-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Rehearsal\"", + "link": "https://animethemes.moe/video/CrossGame-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Koi Suru Otome\"", + "link": "https://animethemes.moe/video/CrossGame-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "6033", + "title": "Dragon Ball Kai", + "year": "2009", + "themes": [ + { + "name": "OP V1 \"Dragon Soul\"", + "link": "https://animethemes.moe/video/DragonBallKai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DragonBallKai-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Dragon Soul\"", + "link": "https://animethemes.moe/video/DragonBallKai-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Dragon Soul\"", + "link": "https://animethemes.moe/video/DragonBallKai-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Dragon Soul\"", + "link": "https://animethemes.moe/video/DragonBallKai-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yeah! Break! Care! Break!\"", + "link": "https://animethemes.moe/video/DragonBallKai-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kokoro no Hane\"", + "link": "https://animethemes.moe/video/DragonBallKai-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5114", + "title": "Fullmetal Alchemist: Brotherhood", + "year": "2009", + "themes": [ + { + "name": "OP1 \"again\"", + "link": "https://animethemes.moe/video/FullmetalAlchemistBrotherhood-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hologram\"", + "link": "https://animethemes.moe/video/FullmetalAlchemistBrotherhood-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Golden Time Lover\"", + "link": "https://animethemes.moe/video/FullmetalAlchemistBrotherhood-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Period\"", + "link": "https://animethemes.moe/video/FullmetalAlchemistBrotherhood-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Rain\"", + "link": "https://animethemes.moe/video/FullmetalAlchemistBrotherhood-OP5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Uso\"", + "link": "https://animethemes.moe/video/FullmetalAlchemistBrotherhood-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"LET IT OUT\"", + "link": "https://animethemes.moe/video/FullmetalAlchemistBrotherhood-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tsunaida Te\"", + "link": "https://animethemes.moe/video/FullmetalAlchemistBrotherhood-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Shunkan Sentimental\"", + "link": "https://animethemes.moe/video/FullmetalAlchemistBrotherhood-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"RAY OF LIGHT\"", + "link": "https://animethemes.moe/video/FullmetalAlchemistBrotherhood-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "5041", + "title": "Guin Saga", + "year": "2009", + "themes": [ + { + "name": "OP \"Guin no Theme\"", + "link": "https://animethemes.moe/video/GuinSaga-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Saga ~ This is my road\"", + "link": "https://animethemes.moe/video/GuinSaga-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GuinSaga-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "5835", + "title": "Hanasakeru Seishounen", + "year": "2009", + "themes": [ + { + "name": "OP \"Change\"", + "link": "https://animethemes.moe/video/HanasakeruSeishounen-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"One\"", + "link": "https://animethemes.moe/video/HanasakeruSeishounen-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"One\"", + "link": "https://animethemes.moe/video/HanasakeruSeishounen-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "5150", + "title": "Hatsukoi Limited", + "year": "2009", + "themes": [ + { + "name": "OP \"Future Stream\"", + "link": "https://animethemes.moe/video/HatsukoiLimited-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Hatsukoi limited\"", + "link": "https://animethemes.moe/video/HatsukoiLimited-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Hatsukoi limited\"", + "link": "https://animethemes.moe/video/HatsukoiLimited-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Gensou no Basho, Sorezore no Michi no Ue\"", + "link": "https://animethemes.moe/video/HatsukoiLimited-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sora ni Mau\"", + "link": "https://animethemes.moe/video/HatsukoiLimited-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "4192", + "title": "Hayate no Gotoku!!", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Wonder Wind\"", + "link": "https://animethemes.moe/video/HayateNoGotokuS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"daily-daily Dream!!\"", + "link": "https://animethemes.moe/video/HayateNoGotokuS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Honjitsu, Mankai Watashi Iro!\"", + "link": "https://animethemes.moe/video/HayateNoGotokuS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Karakoi ~Dakara Shoujo wa Koi wo suru~\"", + "link": "https://animethemes.moe/video/HayateNoGotokuS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5630", + "title": "Higashi no Eden", + "year": "2009", + "themes": [ + { + "name": "OP \"FALLING DOWN\"", + "link": "https://animethemes.moe/video/HigashiNoEden-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"futuristic imagination\"", + "link": "https://animethemes.moe/video/HigashiNoEden-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5781", + "title": "Isekai no Seikishi Monogatari", + "year": "2009", + "themes": [ + { + "name": "OP \"Follow Me\"", + "link": "https://animethemes.moe/video/IsekaiNoSeikishiMonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Destino\"", + "link": "https://animethemes.moe/video/IsekaiNoSeikishiMonogatari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5680", + "title": "K-On!", + "year": "2009", + "themes": [ + { + "name": "OP V1 \"Cagayake! GIRLS\"", + "link": "https://animethemes.moe/video/KOn-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Cagayake! GIRLS\"", + "link": "https://animethemes.moe/video/KOn-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Don't say 'lazy'\"", + "link": "https://animethemes.moe/video/KOn-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5305", + "title": "Koihime†Musou: Gunyuu, Seitoukaichou no Za wo Neratte Aiarasou no Koto - Ato, Porori mo Aru yo!", + "year": "2009", + "themes": [ + { + "name": "OP \"flower of bravery\"", + "link": "https://animethemes.moe/video/KoihimeMusouOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yappari Sekai wa Atashi☆Legend!!\"", + "link": "https://animethemes.moe/video/KoihimeMusouOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5713", + "title": "Minami-ke Betsubara", + "year": "2009", + "themes": [ + { + "name": "OP \"Shunka Shuutou Festival\"", + "link": "https://animethemes.moe/video/MinamikeBetsubara-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Arigatou Sankyu\"", + "link": "https://animethemes.moe/video/MinamikeBetsubara-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5597", + "title": "Natsu no Arashi!", + "year": "2009", + "themes": [ + { + "name": "OP \"Atashi dake ni Kakete\"", + "link": "https://animethemes.moe/video/NatsuNoArashi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kirari Futari\"", + "link": "https://animethemes.moe/video/NatsuNoArashi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hito Natsu no Keiken\"", + "type": "ending" + }, + { + "name": "ED3 \"Kassai\"", + "type": "ending" + } + ] + }, + { + "id": "5530", + "title": "Pandora Hearts", + "year": "2009", + "themes": [ + { + "name": "OP \"Parallel Hearts\"", + "link": "https://animethemes.moe/video/PandoraHearts-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Maze\"", + "link": "https://animethemes.moe/video/PandoraHearts-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Watashi wo Mitsukete.\"", + "link": "https://animethemes.moe/video/PandoraHearts-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5682", + "title": "Phantom: Requiem for the Phantom", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Karma\"", + "link": "https://animethemes.moe/video/Phantom-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Senritsu no Kodomotachi\"", + "link": "https://animethemes.moe/video/Phantom-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Jigoku no Mon\"", + "link": "https://animethemes.moe/video/Phantom-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Transparent\"", + "link": "https://animethemes.moe/video/Phantom-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4719", + "title": "Queen's Blade: Rurou no Senshi", + "year": "2009", + "themes": [ + { + "name": "OP \"Get the door\"", + "link": "https://animethemes.moe/video/QueensBladeRurouNoSenshi-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Omoide to Yakusoku\"", + "link": "https://animethemes.moe/video/QueensBladeRurouNoSenshi-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Omoide to Yakusoku\"", + "link": "https://animethemes.moe/video/QueensBladeRurouNoSenshi-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Omoide to Yakusoku\"", + "link": "https://animethemes.moe/video/QueensBladeRurouNoSenshi-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "5984", + "title": "Ristorante Paradiso", + "year": "2009", + "themes": [ + { + "name": "OP \"Marigold\"", + "link": "https://animethemes.moe/video/RistoranteParadiso-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RistoranteParadiso-OP1v2.webm", + "type": "ending" + }, + { + "name": "ED \"Suteki na Kajitsu\"", + "link": "https://animethemes.moe/video/RistoranteParadiso-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5671", + "title": "Saki", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Glossy:MMM\"", + "link": "https://animethemes.moe/video/Saki-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Saki-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"bloooomin'\"", + "link": "https://animethemes.moe/video/Saki-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Netsuretsu Kangei Wonderland\"", + "link": "https://animethemes.moe/video/Saki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Zankoku na Negai no Naka de\"", + "link": "https://animethemes.moe/video/Saki-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Zankoku na Negai no Naka de\"", + "link": "https://animethemes.moe/video/Saki-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Zankoku na Negai no Naka de\"", + "link": "https://animethemes.moe/video/Saki-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED3 \"Shikakui Uchuu de Matteru yo\"", + "link": "https://animethemes.moe/video/Saki-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "5355", + "title": "Sengoku Basara", + "year": "2009", + "themes": [ + { + "name": "OP \"JAP\"", + "link": "https://animethemes.moe/video/SengokuBasara-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Break & Peace\"", + "link": "https://animethemes.moe/video/SengokuBasara-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5507", + "title": "Senjou no Valkyria", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Asu e no KIZUNA\"", + "link": "https://animethemes.moe/video/SenjouNoValkyria-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SenjouNoValkyria-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "OP2 \"KANASHIMI RENSA\"", + "link": "https://animethemes.moe/video/SenjouNoValkyria-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SenjouNoValkyria-OP2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Ano Kaze ni Notte\"", + "link": "https://animethemes.moe/video/SenjouNoValkyria-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hitotsu no Negai\"", + "link": "https://animethemes.moe/video/SenjouNoValkyria-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Brightest Morning\"", + "type": "ending" + } + ] + }, + { + "id": "5220", + "title": "Shangri-La", + "year": "2009", + "themes": [ + { + "name": "OP \"Kimi Shinitamou Koto Nakare\"", + "link": "https://animethemes.moe/video/ShangriLa-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShangriLa-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Hajimari no Asa ni Hikari Are.\"", + "link": "https://animethemes.moe/video/ShangriLa-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsuki ni Kakuse shi Chou no Yume\"", + "type": "ending" + } + ] + }, + { + "id": "5485", + "title": "Shin Mazinger Shougeki! Z-Hen", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Kanjite Knight\"", + "link": "https://animethemes.moe/video/ShinMazingerShougekiZHen-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Shugojin - The Guardian\"", + "link": "https://animethemes.moe/video/ShinMazingerShougekiZHen-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Brand New World\"", + "link": "https://animethemes.moe/video/ShinMazingerShougekiZHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsuyokimono yo\"", + "link": "https://animethemes.moe/video/ShinMazingerShougekiZHen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5504", + "title": "Shinkyoku Soukai Polyphonica Crimson S", + "year": "2009", + "themes": [ + { + "name": "OP \"phosphorus\"", + "link": "https://animethemes.moe/video/PolyphonicaCrimsonS-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koi no Uta\"", + "link": "https://animethemes.moe/video/PolyphonicaCrimsonS-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5226", + "title": "Souten Kouro", + "year": "2009", + "themes": [ + { + "name": "OP \"909\"", + "link": "https://animethemes.moe/video/SoutenKouro-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Pinhole\"", + "link": "https://animethemes.moe/video/SoutenKouro-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6481", + "title": "Sugar Bunnies Fleur", + "year": "2009", + "themes": [ + { + "name": "OP \"Fururu Fururu Fururu\"", + "link": "https://animethemes.moe/video/SugarBunniesS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Komorebi no Naka de\"", + "link": "https://animethemes.moe/video/SugarBunniesS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4382", + "title": "Suzumiya Haruhi no Yuuutsu (2009)", + "year": "2009", + "themes": [ + { + "name": "OP \"Super Driver\"", + "link": "https://animethemes.moe/video/SuzumiyaHaruhiNoYuuutsu2009-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tomare!\"", + "link": "https://animethemes.moe/video/SuzumiyaHaruhiNoYuuutsu2009-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5734", + "title": "Tayutama: Kiss on My Deity", + "year": "2009", + "themes": [ + { + "name": "OP \"The fine every day\"", + "link": "https://animethemes.moe/video/Tayutama-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kizuna no Uta\"", + "link": "https://animethemes.moe/video/Tayutama-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3594", + "title": "Tears to Tiara", + "year": "2009", + "themes": [ + { + "name": "OP \"Free and Dream\"", + "link": "https://animethemes.moe/video/TearsToTiara-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Blue sky, True sky\"", + "link": "https://animethemes.moe/video/TearsToTiara-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Weeping Alone\"", + "link": "https://animethemes.moe/video/TearsToTiara-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"memory\"", + "type": "ending" + } + ] + }, + { + "id": "4565", + "title": "Tengen Toppa Gurren Lagann Movie: Lagann-hen", + "year": "2009", + "themes": [ + { + "name": "ED \"Namida no Tane, Egao no Hana\"", + "link": "https://animethemes.moe/video/GurrenLagannLagannHen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5751", + "title": "Tennis no Ouji-sama: Another Story - Kako to Mirai no Message", + "year": "2009", + "themes": [ + { + "name": "OP \"Brand-New HEAVEN\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaAnotherStory-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Iroasenai Ano Sora e\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaAnotherStory-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sakamichi no Hate e\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaAnotherStory-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Owaranai Ai\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaAnotherStory-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "5667", + "title": "To LOVE-Ru OVA", + "year": "2009", + "themes": [ + { + "name": "OP \"Yattekoi! Daisuki\"", + "link": "https://animethemes.moe/video/ToLoveRuOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Apple Panic!?\"", + "link": "https://animethemes.moe/video/ToLoveRuOVA-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Lucky tune\"", + "link": "https://animethemes.moe/video/ToLoveRuOVA-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Lucky tune\"", + "link": "https://animethemes.moe/video/ToLoveRuOVA-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "3593", + "title": "Utawarerumono OVA", + "year": "2009", + "themes": [ + { + "name": "OP \"adamant faith\"", + "link": "https://animethemes.moe/video/UtawarerumonoOVA-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/UtawarerumonoOVA-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Yume no Tsuzuki\"", + "link": "https://animethemes.moe/video/UtawarerumonoOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4970", + "title": "Afro Samurai: Resurrection", + "year": "2009", + "themes": [ + { + "name": "OP \"Brother's Keeper\"", + "link": "https://animethemes.moe/video/AfroSamuraiResurrection-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Number One Samurai\"", + "link": "https://animethemes.moe/video/AfroSamuraiResurrection-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bloody Samurai\"", + "link": "https://animethemes.moe/video/AfroSamuraiRessurection-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4999", + "title": "Asu no Yoichi!", + "year": "2009", + "themes": [ + { + "name": "OP \"Egao no Riyuu\"", + "link": "https://animethemes.moe/video/AsuNoYoichi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Life and Proud\"", + "link": "https://animethemes.moe/video/AsuNoYoichi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4186", + "title": "Chrome Shelled Regios", + "year": "2009", + "themes": [ + { + "name": "OP \"Brave your truth\"", + "link": "https://animethemes.moe/video/KoukakuNoRegios-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yasashii Uso\" by Chrome Shelled", + "link": "https://animethemes.moe/video/KoukakuNoRegios-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yasashii Uso\" by Chrome Shelled feat. Felli Loss", + "link": "https://animethemes.moe/video/KoukakuNoRegios-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yasashii Uso\" by Chrome Shelled feat. Nina Antalk", + "link": "https://animethemes.moe/video/KoukakuNoRegios-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Yasashii Uso\" by Chrome Shelled feat. Leerin Marfes", + "link": "https://animethemes.moe/video/KoukakuNoRegios-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Ai no Zuellni\" by Chrome Shelled", + "link": "https://animethemes.moe/video/KoukakuNoRegios-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Ai no Zuellni\" by Chrome Shelled feat. Mayshen Torinden", + "link": "https://animethemes.moe/video/KoukakuNoRegios-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Ai no Zuellni\" by Chrome Shelled feat. Leerin Marfes", + "link": "https://animethemes.moe/video/KoukakuNoRegios-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "5177", + "title": "Denpa-teki na Kanojo", + "year": "2009", + "themes": [ + { + "name": "ED1 \"Taiyou\"", + "link": "https://animethemes.moe/video/DenpaTekiNaKanojo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"door\"", + "link": "https://animethemes.moe/video/DenpaTekiNaKanojo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4726", + "title": "Druaga no Tou: The Sword of Uruk", + "year": "2009", + "themes": [ + { + "name": "OP \"Questions?\"", + "link": "https://animethemes.moe/video/DruagaNoTouSwordOfUruk-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mahoutsukai Desu Kedo.\"", + "link": "https://animethemes.moe/video/DruagaNoTouSwordOfUruk-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5684", + "title": "Fresh Precure!", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Let's! Fresh Precure!\"", + "link": "https://animethemes.moe/video/FreshPrecure-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Let's! Fresh Precure! ~Hybrid ver.~\"", + "link": "https://animethemes.moe/video/FreshPrecure-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"You Make Me Happy!\"", + "link": "https://animethemes.moe/video/FreshPrecure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"H@ppy Together!!!\"", + "link": "https://animethemes.moe/video/FreshPrecure-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5258", + "title": "Hajime no Ippo: New Challenger", + "year": "2009", + "themes": [ + { + "name": "OP \"Hekireki\"", + "link": "https://animethemes.moe/video/HajimeNoIppoNewChallenger-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"8 AM\"", + "link": "https://animethemes.moe/video/HajimeNoIppoNewChallenger-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3652", + "title": "Higurashi no Naku Koro ni Rei", + "year": "2009", + "themes": [ + { + "name": "OP \"Super Scription of Data\"", + "link": "https://animethemes.moe/video/HigurashiRei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Manazashi\"", + "link": "https://animethemes.moe/video/HigurashiRei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5420", + "title": "Kemono no Souja Erin", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Shizuku\" by Sukima Switch", + "link": "https://animethemes.moe/video/KemonoNoSoujaErin-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Shizuku\" by Chitose Hajime", + "link": "https://animethemes.moe/video/KemonoNoSoujaErin-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"After the rain\"", + "link": "https://animethemes.moe/video/KemonoNoSoujaErin-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kitto Tsutaete\"", + "link": "https://animethemes.moe/video/KemonoNoSoujaErin-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4195", + "title": "Kodomo no Jikan: Ni Gakki", + "year": "2009", + "themes": [ + { + "name": "OP \"Guilty Future\"", + "link": "https://animethemes.moe/video/KodomoNoJikanNiGakki-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"1,2,3 Day\"", + "link": "https://animethemes.moe/video/KodomoNoJikanNiGakki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yori Dori Princess\"", + "type": "ending" + } + ] + }, + { + "id": "5079", + "title": "Kurokami The Animation", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Sympathizer\"", + "link": "https://animethemes.moe/video/Kurokami-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"tRANCE\"", + "link": "https://animethemes.moe/video/Kurokami-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Irodori no Nai Sekai\"", + "link": "https://animethemes.moe/video/Kurokami-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Gekkou no Chigiri\"", + "link": "https://animethemes.moe/video/Kurokami-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5028", + "title": "Major S5", + "year": "2009", + "themes": [ + { + "name": "OP \"Hey! Hey! Alright\"", + "link": "https://animethemes.moe/video/MajorS5-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Stay With Me\"", + "link": "https://animethemes.moe/video/MajorS5-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Jibun Color\"", + "link": "https://animethemes.moe/video/MajorS5-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kokoro E\"", + "link": "https://animethemes.moe/video/MajorS5-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "5030", + "title": "Maria†Holic", + "year": "2009", + "themes": [ + { + "name": "OP \"HANAJI\"", + "link": "https://animethemes.moe/video/MariaHolic-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi ni, Mune Kyun\"", + "link": "https://animethemes.moe/video/MariaHolic-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3750", + "title": "Maria-sama ga Miteru 4th", + "year": "2009", + "themes": [ + { + "name": "OP \"Chizu Sanpo\"", + "link": "https://animethemes.moe/video/MariaSamaGaMiteruS4-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MariaSamaGaMiteruS4-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kumori Garasu no Muko\"", + "link": "https://animethemes.moe/video/MariaSamaGaMiteruS4-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5162", + "title": "Minami-ke Okaeri", + "year": "2009", + "themes": [ + { + "name": "OP \"Keikenchi Soku Joujou↑↑\"", + "link": "https://animethemes.moe/video/MinamikeOkaeri-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Zettai Colorful Sengen\"", + "link": "https://animethemes.moe/video/MinamikeOkaeri-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5753", + "title": "Precure All Stars Movie DX: Minna Tomodachi☆Kiseki no Zenin Daishuugou!", + "year": "2009", + "themes": [ + { + "name": "OP \"Kirakira Kawaii! Precure Daishuugou\"", + "link": "https://animethemes.moe/video/PrecureAllStarsDX-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Precure, Kiseki Deluxe\"", + "link": "https://animethemes.moe/video/PrecureAllStarsDX-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4618", + "title": "RideBack", + "year": "2009", + "themes": [ + { + "name": "OP \"RIDEBACK\"", + "link": "https://animethemes.moe/video/RideBack-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kioku\"", + "link": "https://animethemes.moe/video/RideBack-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5233", + "title": "Slayers Evolution-R", + "year": "2009", + "themes": [ + { + "name": "OP \"Front breaking\"", + "link": "https://animethemes.moe/video/SlayersEvolutionR-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sunadokei\"", + "link": "https://animethemes.moe/video/SlayersEvolutionR-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"JUST BEGUN\"", + "type": "ending" + } + ] + }, + { + "id": "5307", + "title": "Sora wo Kakeru Shoujo", + "year": "2009", + "themes": [ + { + "name": "OP1 \"Rara Eve Shinseiki\"", + "link": "https://animethemes.moe/video/SoraWoKakeruShoujo-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Miracle Fly\"", + "link": "https://animethemes.moe/video/SoraWoKakeruShoujo-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sora wa Shoujo no Tomodachisa\"", + "link": "https://animethemes.moe/video/SoraWoKakeruShoujo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kishi Otome\"", + "link": "https://animethemes.moe/video/SoraWoKakeruShoujo-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"espacio\"", + "link": "https://animethemes.moe/video/SoraWoKakeruShoujo-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "5702", + "title": "Sora wo Miageru Shoujo no Hitomi ni Utsuru Sekai", + "year": "2009", + "themes": [ + { + "name": "OP \"Anemoi\"", + "link": "https://animethemes.moe/video/MuntoTV-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hikari to Yami to Toki no Hate\"", + "link": "https://animethemes.moe/video/MuntoTV-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kokoro no Tsubasa\"", + "type": "ending" + } + ] + }, + { + "id": "5118", + "title": "Suzumiya Haruhi-chan no Yuuutsu", + "year": "2009", + "themes": [ + { + "name": "OP \"Ima made no Arasuji\"", + "link": "https://animethemes.moe/video/SuzumiyaHaruhiChanNoYuuutsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Atogaki no You na Mono\"", + "link": "https://animethemes.moe/video/SuzumiyaHaruhiChanNoYuuutsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5074", + "title": "Tetsuwan Birdy Decode:02", + "year": "2009", + "themes": [ + { + "name": "OP \"Kiseki\"", + "link": "https://animethemes.moe/video/TetsuwanBirdyDecode02-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Tane\"", + "link": "https://animethemes.moe/video/TetsuwanBirdyDecode02-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Tane\"", + "link": "https://animethemes.moe/video/TetsuwanBirdyDecode02-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "4938", + "title": "Tsubasa: Shunraiki", + "year": "2009", + "themes": [ + { + "name": "OP \"SONIC BOOM\"", + "link": "https://animethemes.moe/video/TsubasaShunraiki-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kioku no Mori\"", + "link": "https://animethemes.moe/video/TsubasaShunraiki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4720", + "title": "White Album", + "year": "2009", + "themes": [ + { + "name": "OP \"Shin Ai\"", + "link": "https://animethemes.moe/video/WhiteAlbum-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Maiochiru Yuki no Youni\"", + "link": "https://animethemes.moe/video/WhiteAlbum-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Maiochiru Yuki no Youni\"", + "link": "https://animethemes.moe/video/WhiteAlbum-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Maiochiru Yuki no Youni\"", + "link": "https://animethemes.moe/video/WhiteAlbum-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Maiochiru Yuki no Youni\"", + "link": "https://animethemes.moe/video/WhiteAlbum-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Maiochiru Yuki no Youni\"", + "link": "https://animethemes.moe/video/WhiteAlbum-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED V6 \"Maiochiru Yuki no Youni\"", + "link": "https://animethemes.moe/video/WhiteAlbum-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED V7 \"Maiochiru Yuki no Youni\"", + "link": "https://animethemes.moe/video/WhiteAlbum-ED1v7.webm", + "type": "ending" + } + ] + }, + { + "id": "4918", + "title": "xxxHOLiC Shunmuki", + "year": "2009", + "themes": [ + { + "name": "OP \"sofa\"", + "link": "https://animethemes.moe/video/xxxHOLiCShunmuki-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"CHERISH\"", + "link": "https://animethemes.moe/video/xxxHOLiCShunmuki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5300", + "title": "Zoku Natsume Yuujinchou", + "year": "2009", + "themes": [ + { + "name": "OP \"Ano hi Time Machine\"", + "link": "https://animethemes.moe/video/ZokuNatsumeYuujinchou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aishiteru\"", + "link": "https://animethemes.moe/video/ZokuNatsumeYuujinchou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4744", + "title": "Akaneiro ni Somaru Saka", + "year": "2008", + "themes": [ + { + "name": "OP V1 \"Hatsukoi Parachute\"", + "link": "https://animethemes.moe/video/Akasaka-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Hatsukoi Parachute\"", + "link": "https://animethemes.moe/video/Akasaka-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sweet Gift\"", + "link": "https://animethemes.moe/video/Akasaka-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Confusion...\"", + "link": "https://animethemes.moe/video/Akasaka-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Shoujo Test wa Muzukashii\"", + "link": "https://animethemes.moe/video/Akasaka-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Akane-Iro hometown\"", + "link": "https://animethemes.moe/video/Akasaka-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Cherry pink mystery\"", + "link": "https://animethemes.moe/video/Akasaka-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Make a miracle!\"", + "link": "https://animethemes.moe/video/Akasaka-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Love Diving\"", + "link": "https://animethemes.moe/video/Akasaka-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Chu.chu.ru. no Yakusoku\"", + "link": "https://animethemes.moe/video/Akasaka-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Mezamenai wish...\"", + "link": "https://animethemes.moe/video/Akasaka-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"ai Koko Kara\"", + "type": "ending" + } + ] + }, + { + "id": "4981", + "title": "Casshern Sins", + "year": "2008", + "themes": [ + { + "name": "OP \"Aoi Hana\"", + "link": "https://animethemes.moe/video/CasshernSins-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Reason\"", + "link": "https://animethemes.moe/video/CasshernSins-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Aoi Kage\"", + "link": "https://animethemes.moe/video/CasshernSins-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hikari to Kage\"", + "link": "https://animethemes.moe/video/CasshernSins-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"A Path\"", + "link": "https://animethemes.moe/video/CasshernSins-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "4975", + "title": "ChäoS;HEAd", + "year": "2008", + "themes": [ + { + "name": "OP \"F.D.D\"", + "link": "https://animethemes.moe/video/ChaosHead-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Super Special\"", + "link": "https://animethemes.moe/video/ChaosHead-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4181", + "title": "Clannad: After Story", + "year": "2008", + "themes": [ + { + "name": "OP \"Toki wo Kizamu Uta\"", + "link": "https://animethemes.moe/video/ClannadAfterStory-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"TORCH\"", + "link": "https://animethemes.moe/video/ClannadAfterStory-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"TORCH\"", + "link": "https://animethemes.moe/video/ClannadAfterStory-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"TORCH\"", + "link": "https://animethemes.moe/video/ClannadAfterStory-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"TORCH\"", + "link": "https://animethemes.moe/video/ClannadAfterStory-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED2 \"Chiisana Te no Hira\"", + "link": "https://animethemes.moe/video/ClannadAfterStory-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4789", + "title": "ef: A Tale of Melodies.", + "year": "2008", + "themes": [ + { + "name": "OP1 V1 \"ebullient future (English)\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"ebullient future (English)\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"ebullient future (English)\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP1 V4 \"ebullient future (English)\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP1 V5 \"ebullient future (English)\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP2 \"ebullient future (Instrumental)\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"ebullient future (English 2nd. Version)\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Egao no Chikara\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Egao no Chikara\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Egao no Chikara\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Egao no Chikara\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Egao no Chikara\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Negai no Kakera\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Negai no Kakera\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"ebullient future (English)\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"ebullient future (English)\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED4 \"ebullient future (Japanese)\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"ever forever\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "4725", + "title": "Ga-Rei: Zero", + "year": "2008", + "themes": [ + { + "name": "OP \"Paradise Lost\"", + "link": "https://animethemes.moe/video/GaReiZero-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Yume no Ashioto ga Kikoeru\"", + "link": "https://animethemes.moe/video/GaReiZero-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Yume no Ashioto ga Kikoeru\"", + "link": "https://animethemes.moe/video/GaReiZero-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "4872", + "title": "Goku Sayonara Zetsubou Sensei", + "year": "2008", + "themes": [ + { + "name": "OP1 V1 \"Kuusou Rumba\"", + "link": "https://animethemes.moe/video/GokuSayonaraZetsubouSensei-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Kuusou Rumba\"", + "link": "https://animethemes.moe/video/GokuSayonaraZetsubouSensei-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kuusou Rumba Rap\"", + "link": "https://animethemes.moe/video/GokuSayonaraZetsubouSensei-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Marionette\"", + "link": "https://animethemes.moe/video/GokuSayonaraZetsubouSensei-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Omamori\"", + "link": "https://animethemes.moe/video/ZokuSayonaraZetsubouSensei-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "4983", + "title": "Hells", + "year": "2008", + "themes": [ + { + "name": "ED \"BREATHE AGAIN\"", + "link": "https://animethemes.moe/video/Hells-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4550", + "title": "Hyakko", + "year": "2008", + "themes": [ + { + "name": "OP \"Suppin Rock\"", + "link": "https://animethemes.moe/video/Hyakko-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Namida Namida Namida\"", + "link": "https://animethemes.moe/video/Hyakko-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5231", + "title": "Inazuma Eleven", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Tachiagariyo\" by T-Pistonz", + "link": "https://animethemes.moe/video/InazumaEleven-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Maji de kansha!\" by T-Pistonz+KMC", + "link": "https://animethemes.moe/video/InazumaEleven-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Tsunagariyo\" by T-Pistonz+KMC", + "link": "https://animethemes.moe/video/InazumaEleven-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Katte nakou ze!\" by T-Pistonz+KMC", + "type": "opening" + }, + { + "name": "OP5 \"GOOD Kita!\" by T-Pistonz+KMC", + "type": "opening" + }, + { + "name": "OP6 \"Bokura no Goal!\" by T-Pistonz+KMC", + "type": "opening" + }, + { + "name": "ED1 \"Seishun oden\"", + "link": "https://animethemes.moe/video/InazumaEleven-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Seishun bus guide\"", + "link": "https://animethemes.moe/video/InazumaEleven-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ryuusei boy\"", + "link": "https://animethemes.moe/video/InazumaEleven-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Otakebi boy WAO!\"", + "type": "ending" + }, + { + "name": "ED5 \"Maji Bomber!\"", + "type": "ending" + }, + { + "name": "ED6 \"Shining Power\"", + "type": "ending" + }, + { + "name": "ED7 \"Mata ne... no Kisetsu\"", + "type": "ending" + } + ] + }, + { + "id": "5228", + "title": "Initial D Extra Stage 2", + "year": "2008", + "themes": [ + { + "name": "OP \"Soukyuu no flight\"", + "link": "https://animethemes.moe/video/InitialDExtraStage2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Key Ring\"", + "link": "https://animethemes.moe/video/InitialDExtraStage2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3713", + "title": "Jigoku Shoujo Mitsuganae", + "year": "2008", + "themes": [ + { + "name": "OP \"Tsukihana -tsukihana-\"", + "link": "https://animethemes.moe/video/JigokuShoujoMitsuganae-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ichi Nuke\"", + "link": "https://animethemes.moe/video/JigokuShoujoMitsuganae-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4814", + "title": "Junjou Romantica 2", + "year": "2008", + "themes": [ + { + "name": "OP \"Shoudou\"", + "link": "https://animethemes.moe/video/JunjouRomanticaS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aioi\"", + "link": "https://animethemes.moe/video/JunjouRomanticaS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3958", + "title": "Kannagi", + "year": "2008", + "themes": [ + { + "name": "OP \"motto☆Hade ni ne!\"", + "link": "https://animethemes.moe/video/Kannagi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Musuhi no Toki\"", + "link": "https://animethemes.moe/video/Kannagi-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Musuhi no Toki\"", + "link": "https://animethemes.moe/video/Kannagi-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Musuhi no Toki\"", + "link": "https://animethemes.moe/video/Kannagi-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Musuhi no Toki\"", + "link": "https://animethemes.moe/video/Kannagi-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Musuhi no Toki\"", + "link": "https://animethemes.moe/video/Kannagi-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Musuhi no Toki\"", + "link": "https://animethemes.moe/video/Kannagi-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED1 V7 \"Musuhi no Toki\"", + "link": "https://animethemes.moe/video/Kannagi-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED1 V8 \"Musuhi no Toki\"", + "link": "https://animethemes.moe/video/Kannagi-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED1 V9 \"Musuhi no Toki\"", + "link": "https://animethemes.moe/video/Kannagi-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED1 V10 \"Musuhi no Toki\"", + "link": "https://animethemes.moe/video/Kannagi-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED1 V11 \"Musuhi no Toki\"", + "link": "https://animethemes.moe/video/Kannagi-ED1v11.webm", + "type": "ending" + }, + { + "name": "ED2 \"Theme of Shiligeya\"", + "link": "https://animethemes.moe/video/Kannagi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3464", + "title": "Kemeko Deluxe!", + "year": "2008", + "themes": [ + { + "name": "OP \"Kemeko Deluxe!\"", + "link": "https://animethemes.moe/video/KemekoDeluxe-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Purippurin Taisou\"", + "link": "https://animethemes.moe/video/KemekoDeluxe-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5042", + "title": "Kiss x Sis", + "year": "2008", + "themes": [ + { + "name": "OP V1 \"Futari no Honey Boy\"", + "link": "https://animethemes.moe/video/KissxSis-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Futari no Honey Boy\"", + "link": "https://animethemes.moe/video/KissxSis-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Futari no Honey Boy\"", + "link": "https://animethemes.moe/video/KissxSis-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Futari no Honey Boy\"", + "link": "https://animethemes.moe/video/KissxSis-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Hoshizora Monogatari\"", + "link": "https://animethemes.moe/video/KissxSis-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hoshizora Monogatari\"", + "link": "https://animethemes.moe/video/KissxSis-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Hoshizora Monogatari\"", + "link": "https://animethemes.moe/video/KissxSis-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "3653", + "title": "Kurogane no Linebarrels", + "year": "2008", + "themes": [ + { + "name": "OP V1 \"Kitei no Tsurugi\"", + "link": "https://animethemes.moe/video/KuroganeNoLinebarrels-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kitei no Tsurugi\"", + "link": "https://animethemes.moe/video/KuroganeNoLinebarrels-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Kitei no Tsurugi\"", + "link": "https://animethemes.moe/video/KuroganeNoLinebarrels-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Kitei no Tsurugi\"", + "link": "https://animethemes.moe/video/KuroganeNoLinebarrels-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ame ga Furu\"", + "link": "https://animethemes.moe/video/KuroganeNoLinebarrels-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Remedy\"", + "link": "https://animethemes.moe/video/KuroganeNoLinebarrels-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4898", + "title": "Kuroshitsuji", + "year": "2008", + "themes": [ + { + "name": "OP V1 \"Kiss of Monochrome\"", + "link": "https://animethemes.moe/video/Kuroshitsuji-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kiss of Monochrome\"", + "link": "https://animethemes.moe/video/Kuroshitsuji-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"I'm ALIVE!\"", + "link": "https://animethemes.moe/video/Kuroshitsuji-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Lacrimosa\"", + "link": "https://animethemes.moe/video/Kuroshitsuji-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5039", + "title": "Kurozuka", + "year": "2008", + "themes": [ + { + "name": "OP \"SYSTEMATIC PEOPLE\"", + "link": "https://animethemes.moe/video/Kurozuka-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hanarebanare\"", + "link": "https://animethemes.moe/video/Kurozuka-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3654", + "title": "Macademi Wasshoi!", + "year": "2008", + "themes": [ + { + "name": "OP \"M☆O☆S☆O Ranbu\"", + "link": "https://animethemes.moe/video/MacademiWasshoi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Pastel\"", + "link": "https://animethemes.moe/video/MacademiWasshoi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Miwaku no La Vie en Rose\"", + "link": "https://animethemes.moe/video/MacademiWasshoi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4087", + "title": "Michiko to Hatchin", + "year": "2008", + "themes": [ + { + "name": "OP \"Paraiso\"", + "link": "https://animethemes.moe/video/MichikoToHatchin-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Best Friend\"", + "link": "https://animethemes.moe/video/MichikoToHatchin-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nada pode me parar agora\"", + "link": "https://animethemes.moe/video/MichikoToHatchin-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3927", + "title": "Mobile Suit Gundam 00 Second Season", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Hakanaku mo Towa no Kanashi\"", + "link": "https://animethemes.moe/video/Gundam00S2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Namida no Mukou\"", + "link": "https://animethemes.moe/video/Gundam00S2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Prototype\"", + "link": "https://animethemes.moe/video/Gundam00S2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"TOMORROW\"", + "link": "https://animethemes.moe/video/Gundam00S2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"trust you\"", + "link": "https://animethemes.moe/video/Gundam00S2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"DAYBREAK'S BELL\"", + "type": "ending" + } + ] + }, + { + "id": "4232", + "title": "Mobile Suit Gundam MS IGLOO 2: Gravity of the Battlefront", + "year": "2008", + "themes": [ + { + "name": "ED1 \"Mr. Lonely Heart\"", + "link": "https://animethemes.moe/video/GundamMSIGLOO2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Places in the Heart\"", + "link": "https://animethemes.moe/video/GundamMSIGLOO2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"NO LIMITS ∞\"", + "link": "https://animethemes.moe/video/GundamMSIGLOO2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "4879", + "title": "Mouryou no Hako", + "year": "2008", + "themes": [ + { + "name": "OP \"Lost in Blue\"", + "link": "https://animethemes.moe/video/MouryouNoHako-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Naked Love\"", + "type": "ending" + } + ] + }, + { + "id": "4477", + "title": "Nodame Cantabile: Paris-hen", + "year": "2008", + "themes": [ + { + "name": "OP \"Sky High!\"", + "link": "https://animethemes.moe/video/NodameCantabileParisHen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NodameCantabileParisHen-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Tokyo et. Paris\"", + "type": "ending" + } + ] + }, + { + "id": "5040", + "title": "One Outs", + "year": "2008", + "themes": [ + { + "name": "OP \"Bury\"", + "link": "https://animethemes.moe/video/OneOuts-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Moment\"", + "link": "https://animethemes.moe/video/OneOuts-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4214", + "title": "Rosario to Vampire Capu2", + "year": "2008", + "themes": [ + { + "name": "OP \"DISCOTHEQUE\"", + "link": "https://animethemes.moe/video/RosarioToVampireCapu2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Trinity Cross\"", + "link": "https://animethemes.moe/video/RosarioToVampireCapu2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5262", + "title": "Shugo Chara!! Doki", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Minna no Tamago\"", + "link": "https://animethemes.moe/video/ShugoCharaDoki-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Shugo Shugo!\"", + "link": "https://animethemes.moe/video/ShugoCharaDoki-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Omakase♪Guardian\"", + "link": "https://animethemes.moe/video/ShugoCharaDoki-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"School Days\"", + "link": "https://animethemes.moe/video/ShugoCharaDoki-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Rottara Rottara\"", + "link": "https://animethemes.moe/video/ShugoCharaDoki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"co.no.mi.chi\"", + "link": "https://animethemes.moe/video/ShugoCharaDoki-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"MY BOY\"", + "link": "https://animethemes.moe/video/ShugoCharaDoki-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Take it Easy!\"", + "link": "https://animethemes.moe/video/ShugoCharaDoki-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Honto no Jibun\"", + "link": "https://animethemes.moe/video/ShugoCharaDoki-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "4722", + "title": "Skip Beat!", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Dream Star\"", + "link": "https://animethemes.moe/video/SkipBeat-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Renaissance\"", + "link": "https://animethemes.moe/video/SkipBeat-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Namida\"", + "link": "https://animethemes.moe/video/SkipBeat-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Eien\"", + "link": "https://animethemes.moe/video/SkipBeat-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4884", + "title": "Tales of the Abyss", + "year": "2008", + "themes": [ + { + "name": "OP \"Karma\"", + "link": "https://animethemes.moe/video/TalesOfTheAbyss-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Bouken Suisei\"", + "link": "https://animethemes.moe/video/TalesOfTheAbyss-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4107", + "title": "Tengen Toppa Gurren Lagann Movie: Gurren-hen", + "year": "2008", + "themes": [ + { + "name": "ED \"Tsuzuku Sekai\"", + "link": "https://animethemes.moe/video/GurrenLagannGurrenHen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4654", + "title": "Toaru Majutsu no Index", + "year": "2008", + "themes": [ + { + "name": "OP1 \"PSI-missing\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndex-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"masterpiece\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndex-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Rimless ~Fuchinashi no Sekai~\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndex-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Chikaigoto ~Sukoshi Dake Mou Ichido~\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndex-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4224", + "title": "Toradora!", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Pre-Parade\"", + "link": "https://animethemes.moe/video/Toradora-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"silky heart\"", + "link": "https://animethemes.moe/video/Toradora-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Vanilla Salt\"", + "link": "https://animethemes.moe/video/Toradora-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Orange\"", + "link": "https://animethemes.moe/video/Toradora-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Orange\"", + "link": "https://animethemes.moe/video/Toradora-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Orange\"", + "link": "https://animethemes.moe/video/Toradora-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED2 V4 \"Orange\"", + "link": "https://animethemes.moe/video/Toradora-ED2v4.webm", + "type": "ending" + }, + { + "name": "ED3 \"Holy Night\"", + "link": "https://animethemes.moe/video/Toradora-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "4066", + "title": "Tytania", + "year": "2008", + "themes": [ + { + "name": "OP \"Ano Sora wo, Yuke\"", + "link": "https://animethemes.moe/video/Tytania-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Lost in Space\"", + "link": "https://animethemes.moe/video/Tytania-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4752", + "title": "Vampire Knight: Guilty", + "year": "2008", + "themes": [ + { + "name": "OP \"Rondo\"", + "link": "https://animethemes.moe/video/VampireKnightGuilty-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Suna no Oshiro\"", + "link": "https://animethemes.moe/video/VampireKnightGuilty-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4703", + "title": "Yes! Precure 5 GoGo! Movie: Okashi no Kuni no Happy Birthday", + "year": "2008", + "themes": [ + { + "name": "OP \"Full Throttle Go Go!\"", + "link": "https://animethemes.moe/video/YesPrecure5GoGoMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Birthday Party\"", + "link": "https://animethemes.moe/video/YesPrecure5GoGoMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5020", + "title": "Zettai Shougeki: Platonic Heart", + "year": "2008", + "themes": [ + { + "name": "OP \"Tatsumaki Wave\"", + "link": "https://animethemes.moe/video/ZettaiShougeki-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Will ~Kokoro no Michishirube~\"", + "link": "https://animethemes.moe/video/ZettaiShougeki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Zero Gravity\"", + "link": "https://animethemes.moe/video/ZettaiShougeki-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4151", + "title": "Blade of the Immortal", + "year": "2008", + "themes": [ + { + "name": "OP \"Akai Usagi\"", + "link": "https://animethemes.moe/video/BladeOfTheImmortal-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"wants\"", + "link": "https://animethemes.moe/video/BladeOfTheImmortal-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4177", + "title": "Bounen no Xamdou", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Shut Up And Explode\"", + "link": "https://animethemes.moe/video/BounenNoXamdou-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Back on my Feet\"", + "link": "https://animethemes.moe/video/BounenNoXamdou-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Vacancy\"", + "link": "https://animethemes.moe/video/BounenNoXamdou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Over U\"", + "link": "https://animethemes.moe/video/BounenNoXamdou-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Just Breathe\"", + "link": "https://animethemes.moe/video/BounenNoXamdou-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "3702", + "title": "Detroit Metal City", + "year": "2008", + "themes": [ + { + "name": "OP \"Satsugai\"", + "link": "https://animethemes.moe/video/DetroitMetalCity-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Amai Koibito\"", + "link": "https://animethemes.moe/video/DetroitMetalCity-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3604", + "title": "Hidamari Sketch x 365", + "year": "2008", + "themes": [ + { + "name": "OP V1 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v6.webm", + "type": "opening" + }, + { + "name": "OP V7 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v7.webm", + "type": "opening" + }, + { + "name": "OP V8 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v8.webm", + "type": "opening" + }, + { + "name": "OP V9 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v9.webm", + "type": "opening" + }, + { + "name": "OP V10 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v10.webm", + "type": "opening" + }, + { + "name": "OP V11 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v11.webm", + "type": "opening" + }, + { + "name": "OP V12 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v12.webm", + "type": "opening" + }, + { + "name": "OP V13 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v13.webm", + "type": "opening" + }, + { + "name": "ED \"Ryuusei Record\"", + "link": "https://animethemes.moe/video/HidamariSketch365-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4196", + "title": "Ikkitousen: Great Guardians", + "year": "2008", + "themes": [ + { + "name": "OP \"No×Limit!\"", + "link": "https://animethemes.moe/video/IkkitousenGreatGuardians-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kage 〜shape of shadow〜\"", + "link": "https://animethemes.moe/video/IkkitousenGreatGuardians-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kage 〜shape of shadow〜\"", + "link": "https://animethemes.moe/video/IkkitousenGreatGuardians-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Kage 〜shape of shadow〜\"", + "link": "https://animethemes.moe/video/IkkitousenGreatGuardians-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Kage 〜shape of shadow〜\"", + "link": "https://animethemes.moe/video/IkkitousenGreatGuardians-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "3805", + "title": "Kaitou Tenshi Twin Angel", + "year": "2008", + "themes": [ + { + "name": "OP \"Angel-like ni★LOVEly-tai!!\"", + "link": "https://animethemes.moe/video/KaitouTenshiTwinAngel-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Angel-like ni★LOVEly-tai!!\"", + "link": "https://animethemes.moe/video/KaitouTenshiTwinAngel-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Twinkle☆Twinkle\"", + "link": "https://animethemes.moe/video/KaitouTenshiTwinAngel-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4282", + "title": "Kara no Kyoukai 5: Mujun Rasen", + "year": "2008", + "themes": [ + { + "name": "ED \"Sprinter\"", + "link": "https://animethemes.moe/video/KaraNoKyoukai5-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4262", + "title": "Koihime†Musou", + "year": "2008", + "themes": [ + { + "name": "OP \"flower of bravery\"", + "link": "https://animethemes.moe/video/KoihimeMusou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yappari Sekai wa Atashi☆Legend!!\"", + "link": "https://animethemes.moe/video/KoihimeMusou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4188", + "title": "Mahou Sensei Negima! Shiroki Tsubasa Ala Alba", + "year": "2008", + "themes": [ + { + "name": "OP \"Happy ☆ Material Return\"", + "link": "https://animethemes.moe/video/MahouSenseiNegimaOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kagayaku Himi He\"", + "type": "ending" + } + ] + }, + { + "id": "4081", + "title": "Natsume Yuujinchou", + "year": "2008", + "themes": [ + { + "name": "OP \"Issei no Sei\"", + "link": "https://animethemes.moe/video/NatsumeYuujinchou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Natsu Yuuzora\"", + "link": "https://animethemes.moe/video/NatsumeYuujinchou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3467", + "title": "Nogizaka Haruka no Himitsu", + "year": "2008", + "themes": [ + { + "name": "OP \"Tomadoi Bitter Tune\"", + "type": "opening" + }, + { + "name": "ED \"Hitosashiyubi Quiet!\"", + "link": "https://animethemes.moe/video/NogizakaHarukaNoHimitsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5080", + "title": "Quiz Magic Academy: The Original Animation", + "year": "2008", + "themes": [ + { + "name": "OP \"Kenja no Michi\"", + "link": "https://animethemes.moe/video/QuizMagicAcademy-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mirai no Minna\"", + "link": "https://animethemes.moe/video/QuizMagicAcademy-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4063", + "title": "Sekirei", + "year": "2008", + "themes": [ + { + "name": "OP \"Sekirei\"", + "link": "https://animethemes.moe/video/Sekirei-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dear sweet heart\"", + "link": "https://animethemes.moe/video/Sekirei-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi wo Omou Toki\"", + "link": "https://animethemes.moe/video/Sekirei-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4028", + "title": "Slayers Revolution", + "year": "2008", + "themes": [ + { + "name": "OP \"Plenty of grit\"", + "link": "https://animethemes.moe/video/SlayersRevolution-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Revolution\"", + "link": "https://animethemes.moe/video/SlayersRevolution-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3667", + "title": "Strike Witches", + "year": "2008", + "themes": [ + { + "name": "OP \"STRIKE WITCHES ~Watashi ni Dekiru Koto~\"", + "link": "https://animethemes.moe/video/StrikeWitches-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Bookmark A Head\" by Misato Fukuen and Saeko Chiba", + "link": "https://animethemes.moe/video/StrikeWitches-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bookmark A Head\" by Misato Fukuen and Kaori Nazuka", + "link": "https://animethemes.moe/video/StrikeWitches-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Bookmark A Head\" by Misato Fukuen and Mie Sonozaki", + "link": "https://animethemes.moe/video/StrikeWitches-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Bookmark A Head\" by Chiwa Saitō and Ami Koshimizu", + "link": "https://animethemes.moe/video/StrikeWitches-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Bookmark A Head\" by Mai Kadowaki and Erika Nakai", + "link": "https://animethemes.moe/video/StrikeWitches-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Bookmark A Head\" by Miyuki Sawashiro and Sakura Nogawa", + "link": "https://animethemes.moe/video/StrikeWitches-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Bookmark A Head\" by Rie Tanaka and Saeko Chiba", + "link": "https://animethemes.moe/video/StrikeWitches-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Bookmark A Head\" by Misato Fukuen and Miyuki Sawashiro", + "link": "https://animethemes.moe/video/StrikeWitches-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Bookmark A Head\" by Misato Fukuen and Rie Tanaka", + "link": "https://animethemes.moe/video/StrikeWitches-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Bookmark A Head\" by Saeko Chiba and Miyuki Sawashiro", + "link": "https://animethemes.moe/video/StrikeWitches-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Bookmark A Head\" by Misato Fukuen, Saeko Chiba, Rie Tanaka, Miyuki Sawashiro, Kaori Nazuka, Sakura Nogawa, Mie Sonozaki, Chiwa Saitō, Ami Koshimizu, Mai Kadowaki, and Erika Nakai", + "link": "https://animethemes.moe/video/StrikeWitches-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "3974", + "title": "Tetsuwan Birdy Decode", + "year": "2008", + "themes": [ + { + "name": "OP \"Sora\"", + "link": "https://animethemes.moe/video/TetsuwanBirdyDecode-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Let's go together\"", + "link": "https://animethemes.moe/video/TetsuwanBirdyDecode-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4415", + "title": "World Destruction: Sekai Bokumetsu no Rokunin", + "year": "2008", + "themes": [ + { + "name": "OP \"ZERØ\"", + "link": "https://animethemes.moe/video/WorldDestruction-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kaze no Kioku ~to the end of the world~\"", + "link": "https://animethemes.moe/video/WorldDestruction-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3712", + "title": "Zero no Tsukaima: Princesses no Rondo", + "year": "2008", + "themes": [ + { + "name": "OP \"YOU'RE THE ONE\"", + "link": "https://animethemes.moe/video/ZeroNoTsukaimaS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gomen ne\"", + "link": "https://animethemes.moe/video/ZeroNoTsukaimaS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3359", + "title": "Amatsuki", + "year": "2008", + "themes": [ + { + "name": "OP \"Casting Dice\"", + "link": "https://animethemes.moe/video/Amatsuki-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Namae no Nai Michi\"", + "link": "https://animethemes.moe/video/Amatsuki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4535", + "title": "Candy Boy: Nonchalant Talk of the Certain Twin Sisters in Daily Life", + "year": "2008", + "themes": [ + { + "name": "ED1 \"Koi no Katachi\"", + "link": "https://animethemes.moe/video/CandyBoy-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bring up...LOVE\"", + "link": "https://animethemes.moe/video/CandyBoy-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"romance\"", + "link": "https://animethemes.moe/video/CandyBoy-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "3841", + "title": "Chi's Sweet Home", + "year": "2008", + "themes": [ + { + "name": "OP \"Ouchi ga ichiban\"", + "link": "https://animethemes.moe/video/ChisSweetHome-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "2904", + "title": "Code Geass: Hangyaku no Lelouch R2", + "year": "2008", + "themes": [ + { + "name": "OP1 \"02~O-Two~\"", + "link": "https://animethemes.moe/video/CodeGeassR2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"WORLD END\"", + "link": "https://animethemes.moe/video/CodeGeassR2-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"WORLD END\"", + "link": "https://animethemes.moe/video/CodeGeassR2-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shiawase Neiro\"", + "link": "https://animethemes.moe/video/CodeGeassR2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Waga Routashi Aku no Hana\"", + "link": "https://animethemes.moe/video/CodeGeassR2-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Waga Routashi Aku no Hana\"", + "link": "https://animethemes.moe/video/CodeGeassR2-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "3840", + "title": "Crystal Blaze", + "year": "2008", + "themes": [ + { + "name": "OP \"Never looking back\"", + "link": "https://animethemes.moe/video/CrystalBlaze-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"qué sera-sera\"", + "link": "https://animethemes.moe/video/CrystalBlaze-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kokoroyo Kaze ni Nare\"", + "link": "https://animethemes.moe/video/CrystalBlaze-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3627", + "title": "D.C.II S.S.: Da Capo II Second Season", + "year": "2008", + "themes": [ + { + "name": "OP \"Sakura Amaneku Sekai\"", + "link": "https://animethemes.moe/video/DaCapoIIS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Bokutachi no Yukue\"", + "link": "https://animethemes.moe/video/DaCapoIIS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3230", + "title": "Druaga no Tou: The Aegis of Uruk", + "year": "2008", + "themes": [ + { + "name": "OP \"Swinging\"", + "link": "https://animethemes.moe/video/DruagaNoTouAegisOfUruk-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Touchousha-tachi\"", + "link": "https://animethemes.moe/video/DruagaNoTouAegisOfUruk-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3731", + "title": "Itazura na Kiss", + "year": "2008", + "themes": [ + { + "name": "OP V1 \"Kimi, Meguru, Boku\"", + "link": "https://animethemes.moe/video/ItazuraNaKiss-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kimi, Meguru, Boku\"", + "link": "https://animethemes.moe/video/ItazuraNaKiss-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kataomoi Fighter\"", + "link": "https://animethemes.moe/video/ItazuraNaKiss-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Jikan yo Tomare\"", + "link": "https://animethemes.moe/video/ItazuraNaKiss-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3092", + "title": "Junjou Romantica", + "year": "2008", + "themes": [ + { + "name": "OP \"Kimi = Hana\"", + "link": "https://animethemes.moe/video/JunjouRomantica-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Baby Romantica\"", + "link": "https://animethemes.moe/video/JunjouRomantica-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3701", + "title": "Kaiba", + "year": "2008", + "themes": [ + { + "name": "OP \"Never\"", + "link": "https://animethemes.moe/video/Kaiba-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Carry Me Away\"", + "link": "https://animethemes.moe/video/Kaiba-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Carry Me Away\"", + "link": "https://animethemes.moe/video/Kaiba-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "3616", + "title": "Kamen no Maid Guy", + "year": "2008", + "themes": [ + { + "name": "OP \"Special Life!\"", + "link": "https://animethemes.moe/video/KamenNoMaidGuy-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Wakugai!!\"", + "link": "https://animethemes.moe/video/KamenNoMaidGuy-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3503", + "title": "Kanokon", + "year": "2008", + "themes": [ + { + "name": "OP \"PHOSPHOR\"", + "link": "https://animethemes.moe/video/Kanokon-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koi no Honoo\"", + "link": "https://animethemes.moe/video/Kanokon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4280", + "title": "Kara no Kyoukai 4: Garan no Dou", + "year": "2008", + "themes": [ + { + "name": "ED \"Aria\"", + "link": "https://animethemes.moe/video/KaraNoKyoukai4-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3358", + "title": "Kure-nai", + "year": "2008", + "themes": [ + { + "name": "OP \"Love Jump\"", + "link": "https://animethemes.moe/video/Kurenai-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"crossing days\"", + "link": "https://animethemes.moe/video/Kurenai-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tenohira no Taiyou\"", + "type": "ending" + } + ] + }, + { + "id": "4080", + "title": "Kyou kara Maou! 3rd Series", + "year": "2008", + "themes": [ + { + "name": "OP \"Sekai yo Warae\"", + "link": "https://animethemes.moe/video/KyouKaraMaouS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Going\"", + "link": "https://animethemes.moe/video/KyouKaraMaouS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3572", + "title": "Macross F", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Triangler\"", + "link": "https://animethemes.moe/video/MacrossF-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Seikan Hikou\"", + "link": "https://animethemes.moe/video/MacrossF-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Lion\"", + "link": "https://animethemes.moe/video/MacrossF-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Aimo (vocal and harmonica version)\"", + "link": "https://animethemes.moe/video/MacrossF-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Diamond Crevasse\" by May'n", + "link": "https://animethemes.moe/video/MacrossF-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Aimo\"", + "link": "https://animethemes.moe/video/MacrossF-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Aimo~Tori no Hito\"", + "link": "https://animethemes.moe/video/MacrossF-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Neko Nikki\"", + "link": "https://animethemes.moe/video/MacrossF-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Ai Oboete Imasu Ka (Deculture Edition)\"", + "link": "https://animethemes.moe/video/MacrossF-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Diamond Crevasse 50/50\" by Megumi Nakajima and May'n", + "link": "https://animethemes.moe/video/MacrossF-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Northern Cross\"", + "link": "https://animethemes.moe/video/MacrossF-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Triangler\"", + "link": "https://animethemes.moe/video/MacrossF-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Empty Diamond Crevasse\"", + "link": "https://animethemes.moe/video/MacrossF-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Azure Ether\"", + "link": "https://animethemes.moe/video/MacrossF-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Triangler (fight on stage)\"", + "link": "https://animethemes.moe/video/MacrossF-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "3655", + "title": "Nabari no Ou", + "year": "2008", + "themes": [ + { + "name": "OP \"Crawl\"", + "link": "https://animethemes.moe/video/NabariNoOu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"HIKARI\"", + "link": "https://animethemes.moe/video/NabariNoOu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Aru ga Mama\"", + "link": "https://animethemes.moe/video/NabariNoOu-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5938", + "title": "Onegai♪My Melody Kirara★", + "year": "2008", + "themes": [ + { + "name": "OP \"Kira Kira Kirara ★彡\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodyKirara-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hoshizora Hayatochiri\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodyKirara-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hoshi no Flamenco\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodyKirara-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4136", + "title": "Penguin Musume♥Heart", + "year": "2008", + "themes": [ + { + "name": "OP \"Renai Jiyuu Shoujo♀\"", + "link": "https://animethemes.moe/video/PenguinMusumeHeart-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yurete Hajikete Afurechau☆Miwaku no Penguin Musume\"", + "link": "https://animethemes.moe/video/PenguinMusumeHeart-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yurayura + Yuriyura + Nanananaー\"", + "link": "https://animethemes.moe/video/PenguinMusumeHeart-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3588", + "title": "Soul Eater", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Resonance\"", + "link": "https://animethemes.moe/video/SoulEater-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"PAPERMOON\"", + "link": "https://animethemes.moe/video/SoulEater-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"I Wanna Be\"", + "link": "https://animethemes.moe/video/SoulEater-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Style\"", + "link": "https://animethemes.moe/video/SoulEater-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Style\"", + "link": "https://animethemes.moe/video/SoulEater-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Bakusou Yumeuta\"", + "link": "https://animethemes.moe/video/SoulEater-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Strength\"", + "link": "https://animethemes.moe/video/SoulEater-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "4053", + "title": "Tennis no Ouji-sama: Zenkoku Taikai-hen - Final", + "year": "2008", + "themes": [ + { + "name": "OP \"Across My Line\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaZenkokuTaikaiHenFinal-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dear Prince: Tennis no Ouji-sama-tachi e\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaZenkokuTaikaiHenFinal-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3455", + "title": "To LOVE-Ru", + "year": "2008", + "themes": [ + { + "name": "OP \"forever we can make it!\"", + "link": "https://animethemes.moe/video/ToLoveRu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Lucky Tune\"", + "link": "https://animethemes.moe/video/ToLoveRu-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Lucky Tune\"", + "link": "https://animethemes.moe/video/ToLoveRu-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"kiss no Yukue\"", + "link": "https://animethemes.moe/video/ToLoveRu-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3613", + "title": "Toshokan Sensou", + "year": "2008", + "themes": [ + { + "name": "OP \"Atashi no Machi, Asu no Machi\"", + "link": "https://animethemes.moe/video/ToshokanSensou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"changes\"", + "link": "https://animethemes.moe/video/ToshokanSensou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3457", + "title": "Vampire Knight", + "year": "2008", + "themes": [ + { + "name": "OP V1 \"Futatsu no Kodou to Akai Tsumi\"", + "link": "https://animethemes.moe/video/VampireKnight-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Futatsu no Kodou to Akai Tsumi\"", + "link": "https://animethemes.moe/video/VampireKnight-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Futatsu no Kodou to Akai Tsumi\"", + "link": "https://animethemes.moe/video/VampireKnight-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"still doll\"", + "link": "https://animethemes.moe/video/VampireKnight-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3972", + "title": "Yu☆Gi☆Oh! 5D's", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Kizuna\"", + "link": "https://animethemes.moe/video/YGO5DS-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Last train (New Morning)\"", + "link": "https://animethemes.moe/video/YGO5DS-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"FREEDOM\"", + "link": "https://animethemes.moe/video/YGO5DS-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"BELIEVE IN NEXUS\"", + "link": "https://animethemes.moe/video/YGO5DS-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Road to Tomorrow - Going My Way!!\"", + "link": "https://animethemes.moe/video/YGO5DS-OP5.webm", + "type": "opening" + }, + { + "name": "ED1 \"START\"", + "link": "https://animethemes.moe/video/YGO5DS-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"CROSS GAME\"", + "link": "https://animethemes.moe/video/YGO5DS-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"-OZONE-\"", + "link": "https://animethemes.moe/video/YGO5DS-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Close to You\"", + "link": "https://animethemes.moe/video/YGO5DS-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Future Colours\"", + "link": "https://animethemes.moe/video/YGO5DS-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "4038", + "title": "Zettai Karen Children", + "year": "2008", + "themes": [ + { + "name": "OP1 V1 \"Over The Future\"", + "link": "https://animethemes.moe/video/ZettaiKarenChildren-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Over The Future\"", + "link": "https://animethemes.moe/video/ZettaiKarenChildren-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"MY WINGS\" by Karen Girl's", + "link": "https://animethemes.moe/video/ZettaiKarenChildren-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"MY WINGS\" by The Children", + "link": "https://animethemes.moe/video/ZettaiKarenChildren-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Zettai love×love Sengen!!\" by The Children", + "link": "https://animethemes.moe/video/ZettaiKarenChildren-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"DATTE Daihonmei\"", + "link": "https://animethemes.moe/video/ZettaiKarenChildren-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Break+Your+Destiny\"", + "link": "https://animethemes.moe/video/ZettaiKarenChildren-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Break+Your+Destiny\"", + "link": "https://animethemes.moe/video/ZettaiKarenChildren-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED4 \"Soushunfu\"", + "link": "https://animethemes.moe/video/ZettaiKarenChildren-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Zettai love×love Sengen!!\" by Karen Girl's", + "link": "https://animethemes.moe/video/ZettaiKarenChildren-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "3297", + "title": "Aria The Origination", + "year": "2008", + "themes": [ + { + "name": "OP V1 \"Spirale\"", + "link": "https://animethemes.moe/video/AriaTheOrigination-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Spirale\"", + "link": "https://animethemes.moe/video/AriaTheOrigination-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kin no Nami Sen no Nami\"", + "link": "https://animethemes.moe/video/AriaTheOrigination-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Undine\"", + "link": "https://animethemes.moe/video/AriaTheOrigination-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3166", + "title": "Ayakashi", + "year": "2008", + "themes": [ + { + "name": "OP \"Cloudier Sky\"", + "link": "https://animethemes.moe/video/Ayakashi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kagaribi\"", + "link": "https://animethemes.moe/video/Ayakashi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3231", + "title": "Gunslinger Girl: Il Teatrino", + "year": "2008", + "themes": [ + { + "name": "OP \"Tatta Hitotsu no Omoi\"", + "link": "https://animethemes.moe/video/GunslingerGirlS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"doll\" by Tada Aoi", + "type": "ending" + }, + { + "name": "ED2 \"doll\" by Lia", + "type": "ending" + }, + { + "name": "ED3 \"Scarborough Fair\"", + "type": "ending" + }, + { + "name": "ED4 \"human\"", + "type": "ending" + } + ] + }, + { + "id": "3710", + "title": "Hakaba Kitarou", + "year": "2008", + "themes": [ + { + "name": "OP \"Mononoke Dance\"", + "link": "https://animethemes.moe/video/HakabaKitarou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Snow Tears\"", + "link": "https://animethemes.moe/video/HakabaKitarou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3783", + "title": "Kara no Kyoukai 3: Tsuukaku Zanryuu", + "year": "2008", + "themes": [ + { + "name": "ED \"Kizuato\"", + "link": "https://animethemes.moe/video/KaraNoKyoukai3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3229", + "title": "Kimi ga Aruji de Shitsuji ga Ore de", + "year": "2008", + "themes": [ + { + "name": "OP \"Hizamazuku Made 5 Byo Dake!\"", + "link": "https://animethemes.moe/video/Kimiaru-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Butler Switch On!\"", + "link": "https://animethemes.moe/video/Kimiaru-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3268", + "title": "Mai-Otome 0: S.ifr", + "year": "2008", + "themes": [ + { + "name": "ED1 \"Finality Blue\"", + "link": "https://animethemes.moe/video/MaiOtomeZero-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Heart All Green\"", + "link": "https://animethemes.moe/video/MaiOtomeZero-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Koko ni Atta ne\"", + "link": "https://animethemes.moe/video/MaiOtomeZero-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "3226", + "title": "Major S4", + "year": "2008", + "themes": [ + { + "name": "OP \"Rise\"", + "link": "https://animethemes.moe/video/MajorS4-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"One Day\"", + "link": "https://animethemes.moe/video/MajorS4-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ame Nochi Niji Iro\"", + "link": "https://animethemes.moe/video/MajorS4-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Rise\"", + "link": "https://animethemes.moe/video/MajorS4-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "3225", + "title": "Minami-ke Okawari", + "year": "2008", + "themes": [ + { + "name": "OP \"Kokoro no Tsubasa\"", + "link": "https://animethemes.moe/video/MinamikeOkawari-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Sono Koe ga Kiki Takute\"", + "link": "https://animethemes.moe/video/MinamikeOkawari-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Sono Koe ga Kiki Takute\"", + "link": "https://animethemes.moe/video/MinamikeOkawari-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Sono Koe ga Kiki Takute\"", + "link": "https://animethemes.moe/video/MinamikeOkawari-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Sono Koe ga Kiki Takute\"", + "link": "https://animethemes.moe/video/MinamikeOkawari-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Sono Koe ga Kiki Takute\"", + "link": "https://animethemes.moe/video/MinamikeOkawari-ED1v5.webm", + "type": "ending" + } + ] + }, + { + "id": "3342", + "title": "Mnemosyne: Mnemosyne no Musume-tachi", + "year": "2008", + "themes": [ + { + "name": "OP \"ALSATIA\"", + "link": "https://animethemes.moe/video/Mnemosyne-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"CAUSE DISARRAY\"", + "link": "https://animethemes.moe/video/Mnemosyne-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2966", + "title": "Ookami to Koushinryou", + "year": "2008", + "themes": [ + { + "name": "OP \"Tabi no Tochuu\"", + "link": "https://animethemes.moe/video/OokamiToKoushinryou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ringo Biyori\"", + "link": "https://animethemes.moe/video/OokamiToKoushinryou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3366", + "title": "Persona: Trinity Soul", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Breakin' Through\"", + "link": "https://animethemes.moe/video/PersonaTrinitySoul-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"WORD OF THE VOICE\"", + "link": "https://animethemes.moe/video/PersonaTrinitySoul-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"SUICIDES LOVE STORY\"", + "link": "https://animethemes.moe/video/PersonaTrinitySoul-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Found Me\"", + "link": "https://animethemes.moe/video/PersonaTrinitySoul-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2993", + "title": "Rosario to Vampire", + "year": "2008", + "themes": [ + { + "name": "OP \"COSMIC LOVE\"", + "link": "https://animethemes.moe/video/RosarioToVampire-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dancing in the velvet moon\"", + "link": "https://animethemes.moe/video/RosarioToVampire-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3515", + "title": "Saint Seiya: Meiou Hades Elysion-hen", + "year": "2008", + "themes": [ + { + "name": "OP V1 \"Megami no Senshi ~Pegasus Forever~\"", + "link": "https://animethemes.moe/video/SaintSeiyaHadesElysionHen-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Megami no Senshi ~Pegasus Forever~\"", + "link": "https://animethemes.moe/video/SaintSeiyaHadesElysionHen-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Kami no En ~Del regno~\"", + "link": "https://animethemes.moe/video/SaintSeiyaHadesElysionHen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3420", + "title": "Shigofumi", + "year": "2008", + "themes": [ + { + "name": "OP \"Kotodama\"", + "link": "https://animethemes.moe/video/Shigofumi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chain\"", + "link": "https://animethemes.moe/video/Shigofumi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2129", + "title": "True Tears", + "year": "2008", + "themes": [ + { + "name": "OP \"Reflectia\"", + "link": "https://animethemes.moe/video/TrueTears-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TrueTears-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Sekai no Namida\"", + "link": "https://animethemes.moe/video/TrueTears-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TrueTears-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "3295", + "title": "Yatterman", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Yatterman no Uta\" by Otoyakichiemon", + "link": "https://animethemes.moe/video/Yatterman-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yatterman no Uta\" by ET-KING", + "type": "opening" + }, + { + "name": "OP3 \"Yatterman no Uta\" by Yuki Nishio", + "type": "opening" + }, + { + "name": "OP4 \"Yatterman no Uta (Enka Version)\" by Yuki Nishio", + "type": "opening" + }, + { + "name": "OP5 \"Yatterman no Uta\" by Fudanjuku", + "type": "opening" + }, + { + "name": "OP6 \"Yatterman no Uta\" by Toshihiko Takamizawa", + "type": "opening" + }, + { + "name": "OP7 \"Yatterman no Uta\" by Masayuki Yamamoto", + "type": "opening" + }, + { + "name": "ED1 \"diverge\"", + "type": "ending" + }, + { + "name": "ED2 \"Kaiki Nisshoku\"", + "type": "ending" + }, + { + "name": "ED3 \"Rensoukyoku\"", + "type": "ending" + }, + { + "name": "ED4 \"Ima\"", + "type": "ending" + }, + { + "name": "ED5 \"GIVE ME UP\"", + "type": "ending" + }, + { + "name": "ED6 \"Katsunda!\"", + "type": "ending" + }, + { + "name": "ED7 \"Zero Kara Hajimeru Story\"", + "type": "ending" + } + ] + }, + { + "id": "3692", + "title": "Yes! Precure 5 GoGo!", + "year": "2008", + "themes": [ + { + "name": "OP \"Full Throttle Go Go!\"", + "link": "https://animethemes.moe/video/YesPrecure5GoGo-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Te to Te Tsunaide Heart mo Link!!\"", + "link": "https://animethemes.moe/video/YesPrecure5GoGo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Gambalance de Dance ~Kibou no Relay~\"", + "link": "https://animethemes.moe/video/YesPrecure5GoGo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3011", + "title": "Yotsunoha", + "year": "2008", + "themes": [ + { + "name": "OP \"Koisuru Kioku\"", + "link": "https://animethemes.moe/video/Yotsunoha-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Negai\"", + "link": "https://animethemes.moe/video/Yotsunoha-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3228", + "title": "Zoku Sayonara Zetsubou Sensei", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Kuusou Rumba\"", + "link": "https://animethemes.moe/video/ZokuSayonaraZetsubouSensei-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Lyricure Go Go!\"", + "link": "https://animethemes.moe/video/ZokuSayonaraZetsubouSensei-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Romance Romanesque\"", + "link": "https://animethemes.moe/video/ZokuSayonaraZetsubouSensei-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Romance Romanesque\"", + "link": "https://animethemes.moe/video/ZokuSayonaraZetsubouSensei-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Marionette\"", + "link": "https://animethemes.moe/video/ZokuSayonaraZetsubouSensei-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Omamori\"", + "link": "https://animethemes.moe/video/ZokuSayonaraZetsubouSensei-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "4744", + "title": "Akaneiro ni Somaru Saka", + "year": "2008", + "themes": [ + { + "name": "OP V1 \"Hatsukoi Parachute\"", + "link": "https://animethemes.moe/video/Akasaka-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Hatsukoi Parachute\"", + "link": "https://animethemes.moe/video/Akasaka-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sweet Gift\"", + "link": "https://animethemes.moe/video/Akasaka-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Confusion...\"", + "link": "https://animethemes.moe/video/Akasaka-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Shoujo Test wa Muzukashii\"", + "link": "https://animethemes.moe/video/Akasaka-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Akane-Iro hometown\"", + "link": "https://animethemes.moe/video/Akasaka-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Cherry pink mystery\"", + "link": "https://animethemes.moe/video/Akasaka-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Make a miracle!\"", + "link": "https://animethemes.moe/video/Akasaka-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Love Diving\"", + "link": "https://animethemes.moe/video/Akasaka-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Chu.chu.ru. no Yakusoku\"", + "link": "https://animethemes.moe/video/Akasaka-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Mezamenai wish...\"", + "link": "https://animethemes.moe/video/Akasaka-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"ai Koko Kara\"", + "type": "ending" + } + ] + }, + { + "id": "4981", + "title": "Casshern Sins", + "year": "2008", + "themes": [ + { + "name": "OP \"Aoi Hana\"", + "link": "https://animethemes.moe/video/CasshernSins-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Reason\"", + "link": "https://animethemes.moe/video/CasshernSins-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Aoi Kage\"", + "link": "https://animethemes.moe/video/CasshernSins-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hikari to Kage\"", + "link": "https://animethemes.moe/video/CasshernSins-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"A Path\"", + "link": "https://animethemes.moe/video/CasshernSins-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "4975", + "title": "ChäoS;HEAd", + "year": "2008", + "themes": [ + { + "name": "OP \"F.D.D\"", + "link": "https://animethemes.moe/video/ChaosHead-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Super Special\"", + "link": "https://animethemes.moe/video/ChaosHead-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4181", + "title": "Clannad: After Story", + "year": "2008", + "themes": [ + { + "name": "OP \"Toki wo Kizamu Uta\"", + "link": "https://animethemes.moe/video/ClannadAfterStory-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"TORCH\"", + "link": "https://animethemes.moe/video/ClannadAfterStory-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"TORCH\"", + "link": "https://animethemes.moe/video/ClannadAfterStory-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"TORCH\"", + "link": "https://animethemes.moe/video/ClannadAfterStory-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"TORCH\"", + "link": "https://animethemes.moe/video/ClannadAfterStory-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED2 \"Chiisana Te no Hira\"", + "link": "https://animethemes.moe/video/ClannadAfterStory-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4789", + "title": "ef: A Tale of Melodies.", + "year": "2008", + "themes": [ + { + "name": "OP1 V1 \"ebullient future (English)\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"ebullient future (English)\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"ebullient future (English)\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP1 V4 \"ebullient future (English)\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP1 V5 \"ebullient future (English)\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP2 \"ebullient future (Instrumental)\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"ebullient future (English 2nd. Version)\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Egao no Chikara\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Egao no Chikara\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Egao no Chikara\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Egao no Chikara\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Egao no Chikara\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Negai no Kakera\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Negai no Kakera\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"ebullient future (English)\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"ebullient future (English)\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED4 \"ebullient future (Japanese)\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"ever forever\"", + "link": "https://animethemes.moe/video/EfATaleOfMelodies-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "4725", + "title": "Ga-Rei: Zero", + "year": "2008", + "themes": [ + { + "name": "OP \"Paradise Lost\"", + "link": "https://animethemes.moe/video/GaReiZero-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Yume no Ashioto ga Kikoeru\"", + "link": "https://animethemes.moe/video/GaReiZero-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Yume no Ashioto ga Kikoeru\"", + "link": "https://animethemes.moe/video/GaReiZero-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "4872", + "title": "Goku Sayonara Zetsubou Sensei", + "year": "2008", + "themes": [ + { + "name": "OP1 V1 \"Kuusou Rumba\"", + "link": "https://animethemes.moe/video/GokuSayonaraZetsubouSensei-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Kuusou Rumba\"", + "link": "https://animethemes.moe/video/GokuSayonaraZetsubouSensei-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kuusou Rumba Rap\"", + "link": "https://animethemes.moe/video/GokuSayonaraZetsubouSensei-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Marionette\"", + "link": "https://animethemes.moe/video/GokuSayonaraZetsubouSensei-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Omamori\"", + "link": "https://animethemes.moe/video/ZokuSayonaraZetsubouSensei-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "4983", + "title": "Hells", + "year": "2008", + "themes": [ + { + "name": "ED \"BREATHE AGAIN\"", + "link": "https://animethemes.moe/video/Hells-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4550", + "title": "Hyakko", + "year": "2008", + "themes": [ + { + "name": "OP \"Suppin Rock\"", + "link": "https://animethemes.moe/video/Hyakko-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Namida Namida Namida\"", + "link": "https://animethemes.moe/video/Hyakko-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5231", + "title": "Inazuma Eleven", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Tachiagariyo\" by T-Pistonz", + "link": "https://animethemes.moe/video/InazumaEleven-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Maji de kansha!\" by T-Pistonz+KMC", + "link": "https://animethemes.moe/video/InazumaEleven-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Tsunagariyo\" by T-Pistonz+KMC", + "link": "https://animethemes.moe/video/InazumaEleven-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Katte nakou ze!\" by T-Pistonz+KMC", + "type": "opening" + }, + { + "name": "OP5 \"GOOD Kita!\" by T-Pistonz+KMC", + "type": "opening" + }, + { + "name": "OP6 \"Bokura no Goal!\" by T-Pistonz+KMC", + "type": "opening" + }, + { + "name": "ED1 \"Seishun oden\"", + "link": "https://animethemes.moe/video/InazumaEleven-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Seishun bus guide\"", + "link": "https://animethemes.moe/video/InazumaEleven-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ryuusei boy\"", + "link": "https://animethemes.moe/video/InazumaEleven-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Otakebi boy WAO!\"", + "type": "ending" + }, + { + "name": "ED5 \"Maji Bomber!\"", + "type": "ending" + }, + { + "name": "ED6 \"Shining Power\"", + "type": "ending" + }, + { + "name": "ED7 \"Mata ne... no Kisetsu\"", + "type": "ending" + } + ] + }, + { + "id": "5228", + "title": "Initial D Extra Stage 2", + "year": "2008", + "themes": [ + { + "name": "OP \"Soukyuu no flight\"", + "link": "https://animethemes.moe/video/InitialDExtraStage2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Key Ring\"", + "link": "https://animethemes.moe/video/InitialDExtraStage2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3713", + "title": "Jigoku Shoujo Mitsuganae", + "year": "2008", + "themes": [ + { + "name": "OP \"Tsukihana -tsukihana-\"", + "link": "https://animethemes.moe/video/JigokuShoujoMitsuganae-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ichi Nuke\"", + "link": "https://animethemes.moe/video/JigokuShoujoMitsuganae-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4814", + "title": "Junjou Romantica 2", + "year": "2008", + "themes": [ + { + "name": "OP \"Shoudou\"", + "link": "https://animethemes.moe/video/JunjouRomanticaS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aioi\"", + "link": "https://animethemes.moe/video/JunjouRomanticaS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3958", + "title": "Kannagi", + "year": "2008", + "themes": [ + { + "name": "OP \"motto☆Hade ni ne!\"", + "link": "https://animethemes.moe/video/Kannagi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Musuhi no Toki\"", + "link": "https://animethemes.moe/video/Kannagi-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Musuhi no Toki\"", + "link": "https://animethemes.moe/video/Kannagi-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Musuhi no Toki\"", + "link": "https://animethemes.moe/video/Kannagi-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Musuhi no Toki\"", + "link": "https://animethemes.moe/video/Kannagi-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Musuhi no Toki\"", + "link": "https://animethemes.moe/video/Kannagi-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Musuhi no Toki\"", + "link": "https://animethemes.moe/video/Kannagi-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED1 V7 \"Musuhi no Toki\"", + "link": "https://animethemes.moe/video/Kannagi-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED1 V8 \"Musuhi no Toki\"", + "link": "https://animethemes.moe/video/Kannagi-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED1 V9 \"Musuhi no Toki\"", + "link": "https://animethemes.moe/video/Kannagi-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED1 V10 \"Musuhi no Toki\"", + "link": "https://animethemes.moe/video/Kannagi-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED1 V11 \"Musuhi no Toki\"", + "link": "https://animethemes.moe/video/Kannagi-ED1v11.webm", + "type": "ending" + }, + { + "name": "ED2 \"Theme of Shiligeya\"", + "link": "https://animethemes.moe/video/Kannagi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3464", + "title": "Kemeko Deluxe!", + "year": "2008", + "themes": [ + { + "name": "OP \"Kemeko Deluxe!\"", + "link": "https://animethemes.moe/video/KemekoDeluxe-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Purippurin Taisou\"", + "link": "https://animethemes.moe/video/KemekoDeluxe-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5042", + "title": "Kiss x Sis", + "year": "2008", + "themes": [ + { + "name": "OP V1 \"Futari no Honey Boy\"", + "link": "https://animethemes.moe/video/KissxSis-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Futari no Honey Boy\"", + "link": "https://animethemes.moe/video/KissxSis-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Futari no Honey Boy\"", + "link": "https://animethemes.moe/video/KissxSis-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Futari no Honey Boy\"", + "link": "https://animethemes.moe/video/KissxSis-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Hoshizora Monogatari\"", + "link": "https://animethemes.moe/video/KissxSis-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hoshizora Monogatari\"", + "link": "https://animethemes.moe/video/KissxSis-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Hoshizora Monogatari\"", + "link": "https://animethemes.moe/video/KissxSis-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "3653", + "title": "Kurogane no Linebarrels", + "year": "2008", + "themes": [ + { + "name": "OP V1 \"Kitei no Tsurugi\"", + "link": "https://animethemes.moe/video/KuroganeNoLinebarrels-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kitei no Tsurugi\"", + "link": "https://animethemes.moe/video/KuroganeNoLinebarrels-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Kitei no Tsurugi\"", + "link": "https://animethemes.moe/video/KuroganeNoLinebarrels-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Kitei no Tsurugi\"", + "link": "https://animethemes.moe/video/KuroganeNoLinebarrels-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ame ga Furu\"", + "link": "https://animethemes.moe/video/KuroganeNoLinebarrels-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Remedy\"", + "link": "https://animethemes.moe/video/KuroganeNoLinebarrels-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4898", + "title": "Kuroshitsuji", + "year": "2008", + "themes": [ + { + "name": "OP V1 \"Kiss of Monochrome\"", + "link": "https://animethemes.moe/video/Kuroshitsuji-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kiss of Monochrome\"", + "link": "https://animethemes.moe/video/Kuroshitsuji-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"I'm ALIVE!\"", + "link": "https://animethemes.moe/video/Kuroshitsuji-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Lacrimosa\"", + "link": "https://animethemes.moe/video/Kuroshitsuji-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5039", + "title": "Kurozuka", + "year": "2008", + "themes": [ + { + "name": "OP \"SYSTEMATIC PEOPLE\"", + "link": "https://animethemes.moe/video/Kurozuka-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hanarebanare\"", + "link": "https://animethemes.moe/video/Kurozuka-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3654", + "title": "Macademi Wasshoi!", + "year": "2008", + "themes": [ + { + "name": "OP \"M☆O☆S☆O Ranbu\"", + "link": "https://animethemes.moe/video/MacademiWasshoi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Pastel\"", + "link": "https://animethemes.moe/video/MacademiWasshoi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Miwaku no La Vie en Rose\"", + "link": "https://animethemes.moe/video/MacademiWasshoi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4087", + "title": "Michiko to Hatchin", + "year": "2008", + "themes": [ + { + "name": "OP \"Paraiso\"", + "link": "https://animethemes.moe/video/MichikoToHatchin-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Best Friend\"", + "link": "https://animethemes.moe/video/MichikoToHatchin-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nada pode me parar agora\"", + "link": "https://animethemes.moe/video/MichikoToHatchin-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3927", + "title": "Mobile Suit Gundam 00 Second Season", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Hakanaku mo Towa no Kanashi\"", + "link": "https://animethemes.moe/video/Gundam00S2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Namida no Mukou\"", + "link": "https://animethemes.moe/video/Gundam00S2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Prototype\"", + "link": "https://animethemes.moe/video/Gundam00S2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"TOMORROW\"", + "link": "https://animethemes.moe/video/Gundam00S2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"trust you\"", + "link": "https://animethemes.moe/video/Gundam00S2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"DAYBREAK'S BELL\"", + "type": "ending" + } + ] + }, + { + "id": "4232", + "title": "Mobile Suit Gundam MS IGLOO 2: Gravity of the Battlefront", + "year": "2008", + "themes": [ + { + "name": "ED1 \"Mr. Lonely Heart\"", + "link": "https://animethemes.moe/video/GundamMSIGLOO2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Places in the Heart\"", + "link": "https://animethemes.moe/video/GundamMSIGLOO2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"NO LIMITS ∞\"", + "link": "https://animethemes.moe/video/GundamMSIGLOO2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "4879", + "title": "Mouryou no Hako", + "year": "2008", + "themes": [ + { + "name": "OP \"Lost in Blue\"", + "link": "https://animethemes.moe/video/MouryouNoHako-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Naked Love\"", + "type": "ending" + } + ] + }, + { + "id": "4477", + "title": "Nodame Cantabile: Paris-hen", + "year": "2008", + "themes": [ + { + "name": "OP \"Sky High!\"", + "link": "https://animethemes.moe/video/NodameCantabileParisHen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NodameCantabileParisHen-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Tokyo et. Paris\"", + "type": "ending" + } + ] + }, + { + "id": "5040", + "title": "One Outs", + "year": "2008", + "themes": [ + { + "name": "OP \"Bury\"", + "link": "https://animethemes.moe/video/OneOuts-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Moment\"", + "link": "https://animethemes.moe/video/OneOuts-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4214", + "title": "Rosario to Vampire Capu2", + "year": "2008", + "themes": [ + { + "name": "OP \"DISCOTHEQUE\"", + "link": "https://animethemes.moe/video/RosarioToVampireCapu2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Trinity Cross\"", + "link": "https://animethemes.moe/video/RosarioToVampireCapu2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5262", + "title": "Shugo Chara!! Doki", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Minna no Tamago\"", + "link": "https://animethemes.moe/video/ShugoCharaDoki-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Shugo Shugo!\"", + "link": "https://animethemes.moe/video/ShugoCharaDoki-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Omakase♪Guardian\"", + "link": "https://animethemes.moe/video/ShugoCharaDoki-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"School Days\"", + "link": "https://animethemes.moe/video/ShugoCharaDoki-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Rottara Rottara\"", + "link": "https://animethemes.moe/video/ShugoCharaDoki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"co.no.mi.chi\"", + "link": "https://animethemes.moe/video/ShugoCharaDoki-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"MY BOY\"", + "link": "https://animethemes.moe/video/ShugoCharaDoki-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Take it Easy!\"", + "link": "https://animethemes.moe/video/ShugoCharaDoki-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Honto no Jibun\"", + "link": "https://animethemes.moe/video/ShugoCharaDoki-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "4722", + "title": "Skip Beat!", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Dream Star\"", + "link": "https://animethemes.moe/video/SkipBeat-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Renaissance\"", + "link": "https://animethemes.moe/video/SkipBeat-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Namida\"", + "link": "https://animethemes.moe/video/SkipBeat-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Eien\"", + "link": "https://animethemes.moe/video/SkipBeat-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4884", + "title": "Tales of the Abyss", + "year": "2008", + "themes": [ + { + "name": "OP \"Karma\"", + "link": "https://animethemes.moe/video/TalesOfTheAbyss-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Bouken Suisei\"", + "link": "https://animethemes.moe/video/TalesOfTheAbyss-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4107", + "title": "Tengen Toppa Gurren Lagann Movie: Gurren-hen", + "year": "2008", + "themes": [ + { + "name": "ED \"Tsuzuku Sekai\"", + "link": "https://animethemes.moe/video/GurrenLagannGurrenHen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4654", + "title": "Toaru Majutsu no Index", + "year": "2008", + "themes": [ + { + "name": "OP1 \"PSI-missing\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndex-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"masterpiece\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndex-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Rimless ~Fuchinashi no Sekai~\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndex-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Chikaigoto ~Sukoshi Dake Mou Ichido~\"", + "link": "https://animethemes.moe/video/ToaruMajutsuNoIndex-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4224", + "title": "Toradora!", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Pre-Parade\"", + "link": "https://animethemes.moe/video/Toradora-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"silky heart\"", + "link": "https://animethemes.moe/video/Toradora-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Vanilla Salt\"", + "link": "https://animethemes.moe/video/Toradora-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Orange\"", + "link": "https://animethemes.moe/video/Toradora-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Orange\"", + "link": "https://animethemes.moe/video/Toradora-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Orange\"", + "link": "https://animethemes.moe/video/Toradora-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED2 V4 \"Orange\"", + "link": "https://animethemes.moe/video/Toradora-ED2v4.webm", + "type": "ending" + }, + { + "name": "ED3 \"Holy Night\"", + "link": "https://animethemes.moe/video/Toradora-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "4066", + "title": "Tytania", + "year": "2008", + "themes": [ + { + "name": "OP \"Ano Sora wo, Yuke\"", + "link": "https://animethemes.moe/video/Tytania-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Lost in Space\"", + "link": "https://animethemes.moe/video/Tytania-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4752", + "title": "Vampire Knight: Guilty", + "year": "2008", + "themes": [ + { + "name": "OP \"Rondo\"", + "link": "https://animethemes.moe/video/VampireKnightGuilty-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Suna no Oshiro\"", + "link": "https://animethemes.moe/video/VampireKnightGuilty-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4703", + "title": "Yes! Precure 5 GoGo! Movie: Okashi no Kuni no Happy Birthday", + "year": "2008", + "themes": [ + { + "name": "OP \"Full Throttle Go Go!\"", + "link": "https://animethemes.moe/video/YesPrecure5GoGoMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Birthday Party\"", + "link": "https://animethemes.moe/video/YesPrecure5GoGoMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5020", + "title": "Zettai Shougeki: Platonic Heart", + "year": "2008", + "themes": [ + { + "name": "OP \"Tatsumaki Wave\"", + "link": "https://animethemes.moe/video/ZettaiShougeki-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Will ~Kokoro no Michishirube~\"", + "link": "https://animethemes.moe/video/ZettaiShougeki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Zero Gravity\"", + "link": "https://animethemes.moe/video/ZettaiShougeki-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4151", + "title": "Blade of the Immortal", + "year": "2008", + "themes": [ + { + "name": "OP \"Akai Usagi\"", + "link": "https://animethemes.moe/video/BladeOfTheImmortal-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"wants\"", + "link": "https://animethemes.moe/video/BladeOfTheImmortal-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4177", + "title": "Bounen no Xamdou", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Shut Up And Explode\"", + "link": "https://animethemes.moe/video/BounenNoXamdou-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Back on my Feet\"", + "link": "https://animethemes.moe/video/BounenNoXamdou-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Vacancy\"", + "link": "https://animethemes.moe/video/BounenNoXamdou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Over U\"", + "link": "https://animethemes.moe/video/BounenNoXamdou-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Just Breathe\"", + "link": "https://animethemes.moe/video/BounenNoXamdou-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "3702", + "title": "Detroit Metal City", + "year": "2008", + "themes": [ + { + "name": "OP \"Satsugai\"", + "link": "https://animethemes.moe/video/DetroitMetalCity-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Amai Koibito\"", + "link": "https://animethemes.moe/video/DetroitMetalCity-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3604", + "title": "Hidamari Sketch x 365", + "year": "2008", + "themes": [ + { + "name": "OP V1 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v6.webm", + "type": "opening" + }, + { + "name": "OP V7 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v7.webm", + "type": "opening" + }, + { + "name": "OP V8 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v8.webm", + "type": "opening" + }, + { + "name": "OP V9 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v9.webm", + "type": "opening" + }, + { + "name": "OP V10 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v10.webm", + "type": "opening" + }, + { + "name": "OP V11 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v11.webm", + "type": "opening" + }, + { + "name": "OP V12 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v12.webm", + "type": "opening" + }, + { + "name": "OP V13 \"Hatena de Wasshoi\"", + "link": "https://animethemes.moe/video/HidamariSketch365-OP1v13.webm", + "type": "opening" + }, + { + "name": "ED \"Ryuusei Record\"", + "link": "https://animethemes.moe/video/HidamariSketch365-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4196", + "title": "Ikkitousen: Great Guardians", + "year": "2008", + "themes": [ + { + "name": "OP \"No×Limit!\"", + "link": "https://animethemes.moe/video/IkkitousenGreatGuardians-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kage 〜shape of shadow〜\"", + "link": "https://animethemes.moe/video/IkkitousenGreatGuardians-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kage 〜shape of shadow〜\"", + "link": "https://animethemes.moe/video/IkkitousenGreatGuardians-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Kage 〜shape of shadow〜\"", + "link": "https://animethemes.moe/video/IkkitousenGreatGuardians-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Kage 〜shape of shadow〜\"", + "link": "https://animethemes.moe/video/IkkitousenGreatGuardians-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "3805", + "title": "Kaitou Tenshi Twin Angel", + "year": "2008", + "themes": [ + { + "name": "OP \"Angel-like ni★LOVEly-tai!!\"", + "link": "https://animethemes.moe/video/KaitouTenshiTwinAngel-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Angel-like ni★LOVEly-tai!!\"", + "link": "https://animethemes.moe/video/KaitouTenshiTwinAngel-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Twinkle☆Twinkle\"", + "link": "https://animethemes.moe/video/KaitouTenshiTwinAngel-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4282", + "title": "Kara no Kyoukai 5: Mujun Rasen", + "year": "2008", + "themes": [ + { + "name": "ED \"Sprinter\"", + "link": "https://animethemes.moe/video/KaraNoKyoukai5-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4262", + "title": "Koihime†Musou", + "year": "2008", + "themes": [ + { + "name": "OP \"flower of bravery\"", + "link": "https://animethemes.moe/video/KoihimeMusou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yappari Sekai wa Atashi☆Legend!!\"", + "link": "https://animethemes.moe/video/KoihimeMusou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4188", + "title": "Mahou Sensei Negima! Shiroki Tsubasa Ala Alba", + "year": "2008", + "themes": [ + { + "name": "OP \"Happy ☆ Material Return\"", + "link": "https://animethemes.moe/video/MahouSenseiNegimaOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kagayaku Himi He\"", + "type": "ending" + } + ] + }, + { + "id": "4081", + "title": "Natsume Yuujinchou", + "year": "2008", + "themes": [ + { + "name": "OP \"Issei no Sei\"", + "link": "https://animethemes.moe/video/NatsumeYuujinchou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Natsu Yuuzora\"", + "link": "https://animethemes.moe/video/NatsumeYuujinchou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3467", + "title": "Nogizaka Haruka no Himitsu", + "year": "2008", + "themes": [ + { + "name": "OP \"Tomadoi Bitter Tune\"", + "type": "opening" + }, + { + "name": "ED \"Hitosashiyubi Quiet!\"", + "link": "https://animethemes.moe/video/NogizakaHarukaNoHimitsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5080", + "title": "Quiz Magic Academy: The Original Animation", + "year": "2008", + "themes": [ + { + "name": "OP \"Kenja no Michi\"", + "link": "https://animethemes.moe/video/QuizMagicAcademy-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mirai no Minna\"", + "link": "https://animethemes.moe/video/QuizMagicAcademy-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4063", + "title": "Sekirei", + "year": "2008", + "themes": [ + { + "name": "OP \"Sekirei\"", + "link": "https://animethemes.moe/video/Sekirei-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dear sweet heart\"", + "link": "https://animethemes.moe/video/Sekirei-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi wo Omou Toki\"", + "link": "https://animethemes.moe/video/Sekirei-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4028", + "title": "Slayers Revolution", + "year": "2008", + "themes": [ + { + "name": "OP \"Plenty of grit\"", + "link": "https://animethemes.moe/video/SlayersRevolution-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Revolution\"", + "link": "https://animethemes.moe/video/SlayersRevolution-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3667", + "title": "Strike Witches", + "year": "2008", + "themes": [ + { + "name": "OP \"STRIKE WITCHES ~Watashi ni Dekiru Koto~\"", + "link": "https://animethemes.moe/video/StrikeWitches-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Bookmark A Head\" by Misato Fukuen and Saeko Chiba", + "link": "https://animethemes.moe/video/StrikeWitches-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bookmark A Head\" by Misato Fukuen and Kaori Nazuka", + "link": "https://animethemes.moe/video/StrikeWitches-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Bookmark A Head\" by Misato Fukuen and Mie Sonozaki", + "link": "https://animethemes.moe/video/StrikeWitches-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Bookmark A Head\" by Chiwa Saitō and Ami Koshimizu", + "link": "https://animethemes.moe/video/StrikeWitches-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Bookmark A Head\" by Mai Kadowaki and Erika Nakai", + "link": "https://animethemes.moe/video/StrikeWitches-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Bookmark A Head\" by Miyuki Sawashiro and Sakura Nogawa", + "link": "https://animethemes.moe/video/StrikeWitches-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Bookmark A Head\" by Rie Tanaka and Saeko Chiba", + "link": "https://animethemes.moe/video/StrikeWitches-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Bookmark A Head\" by Misato Fukuen and Miyuki Sawashiro", + "link": "https://animethemes.moe/video/StrikeWitches-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Bookmark A Head\" by Misato Fukuen and Rie Tanaka", + "link": "https://animethemes.moe/video/StrikeWitches-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Bookmark A Head\" by Saeko Chiba and Miyuki Sawashiro", + "link": "https://animethemes.moe/video/StrikeWitches-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Bookmark A Head\" by Misato Fukuen, Saeko Chiba, Rie Tanaka, Miyuki Sawashiro, Kaori Nazuka, Sakura Nogawa, Mie Sonozaki, Chiwa Saitō, Ami Koshimizu, Mai Kadowaki, and Erika Nakai", + "link": "https://animethemes.moe/video/StrikeWitches-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "3974", + "title": "Tetsuwan Birdy Decode", + "year": "2008", + "themes": [ + { + "name": "OP \"Sora\"", + "link": "https://animethemes.moe/video/TetsuwanBirdyDecode-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Let's go together\"", + "link": "https://animethemes.moe/video/TetsuwanBirdyDecode-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4415", + "title": "World Destruction: Sekai Bokumetsu no Rokunin", + "year": "2008", + "themes": [ + { + "name": "OP \"ZERØ\"", + "link": "https://animethemes.moe/video/WorldDestruction-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kaze no Kioku ~to the end of the world~\"", + "link": "https://animethemes.moe/video/WorldDestruction-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3712", + "title": "Zero no Tsukaima: Princesses no Rondo", + "year": "2008", + "themes": [ + { + "name": "OP \"YOU'RE THE ONE\"", + "link": "https://animethemes.moe/video/ZeroNoTsukaimaS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gomen ne\"", + "link": "https://animethemes.moe/video/ZeroNoTsukaimaS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3359", + "title": "Amatsuki", + "year": "2008", + "themes": [ + { + "name": "OP \"Casting Dice\"", + "link": "https://animethemes.moe/video/Amatsuki-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Namae no Nai Michi\"", + "link": "https://animethemes.moe/video/Amatsuki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4535", + "title": "Candy Boy: Nonchalant Talk of the Certain Twin Sisters in Daily Life", + "year": "2008", + "themes": [ + { + "name": "ED1 \"Koi no Katachi\"", + "link": "https://animethemes.moe/video/CandyBoy-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Bring up...LOVE\"", + "link": "https://animethemes.moe/video/CandyBoy-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"romance\"", + "link": "https://animethemes.moe/video/CandyBoy-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "3841", + "title": "Chi's Sweet Home", + "year": "2008", + "themes": [ + { + "name": "OP \"Ouchi ga ichiban\"", + "link": "https://animethemes.moe/video/ChisSweetHome-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "2904", + "title": "Code Geass: Hangyaku no Lelouch R2", + "year": "2008", + "themes": [ + { + "name": "OP1 \"02~O-Two~\"", + "link": "https://animethemes.moe/video/CodeGeassR2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"WORLD END\"", + "link": "https://animethemes.moe/video/CodeGeassR2-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"WORLD END\"", + "link": "https://animethemes.moe/video/CodeGeassR2-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shiawase Neiro\"", + "link": "https://animethemes.moe/video/CodeGeassR2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Waga Routashi Aku no Hana\"", + "link": "https://animethemes.moe/video/CodeGeassR2-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Waga Routashi Aku no Hana\"", + "link": "https://animethemes.moe/video/CodeGeassR2-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "3840", + "title": "Crystal Blaze", + "year": "2008", + "themes": [ + { + "name": "OP \"Never looking back\"", + "link": "https://animethemes.moe/video/CrystalBlaze-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"qué sera-sera\"", + "link": "https://animethemes.moe/video/CrystalBlaze-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kokoroyo Kaze ni Nare\"", + "link": "https://animethemes.moe/video/CrystalBlaze-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3627", + "title": "D.C.II S.S.: Da Capo II Second Season", + "year": "2008", + "themes": [ + { + "name": "OP \"Sakura Amaneku Sekai\"", + "link": "https://animethemes.moe/video/DaCapoIIS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Bokutachi no Yukue\"", + "link": "https://animethemes.moe/video/DaCapoIIS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3230", + "title": "Druaga no Tou: The Aegis of Uruk", + "year": "2008", + "themes": [ + { + "name": "OP \"Swinging\"", + "link": "https://animethemes.moe/video/DruagaNoTouAegisOfUruk-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Touchousha-tachi\"", + "link": "https://animethemes.moe/video/DruagaNoTouAegisOfUruk-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3731", + "title": "Itazura na Kiss", + "year": "2008", + "themes": [ + { + "name": "OP V1 \"Kimi, Meguru, Boku\"", + "link": "https://animethemes.moe/video/ItazuraNaKiss-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kimi, Meguru, Boku\"", + "link": "https://animethemes.moe/video/ItazuraNaKiss-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kataomoi Fighter\"", + "link": "https://animethemes.moe/video/ItazuraNaKiss-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Jikan yo Tomare\"", + "link": "https://animethemes.moe/video/ItazuraNaKiss-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3092", + "title": "Junjou Romantica", + "year": "2008", + "themes": [ + { + "name": "OP \"Kimi = Hana\"", + "link": "https://animethemes.moe/video/JunjouRomantica-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Baby Romantica\"", + "link": "https://animethemes.moe/video/JunjouRomantica-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3701", + "title": "Kaiba", + "year": "2008", + "themes": [ + { + "name": "OP \"Never\"", + "link": "https://animethemes.moe/video/Kaiba-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Carry Me Away\"", + "link": "https://animethemes.moe/video/Kaiba-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Carry Me Away\"", + "link": "https://animethemes.moe/video/Kaiba-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "3616", + "title": "Kamen no Maid Guy", + "year": "2008", + "themes": [ + { + "name": "OP \"Special Life!\"", + "link": "https://animethemes.moe/video/KamenNoMaidGuy-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Wakugai!!\"", + "link": "https://animethemes.moe/video/KamenNoMaidGuy-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3503", + "title": "Kanokon", + "year": "2008", + "themes": [ + { + "name": "OP \"PHOSPHOR\"", + "link": "https://animethemes.moe/video/Kanokon-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koi no Honoo\"", + "link": "https://animethemes.moe/video/Kanokon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4280", + "title": "Kara no Kyoukai 4: Garan no Dou", + "year": "2008", + "themes": [ + { + "name": "ED \"Aria\"", + "link": "https://animethemes.moe/video/KaraNoKyoukai4-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3358", + "title": "Kure-nai", + "year": "2008", + "themes": [ + { + "name": "OP \"Love Jump\"", + "link": "https://animethemes.moe/video/Kurenai-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"crossing days\"", + "link": "https://animethemes.moe/video/Kurenai-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tenohira no Taiyou\"", + "type": "ending" + } + ] + }, + { + "id": "4080", + "title": "Kyou kara Maou! 3rd Series", + "year": "2008", + "themes": [ + { + "name": "OP \"Sekai yo Warae\"", + "link": "https://animethemes.moe/video/KyouKaraMaouS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Going\"", + "link": "https://animethemes.moe/video/KyouKaraMaouS3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3572", + "title": "Macross F", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Triangler\"", + "link": "https://animethemes.moe/video/MacrossF-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Seikan Hikou\"", + "link": "https://animethemes.moe/video/MacrossF-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Lion\"", + "link": "https://animethemes.moe/video/MacrossF-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Aimo (vocal and harmonica version)\"", + "link": "https://animethemes.moe/video/MacrossF-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Diamond Crevasse\" by May'n", + "link": "https://animethemes.moe/video/MacrossF-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Aimo\"", + "link": "https://animethemes.moe/video/MacrossF-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Aimo~Tori no Hito\"", + "link": "https://animethemes.moe/video/MacrossF-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Neko Nikki\"", + "link": "https://animethemes.moe/video/MacrossF-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Ai Oboete Imasu Ka (Deculture Edition)\"", + "link": "https://animethemes.moe/video/MacrossF-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Diamond Crevasse 50/50\" by Megumi Nakajima and May'n", + "link": "https://animethemes.moe/video/MacrossF-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Northern Cross\"", + "link": "https://animethemes.moe/video/MacrossF-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Triangler\"", + "link": "https://animethemes.moe/video/MacrossF-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Empty Diamond Crevasse\"", + "link": "https://animethemes.moe/video/MacrossF-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Azure Ether\"", + "link": "https://animethemes.moe/video/MacrossF-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Triangler (fight on stage)\"", + "link": "https://animethemes.moe/video/MacrossF-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "3655", + "title": "Nabari no Ou", + "year": "2008", + "themes": [ + { + "name": "OP \"Crawl\"", + "link": "https://animethemes.moe/video/NabariNoOu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"HIKARI\"", + "link": "https://animethemes.moe/video/NabariNoOu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Aru ga Mama\"", + "link": "https://animethemes.moe/video/NabariNoOu-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5938", + "title": "Onegai♪My Melody Kirara★", + "year": "2008", + "themes": [ + { + "name": "OP \"Kira Kira Kirara ★彡\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodyKirara-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hoshizora Hayatochiri\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodyKirara-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hoshi no Flamenco\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodyKirara-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4136", + "title": "Penguin Musume♥Heart", + "year": "2008", + "themes": [ + { + "name": "OP \"Renai Jiyuu Shoujo♀\"", + "link": "https://animethemes.moe/video/PenguinMusumeHeart-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yurete Hajikete Afurechau☆Miwaku no Penguin Musume\"", + "link": "https://animethemes.moe/video/PenguinMusumeHeart-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yurayura + Yuriyura + Nanananaー\"", + "link": "https://animethemes.moe/video/PenguinMusumeHeart-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3588", + "title": "Soul Eater", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Resonance\"", + "link": "https://animethemes.moe/video/SoulEater-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"PAPERMOON\"", + "link": "https://animethemes.moe/video/SoulEater-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"I Wanna Be\"", + "link": "https://animethemes.moe/video/SoulEater-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Style\"", + "link": "https://animethemes.moe/video/SoulEater-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Style\"", + "link": "https://animethemes.moe/video/SoulEater-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Bakusou Yumeuta\"", + "link": "https://animethemes.moe/video/SoulEater-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Strength\"", + "link": "https://animethemes.moe/video/SoulEater-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "4053", + "title": "Tennis no Ouji-sama: Zenkoku Taikai-hen - Final", + "year": "2008", + "themes": [ + { + "name": "OP \"Across My Line\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaZenkokuTaikaiHenFinal-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dear Prince: Tennis no Ouji-sama-tachi e\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaZenkokuTaikaiHenFinal-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3455", + "title": "To LOVE-Ru", + "year": "2008", + "themes": [ + { + "name": "OP \"forever we can make it!\"", + "link": "https://animethemes.moe/video/ToLoveRu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Lucky Tune\"", + "link": "https://animethemes.moe/video/ToLoveRu-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Lucky Tune\"", + "link": "https://animethemes.moe/video/ToLoveRu-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"kiss no Yukue\"", + "link": "https://animethemes.moe/video/ToLoveRu-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3613", + "title": "Toshokan Sensou", + "year": "2008", + "themes": [ + { + "name": "OP \"Atashi no Machi, Asu no Machi\"", + "link": "https://animethemes.moe/video/ToshokanSensou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"changes\"", + "link": "https://animethemes.moe/video/ToshokanSensou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3457", + "title": "Vampire Knight", + "year": "2008", + "themes": [ + { + "name": "OP V1 \"Futatsu no Kodou to Akai Tsumi\"", + "link": "https://animethemes.moe/video/VampireKnight-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Futatsu no Kodou to Akai Tsumi\"", + "link": "https://animethemes.moe/video/VampireKnight-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Futatsu no Kodou to Akai Tsumi\"", + "link": "https://animethemes.moe/video/VampireKnight-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"still doll\"", + "link": "https://animethemes.moe/video/VampireKnight-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3972", + "title": "Yu☆Gi☆Oh! 5D's", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Kizuna\"", + "link": "https://animethemes.moe/video/YGO5DS-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Last train (New Morning)\"", + "link": "https://animethemes.moe/video/YGO5DS-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"FREEDOM\"", + "link": "https://animethemes.moe/video/YGO5DS-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"BELIEVE IN NEXUS\"", + "link": "https://animethemes.moe/video/YGO5DS-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Road to Tomorrow - Going My Way!!\"", + "link": "https://animethemes.moe/video/YGO5DS-OP5.webm", + "type": "opening" + }, + { + "name": "ED1 \"START\"", + "link": "https://animethemes.moe/video/YGO5DS-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"CROSS GAME\"", + "link": "https://animethemes.moe/video/YGO5DS-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"-OZONE-\"", + "link": "https://animethemes.moe/video/YGO5DS-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Close to You\"", + "link": "https://animethemes.moe/video/YGO5DS-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Future Colours\"", + "link": "https://animethemes.moe/video/YGO5DS-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "4038", + "title": "Zettai Karen Children", + "year": "2008", + "themes": [ + { + "name": "OP1 V1 \"Over The Future\"", + "link": "https://animethemes.moe/video/ZettaiKarenChildren-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Over The Future\"", + "link": "https://animethemes.moe/video/ZettaiKarenChildren-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"MY WINGS\" by Karen Girl's", + "link": "https://animethemes.moe/video/ZettaiKarenChildren-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"MY WINGS\" by The Children", + "link": "https://animethemes.moe/video/ZettaiKarenChildren-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Zettai love×love Sengen!!\" by The Children", + "link": "https://animethemes.moe/video/ZettaiKarenChildren-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"DATTE Daihonmei\"", + "link": "https://animethemes.moe/video/ZettaiKarenChildren-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Break+Your+Destiny\"", + "link": "https://animethemes.moe/video/ZettaiKarenChildren-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Break+Your+Destiny\"", + "link": "https://animethemes.moe/video/ZettaiKarenChildren-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED4 \"Soushunfu\"", + "link": "https://animethemes.moe/video/ZettaiKarenChildren-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Zettai love×love Sengen!!\" by Karen Girl's", + "link": "https://animethemes.moe/video/ZettaiKarenChildren-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "3297", + "title": "Aria The Origination", + "year": "2008", + "themes": [ + { + "name": "OP V1 \"Spirale\"", + "link": "https://animethemes.moe/video/AriaTheOrigination-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Spirale\"", + "link": "https://animethemes.moe/video/AriaTheOrigination-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kin no Nami Sen no Nami\"", + "link": "https://animethemes.moe/video/AriaTheOrigination-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Undine\"", + "link": "https://animethemes.moe/video/AriaTheOrigination-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3166", + "title": "Ayakashi", + "year": "2008", + "themes": [ + { + "name": "OP \"Cloudier Sky\"", + "link": "https://animethemes.moe/video/Ayakashi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kagaribi\"", + "link": "https://animethemes.moe/video/Ayakashi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3231", + "title": "Gunslinger Girl: Il Teatrino", + "year": "2008", + "themes": [ + { + "name": "OP \"Tatta Hitotsu no Omoi\"", + "link": "https://animethemes.moe/video/GunslingerGirlS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"doll\" by Tada Aoi", + "type": "ending" + }, + { + "name": "ED2 \"doll\" by Lia", + "type": "ending" + }, + { + "name": "ED3 \"Scarborough Fair\"", + "type": "ending" + }, + { + "name": "ED4 \"human\"", + "type": "ending" + } + ] + }, + { + "id": "3710", + "title": "Hakaba Kitarou", + "year": "2008", + "themes": [ + { + "name": "OP \"Mononoke Dance\"", + "link": "https://animethemes.moe/video/HakabaKitarou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Snow Tears\"", + "link": "https://animethemes.moe/video/HakabaKitarou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3783", + "title": "Kara no Kyoukai 3: Tsuukaku Zanryuu", + "year": "2008", + "themes": [ + { + "name": "ED \"Kizuato\"", + "link": "https://animethemes.moe/video/KaraNoKyoukai3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3229", + "title": "Kimi ga Aruji de Shitsuji ga Ore de", + "year": "2008", + "themes": [ + { + "name": "OP \"Hizamazuku Made 5 Byo Dake!\"", + "link": "https://animethemes.moe/video/Kimiaru-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Butler Switch On!\"", + "link": "https://animethemes.moe/video/Kimiaru-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3268", + "title": "Mai-Otome 0: S.ifr", + "year": "2008", + "themes": [ + { + "name": "ED1 \"Finality Blue\"", + "link": "https://animethemes.moe/video/MaiOtomeZero-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Heart All Green\"", + "link": "https://animethemes.moe/video/MaiOtomeZero-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Koko ni Atta ne\"", + "link": "https://animethemes.moe/video/MaiOtomeZero-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "3226", + "title": "Major S4", + "year": "2008", + "themes": [ + { + "name": "OP \"Rise\"", + "link": "https://animethemes.moe/video/MajorS4-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"One Day\"", + "link": "https://animethemes.moe/video/MajorS4-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ame Nochi Niji Iro\"", + "link": "https://animethemes.moe/video/MajorS4-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Rise\"", + "link": "https://animethemes.moe/video/MajorS4-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "3225", + "title": "Minami-ke Okawari", + "year": "2008", + "themes": [ + { + "name": "OP \"Kokoro no Tsubasa\"", + "link": "https://animethemes.moe/video/MinamikeOkawari-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Sono Koe ga Kiki Takute\"", + "link": "https://animethemes.moe/video/MinamikeOkawari-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Sono Koe ga Kiki Takute\"", + "link": "https://animethemes.moe/video/MinamikeOkawari-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Sono Koe ga Kiki Takute\"", + "link": "https://animethemes.moe/video/MinamikeOkawari-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Sono Koe ga Kiki Takute\"", + "link": "https://animethemes.moe/video/MinamikeOkawari-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED V5 \"Sono Koe ga Kiki Takute\"", + "link": "https://animethemes.moe/video/MinamikeOkawari-ED1v5.webm", + "type": "ending" + } + ] + }, + { + "id": "3342", + "title": "Mnemosyne: Mnemosyne no Musume-tachi", + "year": "2008", + "themes": [ + { + "name": "OP \"ALSATIA\"", + "link": "https://animethemes.moe/video/Mnemosyne-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"CAUSE DISARRAY\"", + "link": "https://animethemes.moe/video/Mnemosyne-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2966", + "title": "Ookami to Koushinryou", + "year": "2008", + "themes": [ + { + "name": "OP \"Tabi no Tochuu\"", + "link": "https://animethemes.moe/video/OokamiToKoushinryou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ringo Biyori\"", + "link": "https://animethemes.moe/video/OokamiToKoushinryou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3366", + "title": "Persona: Trinity Soul", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Breakin' Through\"", + "link": "https://animethemes.moe/video/PersonaTrinitySoul-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"WORD OF THE VOICE\"", + "link": "https://animethemes.moe/video/PersonaTrinitySoul-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"SUICIDES LOVE STORY\"", + "link": "https://animethemes.moe/video/PersonaTrinitySoul-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Found Me\"", + "link": "https://animethemes.moe/video/PersonaTrinitySoul-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2993", + "title": "Rosario to Vampire", + "year": "2008", + "themes": [ + { + "name": "OP \"COSMIC LOVE\"", + "link": "https://animethemes.moe/video/RosarioToVampire-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dancing in the velvet moon\"", + "link": "https://animethemes.moe/video/RosarioToVampire-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3515", + "title": "Saint Seiya: Meiou Hades Elysion-hen", + "year": "2008", + "themes": [ + { + "name": "OP V1 \"Megami no Senshi ~Pegasus Forever~\"", + "link": "https://animethemes.moe/video/SaintSeiyaHadesElysionHen-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Megami no Senshi ~Pegasus Forever~\"", + "link": "https://animethemes.moe/video/SaintSeiyaHadesElysionHen-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Kami no En ~Del regno~\"", + "link": "https://animethemes.moe/video/SaintSeiyaHadesElysionHen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3420", + "title": "Shigofumi", + "year": "2008", + "themes": [ + { + "name": "OP \"Kotodama\"", + "link": "https://animethemes.moe/video/Shigofumi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chain\"", + "link": "https://animethemes.moe/video/Shigofumi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2129", + "title": "True Tears", + "year": "2008", + "themes": [ + { + "name": "OP \"Reflectia\"", + "link": "https://animethemes.moe/video/TrueTears-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TrueTears-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Sekai no Namida\"", + "link": "https://animethemes.moe/video/TrueTears-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TrueTears-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "3295", + "title": "Yatterman", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Yatterman no Uta\" by Otoyakichiemon", + "link": "https://animethemes.moe/video/Yatterman-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yatterman no Uta\" by ET-KING", + "type": "opening" + }, + { + "name": "OP3 \"Yatterman no Uta\" by Yuki Nishio", + "type": "opening" + }, + { + "name": "OP4 \"Yatterman no Uta (Enka Version)\" by Yuki Nishio", + "type": "opening" + }, + { + "name": "OP5 \"Yatterman no Uta\" by Fudanjuku", + "type": "opening" + }, + { + "name": "OP6 \"Yatterman no Uta\" by Toshihiko Takamizawa", + "type": "opening" + }, + { + "name": "OP7 \"Yatterman no Uta\" by Masayuki Yamamoto", + "type": "opening" + }, + { + "name": "ED1 \"diverge\"", + "type": "ending" + }, + { + "name": "ED2 \"Kaiki Nisshoku\"", + "type": "ending" + }, + { + "name": "ED3 \"Rensoukyoku\"", + "type": "ending" + }, + { + "name": "ED4 \"Ima\"", + "type": "ending" + }, + { + "name": "ED5 \"GIVE ME UP\"", + "type": "ending" + }, + { + "name": "ED6 \"Katsunda!\"", + "type": "ending" + }, + { + "name": "ED7 \"Zero Kara Hajimeru Story\"", + "type": "ending" + } + ] + }, + { + "id": "3692", + "title": "Yes! Precure 5 GoGo!", + "year": "2008", + "themes": [ + { + "name": "OP \"Full Throttle Go Go!\"", + "link": "https://animethemes.moe/video/YesPrecure5GoGo-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Te to Te Tsunaide Heart mo Link!!\"", + "link": "https://animethemes.moe/video/YesPrecure5GoGo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Gambalance de Dance ~Kibou no Relay~\"", + "link": "https://animethemes.moe/video/YesPrecure5GoGo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3011", + "title": "Yotsunoha", + "year": "2008", + "themes": [ + { + "name": "OP \"Koisuru Kioku\"", + "link": "https://animethemes.moe/video/Yotsunoha-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Negai\"", + "link": "https://animethemes.moe/video/Yotsunoha-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3228", + "title": "Zoku Sayonara Zetsubou Sensei", + "year": "2008", + "themes": [ + { + "name": "OP1 \"Kuusou Rumba\"", + "link": "https://animethemes.moe/video/ZokuSayonaraZetsubouSensei-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Lyricure Go Go!\"", + "link": "https://animethemes.moe/video/ZokuSayonaraZetsubouSensei-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Romance Romanesque\"", + "link": "https://animethemes.moe/video/ZokuSayonaraZetsubouSensei-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Romance Romanesque\"", + "link": "https://animethemes.moe/video/ZokuSayonaraZetsubouSensei-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Marionette\"", + "link": "https://animethemes.moe/video/ZokuSayonaraZetsubouSensei-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Omamori\"", + "link": "https://animethemes.moe/video/ZokuSayonaraZetsubouSensei-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "3090", + "title": "Aa! Megami-sama!: Tatakau Tsubasa", + "year": "2007", + "themes": [ + { + "name": "OP \"Ai no Hoshi\"", + "link": "https://animethemes.moe/video/AaMegamiSamaTatakauTsubasa-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hanamuke no Melody\"", + "link": "https://animethemes.moe/video/AaMegamiSamaTatakauTsubasa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2563", + "title": "Aria The OVA: Arietta", + "year": "2007", + "themes": [ + { + "name": "OP \"Nanairo no Sora wo\"", + "link": "https://animethemes.moe/video/AriaTheOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ashita, Yuugure Made\"", + "link": "https://animethemes.moe/video/AriaTheOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2986", + "title": "Bamboo Blade", + "year": "2007", + "themes": [ + { + "name": "OP \"BAMBOO BEAT\"", + "link": "https://animethemes.moe/video/BambooBlade-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"STAR RISE\"", + "link": "https://animethemes.moe/video/BambooBlade-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2964", + "title": "Blue Drop: Tenshi-tachi no Gikyoku", + "year": "2007", + "themes": [ + { + "name": "OP \"BLUE\"", + "link": "https://animethemes.moe/video/BlueDrop-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlueDrop-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Tsubomi -blue dreams\"", + "link": "https://animethemes.moe/video/BlueDrop-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlueDrop-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "2167", + "title": "Clannad", + "year": "2007", + "themes": [ + { + "name": "OP \"Megumeru ~cuckool mix 2007~\"", + "link": "https://animethemes.moe/video/Clannad-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dango Daikazoku\"", + "link": "https://animethemes.moe/video/Clannad-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2595", + "title": "D.C.II: Da Capo II", + "year": "2007", + "themes": [ + { + "name": "OP \"Sakura Kimi ni Emu\"", + "link": "https://animethemes.moe/video/DaCapoII-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yasashisa wa Ame no You ni\"", + "link": "https://animethemes.moe/video/DaCapoII-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2795", + "title": "Dragonaut: The Resonance", + "year": "2007", + "themes": [ + { + "name": "OP \"perfect blue\"", + "link": "https://animethemes.moe/video/Dragonaut-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Rain Of Love\"", + "type": "ending" + }, + { + "name": "ED2 \"Fight Or Flight\"", + "type": "ending" + } + ] + }, + { + "id": "2924", + "title": "ef: A Tale of Memories.", + "year": "2007", + "themes": [ + { + "name": "OP1 V1 \"euphoric field\"", + "link": "https://animethemes.moe/video/EfATaleOfMemories-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"euphoric field\"", + "link": "https://animethemes.moe/video/EfATaleOfMemories-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"euphoric field (Japanese ver.)\"", + "link": "https://animethemes.moe/video/EfATaleOfMemories-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"I'm here\"", + "link": "https://animethemes.moe/video/EfATaleOfMemories-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"I'm here\"", + "link": "https://animethemes.moe/video/EfATaleOfMemories-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Kizamu Kisetsu\"", + "link": "https://animethemes.moe/video/EfATaleOfMemories-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Kizamu Kisetsu\"", + "link": "https://animethemes.moe/video/EfATaleOfMemories-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Sora no Yume\"", + "link": "https://animethemes.moe/video/EfATaleOfMemories-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Sora no Yume\"", + "link": "https://animethemes.moe/video/EfATaleOfMemories-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED4 \"Yuukyuu no Tsubasa 07mix\"", + "link": "https://animethemes.moe/video/EfATaleOfMemories-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "2508", + "title": "Genshiken 2", + "year": "2007", + "themes": [ + { + "name": "OP \"disarm dreamer\"", + "link": "https://animethemes.moe/video/Genshiken2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Clubhouse Sandwich\"", + "link": "https://animethemes.moe/video/Genshiken2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ai\"", + "link": "https://animethemes.moe/video/Genshiken2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Biidama\"", + "link": "https://animethemes.moe/video/Genshiken2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Clubhouse Sandwich (Instrumental Version)\"", + "link": "https://animethemes.moe/video/Genshiken2-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "2494", + "title": "Goshuushou-sama Ninomiya-kun", + "year": "2007", + "themes": [ + { + "name": "OP \"Yubikiri\"", + "link": "https://animethemes.moe/video/GoshuushousamaNinomiyakun-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Furefurepponpon!\"", + "link": "https://animethemes.moe/video/GoshuushousamaNinomiyakun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3002", + "title": "Gyakkyou Burai Kaiji: Ultimate Survivor", + "year": "2007", + "themes": [ + { + "name": "OP \"Mirai wa Bokura no Te no Naka\"", + "link": "https://animethemes.moe/video/Kaiji-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Makeinu-tachi no Requiem\"", + "link": "https://animethemes.moe/video/Kaiji-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3165", + "title": "Hidamari Sketch Specials", + "year": "2007", + "themes": [ + { + "name": "OP V1 \"Sketch Switch\"", + "link": "https://animethemes.moe/video/HidamariSketchSpecials-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Sketch Switch\"", + "link": "https://animethemes.moe/video/HidamariSketchSpecials-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Mebae Drive\"", + "link": "https://animethemes.moe/video/HidamariSketchSpecials-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2772", + "title": "Juushin Enbu: Hero Tales", + "year": "2007", + "themes": [ + { + "name": "OP1 \"WINTERLONG\"", + "link": "https://animethemes.moe/video/JuushinEnbu-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"FlashBack\"", + "link": "https://animethemes.moe/video/JuushinEnbu-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kakegae no nai Hito e\"", + "link": "https://animethemes.moe/video/JuushinEnbu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Komorebi no Uta\"", + "link": "https://animethemes.moe/video/JuushinEnbu-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2593", + "title": "Kara no Kyoukai 1: Fukan Fuukei", + "year": "2007", + "themes": [ + { + "name": "ED \"oblivious\"", + "link": "https://animethemes.moe/video/KaraNoKyoukai1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3782", + "title": "Kara no Kyoukai 2: Satsujin Kousatsu (Zen)", + "year": "2007", + "themes": [ + { + "name": "ED \"Kimi ga Hikari ni Kaete Iku\"", + "link": "https://animethemes.moe/video/KaraNoKyoukai2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3318", + "title": "Kimi ga Nozomu Eien: Next Season", + "year": "2007", + "themes": [ + { + "name": "OP \"Next Season\"", + "link": "https://animethemes.moe/video/KimiNozoOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Next Season\"", + "link": "https://animethemes.moe/video/KimiNozoOVA-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Eternity\"", + "link": "https://animethemes.moe/video/KimiNozoOVA-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Eternity\"", + "link": "https://animethemes.moe/video/KimiNozoOVA-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "2927", + "title": "KimiKiss Pure Rouge", + "year": "2007", + "themes": [ + { + "name": "OP V1 \"Aozora loop\"", + "link": "https://animethemes.moe/video/KimiKissPureRouge-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Aozora loop\"", + "link": "https://animethemes.moe/video/KimiKissPureRouge-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Negaiboshi\"", + "link": "https://animethemes.moe/video/KimiKissPureRouge-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Wasurenaide\"", + "link": "https://animethemes.moe/video/KimiKissPureRouge-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2403", + "title": "Kodomo no Jikan", + "year": "2007", + "themes": [ + { + "name": "OP \"Let's! Ohime-sama Dakko\"", + "link": "https://animethemes.moe/video/KodomoNoJikan-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hanamaru☆Sensation\"", + "link": "https://animethemes.moe/video/KodomoNoJikan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yasashii\"", + "link": "https://animethemes.moe/video/KodomoNoJikan-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Otome Chikku Shoshinsha desu\"", + "link": "https://animethemes.moe/video/KodomoNoJikan-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "3085", + "title": "Koharu Biyori", + "year": "2007", + "themes": [ + { + "name": "OP \"Apron dake wa Toranaide!\"", + "link": "https://animethemes.moe/video/KoharuBiyori-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Love Song kamo Shirenai\"", + "link": "https://animethemes.moe/video/KoharuBiyori-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2971", + "title": "Kyou kara Maou! R", + "year": "2007", + "themes": [ + { + "name": "OP \"Romantic Morning\"", + "link": "https://animethemes.moe/video/KyouKaraMaouR-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Himitsu no Pocket\"", + "link": "https://animethemes.moe/video/KyouKaraMaouR-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2985", + "title": "Majin Tantei Nougami Neuro", + "year": "2007", + "themes": [ + { + "name": "OP \"Dirty\"", + "link": "https://animethemes.moe/video/Neuro-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kodoku no Hikari\"", + "link": "https://animethemes.moe/video/Neuro-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2963", + "title": "Minami-ke", + "year": "2007", + "themes": [ + { + "name": "OP \"Keikenchi Joushouchuu☆\"", + "link": "https://animethemes.moe/video/Minamike-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Colorful DAYS\"", + "link": "https://animethemes.moe/video/Minamike-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Colorful DAYS\"", + "link": "https://animethemes.moe/video/Minamike-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "2581", + "title": "Mobile Suit Gundam 00", + "year": "2007", + "themes": [ + { + "name": "OP1 \"DAYBREAK'S BELL\"", + "link": "https://animethemes.moe/video/Gundam00-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ash Like Snow\"", + "link": "https://animethemes.moe/video/Gundam00-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Wana\"", + "link": "https://animethemes.moe/video/Gundam00-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Friends\"", + "link": "https://animethemes.moe/video/Gundam00-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4421", + "title": "Moetan Specials", + "year": "2007", + "themes": [ + { + "name": "OP \"TOUGH GIRL\"", + "link": "https://animethemes.moe/video/MoetanSpecials-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Skip!\"", + "link": "https://animethemes.moe/video/MoetanSpecials-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2931", + "title": "Mokke", + "year": "2007", + "themes": [ + { + "name": "OP \"Kokoro no Ato\"", + "link": "https://animethemes.moe/video/Mokke-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Panorama\"", + "link": "https://animethemes.moe/video/Mokke-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3001", + "title": "Moyashimon", + "year": "2007", + "themes": [ + { + "name": "OP \"Curriculum\"", + "link": "https://animethemes.moe/video/Moyashimon-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Rocket\"", + "link": "https://animethemes.moe/video/Moyashimon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2926", + "title": "Myself; Yourself", + "year": "2007", + "themes": [ + { + "name": "OP \"Tears Infection\"", + "link": "https://animethemes.moe/video/MyselfYourself-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi to Yozora to Sakamichi to\"", + "link": "https://animethemes.moe/video/MyselfYourself-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2970", + "title": "Night Wizard", + "year": "2007", + "themes": [ + { + "name": "OP \"KURENAI\"", + "link": "https://animethemes.moe/video/NightWizard-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Erinyes\"", + "link": "https://animethemes.moe/video/NightWizard-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1807", + "title": "Prism Ark", + "year": "2007", + "themes": [ + { + "name": "OP \"Soshite Boku wa...\"", + "link": "https://animethemes.moe/video/PrismArk-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Opera Fantasia\"", + "link": "https://animethemes.moe/video/PrismArk-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2787", + "title": "Shakugan no Shana II (Second)", + "year": "2007", + "themes": [ + { + "name": "OP1 \"JOINT\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"BLAZE\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Triangle\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sociometry\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sense\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "2596", + "title": "Shinreigari: Ghost Hound", + "year": "2007", + "themes": [ + { + "name": "OP \"Poltergeist\"", + "link": "https://animethemes.moe/video/GhostHound-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Call My Name ~Kazenari no Oka~\"", + "link": "https://animethemes.moe/video/GhostHound-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2562", + "title": "Shion no Ou", + "year": "2007", + "themes": [ + { + "name": "OP \"LADY LOVE\"", + "link": "https://animethemes.moe/video/ShionNoOu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"My dear friend\"", + "link": "https://animethemes.moe/video/ShionNoOu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2923", + "title": "Shugo Chara!", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Kokoro no Tamago\"", + "link": "https://animethemes.moe/video/ShugoChara-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShugoChara-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP2 \"Minna Daisuki\"", + "link": "https://animethemes.moe/video/ShugoChara-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShugoChara-OP2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Honto no Jibun\"", + "link": "https://animethemes.moe/video/ShugoChara-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Renai ♥ Rider\"", + "link": "https://animethemes.moe/video/ShugoChara-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kiss! Kiss! Kiss!\"", + "link": "https://animethemes.moe/video/ShugoChara-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Gachinko de Ikou!\"", + "link": "https://animethemes.moe/video/ShugoChara-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "2942", + "title": "Sketchbook: Full Color's", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Kaze Sagashi\"", + "link": "https://animethemes.moe/video/Sketchbook-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Natsu no Kioku\"", + "link": "https://animethemes.moe/video/Sketchbook-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sketchbook o Motta mama\"", + "link": "https://animethemes.moe/video/Sketchbook-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tanpopo Suisha\"", + "link": "https://animethemes.moe/video/Sketchbook-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3000", + "title": "Taiho Shichau zo: Full Throttle", + "year": "2007", + "themes": [ + { + "name": "OP \"Mighty Buddy\"", + "link": "https://animethemes.moe/video/TaihoShichauZoFullThrottle-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"1/2\"", + "link": "https://animethemes.moe/video/TaihoShichauZoFullThrottle-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2685", + "title": "Tsubasa: Tokyo Revelations", + "year": "2007", + "themes": [ + { + "name": "OP \"Synchronicity\"", + "link": "https://animethemes.moe/video/TsubasaTokyoRevelations-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Saigo no Kajitsu\"", + "link": "https://animethemes.moe/video/TsubasaTokyoRevelations-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3051", + "title": "Yes! Precure 5 Movie: Kagami no Kuni no Miracle Daibouken!", + "year": "2007", + "themes": [ + { + "name": "OP \"Smile, Go Go!\"", + "link": "https://animethemes.moe/video/YesPrecure5Movie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ganbalance de Dance ~Yume Miru Kisekitachi~\"", + "link": "https://animethemes.moe/video/YesPrecure5Movie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2251", + "title": "Baccano!", + "year": "2007", + "themes": [ + { + "name": "OP \"Gun's & Roses\"", + "link": "https://animethemes.moe/video/Baccano-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Calling\"", + "link": "https://animethemes.moe/video/Baccano-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2131", + "title": "Bokusatsu Tenshi Dokuro-chan 2", + "year": "2007", + "themes": [ + { + "name": "OP \"Bokusatsu Tenshi Dokuro-Chan 2007\"", + "link": "https://animethemes.moe/video/BokusatsuTenshiDokuroChan2-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Bokusatsu Ondo de Dokuro-chan\"", + "link": "https://animethemes.moe/video/BokusatsuTenshiDokuroChan2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Bokusatsu Ondo de Dokuro-chan\"", + "link": "https://animethemes.moe/video/BokusatsuTenshiDokuroChan2-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "1726", + "title": "Devil May Cry", + "year": "2007", + "themes": [ + { + "name": "OP \"d.m.c\"", + "link": "https://animethemes.moe/video/DevilMayCry-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"I'll be your home\"", + "link": "https://animethemes.moe/video/DevilMayCry-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2759", + "title": "Evangelion: 1.0 You Are (Not) Alone", + "year": "2007", + "themes": [ + { + "name": "ED \"Beautiful World\"", + "link": "https://animethemes.moe/video/EvangelionYouAreNotAlone-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1889", + "title": "Higurashi no Naku Koro ni Kai", + "year": "2007", + "themes": [ + { + "name": "OP V1 \"Naraku no Hana\"", + "link": "https://animethemes.moe/video/HigurashiKai-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Naraku no Hana\"", + "link": "https://animethemes.moe/video/HigurashiKai-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Taishou.a\"", + "link": "https://animethemes.moe/video/HigurashiKai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2602", + "title": "Kenkou Zenra-kei Suiei-bu Umishou", + "year": "2007", + "themes": [ + { + "name": "OP \"DOLPHIN☆JET\"", + "link": "https://animethemes.moe/video/Umisho-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Umisho-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED \"Splash BLUE ~ Taiyō to Lemonade\"", + "link": "https://animethemes.moe/video/Umisho-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Umisho-ED1-NCDVD480.webm", + "type": "ending" + } + ] + }, + { + "id": "3121", + "title": "Kodomo no Jikan OVA", + "year": "2007", + "themes": [ + { + "name": "OP \"Otome Chikku Shoshinsha Desu\"", + "link": "https://animethemes.moe/video/KodomoNoJikanOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aijou Education\"", + "link": "https://animethemes.moe/video/KodomoNoJikanOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2367", + "title": "Moetan", + "year": "2007", + "themes": [ + { + "name": "OP \"Mahou Shoujo Magical-tan!\"", + "link": "https://animethemes.moe/video/Moetan-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Skip!\"", + "link": "https://animethemes.moe/video/Moetan-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Skip!\"", + "link": "https://animethemes.moe/video/Moetan-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Skip!\"", + "link": "https://animethemes.moe/video/Moetan-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "2246", + "title": "Mononoke", + "year": "2007", + "themes": [ + { + "name": "OP \"Kagen no Tsuki\"", + "link": "https://animethemes.moe/video/Mononoke-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Natsu no Hana\"", + "link": "https://animethemes.moe/video/Mononoke-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1688", + "title": "Nanatsu-iro★Drops", + "year": "2007", + "themes": [ + { + "name": "OP \"Shining stars bless☆\"", + "link": "https://animethemes.moe/video/NanatsuiroDrops-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"mo.o!\"", + "link": "https://animethemes.moe/video/NanatsuiroDrops-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2744", + "title": "Potemayo", + "year": "2007", + "themes": [ + { + "name": "OP \"Katamichi Catchball\"", + "link": "https://animethemes.moe/video/Potemayo-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Utatane\"", + "link": "https://animethemes.moe/video/Potemayo-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Utatane\"", + "link": "https://animethemes.moe/video/Potemayo-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "2605", + "title": "Sayonara Zetsubou Sensei", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Hito toshite Jiku ga Bureteiru\"", + "link": "https://animethemes.moe/video/SayonaraZetsubouSensei-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Gouin ni Mai Yeah~\"", + "link": "https://animethemes.moe/video/SayonaraZetsubouSensei-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Zessei Bijin\"", + "link": "https://animethemes.moe/video/SayonaraZetsubouSensei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2476", + "title": "School Days", + "year": "2007", + "themes": [ + { + "name": "OP \"Innocent Blue\"", + "link": "https://animethemes.moe/video/SchoolDays-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Usotsuki\"", + "link": "https://animethemes.moe/video/SchoolDays-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ai no kakera\"", + "link": "https://animethemes.moe/video/SchoolDays-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Waltz\"", + "link": "https://animethemes.moe/video/SchoolDays-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kioku no Umi\"", + "link": "https://animethemes.moe/video/SchoolDays-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Look at Me\"", + "link": "https://animethemes.moe/video/SchoolDays-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Namida no Riyuu\"", + "link": "https://animethemes.moe/video/SchoolDays-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Anata ga... Inai\"", + "link": "https://animethemes.moe/video/SchoolDays-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Still I Love You ~Mitsumeru Yori wa Shiawase~\"", + "link": "https://animethemes.moe/video/SchoolDays-ED8.webm", + "type": "ending" + } + ] + }, + { + "id": "2683", + "title": "Tokyo Majin Gakuen Kenpucho: Tou Dai Ni Maku", + "year": "2007", + "themes": [ + { + "name": "OP1 \"0:00 a.m.\"", + "link": "https://animethemes.moe/video/TokyoMajinS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TokyoMajinS2-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP2 \"Prayer\"", + "link": "https://animethemes.moe/video/TokyoMajinS2-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TokyoMajinS2-OP2-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TokyoMajinS2-OP2-NC448.webm", + "type": "ending" + } + ] + }, + { + "id": "2608", + "title": "Wangan Midnight", + "year": "2007", + "themes": [ + { + "name": "OP \"lights and any more\"", + "link": "https://animethemes.moe/video/WanganMidnight-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Talking bout good days\"", + "link": "https://animethemes.moe/video/WanganMidnight-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1840", + "title": "Zero no Tsukaima: Futatsuki no Kishi", + "year": "2007", + "themes": [ + { + "name": "OP \"I SAY YES\"", + "link": "https://animethemes.moe/video/ZeroNoTsukaimaS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Suki!? Kirai!? Suki!!!\"", + "link": "https://animethemes.moe/video/ZeroNoTsukaimaS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1292", + "title": "Afro Samurai", + "year": "2007", + "themes": [ + { + "name": "OP \"Afro Theme\"", + "link": "https://animethemes.moe/video/AfroSamurai-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Afro Outro\"", + "link": "https://animethemes.moe/video/AfroSamurai-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Afro Outro\"", + "link": "https://animethemes.moe/video/AfroSamurai-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "2156", + "title": "Bakugan Battle Brawlers", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Number One Battle Brawlers\"", + "link": "https://animethemes.moe/video/BakuganBattleBrawlers-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Puruchi Infinite Generation\"", + "link": "https://animethemes.moe/video/BakuganBattleBrawlers-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Air Drive\"", + "type": "ending" + }, + { + "name": "ED2 \"Hello\"", + "type": "ending" + } + ] + }, + { + "id": "2142", + "title": "Blue Dragon", + "year": "2007", + "themes": [ + { + "name": "OP1 \"FRIEND\"", + "link": "https://animethemes.moe/video/BlueDragon-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlueDragon-OP1-NCDVD384.webm", + "type": "ending" + }, + { + "name": "OP2 \"Mune ni Kibou o\"", + "link": "https://animethemes.moe/video/BlueDragon-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Fly So High\"", + "link": "https://animethemes.moe/video/BlueDragon-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlueDragon-ED1-NCDVD384.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kokoro\"", + "link": "https://animethemes.moe/video/BlueDragon-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"HANA\"", + "link": "https://animethemes.moe/video/BlueDragon-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Sepia\"", + "link": "https://animethemes.moe/video/BlueDragon-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "1690", + "title": "Bokurano", + "year": "2007", + "themes": [ + { + "name": "OP \"Uninstall\"", + "link": "https://animethemes.moe/video/Bokurano-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Bokurano-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Bokurano-OP1-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Little Bird\"", + "link": "https://animethemes.moe/video/Bokurano-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Vermillion\"", + "link": "https://animethemes.moe/video/Bokurano-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1818", + "title": "Claymore", + "year": "2007", + "themes": [ + { + "name": "OP \"Raison D'être\"", + "link": "https://animethemes.moe/video/Claymore-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Danzai no Hana~Guilty Sky\"", + "link": "https://animethemes.moe/video/Claymore-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2025", + "title": "Darker than Black: Kuro no Keiyakusha", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Howling\"", + "link": "https://animethemes.moe/video/DarkerThanBlack-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kakusei Heroism ~The Hero without a Name~\"", + "link": "https://animethemes.moe/video/DarkerThanBlack-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tsuki Akari\"", + "link": "https://animethemes.moe/video/DarkerThanBlack-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dreams\"", + "link": "https://animethemes.moe/video/DarkerThanBlack-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2164", + "title": "Dennou Coil", + "year": "2007", + "themes": [ + { + "name": "OP \"Prism\"", + "link": "https://animethemes.moe/video/DennouCoil-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sora no Kakera\"", + "link": "https://animethemes.moe/video/DennouCoil-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2030", + "title": "El Cazador de la Bruja", + "year": "2007", + "themes": [ + { + "name": "OP \"Hikari no Yukue\"", + "link": "https://animethemes.moe/video/ElCazador-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Romanesque\"", + "type": "ending" + } + ] + }, + { + "id": "2026", + "title": "Hayate no Gotoku!", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Hayate no Gotoku!\"", + "link": "https://animethemes.moe/video/HayateNoGotoku-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Shichiten Hakki ☆Shijou Shugi!\"", + "link": "https://animethemes.moe/video/HayateNoGotoku-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Shichiten Hakki ☆Shijou Shugi!\"", + "link": "https://animethemes.moe/video/HayateNoGotoku-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Proof\"", + "link": "https://animethemes.moe/video/HayateNoGotoku-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Get my way!\"", + "link": "https://animethemes.moe/video/HayateNoGotoku-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Chasse\"", + "link": "https://animethemes.moe/video/HayateNoGotoku-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Ko no Me Kaze\"", + "link": "https://animethemes.moe/video/HayateNoGotoku-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "2002", + "title": "Heroic Age", + "year": "2007", + "themes": [ + { + "name": "OP \"gravitation\"", + "link": "https://animethemes.moe/video/HeroicAge-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Azurite\"", + "link": "https://animethemes.moe/video/HeroicAge-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Azurite ~ for luster star Deianera\"", + "type": "ending" + }, + { + "name": "ED3 \"Azurite ~True grace~\"", + "type": "ending" + } + ] + }, + { + "id": "2169", + "title": "Ice", + "year": "2007", + "themes": [ + { + "name": "ED \"Aisareru to Iu Koto\"", + "link": "https://animethemes.moe/video/Ice-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1694", + "title": "iDOLM@STER Xenoglossia", + "year": "2007", + "themes": [ + { + "name": "OP1 V1 \"Binetsu S.O.S!!\"", + "link": "https://animethemes.moe/video/IdolmasterXenoglossia-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Binetsu S.O.S!!\"", + "link": "https://animethemes.moe/video/IdolmasterXenoglossia-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"Binetsu S.O.S!!\"", + "link": "https://animethemes.moe/video/IdolmasterXenoglossia-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Zankoku yo Kibou to Nare\"", + "link": "https://animethemes.moe/video/IdolmasterXenoglossia-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Zankoku yo Kibou to Nare\"", + "link": "https://animethemes.moe/video/IdolmasterXenoglossia-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP2 V3 \"Zankoku yo Kibou to Nare\"", + "link": "https://animethemes.moe/video/IdolmasterXenoglossia-OP2v3.webm", + "type": "opening" + }, + { + "name": "OP2 V4 \"Zankoku yo Kibou to Nare\"", + "link": "https://animethemes.moe/video/IdolmasterXenoglossia-OP2v4.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Yuukyuu no Tabibito~Dear Boy\"", + "link": "https://animethemes.moe/video/IdolmasterXenoglossia-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Yuukyuu no Tabibito~Dear Boy\"", + "link": "https://animethemes.moe/video/IdolmasterXenoglossia-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "2130", + "title": "Kaibutsu Oujo", + "year": "2007", + "themes": [ + { + "name": "OP \"BLOOD QUEEN\"", + "link": "https://animethemes.moe/video/KaibutsuOujo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hizamazuite Ashi o Oname\"", + "link": "https://animethemes.moe/video/KaibutsuOujo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1808", + "title": "Kamichama Karin", + "year": "2007", + "themes": [ + { + "name": "OP V1 \"Ankoku Tengoku\"", + "link": "https://animethemes.moe/video/KamichamaKarin-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Ankoku Tengoku\"", + "link": "https://animethemes.moe/video/KamichamaKarin-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Anemone\"", + "type": "ending" + }, + { + "name": "ED2 \"Kuuchuu Meiro\"", + "type": "ending" + } + ] + }, + { + "id": "1691", + "title": "Kaze no Stigma", + "year": "2007", + "themes": [ + { + "name": "OP \"blast of wind\"", + "link": "https://animethemes.moe/video/KazeNoStigma-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hitorikiri no Sora\"", + "link": "https://animethemes.moe/video/KazeNoStigma-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Matataki no Kiwoku\"", + "link": "https://animethemes.moe/video/KazeNoStigma-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tsuki Hana no Inori\"", + "type": "ending" + } + ] + }, + { + "id": "2215", + "title": "Kishin Taisen Gigantic Formula", + "year": "2007", + "themes": [ + { + "name": "OP \"United Force\"", + "link": "https://animethemes.moe/video/KishinTaisenGiganticFormula-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tsubasa\"", + "link": "https://animethemes.moe/video/KishinTaisenGiganticFormula-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2106", + "title": "Kiss Dum: Engage Planet", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Toki o Koete\"", + "type": "opening" + }, + { + "name": "OP2 \"A Runner At Daybreak\"", + "type": "opening" + }, + { + "name": "OP3 \"Toki o Koete The Second Chapter\"", + "type": "opening" + }, + { + "name": "ED1 \"Kimi ga iru Kagiri\"", + "link": "https://animethemes.moe/video/KissDum-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"because of you\"", + "link": "https://animethemes.moe/video/KissDum-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2157", + "title": "Koutetsushin Jeeg", + "year": "2007", + "themes": [ + { + "name": "OP \"Stormbringer\"", + "link": "https://animethemes.moe/video/KoutetsushinJeeg-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"HEAVEN\"", + "link": "https://animethemes.moe/video/KoutetsushinJeeg-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2034", + "title": "Lovely Complex", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Kimi + Boku = Love?\"", + "link": "https://animethemes.moe/video/LovelyComplex-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hey! Say!\" by Hey!Say! 7\"", + "link": "https://animethemes.moe/video/LovelyComplex-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kiss ~ Kaerimichi no Love Song\"", + "link": "https://animethemes.moe/video/LovelyComplex-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"BON BON\"", + "link": "https://animethemes.moe/video/LovelyComplex-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1887", + "title": "Lucky☆Star", + "year": "2007", + "themes": [ + { + "name": "OP \"Motteke! Sailor Fuku\"", + "link": "https://animethemes.moe/video/LuckyStar-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Uchuu Tetsujin Kyoodain\"", + "link": "https://animethemes.moe/video/LuckyStar-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shouri da! Akumaizer 3\"", + "link": "https://animethemes.moe/video/LuckyStar-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sore ga, Ai Deshou\"", + "link": "https://animethemes.moe/video/LuckyStar-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Sailor Fuku to Kikanjuu\"", + "link": "https://animethemes.moe/video/LuckyStar-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Cha-La Head-Cha-La\"", + "link": "https://animethemes.moe/video/LuckyStar-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Valentine Kiss\"", + "link": "https://animethemes.moe/video/LuckyStar-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Chijou no Hoshi\"", + "link": "https://animethemes.moe/video/LuckyStar-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Monkey Magic\"", + "link": "https://animethemes.moe/video/LuckyStar-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Kogarashi ni Dakarete\"", + "link": "https://animethemes.moe/video/LuckyStar-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"I'm Proud\"", + "link": "https://animethemes.moe/video/LuckyStar-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Doraemon no Uta\"", + "link": "https://animethemes.moe/video/LuckyStar-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Ike! Godman / Makenaide\"", + "link": "https://animethemes.moe/video/LuckyStar-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Ore no Wasuremono\"", + "link": "https://animethemes.moe/video/LuckyStar-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Hare Hare Yukai\"", + "link": "https://animethemes.moe/video/LuckyStar-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Koi no Minoru Densetsu\"", + "link": "https://animethemes.moe/video/LuckyStar-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"Misoji Misaki\"", + "link": "https://animethemes.moe/video/LuckyStar-ED16.webm", + "type": "ending" + }, + { + "name": "ED17 \"Motteke! Sailor Fuku (Aimai Sunshine Ver.)\"", + "link": "https://animethemes.moe/video/LuckyStar-ED17.webm", + "type": "ending" + }, + { + "name": "ED18 \"Kaorin no Theme\"", + "link": "https://animethemes.moe/video/LuckyStar-ED18.webm", + "type": "ending" + }, + { + "name": "ED19 \"Otoko no Iki-sama\"", + "link": "https://animethemes.moe/video/LuckyStar-ED19.webm", + "type": "ending" + }, + { + "name": "ED20 \"Omuko Rumba\"", + "link": "https://animethemes.moe/video/LuckyStar-ED20.webm", + "type": "ending" + }, + { + "name": "ED21 \"Shikaidaa no Uta\"", + "link": "https://animethemes.moe/video/LuckyStar-ED21.webm", + "type": "ending" + }, + { + "name": "ED22 \"Shiraishi Medley\"", + "link": "https://animethemes.moe/video/LuckyStar-ED22.webm", + "type": "ending" + }, + { + "name": "ED23 \"Mikuru Henshin! Soshite Sentou!\"", + "link": "https://animethemes.moe/video/LuckyStar-ED23.webm", + "type": "ending" + }, + { + "name": "ED24 \"Ai wa Boomerang\"", + "link": "https://animethemes.moe/video/LuckyStar-ED24.webm", + "type": "ending" + } + ] + }, + { + "id": "1915", + "title": "Mahou Shoujo Lyrical Nanoha StrikerS", + "year": "2007", + "themes": [ + { + "name": "OP1 \"SECRET AMBITION\"", + "link": "https://animethemes.moe/video/NanohaStrikerS-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"MASSIVE WONDERS\"", + "link": "https://animethemes.moe/video/NanohaStrikerS-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hoshizora no Spica\"", + "link": "https://animethemes.moe/video/NanohaStrikerS-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Beautiful Amulet\"", + "link": "https://animethemes.moe/video/NanohaStrikerS-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1722", + "title": "Nagasarete Airantou", + "year": "2007", + "themes": [ + { + "name": "OP V1 \"Days\"", + "link": "https://animethemes.moe/video/NagasareteAirantou-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Days\"", + "link": "https://animethemes.moe/video/NagasareteAirantou-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Days\"", + "link": "https://animethemes.moe/video/NagasareteAirantou-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Say Cheese!\"", + "link": "https://animethemes.moe/video/NagasareteAirantou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hiyayakko\"", + "link": "https://animethemes.moe/video/NagasareteAirantou-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Koisuru Tenkizu\"", + "link": "https://animethemes.moe/video/NagasareteAirantou-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Koisuru Tenkizu\"", + "link": "https://animethemes.moe/video/NagasareteAirantou-ED3v2.webm", + "type": "ending" + } + ] + }, + { + "id": "5520", + "title": "Onegai My Melody Sukkiri♪", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Kiri Kiri Suu\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodySukkiri-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Chu☆Onegai My Melody\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodySukkiri-OP2.webm", + "type": "opening" + } + ] + }, + { + "id": "2159", + "title": "Ookiku Furikabutte", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Dramatic\"", + "link": "https://animethemes.moe/video/OokikuFurikabutte-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Seishun Line\"", + "link": "https://animethemes.moe/video/OokikuFurikabutte-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Medaka no Mita Niji\"", + "link": "https://animethemes.moe/video/OokikuFurikabutte-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Arigatou\"", + "link": "https://animethemes.moe/video/OokikuFurikabutte-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1699", + "title": "Romeo x Juliet", + "year": "2007", + "themes": [ + { + "name": "OP \"Inori ~You Raise Me Up~\"", + "link": "https://animethemes.moe/video/RomeoxJuliet-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RomeoxJuliet-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Cyclone\"", + "link": "https://animethemes.moe/video/RomeoxJuliet-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RomeoxJuliet-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Good bye, Yesterday\"", + "link": "https://animethemes.moe/video/RomeoxJuliet-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RomeoxJuliet-ED2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED3 \"You Raise Me Up\"", + "type": "ending" + } + ] + }, + { + "id": "1914", + "title": "Saiunkoku Monogatari 2nd Season", + "year": "2007", + "themes": [ + { + "name": "OP V1 \"Hajimari no Kaze\"", + "link": "https://animethemes.moe/video/SaiunkokuMonogatariS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Hajimari no Kaze\"", + "link": "https://animethemes.moe/video/SaiunkokuMonogatariS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Asu he\"", + "link": "https://animethemes.moe/video/SaiunkokuMonogatariS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1827", + "title": "Seirei no Moribito", + "year": "2007", + "themes": [ + { + "name": "OP \"SHINE\"", + "link": "https://animethemes.moe/video/SeireiNoMoribito-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Itoshii Hito e\"", + "link": "https://animethemes.moe/video/SeireiNoMoribito-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2104", + "title": "Seto no Hanayome", + "year": "2007", + "themes": [ + { + "name": "OP \"Romantic summer\"", + "link": "https://animethemes.moe/video/SetoNoHanayome-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ashita e no Hikari\"", + "type": "ending" + }, + { + "name": "ED2 \"Dan Dan Dan\"", + "link": "https://animethemes.moe/video/SetoNoHanayome-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2031", + "title": "Shining Tears X Wind", + "year": "2007", + "themes": [ + { + "name": "OP \"Shining Tears\"", + "link": "https://animethemes.moe/video/ShiningTearsXWind-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hikari no SILHOUETTE\"", + "type": "ending" + } + ] + }, + { + "id": "1727", + "title": "Shinkyoku Soukai Polyphonica", + "year": "2007", + "themes": [ + { + "name": "OP \"Apocrypha\"", + "link": "https://animethemes.moe/video/Polyphonica-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Concordia\"", + "link": "https://animethemes.moe/video/Polyphonica-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Concordia\"", + "link": "https://animethemes.moe/video/Polyphonica-ED2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Concordia\"", + "link": "https://animethemes.moe/video/Polyphonica-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "1965", + "title": "Sola", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Binkan na Fuukei\"", + "type": "opening" + }, + { + "name": "OP2 \"colorless wind\"", + "link": "https://animethemes.moe/video/Sola-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mellow Melody\"", + "link": "https://animethemes.moe/video/Sola-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Miageru Ano Sora de\"", + "type": "ending" + } + ] + }, + { + "id": "1731", + "title": "Tales of Symphonia The Animation: Sylvarant-hen", + "year": "2007", + "themes": [ + { + "name": "OP \"ALMATERIA\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaSylvarantHen-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Negai\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaSylvarantHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Negai\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaSylvarantHen-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Uchi e Kaerou\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaSylvarantHen-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"ALMATERIA\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaSylvarantHen-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "2001", + "title": "Tengen Toppa Gurren Lagann", + "year": "2007", + "themes": [ + { + "name": "OP V1 \"Sorairo Days\"", + "link": "https://animethemes.moe/video/TengenToppaGurrenLagann-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Sorairo Days\"", + "link": "https://animethemes.moe/video/TengenToppaGurrenLagann-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Sorairo Days\"", + "link": "https://animethemes.moe/video/TengenToppaGurrenLagann-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"UNDERGROUND\"", + "link": "https://animethemes.moe/video/TengenToppaGurrenLagann-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"UNDERGROUND\"", + "link": "https://animethemes.moe/video/TengenToppaGurrenLagann-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"happily ever after\"", + "link": "https://animethemes.moe/video/TengenToppaGurrenLagann-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Minna no Peace\"", + "link": "https://animethemes.moe/video/TengenToppaGurrenLagann-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "2752", + "title": "Tennis no Ouji-sama: Zenkoku Taikai-hen - Semifinal", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Kakaeta Kiseki\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaZenkokuTaikaiHenSemifinal-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Koi no Gekidasa Ecstasy\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaZenkokuTaikaiHenSemifinal-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Thank you!!\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaZenkokuTaikaiHenSemifinal-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2158", + "title": "Terra e... (TV)", + "year": "2007", + "themes": [ + { + "name": "OP1 \"endscape\"", + "link": "https://animethemes.moe/video/TerraE-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"JET BOY JET GIRL\"", + "link": "https://animethemes.moe/video/TerraE-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Love is...\"", + "link": "https://animethemes.moe/video/TerraE-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TerraE-ED1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED2 \"This Night\"", + "type": "ending" + } + ] + }, + { + "id": "2105", + "title": "Touka Gettan", + "year": "2007", + "themes": [ + { + "name": "OP V1 \"Yume Oboro\"", + "link": "https://animethemes.moe/video/ToukaGettan-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Yume Oboro\"", + "link": "https://animethemes.moe/video/ToukaGettan-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Kono Sekai ga Itsuka wa\"", + "link": "https://animethemes.moe/video/ToukaGettan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1689", + "title": "Byousoku 5 Centimeter", + "year": "2007", + "themes": [ + { + "name": "ED \"One more time, one more chance\"", + "link": "https://animethemes.moe/video/Byousoku5Centimeter-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1858", + "title": "Gakuen Utopia Manabi Straight!", + "year": "2007", + "themes": [ + { + "name": "OP \"A Happy Life\"", + "link": "https://animethemes.moe/video/ManabiStraight-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Lucky & Happy\"", + "link": "https://animethemes.moe/video/ManabiStraight-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1852", + "title": "Hidamari Sketch", + "year": "2007", + "themes": [ + { + "name": "OP \"Sketch Switch\"", + "link": "https://animethemes.moe/video/HidamariSketch-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mebae Drive\"", + "link": "https://animethemes.moe/video/HidamariSketch-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1888", + "title": "Ichigo Mashimaro OVA", + "year": "2007", + "themes": [ + { + "name": "OP \"Akkan Berry Berry\"", + "link": "https://animethemes.moe/video/IchigoMashimaroOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yuu Machi no Kaze\"", + "link": "https://animethemes.moe/video/IchigoMashimaroOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1956", + "title": "Ikkitousen: Dragon Destiny", + "year": "2007", + "themes": [ + { + "name": "OP \"HEART&SOUL\"", + "link": "https://animethemes.moe/video/IkkitousenDragonDestiny-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Garasu no Hana\"", + "link": "https://animethemes.moe/video/IkkitousenDragonDestiny-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Get up!\"", + "link": "https://animethemes.moe/video/IkkitousenDragonDestiny-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1810", + "title": "Kyoushirou to Towa no Sora", + "year": "2007", + "themes": [ + { + "name": "OP \"Cross*Heart\"", + "link": "https://animethemes.moe/video/KyoushirouToTowaNoSora-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Madoromi no Rakuen\"", + "link": "https://animethemes.moe/video/KyoushirouToTowaNoSora-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1696", + "title": "Murder Princess", + "year": "2007", + "themes": [ + { + "name": "OP \"Hikari Sasuhou\"", + "link": "https://animethemes.moe/video/MurderPrincess-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Naked Flower\"", + "link": "https://animethemes.moe/video/MurderPrincess-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1735", + "title": "Naruto: Shippuuden", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Hero's Come Back\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"distance\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Blue Bird\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"CLOSER\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Hotaru no Hikari\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Sign\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"Toumei Datta Sekai\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP7.webm", + "type": "opening" + }, + { + "name": "OP8 \"Diver\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP8.webm", + "type": "opening" + }, + { + "name": "OP9 \"Lovers\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP9.webm", + "type": "opening" + }, + { + "name": "OP10 \"newsong\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP10.webm", + "type": "opening" + }, + { + "name": "OP11 \"Totsugeki Rock\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP11.webm", + "type": "opening" + }, + { + "name": "OP12 \"Moshimo\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP12.webm", + "type": "opening" + }, + { + "name": "OP13 \"Niwaka Ame Nimo Makezu\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP13.webm", + "type": "opening" + }, + { + "name": "OP14 \"Tsuki no Ookisa\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP14.webm", + "type": "opening" + }, + { + "name": "OP15 \"Guren\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP15.webm", + "type": "opening" + }, + { + "name": "OP16 \"Silhouette\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP16.webm", + "type": "opening" + }, + { + "name": "OP17 \"Kaze\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP17.webm", + "type": "opening" + }, + { + "name": "OP18 \"LINE\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP18.webm", + "type": "opening" + }, + { + "name": "OP19 V1 \"Blood Circulator\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP19.webm", + "type": "opening" + }, + { + "name": "OP19 V2 \"Blood Circulator\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP19v2.webm", + "type": "opening" + }, + { + "name": "OP19 V3 \"Blood Circulator\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP19v3.webm", + "type": "opening" + }, + { + "name": "OP20 \"Kara no Kokoro\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP20.webm", + "type": "opening" + }, + { + "name": "ED1 \"Nagareboshi ~Shooting Star~\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Michi ~ To You All\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kimi Monogatari\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Mezamero! Yasei\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Sunao Na Niji\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Broken Youth\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Long Kiss Good Bye\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Bacchikoi!!!\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Shinkokyuu\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"My Answer\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Omae Dattanda\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"For You\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Jitensha\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Utakata Hanabi\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"U Can Do It!\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"Mayonaka No Orchestra\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED16.webm", + "type": "ending" + }, + { + "name": "ED17 \"FREEDOM\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED17.webm", + "type": "ending" + }, + { + "name": "ED18 \"Yokubou o Sakebe!!!\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED18.webm", + "type": "ending" + }, + { + "name": "ED19 \"Place to Try\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED19.webm", + "type": "ending" + }, + { + "name": "ED20 \"By My Side\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED20.webm", + "type": "ending" + }, + { + "name": "ED21 \"Cascade\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED21.webm", + "type": "ending" + }, + { + "name": "ED22 \"Kono Koe Karashite\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED22.webm", + "type": "ending" + }, + { + "name": "ED23 \"Mother\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED23.webm", + "type": "ending" + }, + { + "name": "ED24 \"Sayonara Memory\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED24.webm", + "type": "ending" + }, + { + "name": "ED25 \"I Can Hear\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED25.webm", + "type": "ending" + }, + { + "name": "ED26 \"Yume o Daite ~Hajimari no Kurisoroodo~\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED26.webm", + "type": "ending" + }, + { + "name": "ED27 \"Black Night Town\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED27.webm", + "type": "ending" + }, + { + "name": "ED28 \"Niji\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED28.webm", + "type": "ending" + }, + { + "name": "ED29 \"FLAME\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED29.webm", + "type": "ending" + }, + { + "name": "ED30 \"Never Change feat.Lyu:Lyu\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED30.webm", + "type": "ending" + }, + { + "name": "ED31 \"Dame Dame da\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED31.webm", + "type": "ending" + }, + { + "name": "ED32 \"Spinning World\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED32.webm", + "type": "ending" + }, + { + "name": "ED33 \"Kotoba no Iranai Yakusoku\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED33.webm", + "type": "ending" + }, + { + "name": "ED34 \"Niji no Sora\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED34.webm", + "type": "ending" + }, + { + "name": "ED35 \"Trouble Maker\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED35.webm", + "type": "ending" + }, + { + "name": "ED36 \"Sonna Kimi, Konna Boku\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED36.webm", + "type": "ending" + }, + { + "name": "ED37 \"Ao no Lullaby\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED37.webm", + "type": "ending" + }, + { + "name": "ED38 V1 \"Pino to Ameri\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED38.webm", + "type": "ending" + }, + { + "name": "ED38 V2 \"Pino to Ameri\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED38v2.webm", + "type": "ending" + }, + { + "name": "ED39 \"Tabidachi no Uta\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED39.webm", + "type": "ending" + }, + { + "name": "ED40 \"Zetsu Zetsu\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED40.webm", + "type": "ending" + } + ] + }, + { + "id": "1698", + "title": "Nodame Cantabile", + "year": "2007", + "themes": [ + { + "name": "OP \"Allegro Cantabile Sound\"", + "link": "https://animethemes.moe/video/NodameCantabile-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Konna ni Chikaku de...\"", + "link": "https://animethemes.moe/video/NodameCantabile-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sagittarius\"", + "link": "https://animethemes.moe/video/NodameCantabile-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1860", + "title": "Tokyo Majin Gakuen Kenpucho: Tou", + "year": "2007", + "themes": [ + { + "name": "OP \"0:00 a.m.\"", + "link": "https://animethemes.moe/video/TokyoMajin-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TokyoMajin-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Hanafubuki\"", + "link": "https://animethemes.moe/video/TokyoMajin-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TokyoMajin-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "1932", + "title": "Yes! Precure 5", + "year": "2007", + "themes": [ + { + "name": "OP V1 \"Smile, Go Go!\"", + "link": "https://animethemes.moe/video/YesPrecure5-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Smile, Go Go!\"", + "link": "https://animethemes.moe/video/YesPrecure5-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kirakira Shichatte My True Love\"", + "link": "https://animethemes.moe/video/YesPrecure5-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ganbalance de Dance ~Yume Miru Kisekitachi~\"", + "link": "https://animethemes.moe/video/YesPrecure5-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3090", + "title": "Aa! Megami-sama!: Tatakau Tsubasa", + "year": "2007", + "themes": [ + { + "name": "OP \"Ai no Hoshi\"", + "link": "https://animethemes.moe/video/AaMegamiSamaTatakauTsubasa-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hanamuke no Melody\"", + "link": "https://animethemes.moe/video/AaMegamiSamaTatakauTsubasa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2563", + "title": "Aria The OVA: Arietta", + "year": "2007", + "themes": [ + { + "name": "OP \"Nanairo no Sora wo\"", + "link": "https://animethemes.moe/video/AriaTheOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ashita, Yuugure Made\"", + "link": "https://animethemes.moe/video/AriaTheOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2986", + "title": "Bamboo Blade", + "year": "2007", + "themes": [ + { + "name": "OP \"BAMBOO BEAT\"", + "link": "https://animethemes.moe/video/BambooBlade-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"STAR RISE\"", + "link": "https://animethemes.moe/video/BambooBlade-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2964", + "title": "Blue Drop: Tenshi-tachi no Gikyoku", + "year": "2007", + "themes": [ + { + "name": "OP \"BLUE\"", + "link": "https://animethemes.moe/video/BlueDrop-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlueDrop-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Tsubomi -blue dreams\"", + "link": "https://animethemes.moe/video/BlueDrop-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlueDrop-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "2167", + "title": "Clannad", + "year": "2007", + "themes": [ + { + "name": "OP \"Megumeru ~cuckool mix 2007~\"", + "link": "https://animethemes.moe/video/Clannad-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dango Daikazoku\"", + "link": "https://animethemes.moe/video/Clannad-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2595", + "title": "D.C.II: Da Capo II", + "year": "2007", + "themes": [ + { + "name": "OP \"Sakura Kimi ni Emu\"", + "link": "https://animethemes.moe/video/DaCapoII-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yasashisa wa Ame no You ni\"", + "link": "https://animethemes.moe/video/DaCapoII-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2795", + "title": "Dragonaut: The Resonance", + "year": "2007", + "themes": [ + { + "name": "OP \"perfect blue\"", + "link": "https://animethemes.moe/video/Dragonaut-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Rain Of Love\"", + "type": "ending" + }, + { + "name": "ED2 \"Fight Or Flight\"", + "type": "ending" + } + ] + }, + { + "id": "2924", + "title": "ef: A Tale of Memories.", + "year": "2007", + "themes": [ + { + "name": "OP1 V1 \"euphoric field\"", + "link": "https://animethemes.moe/video/EfATaleOfMemories-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"euphoric field\"", + "link": "https://animethemes.moe/video/EfATaleOfMemories-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"euphoric field (Japanese ver.)\"", + "link": "https://animethemes.moe/video/EfATaleOfMemories-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"I'm here\"", + "link": "https://animethemes.moe/video/EfATaleOfMemories-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"I'm here\"", + "link": "https://animethemes.moe/video/EfATaleOfMemories-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Kizamu Kisetsu\"", + "link": "https://animethemes.moe/video/EfATaleOfMemories-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Kizamu Kisetsu\"", + "link": "https://animethemes.moe/video/EfATaleOfMemories-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Sora no Yume\"", + "link": "https://animethemes.moe/video/EfATaleOfMemories-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Sora no Yume\"", + "link": "https://animethemes.moe/video/EfATaleOfMemories-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED4 \"Yuukyuu no Tsubasa 07mix\"", + "link": "https://animethemes.moe/video/EfATaleOfMemories-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "2508", + "title": "Genshiken 2", + "year": "2007", + "themes": [ + { + "name": "OP \"disarm dreamer\"", + "link": "https://animethemes.moe/video/Genshiken2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Clubhouse Sandwich\"", + "link": "https://animethemes.moe/video/Genshiken2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ai\"", + "link": "https://animethemes.moe/video/Genshiken2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Biidama\"", + "link": "https://animethemes.moe/video/Genshiken2-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Clubhouse Sandwich (Instrumental Version)\"", + "link": "https://animethemes.moe/video/Genshiken2-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "2494", + "title": "Goshuushou-sama Ninomiya-kun", + "year": "2007", + "themes": [ + { + "name": "OP \"Yubikiri\"", + "link": "https://animethemes.moe/video/GoshuushousamaNinomiyakun-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Furefurepponpon!\"", + "link": "https://animethemes.moe/video/GoshuushousamaNinomiyakun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3002", + "title": "Gyakkyou Burai Kaiji: Ultimate Survivor", + "year": "2007", + "themes": [ + { + "name": "OP \"Mirai wa Bokura no Te no Naka\"", + "link": "https://animethemes.moe/video/Kaiji-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Makeinu-tachi no Requiem\"", + "link": "https://animethemes.moe/video/Kaiji-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3165", + "title": "Hidamari Sketch Specials", + "year": "2007", + "themes": [ + { + "name": "OP V1 \"Sketch Switch\"", + "link": "https://animethemes.moe/video/HidamariSketchSpecials-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Sketch Switch\"", + "link": "https://animethemes.moe/video/HidamariSketchSpecials-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Mebae Drive\"", + "link": "https://animethemes.moe/video/HidamariSketchSpecials-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2772", + "title": "Juushin Enbu: Hero Tales", + "year": "2007", + "themes": [ + { + "name": "OP1 \"WINTERLONG\"", + "link": "https://animethemes.moe/video/JuushinEnbu-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"FlashBack\"", + "link": "https://animethemes.moe/video/JuushinEnbu-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kakegae no nai Hito e\"", + "link": "https://animethemes.moe/video/JuushinEnbu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Komorebi no Uta\"", + "link": "https://animethemes.moe/video/JuushinEnbu-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2593", + "title": "Kara no Kyoukai 1: Fukan Fuukei", + "year": "2007", + "themes": [ + { + "name": "ED \"oblivious\"", + "link": "https://animethemes.moe/video/KaraNoKyoukai1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3782", + "title": "Kara no Kyoukai 2: Satsujin Kousatsu (Zen)", + "year": "2007", + "themes": [ + { + "name": "ED \"Kimi ga Hikari ni Kaete Iku\"", + "link": "https://animethemes.moe/video/KaraNoKyoukai2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3318", + "title": "Kimi ga Nozomu Eien: Next Season", + "year": "2007", + "themes": [ + { + "name": "OP \"Next Season\"", + "link": "https://animethemes.moe/video/KimiNozoOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Next Season\"", + "link": "https://animethemes.moe/video/KimiNozoOVA-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Eternity\"", + "link": "https://animethemes.moe/video/KimiNozoOVA-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Eternity\"", + "link": "https://animethemes.moe/video/KimiNozoOVA-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "2927", + "title": "KimiKiss Pure Rouge", + "year": "2007", + "themes": [ + { + "name": "OP V1 \"Aozora loop\"", + "link": "https://animethemes.moe/video/KimiKissPureRouge-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Aozora loop\"", + "link": "https://animethemes.moe/video/KimiKissPureRouge-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Negaiboshi\"", + "link": "https://animethemes.moe/video/KimiKissPureRouge-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Wasurenaide\"", + "link": "https://animethemes.moe/video/KimiKissPureRouge-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2403", + "title": "Kodomo no Jikan", + "year": "2007", + "themes": [ + { + "name": "OP \"Let's! Ohime-sama Dakko\"", + "link": "https://animethemes.moe/video/KodomoNoJikan-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hanamaru☆Sensation\"", + "link": "https://animethemes.moe/video/KodomoNoJikan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yasashii\"", + "link": "https://animethemes.moe/video/KodomoNoJikan-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Otome Chikku Shoshinsha desu\"", + "link": "https://animethemes.moe/video/KodomoNoJikan-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "3085", + "title": "Koharu Biyori", + "year": "2007", + "themes": [ + { + "name": "OP \"Apron dake wa Toranaide!\"", + "link": "https://animethemes.moe/video/KoharuBiyori-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Love Song kamo Shirenai\"", + "link": "https://animethemes.moe/video/KoharuBiyori-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2971", + "title": "Kyou kara Maou! R", + "year": "2007", + "themes": [ + { + "name": "OP \"Romantic Morning\"", + "link": "https://animethemes.moe/video/KyouKaraMaouR-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Himitsu no Pocket\"", + "link": "https://animethemes.moe/video/KyouKaraMaouR-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2985", + "title": "Majin Tantei Nougami Neuro", + "year": "2007", + "themes": [ + { + "name": "OP \"Dirty\"", + "link": "https://animethemes.moe/video/Neuro-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kodoku no Hikari\"", + "link": "https://animethemes.moe/video/Neuro-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2963", + "title": "Minami-ke", + "year": "2007", + "themes": [ + { + "name": "OP \"Keikenchi Joushouchuu☆\"", + "link": "https://animethemes.moe/video/Minamike-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Colorful DAYS\"", + "link": "https://animethemes.moe/video/Minamike-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Colorful DAYS\"", + "link": "https://animethemes.moe/video/Minamike-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "2581", + "title": "Mobile Suit Gundam 00", + "year": "2007", + "themes": [ + { + "name": "OP1 \"DAYBREAK'S BELL\"", + "link": "https://animethemes.moe/video/Gundam00-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ash Like Snow\"", + "link": "https://animethemes.moe/video/Gundam00-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Wana\"", + "link": "https://animethemes.moe/video/Gundam00-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Friends\"", + "link": "https://animethemes.moe/video/Gundam00-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4421", + "title": "Moetan Specials", + "year": "2007", + "themes": [ + { + "name": "OP \"TOUGH GIRL\"", + "link": "https://animethemes.moe/video/MoetanSpecials-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Skip!\"", + "link": "https://animethemes.moe/video/MoetanSpecials-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2931", + "title": "Mokke", + "year": "2007", + "themes": [ + { + "name": "OP \"Kokoro no Ato\"", + "link": "https://animethemes.moe/video/Mokke-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Panorama\"", + "link": "https://animethemes.moe/video/Mokke-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3001", + "title": "Moyashimon", + "year": "2007", + "themes": [ + { + "name": "OP \"Curriculum\"", + "link": "https://animethemes.moe/video/Moyashimon-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Rocket\"", + "link": "https://animethemes.moe/video/Moyashimon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2926", + "title": "Myself; Yourself", + "year": "2007", + "themes": [ + { + "name": "OP \"Tears Infection\"", + "link": "https://animethemes.moe/video/MyselfYourself-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi to Yozora to Sakamichi to\"", + "link": "https://animethemes.moe/video/MyselfYourself-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2970", + "title": "Night Wizard", + "year": "2007", + "themes": [ + { + "name": "OP \"KURENAI\"", + "link": "https://animethemes.moe/video/NightWizard-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Erinyes\"", + "link": "https://animethemes.moe/video/NightWizard-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1807", + "title": "Prism Ark", + "year": "2007", + "themes": [ + { + "name": "OP \"Soshite Boku wa...\"", + "link": "https://animethemes.moe/video/PrismArk-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Opera Fantasia\"", + "link": "https://animethemes.moe/video/PrismArk-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2787", + "title": "Shakugan no Shana II (Second)", + "year": "2007", + "themes": [ + { + "name": "OP1 \"JOINT\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"BLAZE\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Triangle\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sociometry\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sense\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "2596", + "title": "Shinreigari: Ghost Hound", + "year": "2007", + "themes": [ + { + "name": "OP \"Poltergeist\"", + "link": "https://animethemes.moe/video/GhostHound-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Call My Name ~Kazenari no Oka~\"", + "link": "https://animethemes.moe/video/GhostHound-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2562", + "title": "Shion no Ou", + "year": "2007", + "themes": [ + { + "name": "OP \"LADY LOVE\"", + "link": "https://animethemes.moe/video/ShionNoOu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"My dear friend\"", + "link": "https://animethemes.moe/video/ShionNoOu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2923", + "title": "Shugo Chara!", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Kokoro no Tamago\"", + "link": "https://animethemes.moe/video/ShugoChara-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShugoChara-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP2 \"Minna Daisuki\"", + "link": "https://animethemes.moe/video/ShugoChara-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ShugoChara-OP2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Honto no Jibun\"", + "link": "https://animethemes.moe/video/ShugoChara-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Renai ♥ Rider\"", + "link": "https://animethemes.moe/video/ShugoChara-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kiss! Kiss! Kiss!\"", + "link": "https://animethemes.moe/video/ShugoChara-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Gachinko de Ikou!\"", + "link": "https://animethemes.moe/video/ShugoChara-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "2942", + "title": "Sketchbook: Full Color's", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Kaze Sagashi\"", + "link": "https://animethemes.moe/video/Sketchbook-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Natsu no Kioku\"", + "link": "https://animethemes.moe/video/Sketchbook-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sketchbook o Motta mama\"", + "link": "https://animethemes.moe/video/Sketchbook-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tanpopo Suisha\"", + "link": "https://animethemes.moe/video/Sketchbook-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3000", + "title": "Taiho Shichau zo: Full Throttle", + "year": "2007", + "themes": [ + { + "name": "OP \"Mighty Buddy\"", + "link": "https://animethemes.moe/video/TaihoShichauZoFullThrottle-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"1/2\"", + "link": "https://animethemes.moe/video/TaihoShichauZoFullThrottle-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2685", + "title": "Tsubasa: Tokyo Revelations", + "year": "2007", + "themes": [ + { + "name": "OP \"Synchronicity\"", + "link": "https://animethemes.moe/video/TsubasaTokyoRevelations-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Saigo no Kajitsu\"", + "link": "https://animethemes.moe/video/TsubasaTokyoRevelations-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3051", + "title": "Yes! Precure 5 Movie: Kagami no Kuni no Miracle Daibouken!", + "year": "2007", + "themes": [ + { + "name": "OP \"Smile, Go Go!\"", + "link": "https://animethemes.moe/video/YesPrecure5Movie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ganbalance de Dance ~Yume Miru Kisekitachi~\"", + "link": "https://animethemes.moe/video/YesPrecure5Movie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2251", + "title": "Baccano!", + "year": "2007", + "themes": [ + { + "name": "OP \"Gun's & Roses\"", + "link": "https://animethemes.moe/video/Baccano-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Calling\"", + "link": "https://animethemes.moe/video/Baccano-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2131", + "title": "Bokusatsu Tenshi Dokuro-chan 2", + "year": "2007", + "themes": [ + { + "name": "OP \"Bokusatsu Tenshi Dokuro-Chan 2007\"", + "link": "https://animethemes.moe/video/BokusatsuTenshiDokuroChan2-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Bokusatsu Ondo de Dokuro-chan\"", + "link": "https://animethemes.moe/video/BokusatsuTenshiDokuroChan2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Bokusatsu Ondo de Dokuro-chan\"", + "link": "https://animethemes.moe/video/BokusatsuTenshiDokuroChan2-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "1726", + "title": "Devil May Cry", + "year": "2007", + "themes": [ + { + "name": "OP \"d.m.c\"", + "link": "https://animethemes.moe/video/DevilMayCry-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"I'll be your home\"", + "link": "https://animethemes.moe/video/DevilMayCry-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2759", + "title": "Evangelion: 1.0 You Are (Not) Alone", + "year": "2007", + "themes": [ + { + "name": "ED \"Beautiful World\"", + "link": "https://animethemes.moe/video/EvangelionYouAreNotAlone-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1889", + "title": "Higurashi no Naku Koro ni Kai", + "year": "2007", + "themes": [ + { + "name": "OP V1 \"Naraku no Hana\"", + "link": "https://animethemes.moe/video/HigurashiKai-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Naraku no Hana\"", + "link": "https://animethemes.moe/video/HigurashiKai-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Taishou.a\"", + "link": "https://animethemes.moe/video/HigurashiKai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2602", + "title": "Kenkou Zenra-kei Suiei-bu Umishou", + "year": "2007", + "themes": [ + { + "name": "OP \"DOLPHIN☆JET\"", + "link": "https://animethemes.moe/video/Umisho-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Umisho-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED \"Splash BLUE ~ Taiyō to Lemonade\"", + "link": "https://animethemes.moe/video/Umisho-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Umisho-ED1-NCDVD480.webm", + "type": "ending" + } + ] + }, + { + "id": "3121", + "title": "Kodomo no Jikan OVA", + "year": "2007", + "themes": [ + { + "name": "OP \"Otome Chikku Shoshinsha Desu\"", + "link": "https://animethemes.moe/video/KodomoNoJikanOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aijou Education\"", + "link": "https://animethemes.moe/video/KodomoNoJikanOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2367", + "title": "Moetan", + "year": "2007", + "themes": [ + { + "name": "OP \"Mahou Shoujo Magical-tan!\"", + "link": "https://animethemes.moe/video/Moetan-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Skip!\"", + "link": "https://animethemes.moe/video/Moetan-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Skip!\"", + "link": "https://animethemes.moe/video/Moetan-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Skip!\"", + "link": "https://animethemes.moe/video/Moetan-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "2246", + "title": "Mononoke", + "year": "2007", + "themes": [ + { + "name": "OP \"Kagen no Tsuki\"", + "link": "https://animethemes.moe/video/Mononoke-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Natsu no Hana\"", + "link": "https://animethemes.moe/video/Mononoke-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1688", + "title": "Nanatsu-iro★Drops", + "year": "2007", + "themes": [ + { + "name": "OP \"Shining stars bless☆\"", + "link": "https://animethemes.moe/video/NanatsuiroDrops-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"mo.o!\"", + "link": "https://animethemes.moe/video/NanatsuiroDrops-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2744", + "title": "Potemayo", + "year": "2007", + "themes": [ + { + "name": "OP \"Katamichi Catchball\"", + "link": "https://animethemes.moe/video/Potemayo-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Utatane\"", + "link": "https://animethemes.moe/video/Potemayo-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Utatane\"", + "link": "https://animethemes.moe/video/Potemayo-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "2605", + "title": "Sayonara Zetsubou Sensei", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Hito toshite Jiku ga Bureteiru\"", + "link": "https://animethemes.moe/video/SayonaraZetsubouSensei-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Gouin ni Mai Yeah~\"", + "link": "https://animethemes.moe/video/SayonaraZetsubouSensei-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Zessei Bijin\"", + "link": "https://animethemes.moe/video/SayonaraZetsubouSensei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2476", + "title": "School Days", + "year": "2007", + "themes": [ + { + "name": "OP \"Innocent Blue\"", + "link": "https://animethemes.moe/video/SchoolDays-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Usotsuki\"", + "link": "https://animethemes.moe/video/SchoolDays-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ai no kakera\"", + "link": "https://animethemes.moe/video/SchoolDays-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Waltz\"", + "link": "https://animethemes.moe/video/SchoolDays-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kioku no Umi\"", + "link": "https://animethemes.moe/video/SchoolDays-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Look at Me\"", + "link": "https://animethemes.moe/video/SchoolDays-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Namida no Riyuu\"", + "link": "https://animethemes.moe/video/SchoolDays-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Anata ga... Inai\"", + "link": "https://animethemes.moe/video/SchoolDays-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Still I Love You ~Mitsumeru Yori wa Shiawase~\"", + "link": "https://animethemes.moe/video/SchoolDays-ED8.webm", + "type": "ending" + } + ] + }, + { + "id": "2683", + "title": "Tokyo Majin Gakuen Kenpucho: Tou Dai Ni Maku", + "year": "2007", + "themes": [ + { + "name": "OP1 \"0:00 a.m.\"", + "link": "https://animethemes.moe/video/TokyoMajinS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TokyoMajinS2-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP2 \"Prayer\"", + "link": "https://animethemes.moe/video/TokyoMajinS2-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TokyoMajinS2-OP2-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TokyoMajinS2-OP2-NC448.webm", + "type": "ending" + } + ] + }, + { + "id": "2608", + "title": "Wangan Midnight", + "year": "2007", + "themes": [ + { + "name": "OP \"lights and any more\"", + "link": "https://animethemes.moe/video/WanganMidnight-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Talking bout good days\"", + "link": "https://animethemes.moe/video/WanganMidnight-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1840", + "title": "Zero no Tsukaima: Futatsuki no Kishi", + "year": "2007", + "themes": [ + { + "name": "OP \"I SAY YES\"", + "link": "https://animethemes.moe/video/ZeroNoTsukaimaS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Suki!? Kirai!? Suki!!!\"", + "link": "https://animethemes.moe/video/ZeroNoTsukaimaS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1292", + "title": "Afro Samurai", + "year": "2007", + "themes": [ + { + "name": "OP \"Afro Theme\"", + "link": "https://animethemes.moe/video/AfroSamurai-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Afro Outro\"", + "link": "https://animethemes.moe/video/AfroSamurai-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Afro Outro\"", + "link": "https://animethemes.moe/video/AfroSamurai-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "2156", + "title": "Bakugan Battle Brawlers", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Number One Battle Brawlers\"", + "link": "https://animethemes.moe/video/BakuganBattleBrawlers-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Puruchi Infinite Generation\"", + "link": "https://animethemes.moe/video/BakuganBattleBrawlers-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Air Drive\"", + "type": "ending" + }, + { + "name": "ED2 \"Hello\"", + "type": "ending" + } + ] + }, + { + "id": "2142", + "title": "Blue Dragon", + "year": "2007", + "themes": [ + { + "name": "OP1 \"FRIEND\"", + "link": "https://animethemes.moe/video/BlueDragon-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlueDragon-OP1-NCDVD384.webm", + "type": "ending" + }, + { + "name": "OP2 \"Mune ni Kibou o\"", + "link": "https://animethemes.moe/video/BlueDragon-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Fly So High\"", + "link": "https://animethemes.moe/video/BlueDragon-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/BlueDragon-ED1-NCDVD384.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kokoro\"", + "link": "https://animethemes.moe/video/BlueDragon-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"HANA\"", + "link": "https://animethemes.moe/video/BlueDragon-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Sepia\"", + "link": "https://animethemes.moe/video/BlueDragon-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "1690", + "title": "Bokurano", + "year": "2007", + "themes": [ + { + "name": "OP \"Uninstall\"", + "link": "https://animethemes.moe/video/Bokurano-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Bokurano-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Bokurano-OP1-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Little Bird\"", + "link": "https://animethemes.moe/video/Bokurano-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Vermillion\"", + "link": "https://animethemes.moe/video/Bokurano-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1818", + "title": "Claymore", + "year": "2007", + "themes": [ + { + "name": "OP \"Raison D'être\"", + "link": "https://animethemes.moe/video/Claymore-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Danzai no Hana~Guilty Sky\"", + "link": "https://animethemes.moe/video/Claymore-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2025", + "title": "Darker than Black: Kuro no Keiyakusha", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Howling\"", + "link": "https://animethemes.moe/video/DarkerThanBlack-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kakusei Heroism ~The Hero without a Name~\"", + "link": "https://animethemes.moe/video/DarkerThanBlack-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tsuki Akari\"", + "link": "https://animethemes.moe/video/DarkerThanBlack-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dreams\"", + "link": "https://animethemes.moe/video/DarkerThanBlack-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2164", + "title": "Dennou Coil", + "year": "2007", + "themes": [ + { + "name": "OP \"Prism\"", + "link": "https://animethemes.moe/video/DennouCoil-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sora no Kakera\"", + "link": "https://animethemes.moe/video/DennouCoil-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2030", + "title": "El Cazador de la Bruja", + "year": "2007", + "themes": [ + { + "name": "OP \"Hikari no Yukue\"", + "link": "https://animethemes.moe/video/ElCazador-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Romanesque\"", + "type": "ending" + } + ] + }, + { + "id": "2026", + "title": "Hayate no Gotoku!", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Hayate no Gotoku!\"", + "link": "https://animethemes.moe/video/HayateNoGotoku-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Shichiten Hakki ☆Shijou Shugi!\"", + "link": "https://animethemes.moe/video/HayateNoGotoku-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Shichiten Hakki ☆Shijou Shugi!\"", + "link": "https://animethemes.moe/video/HayateNoGotoku-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Proof\"", + "link": "https://animethemes.moe/video/HayateNoGotoku-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Get my way!\"", + "link": "https://animethemes.moe/video/HayateNoGotoku-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Chasse\"", + "link": "https://animethemes.moe/video/HayateNoGotoku-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Ko no Me Kaze\"", + "link": "https://animethemes.moe/video/HayateNoGotoku-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "2002", + "title": "Heroic Age", + "year": "2007", + "themes": [ + { + "name": "OP \"gravitation\"", + "link": "https://animethemes.moe/video/HeroicAge-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Azurite\"", + "link": "https://animethemes.moe/video/HeroicAge-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Azurite ~ for luster star Deianera\"", + "type": "ending" + }, + { + "name": "ED3 \"Azurite ~True grace~\"", + "type": "ending" + } + ] + }, + { + "id": "2169", + "title": "Ice", + "year": "2007", + "themes": [ + { + "name": "ED \"Aisareru to Iu Koto\"", + "link": "https://animethemes.moe/video/Ice-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1694", + "title": "iDOLM@STER Xenoglossia", + "year": "2007", + "themes": [ + { + "name": "OP1 V1 \"Binetsu S.O.S!!\"", + "link": "https://animethemes.moe/video/IdolmasterXenoglossia-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Binetsu S.O.S!!\"", + "link": "https://animethemes.moe/video/IdolmasterXenoglossia-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"Binetsu S.O.S!!\"", + "link": "https://animethemes.moe/video/IdolmasterXenoglossia-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Zankoku yo Kibou to Nare\"", + "link": "https://animethemes.moe/video/IdolmasterXenoglossia-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Zankoku yo Kibou to Nare\"", + "link": "https://animethemes.moe/video/IdolmasterXenoglossia-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP2 V3 \"Zankoku yo Kibou to Nare\"", + "link": "https://animethemes.moe/video/IdolmasterXenoglossia-OP2v3.webm", + "type": "opening" + }, + { + "name": "OP2 V4 \"Zankoku yo Kibou to Nare\"", + "link": "https://animethemes.moe/video/IdolmasterXenoglossia-OP2v4.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Yuukyuu no Tabibito~Dear Boy\"", + "link": "https://animethemes.moe/video/IdolmasterXenoglossia-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Yuukyuu no Tabibito~Dear Boy\"", + "link": "https://animethemes.moe/video/IdolmasterXenoglossia-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "2130", + "title": "Kaibutsu Oujo", + "year": "2007", + "themes": [ + { + "name": "OP \"BLOOD QUEEN\"", + "link": "https://animethemes.moe/video/KaibutsuOujo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hizamazuite Ashi o Oname\"", + "link": "https://animethemes.moe/video/KaibutsuOujo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1808", + "title": "Kamichama Karin", + "year": "2007", + "themes": [ + { + "name": "OP V1 \"Ankoku Tengoku\"", + "link": "https://animethemes.moe/video/KamichamaKarin-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Ankoku Tengoku\"", + "link": "https://animethemes.moe/video/KamichamaKarin-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Anemone\"", + "type": "ending" + }, + { + "name": "ED2 \"Kuuchuu Meiro\"", + "type": "ending" + } + ] + }, + { + "id": "1691", + "title": "Kaze no Stigma", + "year": "2007", + "themes": [ + { + "name": "OP \"blast of wind\"", + "link": "https://animethemes.moe/video/KazeNoStigma-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hitorikiri no Sora\"", + "link": "https://animethemes.moe/video/KazeNoStigma-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Matataki no Kiwoku\"", + "link": "https://animethemes.moe/video/KazeNoStigma-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tsuki Hana no Inori\"", + "type": "ending" + } + ] + }, + { + "id": "2215", + "title": "Kishin Taisen Gigantic Formula", + "year": "2007", + "themes": [ + { + "name": "OP \"United Force\"", + "link": "https://animethemes.moe/video/KishinTaisenGiganticFormula-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tsubasa\"", + "link": "https://animethemes.moe/video/KishinTaisenGiganticFormula-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2106", + "title": "Kiss Dum: Engage Planet", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Toki o Koete\"", + "type": "opening" + }, + { + "name": "OP2 \"A Runner At Daybreak\"", + "type": "opening" + }, + { + "name": "OP3 \"Toki o Koete The Second Chapter\"", + "type": "opening" + }, + { + "name": "ED1 \"Kimi ga iru Kagiri\"", + "link": "https://animethemes.moe/video/KissDum-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"because of you\"", + "link": "https://animethemes.moe/video/KissDum-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2157", + "title": "Koutetsushin Jeeg", + "year": "2007", + "themes": [ + { + "name": "OP \"Stormbringer\"", + "link": "https://animethemes.moe/video/KoutetsushinJeeg-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"HEAVEN\"", + "link": "https://animethemes.moe/video/KoutetsushinJeeg-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2034", + "title": "Lovely Complex", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Kimi + Boku = Love?\"", + "link": "https://animethemes.moe/video/LovelyComplex-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hey! Say!\" by Hey!Say! 7\"", + "link": "https://animethemes.moe/video/LovelyComplex-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kiss ~ Kaerimichi no Love Song\"", + "link": "https://animethemes.moe/video/LovelyComplex-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"BON BON\"", + "link": "https://animethemes.moe/video/LovelyComplex-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1887", + "title": "Lucky☆Star", + "year": "2007", + "themes": [ + { + "name": "OP \"Motteke! Sailor Fuku\"", + "link": "https://animethemes.moe/video/LuckyStar-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Uchuu Tetsujin Kyoodain\"", + "link": "https://animethemes.moe/video/LuckyStar-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shouri da! Akumaizer 3\"", + "link": "https://animethemes.moe/video/LuckyStar-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sore ga, Ai Deshou\"", + "link": "https://animethemes.moe/video/LuckyStar-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Sailor Fuku to Kikanjuu\"", + "link": "https://animethemes.moe/video/LuckyStar-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Cha-La Head-Cha-La\"", + "link": "https://animethemes.moe/video/LuckyStar-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Valentine Kiss\"", + "link": "https://animethemes.moe/video/LuckyStar-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Chijou no Hoshi\"", + "link": "https://animethemes.moe/video/LuckyStar-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Monkey Magic\"", + "link": "https://animethemes.moe/video/LuckyStar-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Kogarashi ni Dakarete\"", + "link": "https://animethemes.moe/video/LuckyStar-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"I'm Proud\"", + "link": "https://animethemes.moe/video/LuckyStar-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Doraemon no Uta\"", + "link": "https://animethemes.moe/video/LuckyStar-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Ike! Godman / Makenaide\"", + "link": "https://animethemes.moe/video/LuckyStar-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Ore no Wasuremono\"", + "link": "https://animethemes.moe/video/LuckyStar-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Hare Hare Yukai\"", + "link": "https://animethemes.moe/video/LuckyStar-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Koi no Minoru Densetsu\"", + "link": "https://animethemes.moe/video/LuckyStar-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"Misoji Misaki\"", + "link": "https://animethemes.moe/video/LuckyStar-ED16.webm", + "type": "ending" + }, + { + "name": "ED17 \"Motteke! Sailor Fuku (Aimai Sunshine Ver.)\"", + "link": "https://animethemes.moe/video/LuckyStar-ED17.webm", + "type": "ending" + }, + { + "name": "ED18 \"Kaorin no Theme\"", + "link": "https://animethemes.moe/video/LuckyStar-ED18.webm", + "type": "ending" + }, + { + "name": "ED19 \"Otoko no Iki-sama\"", + "link": "https://animethemes.moe/video/LuckyStar-ED19.webm", + "type": "ending" + }, + { + "name": "ED20 \"Omuko Rumba\"", + "link": "https://animethemes.moe/video/LuckyStar-ED20.webm", + "type": "ending" + }, + { + "name": "ED21 \"Shikaidaa no Uta\"", + "link": "https://animethemes.moe/video/LuckyStar-ED21.webm", + "type": "ending" + }, + { + "name": "ED22 \"Shiraishi Medley\"", + "link": "https://animethemes.moe/video/LuckyStar-ED22.webm", + "type": "ending" + }, + { + "name": "ED23 \"Mikuru Henshin! Soshite Sentou!\"", + "link": "https://animethemes.moe/video/LuckyStar-ED23.webm", + "type": "ending" + }, + { + "name": "ED24 \"Ai wa Boomerang\"", + "link": "https://animethemes.moe/video/LuckyStar-ED24.webm", + "type": "ending" + } + ] + }, + { + "id": "1915", + "title": "Mahou Shoujo Lyrical Nanoha StrikerS", + "year": "2007", + "themes": [ + { + "name": "OP1 \"SECRET AMBITION\"", + "link": "https://animethemes.moe/video/NanohaStrikerS-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"MASSIVE WONDERS\"", + "link": "https://animethemes.moe/video/NanohaStrikerS-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hoshizora no Spica\"", + "link": "https://animethemes.moe/video/NanohaStrikerS-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Beautiful Amulet\"", + "link": "https://animethemes.moe/video/NanohaStrikerS-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1722", + "title": "Nagasarete Airantou", + "year": "2007", + "themes": [ + { + "name": "OP V1 \"Days\"", + "link": "https://animethemes.moe/video/NagasareteAirantou-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Days\"", + "link": "https://animethemes.moe/video/NagasareteAirantou-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Days\"", + "link": "https://animethemes.moe/video/NagasareteAirantou-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Say Cheese!\"", + "link": "https://animethemes.moe/video/NagasareteAirantou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hiyayakko\"", + "link": "https://animethemes.moe/video/NagasareteAirantou-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Koisuru Tenkizu\"", + "link": "https://animethemes.moe/video/NagasareteAirantou-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Koisuru Tenkizu\"", + "link": "https://animethemes.moe/video/NagasareteAirantou-ED3v2.webm", + "type": "ending" + } + ] + }, + { + "id": "5520", + "title": "Onegai My Melody Sukkiri♪", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Kiri Kiri Suu\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodySukkiri-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Chu☆Onegai My Melody\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodySukkiri-OP2.webm", + "type": "opening" + } + ] + }, + { + "id": "2159", + "title": "Ookiku Furikabutte", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Dramatic\"", + "link": "https://animethemes.moe/video/OokikuFurikabutte-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Seishun Line\"", + "link": "https://animethemes.moe/video/OokikuFurikabutte-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Medaka no Mita Niji\"", + "link": "https://animethemes.moe/video/OokikuFurikabutte-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Arigatou\"", + "link": "https://animethemes.moe/video/OokikuFurikabutte-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1699", + "title": "Romeo x Juliet", + "year": "2007", + "themes": [ + { + "name": "OP \"Inori ~You Raise Me Up~\"", + "link": "https://animethemes.moe/video/RomeoxJuliet-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RomeoxJuliet-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Cyclone\"", + "link": "https://animethemes.moe/video/RomeoxJuliet-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RomeoxJuliet-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Good bye, Yesterday\"", + "link": "https://animethemes.moe/video/RomeoxJuliet-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/RomeoxJuliet-ED2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED3 \"You Raise Me Up\"", + "type": "ending" + } + ] + }, + { + "id": "1914", + "title": "Saiunkoku Monogatari 2nd Season", + "year": "2007", + "themes": [ + { + "name": "OP V1 \"Hajimari no Kaze\"", + "link": "https://animethemes.moe/video/SaiunkokuMonogatariS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Hajimari no Kaze\"", + "link": "https://animethemes.moe/video/SaiunkokuMonogatariS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Asu he\"", + "link": "https://animethemes.moe/video/SaiunkokuMonogatariS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1827", + "title": "Seirei no Moribito", + "year": "2007", + "themes": [ + { + "name": "OP \"SHINE\"", + "link": "https://animethemes.moe/video/SeireiNoMoribito-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Itoshii Hito e\"", + "link": "https://animethemes.moe/video/SeireiNoMoribito-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2104", + "title": "Seto no Hanayome", + "year": "2007", + "themes": [ + { + "name": "OP \"Romantic summer\"", + "link": "https://animethemes.moe/video/SetoNoHanayome-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ashita e no Hikari\"", + "type": "ending" + }, + { + "name": "ED2 \"Dan Dan Dan\"", + "link": "https://animethemes.moe/video/SetoNoHanayome-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2031", + "title": "Shining Tears X Wind", + "year": "2007", + "themes": [ + { + "name": "OP \"Shining Tears\"", + "link": "https://animethemes.moe/video/ShiningTearsXWind-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hikari no SILHOUETTE\"", + "type": "ending" + } + ] + }, + { + "id": "1727", + "title": "Shinkyoku Soukai Polyphonica", + "year": "2007", + "themes": [ + { + "name": "OP \"Apocrypha\"", + "link": "https://animethemes.moe/video/Polyphonica-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Concordia\"", + "link": "https://animethemes.moe/video/Polyphonica-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Concordia\"", + "link": "https://animethemes.moe/video/Polyphonica-ED2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Concordia\"", + "link": "https://animethemes.moe/video/Polyphonica-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "1965", + "title": "Sola", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Binkan na Fuukei\"", + "type": "opening" + }, + { + "name": "OP2 \"colorless wind\"", + "link": "https://animethemes.moe/video/Sola-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mellow Melody\"", + "link": "https://animethemes.moe/video/Sola-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Miageru Ano Sora de\"", + "type": "ending" + } + ] + }, + { + "id": "1731", + "title": "Tales of Symphonia The Animation: Sylvarant-hen", + "year": "2007", + "themes": [ + { + "name": "OP \"ALMATERIA\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaSylvarantHen-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Negai\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaSylvarantHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Negai\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaSylvarantHen-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Uchi e Kaerou\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaSylvarantHen-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"ALMATERIA\"", + "link": "https://animethemes.moe/video/TalesOfSymphoniaSylvarantHen-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "2001", + "title": "Tengen Toppa Gurren Lagann", + "year": "2007", + "themes": [ + { + "name": "OP V1 \"Sorairo Days\"", + "link": "https://animethemes.moe/video/TengenToppaGurrenLagann-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Sorairo Days\"", + "link": "https://animethemes.moe/video/TengenToppaGurrenLagann-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Sorairo Days\"", + "link": "https://animethemes.moe/video/TengenToppaGurrenLagann-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"UNDERGROUND\"", + "link": "https://animethemes.moe/video/TengenToppaGurrenLagann-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"UNDERGROUND\"", + "link": "https://animethemes.moe/video/TengenToppaGurrenLagann-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"happily ever after\"", + "link": "https://animethemes.moe/video/TengenToppaGurrenLagann-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Minna no Peace\"", + "link": "https://animethemes.moe/video/TengenToppaGurrenLagann-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "2752", + "title": "Tennis no Ouji-sama: Zenkoku Taikai-hen - Semifinal", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Kakaeta Kiseki\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaZenkokuTaikaiHenSemifinal-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Koi no Gekidasa Ecstasy\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaZenkokuTaikaiHenSemifinal-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Thank you!!\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaZenkokuTaikaiHenSemifinal-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2158", + "title": "Terra e... (TV)", + "year": "2007", + "themes": [ + { + "name": "OP1 \"endscape\"", + "link": "https://animethemes.moe/video/TerraE-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"JET BOY JET GIRL\"", + "link": "https://animethemes.moe/video/TerraE-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Love is...\"", + "link": "https://animethemes.moe/video/TerraE-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TerraE-ED1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED2 \"This Night\"", + "type": "ending" + } + ] + }, + { + "id": "2105", + "title": "Touka Gettan", + "year": "2007", + "themes": [ + { + "name": "OP V1 \"Yume Oboro\"", + "link": "https://animethemes.moe/video/ToukaGettan-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Yume Oboro\"", + "link": "https://animethemes.moe/video/ToukaGettan-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Kono Sekai ga Itsuka wa\"", + "link": "https://animethemes.moe/video/ToukaGettan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1689", + "title": "Byousoku 5 Centimeter", + "year": "2007", + "themes": [ + { + "name": "ED \"One more time, one more chance\"", + "link": "https://animethemes.moe/video/Byousoku5Centimeter-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1858", + "title": "Gakuen Utopia Manabi Straight!", + "year": "2007", + "themes": [ + { + "name": "OP \"A Happy Life\"", + "link": "https://animethemes.moe/video/ManabiStraight-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Lucky & Happy\"", + "link": "https://animethemes.moe/video/ManabiStraight-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1852", + "title": "Hidamari Sketch", + "year": "2007", + "themes": [ + { + "name": "OP \"Sketch Switch\"", + "link": "https://animethemes.moe/video/HidamariSketch-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mebae Drive\"", + "link": "https://animethemes.moe/video/HidamariSketch-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1888", + "title": "Ichigo Mashimaro OVA", + "year": "2007", + "themes": [ + { + "name": "OP \"Akkan Berry Berry\"", + "link": "https://animethemes.moe/video/IchigoMashimaroOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yuu Machi no Kaze\"", + "link": "https://animethemes.moe/video/IchigoMashimaroOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1956", + "title": "Ikkitousen: Dragon Destiny", + "year": "2007", + "themes": [ + { + "name": "OP \"HEART&SOUL\"", + "link": "https://animethemes.moe/video/IkkitousenDragonDestiny-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Garasu no Hana\"", + "link": "https://animethemes.moe/video/IkkitousenDragonDestiny-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Get up!\"", + "link": "https://animethemes.moe/video/IkkitousenDragonDestiny-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1810", + "title": "Kyoushirou to Towa no Sora", + "year": "2007", + "themes": [ + { + "name": "OP \"Cross*Heart\"", + "link": "https://animethemes.moe/video/KyoushirouToTowaNoSora-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Madoromi no Rakuen\"", + "link": "https://animethemes.moe/video/KyoushirouToTowaNoSora-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1696", + "title": "Murder Princess", + "year": "2007", + "themes": [ + { + "name": "OP \"Hikari Sasuhou\"", + "link": "https://animethemes.moe/video/MurderPrincess-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Naked Flower\"", + "link": "https://animethemes.moe/video/MurderPrincess-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1735", + "title": "Naruto: Shippuuden", + "year": "2007", + "themes": [ + { + "name": "OP1 \"Hero's Come Back\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"distance\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Blue Bird\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"CLOSER\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Hotaru no Hikari\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Sign\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"Toumei Datta Sekai\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP7.webm", + "type": "opening" + }, + { + "name": "OP8 \"Diver\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP8.webm", + "type": "opening" + }, + { + "name": "OP9 \"Lovers\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP9.webm", + "type": "opening" + }, + { + "name": "OP10 \"newsong\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP10.webm", + "type": "opening" + }, + { + "name": "OP11 \"Totsugeki Rock\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP11.webm", + "type": "opening" + }, + { + "name": "OP12 \"Moshimo\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP12.webm", + "type": "opening" + }, + { + "name": "OP13 \"Niwaka Ame Nimo Makezu\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP13.webm", + "type": "opening" + }, + { + "name": "OP14 \"Tsuki no Ookisa\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP14.webm", + "type": "opening" + }, + { + "name": "OP15 \"Guren\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP15.webm", + "type": "opening" + }, + { + "name": "OP16 \"Silhouette\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP16.webm", + "type": "opening" + }, + { + "name": "OP17 \"Kaze\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP17.webm", + "type": "opening" + }, + { + "name": "OP18 \"LINE\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP18.webm", + "type": "opening" + }, + { + "name": "OP19 V1 \"Blood Circulator\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP19.webm", + "type": "opening" + }, + { + "name": "OP19 V2 \"Blood Circulator\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP19v2.webm", + "type": "opening" + }, + { + "name": "OP19 V3 \"Blood Circulator\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP19v3.webm", + "type": "opening" + }, + { + "name": "OP20 \"Kara no Kokoro\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-OP20.webm", + "type": "opening" + }, + { + "name": "ED1 \"Nagareboshi ~Shooting Star~\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Michi ~ To You All\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kimi Monogatari\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Mezamero! Yasei\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Sunao Na Niji\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Broken Youth\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Long Kiss Good Bye\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Bacchikoi!!!\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Shinkokyuu\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"My Answer\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Omae Dattanda\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"For You\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Jitensha\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Utakata Hanabi\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"U Can Do It!\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"Mayonaka No Orchestra\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED16.webm", + "type": "ending" + }, + { + "name": "ED17 \"FREEDOM\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED17.webm", + "type": "ending" + }, + { + "name": "ED18 \"Yokubou o Sakebe!!!\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED18.webm", + "type": "ending" + }, + { + "name": "ED19 \"Place to Try\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED19.webm", + "type": "ending" + }, + { + "name": "ED20 \"By My Side\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED20.webm", + "type": "ending" + }, + { + "name": "ED21 \"Cascade\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED21.webm", + "type": "ending" + }, + { + "name": "ED22 \"Kono Koe Karashite\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED22.webm", + "type": "ending" + }, + { + "name": "ED23 \"Mother\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED23.webm", + "type": "ending" + }, + { + "name": "ED24 \"Sayonara Memory\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED24.webm", + "type": "ending" + }, + { + "name": "ED25 \"I Can Hear\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED25.webm", + "type": "ending" + }, + { + "name": "ED26 \"Yume o Daite ~Hajimari no Kurisoroodo~\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED26.webm", + "type": "ending" + }, + { + "name": "ED27 \"Black Night Town\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED27.webm", + "type": "ending" + }, + { + "name": "ED28 \"Niji\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED28.webm", + "type": "ending" + }, + { + "name": "ED29 \"FLAME\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED29.webm", + "type": "ending" + }, + { + "name": "ED30 \"Never Change feat.Lyu:Lyu\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED30.webm", + "type": "ending" + }, + { + "name": "ED31 \"Dame Dame da\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED31.webm", + "type": "ending" + }, + { + "name": "ED32 \"Spinning World\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED32.webm", + "type": "ending" + }, + { + "name": "ED33 \"Kotoba no Iranai Yakusoku\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED33.webm", + "type": "ending" + }, + { + "name": "ED34 \"Niji no Sora\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED34.webm", + "type": "ending" + }, + { + "name": "ED35 \"Trouble Maker\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED35.webm", + "type": "ending" + }, + { + "name": "ED36 \"Sonna Kimi, Konna Boku\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED36.webm", + "type": "ending" + }, + { + "name": "ED37 \"Ao no Lullaby\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED37.webm", + "type": "ending" + }, + { + "name": "ED38 V1 \"Pino to Ameri\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED38.webm", + "type": "ending" + }, + { + "name": "ED38 V2 \"Pino to Ameri\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED38v2.webm", + "type": "ending" + }, + { + "name": "ED39 \"Tabidachi no Uta\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED39.webm", + "type": "ending" + }, + { + "name": "ED40 \"Zetsu Zetsu\"", + "link": "https://animethemes.moe/video/NarutoShippuuden-ED40.webm", + "type": "ending" + } + ] + }, + { + "id": "1698", + "title": "Nodame Cantabile", + "year": "2007", + "themes": [ + { + "name": "OP \"Allegro Cantabile Sound\"", + "link": "https://animethemes.moe/video/NodameCantabile-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Konna ni Chikaku de...\"", + "link": "https://animethemes.moe/video/NodameCantabile-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sagittarius\"", + "link": "https://animethemes.moe/video/NodameCantabile-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1860", + "title": "Tokyo Majin Gakuen Kenpucho: Tou", + "year": "2007", + "themes": [ + { + "name": "OP \"0:00 a.m.\"", + "link": "https://animethemes.moe/video/TokyoMajin-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TokyoMajin-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Hanafubuki\"", + "link": "https://animethemes.moe/video/TokyoMajin-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TokyoMajin-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "1932", + "title": "Yes! Precure 5", + "year": "2007", + "themes": [ + { + "name": "OP V1 \"Smile, Go Go!\"", + "link": "https://animethemes.moe/video/YesPrecure5-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Smile, Go Go!\"", + "link": "https://animethemes.moe/video/YesPrecure5-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kirakira Shichatte My True Love\"", + "link": "https://animethemes.moe/video/YesPrecure5-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ganbalance de Dance ~Yume Miru Kisekitachi~\"", + "link": "https://animethemes.moe/video/YesPrecure5-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1554", + "title": "Asatte no Houkou.", + "year": "2006", + "themes": [ + { + "name": "OP \"Hikari no Kisetsu\"", + "link": "https://animethemes.moe/video/AsatteNoHoukou-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Sweet Home Song\"", + "link": "https://animethemes.moe/video/AsatteNoHoukou-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Sweet Home Song\"", + "link": "https://animethemes.moe/video/AsatteNoHoukou-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "1576", + "title": "Bakumatsu Kikansetsu Irohanihoheto", + "year": "2006", + "themes": [ + { + "name": "OP \"Kouya Ruten\"", + "link": "https://animethemes.moe/video/Irohanihoheto-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ai no Tsurugi\"", + "link": "https://animethemes.moe/video/Irohanihoheto-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1682", + "title": "Baldr Force Exe Resolution", + "year": "2006", + "themes": [ + { + "name": "OP \"Face of Fact-RESOLUTION Ver.-\"", + "link": "https://animethemes.moe/video/BaldrForce-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"undelete\"", + "link": "https://animethemes.moe/video/BaldrForce-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1589", + "title": "Bartender", + "year": "2006", + "themes": [ + { + "name": "OP \"Bartender\"", + "link": "https://animethemes.moe/video/Bartender-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hajimari no Hito\"", + "link": "https://animethemes.moe/video/Bartender-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1498", + "title": "Black Blood Brothers", + "year": "2006", + "themes": [ + { + "name": "OP \"Ashita no Kioku\"", + "link": "https://animethemes.moe/video/BlackBloodBrothers-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shinkirou\"", + "link": "https://animethemes.moe/video/BlackBloodBrothers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1519", + "title": "Black Lagoon: The Second Barrage", + "year": "2006", + "themes": [ + { + "name": "OP \"Red Fraction\"", + "link": "https://animethemes.moe/video/BlackLagoonS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Don't Look Behind\"", + "link": "https://animethemes.moe/video/BlackLagoon-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"The World of Midnight\"", + "link": "https://animethemes.moe/video/BlackLagoonS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Peach Headz Addiction\"", + "link": "https://animethemes.moe/video/BlackLagoonS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "1639", + "title": "Boku no Pico", + "year": "2006", + "themes": [ + { + "name": "OP \"Koi wo Shiyou yo\"", + "link": "https://animethemes.moe/video/BokuNoPico-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "1536", + "title": "Busou Renkin", + "year": "2006", + "themes": [ + { + "name": "OP V1 \"Makka na Chikai\"", + "link": "https://animethemes.moe/video/BusouRenkin-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Makka na Chikai\"", + "link": "https://animethemes.moe/video/BusouRenkin-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Hoshi Akari\"", + "link": "https://animethemes.moe/video/BusouRenkin-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Hoshi Akari\"", + "link": "https://animethemes.moe/video/BusouRenkin-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Itoshiki Sekai\"", + "link": "https://animethemes.moe/video/BusouRenkin-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1575", + "title": "Code Geass: Hangyaku no Lelouch", + "year": "2006", + "themes": [ + { + "name": "OP1 V1 \"COLORS\"", + "link": "https://animethemes.moe/video/CodeGeass-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"COLORS\"", + "link": "https://animethemes.moe/video/CodeGeass-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Kaidoku Funou\"", + "link": "https://animethemes.moe/video/CodeGeass-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Kaidoku Funou\"", + "link": "https://animethemes.moe/video/CodeGeass-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Hitomi no Tsubasa\"", + "link": "https://animethemes.moe/video/CodeGeass-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yuukyou Seishunka\"", + "link": "https://animethemes.moe/video/CodeGeass-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mosaic Kakera\"", + "link": "https://animethemes.moe/video/CodeGeass-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1482", + "title": "D.Gray-man", + "year": "2006", + "themes": [ + { + "name": "OP1 \"INNOCENT SORROW\"", + "link": "https://animethemes.moe/video/DGrayMan-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Brightdown\"", + "link": "https://animethemes.moe/video/DGrayMan-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Doubt & Trust\"", + "link": "https://animethemes.moe/video/DGrayMan-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Gekidou\"", + "link": "https://animethemes.moe/video/DGrayMan-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Snow Kiss\"", + "link": "https://animethemes.moe/video/DGrayMan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Pride of Tomorrow\"", + "link": "https://animethemes.moe/video/DGrayMan-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yume no Tsuduki e\"", + "link": "https://animethemes.moe/video/DGrayMan-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Antoinette Blue\"", + "link": "https://animethemes.moe/video/DGrayMan-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Anata ga Koko ni Iru Riyuu\"", + "link": "https://animethemes.moe/video/DGrayMan-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Wish\"", + "link": "https://animethemes.moe/video/DGrayMan-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Regret\"", + "link": "https://animethemes.moe/video/DGrayMan-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Changin'\"", + "link": "https://animethemes.moe/video/DGrayMan-ED8.webm", + "type": "ending" + } + ] + }, + { + "id": "1535", + "title": "Death Note", + "year": "2006", + "themes": [ + { + "name": "OP1 V1 \"THE WORLD\"", + "link": "https://animethemes.moe/video/DeathNote-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"THE WORLD\"", + "link": "https://animethemes.moe/video/DeathNote-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"THE WORLD\"", + "link": "https://animethemes.moe/video/DeathNote-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP2 \"What's up people?\"", + "link": "https://animethemes.moe/video/DeathNote-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Alumina\"", + "link": "https://animethemes.moe/video/DeathNote-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Zetsubou Billy\"", + "link": "https://animethemes.moe/video/DeathNote-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Coda〜Death note\"", + "link": "https://animethemes.moe/video/DeathNote-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "4124", + "title": "Futari wa Precure: Splash☆Star Movie - Tick Tack Kiki Ippatsu!", + "year": "2006", + "themes": [ + { + "name": "OP \"Makasete ★ Splash ☆ Star\"", + "link": "https://animethemes.moe/video/FutariWaPrecureSplashStarMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ganbalance de Dance ~Saki & Mai Version~\"", + "link": "https://animethemes.moe/video/FutariWaPrecureSplashStarMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1600", + "title": "Galaxy Angel Rune", + "year": "2006", + "themes": [ + { + "name": "OP \"Uchuu de Koi wa ☆ Ru-run Run\"", + "link": "https://animethemes.moe/video/GalaxyAngelRune-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Happy Flight\"", + "link": "https://animethemes.moe/video/GalaxyAngelRune-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1813", + "title": "Genshiken OVA", + "year": "2006", + "themes": [ + { + "name": "OP \"Seishun to shite\"", + "link": "https://animethemes.moe/video/GenshikenOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Biidama\"", + "link": "https://animethemes.moe/video/GenshikenOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1570", + "title": "Happiness!", + "year": "2006", + "themes": [ + { + "name": "OP \"Happiness!\"", + "link": "https://animethemes.moe/video/Happiness-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Magical★Generation\"", + "link": "https://animethemes.moe/video/Happiness-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1594", + "title": "Jigoku Shoujo Futakomori", + "year": "2006", + "themes": [ + { + "name": "OP \"NightmaRe\"", + "link": "https://animethemes.moe/video/JigokuShoujoFutakomori-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aizome\"", + "link": "https://animethemes.moe/video/JigokuShoujoFutakomori-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1530", + "title": "Kanon (2006)", + "year": "2006", + "themes": [ + { + "name": "OP \"Last Regrets\"", + "link": "https://animethemes.moe/video/Kanon2006-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kaze no Tadori Tsuku Basho\"", + "link": "https://animethemes.moe/video/Kanon2006-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1654", + "title": "Kashimashi: Girl Meets Girl - Shoujo wa Shoujo ni Koi wo Shita", + "year": "2006", + "themes": [ + { + "name": "OP \"Koisuru Kokoro\"", + "link": "https://animethemes.moe/video/KashimashiOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Michishirube\" by YUMAO", + "link": "https://animethemes.moe/video/KashimashiOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1604", + "title": "Katekyo Hitman Reborn!", + "year": "2006", + "themes": [ + { + "name": "OP1 \"Drawing Days\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"BOYS & GIRLS\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Dive To World\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"88\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Last Cross\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"EASY GO\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"Funny Sunny Day\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-OP7.webm", + "type": "opening" + }, + { + "name": "OP8 \"Listen to the Stereo\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-OP8.webm", + "type": "opening" + }, + { + "name": "ED1 \"Michishirube\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"ONE NIGHT STAR\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Echo again\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Friend\" by Idoling!!!", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Sakura Addiction\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Friend\" by Sasagawa Kyouko vs. Miura Haru", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"STAND UP!\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"AMEato\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"CYCLE\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Suberidai\" / \"Slide\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Sakura Rock\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Smile\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Aoi Yume\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Yume no Manual\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Gr8 Story\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"Famiglia\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED16.webm", + "type": "ending" + }, + { + "name": "ED17 \"Canvas\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED17.webm", + "type": "ending" + } + ] + }, + { + "id": "1591", + "title": "Kujibiki♥Unbalance", + "year": "2006", + "themes": [ + { + "name": "OP \"Ai\"", + "link": "https://animethemes.moe/video/KujibikiUnbalance-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Harmonies*\"", + "link": "https://animethemes.moe/video/KujibikiUnbalance-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1561", + "title": "Lovedol: Lovely Idol", + "year": "2006", + "themes": [ + { + "name": "OP \"Koi, Hajimemashita!\"", + "link": "https://animethemes.moe/video/Lovedol-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"LoveLoveLove no Sei na no yo!\"", + "link": "https://animethemes.moe/video/Lovedol-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1609", + "title": "Mai-Otome Zwei", + "year": "2006", + "themes": [ + { + "name": "ED1 \"Believe ~Eien no Kizuna~\"", + "type": "ending" + }, + { + "name": "ED2 \"storm\"", + "type": "ending" + }, + { + "name": "ED3 \"Egao no Iro wa Niji no Iro\"", + "type": "ending" + }, + { + "name": "ED4 \"Otome wa DO MY BEST desho? 2007 ver.\"", + "link": "https://animethemes.moe/video/MaiOtomeZwei-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "1588", + "title": "Mamoru-kun ni Megami no Shukufuku wo!", + "year": "2006", + "themes": [ + { + "name": "OP \"MA・MO・RU!\"", + "link": "https://animethemes.moe/video/MamoruKun-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Venus Dream\"", + "link": "https://animethemes.moe/video/MamoruKun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1729", + "title": "Maria-sama ga Miteru 3rd", + "year": "2006", + "themes": [ + { + "name": "OP \"Pastel Pure: Tranquilite\"", + "link": "https://animethemes.moe/video/MariaSamaGaMiteruS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Chercher\"", + "link": "https://animethemes.moe/video/MariaSamaGaMiteruS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Chercher\"", + "link": "https://animethemes.moe/video/MariaSamaGaMiteruS3-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kirei na Senritsu\"", + "link": "https://animethemes.moe/video/MariaSamaGaMiteruS3-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1546", + "title": "Negima!?", + "year": "2006", + "themes": [ + { + "name": "OP1 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Eien no Toki o Koete\"", + "link": "https://animethemes.moe/video/Negima-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 V1 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP4.webm", + "type": "opening" + }, + { + "name": "OP4 V2 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP4v2.webm", + "type": "opening" + }, + { + "name": "OP4 V3 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP4v3.webm", + "type": "opening" + }, + { + "name": "OP4 V4 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP4v4.webm", + "type": "opening" + }, + { + "name": "OP4 V5 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP4v5.webm", + "type": "opening" + }, + { + "name": "OP4 V6 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP4v6.webm", + "type": "opening" + }, + { + "name": "OP4 V7 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP4v7.webm", + "type": "opening" + }, + { + "name": "OP4 V8 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP4v8.webm", + "type": "opening" + }, + { + "name": "OP5 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP7.webm", + "type": "opening" + } + ] + }, + { + "id": "1569", + "title": "Otome wa Boku ni Koishiteru", + "year": "2006", + "themes": [ + { + "name": "OP V1 \"Love Power\"", + "link": "https://animethemes.moe/video/Otoboku-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Love Power\"", + "link": "https://animethemes.moe/video/Otoboku-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Beautiful day\"", + "link": "https://animethemes.moe/video/Otoboku-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Beautiful day\"", + "link": "https://animethemes.moe/video/Otoboku-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "1943", + "title": "Paprika", + "year": "2006", + "themes": [ + { + "name": "OP \"Mediational Field\"", + "link": "https://animethemes.moe/video/Paprika-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Byakkoya no Musume\"", + "link": "https://animethemes.moe/video/Paprika-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1565", + "title": "Pokemon Diamond & Pearl", + "year": "2006", + "themes": [ + { + "name": "OP1 \"Together\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Together 2008\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"High Touch!\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"High Touch! 2009\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Saikou Everyday!\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Saikou Everyday! (Band Version)\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-OP6.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi no Soba de (Hikari no Theme)\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi no Soba de Hikari no Theme (PopUp.Version)\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kimi no Soba de Hikari no Theme (Winter.Version)\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kaze no Message\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kaze no Message (PokaPoka- Version.)\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Ashita wa Kitto\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Moeyo Giza Mimi Pichu!\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 V1 \"Docchi Nyo?\"", + "type": "ending" + }, + { + "name": "ED8 V2 \"Docchi Nyo?\"", + "type": "ending" + }, + { + "name": "ED8 V3 \"Docchi Nyo?\"", + "type": "ending" + }, + { + "name": "ED8 V4 \"Docchi Nyo?\"", + "type": "ending" + }, + { + "name": "ED9 \"Kimi no Mune ni La La La\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-ED9.webm", + "type": "ending" + } + ] + }, + { + "id": "1538", + "title": "Pumpkin Scissors", + "year": "2006", + "themes": [ + { + "name": "OP \"Aoki Flamme\"", + "link": "https://animethemes.moe/video/PumpkinScissors-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mercury Go\"", + "link": "https://animethemes.moe/video/PumpkinScissors-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Pumpkin Ondo\"", + "type": "ending" + } + ] + }, + { + "id": "1719", + "title": "Rozen Maiden: Ouvertüre", + "year": "2006", + "themes": [ + { + "name": "OP \"Baragoku Otome\"", + "link": "https://animethemes.moe/video/RozenMaidenOuverture-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Utsusemi no Kage\"", + "link": "https://animethemes.moe/video/RozenMaidenOuverture-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1882", + "title": "Sasami: Mahou Shoujo Club 2", + "year": "2006", + "themes": [ + { + "name": "OP \"Sweet MAGIC\"", + "link": "https://animethemes.moe/video/SasamiS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yuuyake no Solitude\"", + "link": "https://animethemes.moe/video/SasamiS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1531", + "title": "Shakugan no Shana SP: Koi to Onsen no Kougai Gakushuu!", + "year": "2006", + "themes": [ + { + "name": "OP \"Hishoku no Sora\"", + "link": "https://animethemes.moe/video/ShakuganNoShana-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yoake Umare Kuru Shoujo\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaSP-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1559", + "title": "Shijou Saikyou no Deshi Kenichi", + "year": "2006", + "themes": [ + { + "name": "OP1 \"Be Strong\"", + "link": "https://animethemes.moe/video/KenIchi-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yahhoo~\"", + "link": "https://animethemes.moe/video/KenIchi-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi ga iru kara\"", + "link": "https://animethemes.moe/video/KenIchi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Catch Your Dream\"", + "link": "https://animethemes.moe/video/KenIchi-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"RunOver\"", + "link": "https://animethemes.moe/video/KenIchi-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kokoro Kara no Message\"", + "link": "https://animethemes.moe/video/KenIchi-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Be Strong\"", + "link": "https://animethemes.moe/video/KenIchi-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "1557", + "title": "Shounen Onmyouji", + "year": "2006", + "themes": [ + { + "name": "OP \"Egao no Wake\"", + "link": "https://animethemes.moe/video/ShounenOnmyouji-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yakusoku\"", + "type": "ending" + }, + { + "name": "ED2 \"Roku Tousei\"", + "type": "ending" + } + ] + }, + { + "id": "1602", + "title": "Soukou no Strain", + "year": "2006", + "themes": [ + { + "name": "OP \"Message\"", + "link": "https://animethemes.moe/video/SoukouNoStrain-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SoukouNoStrain-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Umi no Opal\"", + "link": "https://animethemes.moe/video/SoukouNoStrain-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SoukouNoStrain-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Aurora ~Hitsuji no Shokou~\"", + "type": "ending" + } + ] + }, + { + "id": "1587", + "title": "Tenpou Ibun: Ayakashi Ayashi", + "year": "2006", + "themes": [ + { + "name": "OP1 \"Ryuusei Miracle\"", + "link": "https://animethemes.moe/video/TenpouIbun-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Lone Star\"", + "link": "https://animethemes.moe/video/TenpouIbun-OP2.webm", + "type": "opening" + } + ] + }, + { + "id": "1562", + "title": "Yamato Nadeshiko Shichihenge♥", + "year": "2006", + "themes": [ + { + "name": "OP \"Slow\"", + "link": "https://animethemes.moe/video/YamatoNadeshikoShichihenge-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Carnation\"", + "link": "https://animethemes.moe/video/YamatoNadeshikoShichihenge-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"∞Changing∞\"", + "link": "https://animethemes.moe/video/YamatoNadeshikoShichihenge-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1543", + "title": "Yoake Mae yori Ruriiro na: Crescent Love", + "year": "2006", + "themes": [ + { + "name": "OP \"Prelude -We are not alone-\"", + "link": "https://animethemes.moe/video/Yoakena-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Yoakena-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Crescent Love ~Tsuki no Namida~\"", + "link": "https://animethemes.moe/video/Yoakena-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Yoakena-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "943", + "title": "Yume Tsukai", + "year": "2006", + "themes": [ + { + "name": "OP \"Yume Meikyuu~Hikari to Yami no Dance~\"", + "link": "https://animethemes.moe/video/YumeTsukai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YumeTsukai-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Kodou\"", + "link": "https://animethemes.moe/video/YumeTsukai-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YumeTsukai-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "1566", + "title": "Ghost in the Shell: Stand Alone Complex - Solid State Society", + "year": "2006", + "themes": [ + { + "name": "OP \"player\"", + "link": "https://animethemes.moe/video/GhostInTheShellSACSolidStateSociety-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"date of rebirth\"", + "link": "https://animethemes.moe/video/GhostInTheShellSACSolidStateSociety-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1142", + "title": "Hachimitsu to Clover II", + "year": "2006", + "themes": [ + { + "name": "OP \"Fugainaiya\"", + "link": "https://animethemes.moe/video/HachimitsuToCloverS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Split\"", + "link": "https://animethemes.moe/video/HachimitsuToCloverS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1230", + "title": "Innocent Venus", + "year": "2006", + "themes": [ + { + "name": "OP \"Noble Roar\"", + "link": "https://animethemes.moe/video/InnocentVenus-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/InnocentVenus-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Brand New Reason\"", + "type": "ending" + } + ] + }, + { + "id": "1454", + "title": "Kemonozume", + "year": "2006", + "themes": [ + { + "name": "OP \"Auvers Blue\"", + "link": "https://animethemes.moe/video/Kemonozume-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Suki\"", + "link": "https://animethemes.moe/video/Kemonozume-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1556", + "title": "Kikoushi Enma", + "year": "2006", + "themes": [ + { + "name": "ED \"DECADENCE\"", + "link": "https://animethemes.moe/video/KikoushiEnma-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1856", + "title": "Kimi ga Nozomu Eien: Ayu Mayu Gekijou", + "year": "2006", + "themes": [ + { + "name": "ED \"Koi No Bakudan Date\"", + "link": "https://animethemes.moe/video/KimiNozoAyaMayuGekigjou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1013", + "title": "Le Chevalier D'Eon", + "year": "2006", + "themes": [ + { + "name": "OP \"BORN\"", + "link": "https://animethemes.moe/video/LeChevalierDEon-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"OVER NIGHT\"", + "link": "https://animethemes.moe/video/LeChevalierDEon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1738", + "title": "Muteki Kanban Musume", + "year": "2006", + "themes": [ + { + "name": "OP \"Wild Spice\"", + "link": "https://animethemes.moe/video/MutekiKanbanMusume-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Muteki na smile\"", + "link": "https://animethemes.moe/video/MutekiKanbanMusume-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1210", + "title": "NHK ni Youkoso!", + "year": "2006", + "themes": [ + { + "name": "OP1 \"Puzzle\"", + "link": "https://animethemes.moe/video/NHKNiYoukoso-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Puzzle -extra hot mix-\"", + "link": "https://animethemes.moe/video/NHKNiYoukoso-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Odoru Akachan Ningen\"", + "link": "https://animethemes.moe/video/NHKNiYoukoso-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Modokashii Sekai no Ue de\"", + "link": "https://animethemes.moe/video/NHKNiYoukoso-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1243", + "title": "Night Head Genesis", + "year": "2006", + "themes": [ + { + "name": "ED1 \"Kotoba\"", + "link": "https://animethemes.moe/video/NightHeadGenesis-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nemutte Ita Kimochi, Nemutte Ita Kokoro\"", + "link": "https://animethemes.moe/video/NightHeadGenesis-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1218", + "title": "Tonagura!", + "year": "2006", + "themes": [ + { + "name": "OP \"DRAMATIC☆GIRLY\"", + "link": "https://animethemes.moe/video/Tonagura-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Aitai Kimochi Kara ~Placid time~\"", + "link": "https://animethemes.moe/video/Tonagura-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Oh My Darling\"", + "link": "https://animethemes.moe/video/Tonagura-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1198", + "title": "Tsuyokiss", + "year": "2006", + "themes": [ + { + "name": "OP \"Sunao ni Narenai\"", + "link": "https://animethemes.moe/video/Tsuyokiss-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"open\"", + "link": "https://animethemes.moe/video/Tsuyokiss-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1195", + "title": "Zero no Tsukaima", + "year": "2006", + "themes": [ + { + "name": "OP \"First kiss\"", + "link": "https://animethemes.moe/video/ZeroNoTsukaima-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Honto no Kimochi\"", + "link": "https://animethemes.moe/video/ZeroNoTsukaima-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "873", + "title": ".hack//Roots", + "year": "2006", + "themes": [ + { + "name": "OP \"Silly-go-Round\"", + "link": "https://animethemes.moe/video/DotHackRoots-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DotHackRoots-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED1 \"Boukoku Kakusei - Catharsis\"", + "link": "https://animethemes.moe/video/DotHackRoots-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"King Knight\"", + "type": "ending" + } + ] + }, + { + "id": "880", + "title": "Aa! Megami-sama!: Sorezore no Tsubasa", + "year": "2006", + "themes": [ + { + "name": "OP \"Shiawase no Iro\"", + "link": "https://animethemes.moe/video/AaMegamiSamaSorezoreNoTsubasa-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Bokura no Kiseki\"", + "link": "https://animethemes.moe/video/AaMegamiSamaSorezoreNoTsubasa-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Bokura no Kiseki\"", + "link": "https://animethemes.moe/video/AaMegamiSamaSorezoreNoTsubasa-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koibito Doshi\"", + "link": "https://animethemes.moe/video/AaMegamiSamaSorezoreNoTsubasa-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "857", + "title": "Air Gear", + "year": "2006", + "themes": [ + { + "name": "OP \"Chain\"", + "link": "https://animethemes.moe/video/AirGear-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sky-2-High\"", + "link": "https://animethemes.moe/video/AirGear-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "962", + "title": "Aria The Natural", + "year": "2006", + "themes": [ + { + "name": "OP1 V1 \"Euphoria\"", + "link": "https://animethemes.moe/video/AriaTheNatural-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Euphoria\"", + "link": "https://animethemes.moe/video/AriaTheNatural-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Undine\"", + "link": "https://animethemes.moe/video/AriaTheNatural-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Euphoria ~Hikigatari~\"", + "link": "https://animethemes.moe/video/AriaTheNatural-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Natsumachi\"", + "link": "https://animethemes.moe/video/AriaTheNatural-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Smile Again\"", + "link": "https://animethemes.moe/video/AriaTheNatural-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Rainbow\"", + "link": "https://animethemes.moe/video/AriaTheNatural-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "2214", + "title": "Black Jack 21", + "year": "2006", + "themes": [ + { + "name": "OP \"Destiny -Taiyou no Hana-\"", + "link": "https://animethemes.moe/video/BlackJack21-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"careless breath\"", + "link": "https://animethemes.moe/video/BlackJack21-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Silence whispers\"", + "link": "https://animethemes.moe/video/BlackJack21-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "889", + "title": "Black Lagoon", + "year": "2006", + "themes": [ + { + "name": "OP \"Red Fraction\"", + "link": "https://animethemes.moe/video/BlackLagoon-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Don't Look Behind\"", + "link": "https://animethemes.moe/video/BlackLagoon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "859", + "title": "Digimon Savers", + "year": "2006", + "themes": [ + { + "name": "OP1 \"Gou'ing!Going!My Soul!!\"", + "link": "https://animethemes.moe/video/DigimonSavers-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hirari\"", + "link": "https://animethemes.moe/video/DigimonSavers-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"One Star\"", + "link": "https://animethemes.moe/video/DigimonSavers-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ryuusei\"", + "link": "https://animethemes.moe/video/DigimonSavers-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "850", + "title": "Gakuen Heaven", + "year": "2006", + "themes": [ + { + "name": "OP \"School Boys\"", + "link": "https://animethemes.moe/video/GakuenHeaven-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Panorama\"", + "link": "https://animethemes.moe/video/GakuenHeaven-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "918", + "title": "Gintama", + "year": "2006", + "themes": [ + { + "name": "OP1 \"Pray\"", + "link": "https://animethemes.moe/video/Gintama-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Tooi Nioi\"", + "link": "https://animethemes.moe/video/Gintama-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Giniro no Sora\"", + "link": "https://animethemes.moe/video/Gintama-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Kasanaru Kage\"", + "link": "https://animethemes.moe/video/Gintama-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"DONTEN\"", + "link": "https://animethemes.moe/video/Gintama-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Anata MAGIC\"", + "link": "https://animethemes.moe/video/Gintama-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"Stairway Generation\"", + "link": "https://animethemes.moe/video/Gintama-OP7.webm", + "type": "opening" + }, + { + "name": "OP8 V1 \"Light Infection\"", + "link": "https://animethemes.moe/video/Gintama-OP8.webm", + "type": "opening" + }, + { + "name": "OP8 V2 \"Light Infection\"", + "link": "https://animethemes.moe/video/Gintama-OP8v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Fuusen Gum\"", + "link": "https://animethemes.moe/video/Gintama-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"MR.RAINDROP\"", + "link": "https://animethemes.moe/video/Gintama-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yuki no Tsubasa\"", + "link": "https://animethemes.moe/video/Gintama-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Candy Line\"", + "link": "https://animethemes.moe/video/Gintama-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Shura\"", + "link": "https://animethemes.moe/video/Gintama-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 V1 \"Kiseki\"", + "link": "https://animethemes.moe/video/Gintama-ED6.webm", + "type": "ending" + }, + { + "name": "ED6 V2 \"Kiseki\"", + "link": "https://animethemes.moe/video/Gintama-ED6v2.webm", + "type": "ending" + }, + { + "name": "ED6 V3 \"Kiseki\"", + "link": "https://animethemes.moe/video/Gintama-ED6v3.webm", + "type": "ending" + }, + { + "name": "ED7 V1 \"SIGNAL\"", + "link": "https://animethemes.moe/video/Gintama-ED7.webm", + "type": "ending" + }, + { + "name": "ED7 V2 \"SIGNAL\"", + "link": "https://animethemes.moe/video/Gintama-ED7v2.webm", + "type": "ending" + }, + { + "name": "ED8 V1 \"Speed of Flow\"", + "link": "https://animethemes.moe/video/Gintama-ED8.webm", + "type": "ending" + }, + { + "name": "ED8 V2 \"Speed of Flow\"", + "link": "https://animethemes.moe/video/Gintama-ED8v2.webm", + "type": "ending" + }, + { + "name": "ED9 \"Sanagi\"", + "link": "https://animethemes.moe/video/Gintama-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"This World is yours\"", + "link": "https://animethemes.moe/video/Gintama-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 V1 \"Ai, Ai, Ai\"", + "link": "https://animethemes.moe/video/Gintama-ED11.webm", + "type": "ending" + }, + { + "name": "ED11 V2 \"Ai, Ai, Ai\"", + "link": "https://animethemes.moe/video/Gintama-ED11v2.webm", + "type": "ending" + }, + { + "name": "ED12 \"Kagayaita\"", + "link": "https://animethemes.moe/video/Gintama-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Asa Answer\"", + "link": "https://animethemes.moe/video/Gintama-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 V1 \"Wo Ai Ni\"", + "link": "https://animethemes.moe/video/Gintama-ED14.webm", + "type": "ending" + }, + { + "name": "ED14 V2 \"Wo Ai Ni\"", + "link": "https://animethemes.moe/video/Gintama-ED14v2.webm", + "type": "ending" + }, + { + "name": "ED15 \"Wonderful Days\"", + "link": "https://animethemes.moe/video/Gintama-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"SAYONARA no Sora\"", + "link": "https://animethemes.moe/video/Gintama-ED16.webm", + "type": "ending" + } + ] + }, + { + "id": "934", + "title": "Higurashi no Naku Koro ni", + "year": "2006", + "themes": [ + { + "name": "OP \"Higurashi no Naku Koro ni\"", + "link": "https://animethemes.moe/video/Higurashi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Why, or why not\"", + "link": "https://animethemes.moe/video/Higurashi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "940", + "title": "Inukami!", + "year": "2006", + "themes": [ + { + "name": "OP \"Hikari\"", + "link": "https://animethemes.moe/video/Inukami-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yuujou Monogatari\"", + "link": "https://animethemes.moe/video/Inukami-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kei no Uta\"", + "link": "https://animethemes.moe/video/Inukami-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yuujou Monogatari - Danshi (?) Version\"", + "link": "https://animethemes.moe/video/Inukami-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "863", + "title": "Joshikousei: Girl's High", + "year": "2006", + "themes": [ + { + "name": "OP \"Kirameku\"", + "link": "https://animethemes.moe/video/Joshikousei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"incl.\"", + "link": "https://animethemes.moe/video/Joshikousei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "953", + "title": "Jyu Oh Sei", + "year": "2006", + "themes": [ + { + "name": "OP \"Deep In Your Heart\"", + "link": "https://animethemes.moe/video/JyuOhSei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Te wo Tsunaide\"", + "link": "https://animethemes.moe/video/JyuOhSei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1067", + "title": "Kishin Houkou Demonbane", + "year": "2006", + "themes": [ + { + "name": "OP \"Hito, Kami, Hata - Man God Machine\"", + "link": "https://animethemes.moe/video/KishinHoukouDemonbane-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Modern Rose\"", + "link": "https://animethemes.moe/video/KishinHoukouDemonbane-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "860", + "title": "Makai Senki Disgaea", + "year": "2006", + "themes": [ + { + "name": "OP \"Aishitageru\"", + "link": "https://animethemes.moe/video/MakaiSenkiDisgaea-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kusari\"", + "link": "https://animethemes.moe/video/MakaiSenkiDisgaea-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1916", + "title": "Mobile Suit Gundam MS IGLOO: Apocalypse 0079", + "year": "2006", + "themes": [ + { + "name": "OP \"Yume Wadachi\"", + "link": "https://animethemes.moe/video/GundamMSIGLOOApocalypse0079-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "877", + "title": "Nana", + "year": "2006", + "themes": [ + { + "name": "OP1 \"Rose\"", + "link": "https://animethemes.moe/video/Nana-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Wish\"", + "link": "https://animethemes.moe/video/Nana-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Lucy\"", + "link": "https://animethemes.moe/video/Nana-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"A Little Pain\"", + "link": "https://animethemes.moe/video/Nana-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rose\"", + "type": "ending" + }, + { + "name": "ED3 \"Starless Night\"", + "link": "https://animethemes.moe/video/Nana-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kuroi Namida\"", + "link": "https://animethemes.moe/video/Nana-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Winter Sleep\"", + "type": "ending" + }, + { + "name": "ED6 \"Stand By Me\"", + "link": "https://animethemes.moe/video/Nana-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "1212", + "title": "Oban Star-Racers", + "year": "2006", + "themes": [ + { + "name": "OP \"A Chance to Shine\"", + "link": "https://animethemes.moe/video/ObanStarRacers-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Waratteta\"", + "link": "https://animethemes.moe/video/ObanStarRacers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4114", + "title": "Onegai My Melody: Kuru Kuru Shuffle!", + "year": "2006", + "themes": [ + { + "name": "OP \"Koi♥Kuru\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodyKuruKuruShuffle-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hare ☆ Sora\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodyKuruKuruShuffle-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"kuru kuru kuru\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodyKuruKuruShuffle-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ore wa Usamimi Kamen\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodyKuruKuruShuffle-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Dream! Dream! Dream!\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodyKuruKuruShuffle-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Romii no Yume\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodyKuruKuruShuffle-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Te Wo Tsunagou\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodyKuruKuruShuffle-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "853", + "title": "Ouran Koukou Host Club", + "year": "2006", + "themes": [ + { + "name": "OP \"Sakura Kiss\"", + "link": "https://animethemes.moe/video/OuranKoukouHostClub-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shissou\"", + "link": "https://animethemes.moe/video/OuranKoukouHostClub-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "957", + "title": "Saiunkoku Monogatari", + "year": "2006", + "themes": [ + { + "name": "OP V1 \"Hajimari no Kaze\"", + "link": "https://animethemes.moe/video/SaiunkokuMonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Hajimari no Kaze\"", + "link": "https://animethemes.moe/video/SaiunkokuMonogatari-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Saikou no Kataomoi\"", + "link": "https://animethemes.moe/video/SaiunkokuMonogatari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1881", + "title": "Sasami: Mahou Shoujo Club", + "year": "2006", + "themes": [ + { + "name": "OP \"Sweet MAGIC\"", + "link": "https://animethemes.moe/video/Sasami-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kirakira Days\"", + "link": "https://animethemes.moe/video/Sasami-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "846", + "title": "School Rumble Ni Gakki", + "year": "2006", + "themes": [ + { + "name": "OP \"Sentimental Generation\"", + "link": "https://animethemes.moe/video/SchoolRumbleNiGakki-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kono Namida ga Aru kara Tsugi no Ippo to Naru\"", + "link": "https://animethemes.moe/video/SchoolRumbleNiGakki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"The Last Candle\"", + "type": "ending" + }, + { + "name": "ED3 \"Futari wa Wasurechau\"", + "link": "https://animethemes.moe/video/SchoolRumbleNiGakki-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "789", + "title": "Shinigami no Ballad.", + "year": "2006", + "themes": [ + { + "name": "OP \"no one\"", + "link": "https://animethemes.moe/video/ShinigamiNoBallad-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"White Messenger\"", + "link": "https://animethemes.moe/video/ShinigamiNoBallad-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "879", + "title": "Simoun", + "year": "2006", + "themes": [ + { + "name": "OP V1 \"Utsukushi Kereba Sore de Ii\"", + "link": "https://animethemes.moe/video/Simoun-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Utsukushi Kereba Sore de Ii\"", + "link": "https://animethemes.moe/video/Simoun-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Inori no Uta\"", + "link": "https://animethemes.moe/video/Simoun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "854", + "title": "Soul Link", + "year": "2006", + "themes": [ + { + "name": "OP \"screaming\"", + "link": "https://animethemes.moe/video/SoulLink-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"dust trail\"", + "link": "https://animethemes.moe/video/SoulLink-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "855", + "title": "Strawberry Panic", + "year": "2006", + "themes": [ + { + "name": "OP1 \"Shoujo Meiro de Tsukamaete\"", + "link": "https://animethemes.moe/video/StrawberryPanic-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kuchibiru Daydream\"", + "link": "https://animethemes.moe/video/StrawberryPanic-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Himitsu Dolls\"", + "link": "https://animethemes.moe/video/StrawberryPanic-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ichigo Tsumi Monogatari\"", + "link": "https://animethemes.moe/video/StrawberryPanic-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Shoujo Meiro de Tsukamaete (Mellow Berry Balad)\"", + "type": "ending" + } + ] + }, + { + "id": "849", + "title": "Suzumiya Haruhi no Yuuutsu", + "year": "2006", + "themes": [ + { + "name": "OP1 \"Koi no Mikuru Densetsu\"", + "link": "https://animethemes.moe/video/SuzumiyaHaruhiNoYuuutsu-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Bouken Desho Desho?\"", + "link": "https://animethemes.moe/video/SuzumiyaHaruhiNoYuuutsu-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Hare Hare Yukai\"", + "link": "https://animethemes.moe/video/SuzumiyaHaruhiNoYuuutsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "944", + "title": "The Third: Aoi Hitomi no Shoujo", + "year": "2006", + "themes": [ + { + "name": "OP \"Sajou no Yume\"", + "link": "https://animethemes.moe/video/AoiHitomiNoShoujo-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"ING\"", + "link": "https://animethemes.moe/video/AoiHitomiNoShoujo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Late Show\"", + "link": "https://animethemes.moe/video/AoiHitomiNoShoujo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "916", + "title": "Tokkou", + "year": "2006", + "themes": [ + { + "name": "OP \"Nothing\"", + "link": "https://animethemes.moe/video/Tokko-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sherry\"", + "link": "https://animethemes.moe/video/Tokko-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "969", + "title": "Tsubasa Chronicle 2nd Season", + "year": "2006", + "themes": [ + { + "name": "OP \"IT'S\"", + "link": "https://animethemes.moe/video/TsubasaChronicleS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TsubasaChronicleS2-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Kazemachi Jet\"", + "link": "https://animethemes.moe/video/TsubasaChronicleS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TsubasaChronicleS2-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "856", + "title": "Utawarerumono", + "year": "2006", + "themes": [ + { + "name": "OP \"Musouka\"", + "link": "https://animethemes.moe/video/Utawarerumono-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Madoromi no Rinne\"", + "link": "https://animethemes.moe/video/Utawarerumono-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi ga Tame\"", + "type": "ending" + } + ] + }, + { + "id": "935", + "title": "Witchblade", + "year": "2006", + "themes": [ + { + "name": "OP1 \"XTC\"", + "link": "https://animethemes.moe/video/Witchblade-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Dear Bob\"", + "link": "https://animethemes.moe/video/Witchblade-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ashita no Te\"", + "link": "https://animethemes.moe/video/Witchblade-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kutsu Himo\"", + "link": "https://animethemes.moe/video/Witchblade-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "861", + "title": "xxxHOLiC", + "year": "2006", + "themes": [ + { + "name": "OP \"19sai\"", + "link": "https://animethemes.moe/video/xxxHOLiC-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Reason\"", + "link": "https://animethemes.moe/video/xxxHOLiC-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kagerou\"", + "link": "https://animethemes.moe/video/xxxHOLiC-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "878", + "title": "Zegapain", + "year": "2006", + "themes": [ + { + "name": "OP \"Kimi e Mukau Hikari\"", + "link": "https://animethemes.moe/video/Zegapain-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Little Goodbye\"", + "link": "https://animethemes.moe/video/Zegapain-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"And You\"", + "link": "https://animethemes.moe/video/Zegapain-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Last Blue\"", + "link": "https://animethemes.moe/video/Zegapain-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "886", + "title": "Amaenaide yo!! Katsu!!", + "year": "2006", + "themes": [ + { + "name": "OP \"Amaenaide yo!!\"", + "link": "https://animethemes.moe/video/AmaenaideyoKatsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Lonesome Traveler\"", + "link": "https://animethemes.moe/video/AmaenaideyoKatsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1202", + "title": "Ar Tonelico: Sekai no Owari de Utai Tsuzukeru Shoujo", + "year": "2006", + "themes": [ + { + "name": "ED \"EXEC_HYMME_MOISKYRIE/.\"", + "link": "https://animethemes.moe/video/ArTonelico-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "586", + "title": "Ayakashi: Japanese Classic Horror", + "year": "2006", + "themes": [ + { + "name": "OP V1 \"HEAT ISLAND\"", + "link": "https://animethemes.moe/video/AyakashiJapaneseClassicHorror-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"HEAT ISLAND\"", + "link": "https://animethemes.moe/video/AyakashiJapaneseClassicHorror-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"HEAT ISLAND\"", + "link": "https://animethemes.moe/video/AyakashiJapaneseClassicHorror-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Haru no Katami\"", + "link": "https://animethemes.moe/video/AyakashiJapaneseClassicHorror-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "750", + "title": "Binchou-tan", + "year": "2006", + "themes": [ + { + "name": "OP \"Iroha\"", + "link": "https://animethemes.moe/video/BinchouTan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Binchou Ondo\"", + "link": "https://animethemes.moe/video/BinchouTan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "933", + "title": "Dai Mahou Touge", + "year": "2006", + "themes": [ + { + "name": "OP \"Dai Mahou Touge\"", + "link": "https://animethemes.moe/video/DaiMahouTouge-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hone Aru Kagiri Sakae Are!\"", + "link": "https://animethemes.moe/video/DaiMahouTouge-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "790", + "title": "Ergo Proxy", + "year": "2006", + "themes": [ + { + "name": "OP \"Kiri\"", + "link": "https://animethemes.moe/video/ErgoProxy-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Paranoid Android\"", + "link": "https://animethemes.moe/video/ErgoProxy-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "356", + "title": "Fate/stay night", + "year": "2006", + "themes": [ + { + "name": "OP1 \"disillusion\"", + "link": "https://animethemes.moe/video/FateStayNight-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Kirameku Namida wa Hoshi ni\"", + "link": "https://animethemes.moe/video/FateStayNight-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Kirameku Namida wa Hoshi ni\"", + "link": "https://animethemes.moe/video/FateStayNight-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Anata ga Ita Mori\"", + "link": "https://animethemes.moe/video/FateStayNight-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateStayNight-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hikari\"", + "link": "https://animethemes.moe/video/FateStayNight-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kimi to no Ashita\"", + "link": "https://animethemes.moe/video/FateStayNight-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "1534", + "title": "Futari wa Precure: Splash☆Star", + "year": "2006", + "themes": [ + { + "name": "OP V1 \"Makasete ★ Splash ☆ Star\"", + "link": "https://animethemes.moe/video/FutariWaPrecureSplashStar-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Makasete ★ Splash ☆ Star\"", + "link": "https://animethemes.moe/video/FutariWaPrecureSplashStar-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Warau ga Kachi! de GO!\"", + "link": "https://animethemes.moe/video/FutariWaPrecureSplashStar-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ganbalance de Dance\"", + "link": "https://animethemes.moe/video/FutariWaPrecureSplashStar-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "587", + "title": "Hanbun no Tsuki ga Noboru Sora", + "year": "2006", + "themes": [ + { + "name": "OP \"Aoi Koufuku\"", + "link": "https://animethemes.moe/video/Hantsuki-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kioku no Kakera\"", + "link": "https://animethemes.moe/video/Hantsuki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "667", + "title": "Kashimashi: Girl Meets Girl", + "year": "2006", + "themes": [ + { + "name": "OP \"Koi suru kokoro\"", + "link": "https://animethemes.moe/video/Kashimashi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Michishirube\" by YUMAO", + "link": "https://animethemes.moe/video/Kashimashi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Michishirube\" by Masumi Asano", + "link": "https://animethemes.moe/video/Kashimashi-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Michishirube\" by Kana Ueda", + "link": "https://animethemes.moe/video/Kashimashi-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Michishirube\" by Yui Horie", + "link": "https://animethemes.moe/video/Kashimashi-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Michishirube\" by Yukari Tamura", + "link": "https://animethemes.moe/video/Kashimashi-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Kimi no Tame ni Dekiru Koto\" by YUMAO", + "link": "https://animethemes.moe/video/Kashimashi-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "558", + "title": "Major S2", + "year": "2006", + "themes": [ + { + "name": "OP \"Saraba Aoki Omakage\"", + "link": "https://animethemes.moe/video/MajorS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Wonderland\"", + "link": "https://animethemes.moe/video/MajorS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shoboi Kao Sunna yo Beibee\"", + "link": "https://animethemes.moe/video/MajorS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1071", + "title": "Memories Off #5 Togireta Film The Animation", + "year": "2006", + "themes": [ + { + "name": "OP \"Film Makers\"", + "link": "https://animethemes.moe/video/MemoriesOff5TogiretaFilm-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Romancing Story\"", + "link": "https://animethemes.moe/video/MemoriesOff5TogiretaFilm-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1655", + "title": "Nerima Daikon Brothers", + "year": "2006", + "themes": [ + { + "name": "OP \"Ma-Ji-Ya-Ba\"", + "link": "https://animethemes.moe/video/NerimaDaikonBrothers-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Berima!\"", + "link": "https://animethemes.moe/video/NerimaDaikonBrothers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "465", + "title": "One Piece Movie 7: Karakuri-jou no Mecha Kyohei", + "year": "2006", + "themes": [ + { + "name": "ED \"Sayaendou\"", + "link": "https://animethemes.moe/video/OnePieceMovie7-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "710", + "title": "Rec", + "year": "2006", + "themes": [ + { + "name": "OP \"Cheer! ~Makka na Kimochi~\"", + "link": "https://animethemes.moe/video/Rec-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Devotion\"", + "link": "https://animethemes.moe/video/Rec-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "995", + "title": "Tennis no Ouji-sama: Zenkoku Taikai-hen", + "year": "2006", + "themes": [ + { + "name": "OP1 \"Flower -Sakiran Hana-\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaZenkokuTaikaiHen-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kakaeta Kiseki\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaZenkokuTaikaiHen-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hello & Goodbye\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaZenkokuTaikaiHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Fujouri\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaZenkokuTaikaiHen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1554", + "title": "Asatte no Houkou.", + "year": "2006", + "themes": [ + { + "name": "OP \"Hikari no Kisetsu\"", + "link": "https://animethemes.moe/video/AsatteNoHoukou-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Sweet Home Song\"", + "link": "https://animethemes.moe/video/AsatteNoHoukou-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Sweet Home Song\"", + "link": "https://animethemes.moe/video/AsatteNoHoukou-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "1576", + "title": "Bakumatsu Kikansetsu Irohanihoheto", + "year": "2006", + "themes": [ + { + "name": "OP \"Kouya Ruten\"", + "link": "https://animethemes.moe/video/Irohanihoheto-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ai no Tsurugi\"", + "link": "https://animethemes.moe/video/Irohanihoheto-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1682", + "title": "Baldr Force Exe Resolution", + "year": "2006", + "themes": [ + { + "name": "OP \"Face of Fact-RESOLUTION Ver.-\"", + "link": "https://animethemes.moe/video/BaldrForce-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"undelete\"", + "link": "https://animethemes.moe/video/BaldrForce-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1589", + "title": "Bartender", + "year": "2006", + "themes": [ + { + "name": "OP \"Bartender\"", + "link": "https://animethemes.moe/video/Bartender-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hajimari no Hito\"", + "link": "https://animethemes.moe/video/Bartender-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1498", + "title": "Black Blood Brothers", + "year": "2006", + "themes": [ + { + "name": "OP \"Ashita no Kioku\"", + "link": "https://animethemes.moe/video/BlackBloodBrothers-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shinkirou\"", + "link": "https://animethemes.moe/video/BlackBloodBrothers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1519", + "title": "Black Lagoon: The Second Barrage", + "year": "2006", + "themes": [ + { + "name": "OP \"Red Fraction\"", + "link": "https://animethemes.moe/video/BlackLagoonS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Don't Look Behind\"", + "link": "https://animethemes.moe/video/BlackLagoon-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"The World of Midnight\"", + "link": "https://animethemes.moe/video/BlackLagoonS2-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Peach Headz Addiction\"", + "link": "https://animethemes.moe/video/BlackLagoonS2-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "1639", + "title": "Boku no Pico", + "year": "2006", + "themes": [ + { + "name": "OP \"Koi wo Shiyou yo\"", + "link": "https://animethemes.moe/video/BokuNoPico-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "1536", + "title": "Busou Renkin", + "year": "2006", + "themes": [ + { + "name": "OP V1 \"Makka na Chikai\"", + "link": "https://animethemes.moe/video/BusouRenkin-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Makka na Chikai\"", + "link": "https://animethemes.moe/video/BusouRenkin-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Hoshi Akari\"", + "link": "https://animethemes.moe/video/BusouRenkin-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Hoshi Akari\"", + "link": "https://animethemes.moe/video/BusouRenkin-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Itoshiki Sekai\"", + "link": "https://animethemes.moe/video/BusouRenkin-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1575", + "title": "Code Geass: Hangyaku no Lelouch", + "year": "2006", + "themes": [ + { + "name": "OP1 V1 \"COLORS\"", + "link": "https://animethemes.moe/video/CodeGeass-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"COLORS\"", + "link": "https://animethemes.moe/video/CodeGeass-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Kaidoku Funou\"", + "link": "https://animethemes.moe/video/CodeGeass-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Kaidoku Funou\"", + "link": "https://animethemes.moe/video/CodeGeass-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Hitomi no Tsubasa\"", + "link": "https://animethemes.moe/video/CodeGeass-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yuukyou Seishunka\"", + "link": "https://animethemes.moe/video/CodeGeass-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mosaic Kakera\"", + "link": "https://animethemes.moe/video/CodeGeass-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1482", + "title": "D.Gray-man", + "year": "2006", + "themes": [ + { + "name": "OP1 \"INNOCENT SORROW\"", + "link": "https://animethemes.moe/video/DGrayMan-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Brightdown\"", + "link": "https://animethemes.moe/video/DGrayMan-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Doubt & Trust\"", + "link": "https://animethemes.moe/video/DGrayMan-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Gekidou\"", + "link": "https://animethemes.moe/video/DGrayMan-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Snow Kiss\"", + "link": "https://animethemes.moe/video/DGrayMan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Pride of Tomorrow\"", + "link": "https://animethemes.moe/video/DGrayMan-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yume no Tsuduki e\"", + "link": "https://animethemes.moe/video/DGrayMan-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Antoinette Blue\"", + "link": "https://animethemes.moe/video/DGrayMan-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Anata ga Koko ni Iru Riyuu\"", + "link": "https://animethemes.moe/video/DGrayMan-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Wish\"", + "link": "https://animethemes.moe/video/DGrayMan-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Regret\"", + "link": "https://animethemes.moe/video/DGrayMan-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Changin'\"", + "link": "https://animethemes.moe/video/DGrayMan-ED8.webm", + "type": "ending" + } + ] + }, + { + "id": "1535", + "title": "Death Note", + "year": "2006", + "themes": [ + { + "name": "OP1 V1 \"THE WORLD\"", + "link": "https://animethemes.moe/video/DeathNote-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"THE WORLD\"", + "link": "https://animethemes.moe/video/DeathNote-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"THE WORLD\"", + "link": "https://animethemes.moe/video/DeathNote-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP2 \"What's up people?\"", + "link": "https://animethemes.moe/video/DeathNote-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Alumina\"", + "link": "https://animethemes.moe/video/DeathNote-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Zetsubou Billy\"", + "link": "https://animethemes.moe/video/DeathNote-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Coda〜Death note\"", + "link": "https://animethemes.moe/video/DeathNote-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "4124", + "title": "Futari wa Precure: Splash☆Star Movie - Tick Tack Kiki Ippatsu!", + "year": "2006", + "themes": [ + { + "name": "OP \"Makasete ★ Splash ☆ Star\"", + "link": "https://animethemes.moe/video/FutariWaPrecureSplashStarMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ganbalance de Dance ~Saki & Mai Version~\"", + "link": "https://animethemes.moe/video/FutariWaPrecureSplashStarMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1600", + "title": "Galaxy Angel Rune", + "year": "2006", + "themes": [ + { + "name": "OP \"Uchuu de Koi wa ☆ Ru-run Run\"", + "link": "https://animethemes.moe/video/GalaxyAngelRune-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Happy Flight\"", + "link": "https://animethemes.moe/video/GalaxyAngelRune-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1813", + "title": "Genshiken OVA", + "year": "2006", + "themes": [ + { + "name": "OP \"Seishun to shite\"", + "link": "https://animethemes.moe/video/GenshikenOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Biidama\"", + "link": "https://animethemes.moe/video/GenshikenOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1570", + "title": "Happiness!", + "year": "2006", + "themes": [ + { + "name": "OP \"Happiness!\"", + "link": "https://animethemes.moe/video/Happiness-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Magical★Generation\"", + "link": "https://animethemes.moe/video/Happiness-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1594", + "title": "Jigoku Shoujo Futakomori", + "year": "2006", + "themes": [ + { + "name": "OP \"NightmaRe\"", + "link": "https://animethemes.moe/video/JigokuShoujoFutakomori-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aizome\"", + "link": "https://animethemes.moe/video/JigokuShoujoFutakomori-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1530", + "title": "Kanon (2006)", + "year": "2006", + "themes": [ + { + "name": "OP \"Last Regrets\"", + "link": "https://animethemes.moe/video/Kanon2006-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kaze no Tadori Tsuku Basho\"", + "link": "https://animethemes.moe/video/Kanon2006-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1654", + "title": "Kashimashi: Girl Meets Girl - Shoujo wa Shoujo ni Koi wo Shita", + "year": "2006", + "themes": [ + { + "name": "OP \"Koisuru Kokoro\"", + "link": "https://animethemes.moe/video/KashimashiOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Michishirube\" by YUMAO", + "link": "https://animethemes.moe/video/KashimashiOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1604", + "title": "Katekyo Hitman Reborn!", + "year": "2006", + "themes": [ + { + "name": "OP1 \"Drawing Days\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"BOYS & GIRLS\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Dive To World\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"88\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Last Cross\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"EASY GO\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"Funny Sunny Day\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-OP7.webm", + "type": "opening" + }, + { + "name": "OP8 \"Listen to the Stereo\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-OP8.webm", + "type": "opening" + }, + { + "name": "ED1 \"Michishirube\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"ONE NIGHT STAR\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Echo again\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Friend\" by Idoling!!!", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Sakura Addiction\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Friend\" by Sasagawa Kyouko vs. Miura Haru", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"STAND UP!\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"AMEato\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"CYCLE\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Suberidai\" / \"Slide\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Sakura Rock\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Smile\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Aoi Yume\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Yume no Manual\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Gr8 Story\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"Famiglia\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED16.webm", + "type": "ending" + }, + { + "name": "ED17 \"Canvas\"", + "link": "https://animethemes.moe/video/KatekyoHitmanReborn-ED17.webm", + "type": "ending" + } + ] + }, + { + "id": "1591", + "title": "Kujibiki♥Unbalance", + "year": "2006", + "themes": [ + { + "name": "OP \"Ai\"", + "link": "https://animethemes.moe/video/KujibikiUnbalance-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Harmonies*\"", + "link": "https://animethemes.moe/video/KujibikiUnbalance-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1561", + "title": "Lovedol: Lovely Idol", + "year": "2006", + "themes": [ + { + "name": "OP \"Koi, Hajimemashita!\"", + "link": "https://animethemes.moe/video/Lovedol-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"LoveLoveLove no Sei na no yo!\"", + "link": "https://animethemes.moe/video/Lovedol-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1609", + "title": "Mai-Otome Zwei", + "year": "2006", + "themes": [ + { + "name": "ED1 \"Believe ~Eien no Kizuna~\"", + "type": "ending" + }, + { + "name": "ED2 \"storm\"", + "type": "ending" + }, + { + "name": "ED3 \"Egao no Iro wa Niji no Iro\"", + "type": "ending" + }, + { + "name": "ED4 \"Otome wa DO MY BEST desho? 2007 ver.\"", + "link": "https://animethemes.moe/video/MaiOtomeZwei-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "1588", + "title": "Mamoru-kun ni Megami no Shukufuku wo!", + "year": "2006", + "themes": [ + { + "name": "OP \"MA・MO・RU!\"", + "link": "https://animethemes.moe/video/MamoruKun-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Venus Dream\"", + "link": "https://animethemes.moe/video/MamoruKun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1729", + "title": "Maria-sama ga Miteru 3rd", + "year": "2006", + "themes": [ + { + "name": "OP \"Pastel Pure: Tranquilite\"", + "link": "https://animethemes.moe/video/MariaSamaGaMiteruS3-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Chercher\"", + "link": "https://animethemes.moe/video/MariaSamaGaMiteruS3-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Chercher\"", + "link": "https://animethemes.moe/video/MariaSamaGaMiteruS3-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kirei na Senritsu\"", + "link": "https://animethemes.moe/video/MariaSamaGaMiteruS3-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1546", + "title": "Negima!?", + "year": "2006", + "themes": [ + { + "name": "OP1 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Eien no Toki o Koete\"", + "link": "https://animethemes.moe/video/Negima-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 V1 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP4.webm", + "type": "opening" + }, + { + "name": "OP4 V2 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP4v2.webm", + "type": "opening" + }, + { + "name": "OP4 V3 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP4v3.webm", + "type": "opening" + }, + { + "name": "OP4 V4 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP4v4.webm", + "type": "opening" + }, + { + "name": "OP4 V5 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP4v5.webm", + "type": "opening" + }, + { + "name": "OP4 V6 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP4v6.webm", + "type": "opening" + }, + { + "name": "OP4 V7 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP4v7.webm", + "type": "opening" + }, + { + "name": "OP4 V8 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP4v8.webm", + "type": "opening" + }, + { + "name": "OP5 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"1000%SPARKING!\"", + "link": "https://animethemes.moe/video/Negima-OP7.webm", + "type": "opening" + } + ] + }, + { + "id": "1569", + "title": "Otome wa Boku ni Koishiteru", + "year": "2006", + "themes": [ + { + "name": "OP V1 \"Love Power\"", + "link": "https://animethemes.moe/video/Otoboku-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Love Power\"", + "link": "https://animethemes.moe/video/Otoboku-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Beautiful day\"", + "link": "https://animethemes.moe/video/Otoboku-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Beautiful day\"", + "link": "https://animethemes.moe/video/Otoboku-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "1943", + "title": "Paprika", + "year": "2006", + "themes": [ + { + "name": "OP \"Mediational Field\"", + "link": "https://animethemes.moe/video/Paprika-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Byakkoya no Musume\"", + "link": "https://animethemes.moe/video/Paprika-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1565", + "title": "Pokemon Diamond & Pearl", + "year": "2006", + "themes": [ + { + "name": "OP1 \"Together\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Together 2008\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"High Touch!\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"High Touch! 2009\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Saikou Everyday!\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Saikou Everyday! (Band Version)\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-OP6.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi no Soba de (Hikari no Theme)\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi no Soba de Hikari no Theme (PopUp.Version)\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kimi no Soba de Hikari no Theme (Winter.Version)\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kaze no Message\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kaze no Message (PokaPoka- Version.)\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Ashita wa Kitto\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Moeyo Giza Mimi Pichu!\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 V1 \"Docchi Nyo?\"", + "type": "ending" + }, + { + "name": "ED8 V2 \"Docchi Nyo?\"", + "type": "ending" + }, + { + "name": "ED8 V3 \"Docchi Nyo?\"", + "type": "ending" + }, + { + "name": "ED8 V4 \"Docchi Nyo?\"", + "type": "ending" + }, + { + "name": "ED9 \"Kimi no Mune ni La La La\"", + "link": "https://animethemes.moe/video/PokemonDiamondAndPearl-ED9.webm", + "type": "ending" + } + ] + }, + { + "id": "1538", + "title": "Pumpkin Scissors", + "year": "2006", + "themes": [ + { + "name": "OP \"Aoki Flamme\"", + "link": "https://animethemes.moe/video/PumpkinScissors-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mercury Go\"", + "link": "https://animethemes.moe/video/PumpkinScissors-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Pumpkin Ondo\"", + "type": "ending" + } + ] + }, + { + "id": "1719", + "title": "Rozen Maiden: Ouvertüre", + "year": "2006", + "themes": [ + { + "name": "OP \"Baragoku Otome\"", + "link": "https://animethemes.moe/video/RozenMaidenOuverture-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Utsusemi no Kage\"", + "link": "https://animethemes.moe/video/RozenMaidenOuverture-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1882", + "title": "Sasami: Mahou Shoujo Club 2", + "year": "2006", + "themes": [ + { + "name": "OP \"Sweet MAGIC\"", + "link": "https://animethemes.moe/video/SasamiS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yuuyake no Solitude\"", + "link": "https://animethemes.moe/video/SasamiS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1531", + "title": "Shakugan no Shana SP: Koi to Onsen no Kougai Gakushuu!", + "year": "2006", + "themes": [ + { + "name": "OP \"Hishoku no Sora\"", + "link": "https://animethemes.moe/video/ShakuganNoShana-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yoake Umare Kuru Shoujo\"", + "link": "https://animethemes.moe/video/ShakuganNoShanaSP-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1559", + "title": "Shijou Saikyou no Deshi Kenichi", + "year": "2006", + "themes": [ + { + "name": "OP1 \"Be Strong\"", + "link": "https://animethemes.moe/video/KenIchi-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yahhoo~\"", + "link": "https://animethemes.moe/video/KenIchi-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi ga iru kara\"", + "link": "https://animethemes.moe/video/KenIchi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Catch Your Dream\"", + "link": "https://animethemes.moe/video/KenIchi-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"RunOver\"", + "link": "https://animethemes.moe/video/KenIchi-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kokoro Kara no Message\"", + "link": "https://animethemes.moe/video/KenIchi-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Be Strong\"", + "link": "https://animethemes.moe/video/KenIchi-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "1557", + "title": "Shounen Onmyouji", + "year": "2006", + "themes": [ + { + "name": "OP \"Egao no Wake\"", + "link": "https://animethemes.moe/video/ShounenOnmyouji-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yakusoku\"", + "type": "ending" + }, + { + "name": "ED2 \"Roku Tousei\"", + "type": "ending" + } + ] + }, + { + "id": "1602", + "title": "Soukou no Strain", + "year": "2006", + "themes": [ + { + "name": "OP \"Message\"", + "link": "https://animethemes.moe/video/SoukouNoStrain-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SoukouNoStrain-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Umi no Opal\"", + "link": "https://animethemes.moe/video/SoukouNoStrain-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SoukouNoStrain-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Aurora ~Hitsuji no Shokou~\"", + "type": "ending" + } + ] + }, + { + "id": "1587", + "title": "Tenpou Ibun: Ayakashi Ayashi", + "year": "2006", + "themes": [ + { + "name": "OP1 \"Ryuusei Miracle\"", + "link": "https://animethemes.moe/video/TenpouIbun-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Lone Star\"", + "link": "https://animethemes.moe/video/TenpouIbun-OP2.webm", + "type": "opening" + } + ] + }, + { + "id": "1562", + "title": "Yamato Nadeshiko Shichihenge♥", + "year": "2006", + "themes": [ + { + "name": "OP \"Slow\"", + "link": "https://animethemes.moe/video/YamatoNadeshikoShichihenge-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Carnation\"", + "link": "https://animethemes.moe/video/YamatoNadeshikoShichihenge-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"∞Changing∞\"", + "link": "https://animethemes.moe/video/YamatoNadeshikoShichihenge-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1543", + "title": "Yoake Mae yori Ruriiro na: Crescent Love", + "year": "2006", + "themes": [ + { + "name": "OP \"Prelude -We are not alone-\"", + "link": "https://animethemes.moe/video/Yoakena-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Yoakena-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Crescent Love ~Tsuki no Namida~\"", + "link": "https://animethemes.moe/video/Yoakena-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Yoakena-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "943", + "title": "Yume Tsukai", + "year": "2006", + "themes": [ + { + "name": "OP \"Yume Meikyuu~Hikari to Yami no Dance~\"", + "link": "https://animethemes.moe/video/YumeTsukai-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YumeTsukai-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Kodou\"", + "link": "https://animethemes.moe/video/YumeTsukai-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/YumeTsukai-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "1566", + "title": "Ghost in the Shell: Stand Alone Complex - Solid State Society", + "year": "2006", + "themes": [ + { + "name": "OP \"player\"", + "link": "https://animethemes.moe/video/GhostInTheShellSACSolidStateSociety-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"date of rebirth\"", + "link": "https://animethemes.moe/video/GhostInTheShellSACSolidStateSociety-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1142", + "title": "Hachimitsu to Clover II", + "year": "2006", + "themes": [ + { + "name": "OP \"Fugainaiya\"", + "link": "https://animethemes.moe/video/HachimitsuToCloverS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Split\"", + "link": "https://animethemes.moe/video/HachimitsuToCloverS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1230", + "title": "Innocent Venus", + "year": "2006", + "themes": [ + { + "name": "OP \"Noble Roar\"", + "link": "https://animethemes.moe/video/InnocentVenus-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/InnocentVenus-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Brand New Reason\"", + "type": "ending" + } + ] + }, + { + "id": "1454", + "title": "Kemonozume", + "year": "2006", + "themes": [ + { + "name": "OP \"Auvers Blue\"", + "link": "https://animethemes.moe/video/Kemonozume-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Suki\"", + "link": "https://animethemes.moe/video/Kemonozume-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1556", + "title": "Kikoushi Enma", + "year": "2006", + "themes": [ + { + "name": "ED \"DECADENCE\"", + "link": "https://animethemes.moe/video/KikoushiEnma-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1856", + "title": "Kimi ga Nozomu Eien: Ayu Mayu Gekijou", + "year": "2006", + "themes": [ + { + "name": "ED \"Koi No Bakudan Date\"", + "link": "https://animethemes.moe/video/KimiNozoAyaMayuGekigjou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1013", + "title": "Le Chevalier D'Eon", + "year": "2006", + "themes": [ + { + "name": "OP \"BORN\"", + "link": "https://animethemes.moe/video/LeChevalierDEon-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"OVER NIGHT\"", + "link": "https://animethemes.moe/video/LeChevalierDEon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1738", + "title": "Muteki Kanban Musume", + "year": "2006", + "themes": [ + { + "name": "OP \"Wild Spice\"", + "link": "https://animethemes.moe/video/MutekiKanbanMusume-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Muteki na smile\"", + "link": "https://animethemes.moe/video/MutekiKanbanMusume-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1210", + "title": "NHK ni Youkoso!", + "year": "2006", + "themes": [ + { + "name": "OP1 \"Puzzle\"", + "link": "https://animethemes.moe/video/NHKNiYoukoso-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Puzzle -extra hot mix-\"", + "link": "https://animethemes.moe/video/NHKNiYoukoso-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Odoru Akachan Ningen\"", + "link": "https://animethemes.moe/video/NHKNiYoukoso-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Modokashii Sekai no Ue de\"", + "link": "https://animethemes.moe/video/NHKNiYoukoso-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1243", + "title": "Night Head Genesis", + "year": "2006", + "themes": [ + { + "name": "ED1 \"Kotoba\"", + "link": "https://animethemes.moe/video/NightHeadGenesis-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nemutte Ita Kimochi, Nemutte Ita Kokoro\"", + "link": "https://animethemes.moe/video/NightHeadGenesis-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1218", + "title": "Tonagura!", + "year": "2006", + "themes": [ + { + "name": "OP \"DRAMATIC☆GIRLY\"", + "link": "https://animethemes.moe/video/Tonagura-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Aitai Kimochi Kara ~Placid time~\"", + "link": "https://animethemes.moe/video/Tonagura-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Oh My Darling\"", + "link": "https://animethemes.moe/video/Tonagura-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1198", + "title": "Tsuyokiss", + "year": "2006", + "themes": [ + { + "name": "OP \"Sunao ni Narenai\"", + "link": "https://animethemes.moe/video/Tsuyokiss-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"open\"", + "link": "https://animethemes.moe/video/Tsuyokiss-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1195", + "title": "Zero no Tsukaima", + "year": "2006", + "themes": [ + { + "name": "OP \"First kiss\"", + "link": "https://animethemes.moe/video/ZeroNoTsukaima-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Honto no Kimochi\"", + "link": "https://animethemes.moe/video/ZeroNoTsukaima-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "873", + "title": ".hack//Roots", + "year": "2006", + "themes": [ + { + "name": "OP \"Silly-go-Round\"", + "link": "https://animethemes.moe/video/DotHackRoots-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DotHackRoots-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED1 \"Boukoku Kakusei - Catharsis\"", + "link": "https://animethemes.moe/video/DotHackRoots-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"King Knight\"", + "type": "ending" + } + ] + }, + { + "id": "880", + "title": "Aa! Megami-sama!: Sorezore no Tsubasa", + "year": "2006", + "themes": [ + { + "name": "OP \"Shiawase no Iro\"", + "link": "https://animethemes.moe/video/AaMegamiSamaSorezoreNoTsubasa-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Bokura no Kiseki\"", + "link": "https://animethemes.moe/video/AaMegamiSamaSorezoreNoTsubasa-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Bokura no Kiseki\"", + "link": "https://animethemes.moe/video/AaMegamiSamaSorezoreNoTsubasa-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koibito Doshi\"", + "link": "https://animethemes.moe/video/AaMegamiSamaSorezoreNoTsubasa-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "857", + "title": "Air Gear", + "year": "2006", + "themes": [ + { + "name": "OP \"Chain\"", + "link": "https://animethemes.moe/video/AirGear-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sky-2-High\"", + "link": "https://animethemes.moe/video/AirGear-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "962", + "title": "Aria The Natural", + "year": "2006", + "themes": [ + { + "name": "OP1 V1 \"Euphoria\"", + "link": "https://animethemes.moe/video/AriaTheNatural-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Euphoria\"", + "link": "https://animethemes.moe/video/AriaTheNatural-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Undine\"", + "link": "https://animethemes.moe/video/AriaTheNatural-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Euphoria ~Hikigatari~\"", + "link": "https://animethemes.moe/video/AriaTheNatural-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Natsumachi\"", + "link": "https://animethemes.moe/video/AriaTheNatural-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Smile Again\"", + "link": "https://animethemes.moe/video/AriaTheNatural-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Rainbow\"", + "link": "https://animethemes.moe/video/AriaTheNatural-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "2214", + "title": "Black Jack 21", + "year": "2006", + "themes": [ + { + "name": "OP \"Destiny -Taiyou no Hana-\"", + "link": "https://animethemes.moe/video/BlackJack21-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"careless breath\"", + "link": "https://animethemes.moe/video/BlackJack21-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Silence whispers\"", + "link": "https://animethemes.moe/video/BlackJack21-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "889", + "title": "Black Lagoon", + "year": "2006", + "themes": [ + { + "name": "OP \"Red Fraction\"", + "link": "https://animethemes.moe/video/BlackLagoon-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Don't Look Behind\"", + "link": "https://animethemes.moe/video/BlackLagoon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "859", + "title": "Digimon Savers", + "year": "2006", + "themes": [ + { + "name": "OP1 \"Gou'ing!Going!My Soul!!\"", + "link": "https://animethemes.moe/video/DigimonSavers-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hirari\"", + "link": "https://animethemes.moe/video/DigimonSavers-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"One Star\"", + "link": "https://animethemes.moe/video/DigimonSavers-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ryuusei\"", + "link": "https://animethemes.moe/video/DigimonSavers-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "850", + "title": "Gakuen Heaven", + "year": "2006", + "themes": [ + { + "name": "OP \"School Boys\"", + "link": "https://animethemes.moe/video/GakuenHeaven-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Panorama\"", + "link": "https://animethemes.moe/video/GakuenHeaven-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "918", + "title": "Gintama", + "year": "2006", + "themes": [ + { + "name": "OP1 \"Pray\"", + "link": "https://animethemes.moe/video/Gintama-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Tooi Nioi\"", + "link": "https://animethemes.moe/video/Gintama-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Giniro no Sora\"", + "link": "https://animethemes.moe/video/Gintama-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Kasanaru Kage\"", + "link": "https://animethemes.moe/video/Gintama-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"DONTEN\"", + "link": "https://animethemes.moe/video/Gintama-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Anata MAGIC\"", + "link": "https://animethemes.moe/video/Gintama-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"Stairway Generation\"", + "link": "https://animethemes.moe/video/Gintama-OP7.webm", + "type": "opening" + }, + { + "name": "OP8 V1 \"Light Infection\"", + "link": "https://animethemes.moe/video/Gintama-OP8.webm", + "type": "opening" + }, + { + "name": "OP8 V2 \"Light Infection\"", + "link": "https://animethemes.moe/video/Gintama-OP8v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Fuusen Gum\"", + "link": "https://animethemes.moe/video/Gintama-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"MR.RAINDROP\"", + "link": "https://animethemes.moe/video/Gintama-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yuki no Tsubasa\"", + "link": "https://animethemes.moe/video/Gintama-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Candy Line\"", + "link": "https://animethemes.moe/video/Gintama-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Shura\"", + "link": "https://animethemes.moe/video/Gintama-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 V1 \"Kiseki\"", + "link": "https://animethemes.moe/video/Gintama-ED6.webm", + "type": "ending" + }, + { + "name": "ED6 V2 \"Kiseki\"", + "link": "https://animethemes.moe/video/Gintama-ED6v2.webm", + "type": "ending" + }, + { + "name": "ED6 V3 \"Kiseki\"", + "link": "https://animethemes.moe/video/Gintama-ED6v3.webm", + "type": "ending" + }, + { + "name": "ED7 V1 \"SIGNAL\"", + "link": "https://animethemes.moe/video/Gintama-ED7.webm", + "type": "ending" + }, + { + "name": "ED7 V2 \"SIGNAL\"", + "link": "https://animethemes.moe/video/Gintama-ED7v2.webm", + "type": "ending" + }, + { + "name": "ED8 V1 \"Speed of Flow\"", + "link": "https://animethemes.moe/video/Gintama-ED8.webm", + "type": "ending" + }, + { + "name": "ED8 V2 \"Speed of Flow\"", + "link": "https://animethemes.moe/video/Gintama-ED8v2.webm", + "type": "ending" + }, + { + "name": "ED9 \"Sanagi\"", + "link": "https://animethemes.moe/video/Gintama-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"This World is yours\"", + "link": "https://animethemes.moe/video/Gintama-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 V1 \"Ai, Ai, Ai\"", + "link": "https://animethemes.moe/video/Gintama-ED11.webm", + "type": "ending" + }, + { + "name": "ED11 V2 \"Ai, Ai, Ai\"", + "link": "https://animethemes.moe/video/Gintama-ED11v2.webm", + "type": "ending" + }, + { + "name": "ED12 \"Kagayaita\"", + "link": "https://animethemes.moe/video/Gintama-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Asa Answer\"", + "link": "https://animethemes.moe/video/Gintama-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 V1 \"Wo Ai Ni\"", + "link": "https://animethemes.moe/video/Gintama-ED14.webm", + "type": "ending" + }, + { + "name": "ED14 V2 \"Wo Ai Ni\"", + "link": "https://animethemes.moe/video/Gintama-ED14v2.webm", + "type": "ending" + }, + { + "name": "ED15 \"Wonderful Days\"", + "link": "https://animethemes.moe/video/Gintama-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"SAYONARA no Sora\"", + "link": "https://animethemes.moe/video/Gintama-ED16.webm", + "type": "ending" + } + ] + }, + { + "id": "934", + "title": "Higurashi no Naku Koro ni", + "year": "2006", + "themes": [ + { + "name": "OP \"Higurashi no Naku Koro ni\"", + "link": "https://animethemes.moe/video/Higurashi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Why, or why not\"", + "link": "https://animethemes.moe/video/Higurashi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "940", + "title": "Inukami!", + "year": "2006", + "themes": [ + { + "name": "OP \"Hikari\"", + "link": "https://animethemes.moe/video/Inukami-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yuujou Monogatari\"", + "link": "https://animethemes.moe/video/Inukami-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kei no Uta\"", + "link": "https://animethemes.moe/video/Inukami-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yuujou Monogatari - Danshi (?) Version\"", + "link": "https://animethemes.moe/video/Inukami-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "863", + "title": "Joshikousei: Girl's High", + "year": "2006", + "themes": [ + { + "name": "OP \"Kirameku\"", + "link": "https://animethemes.moe/video/Joshikousei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"incl.\"", + "link": "https://animethemes.moe/video/Joshikousei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "953", + "title": "Jyu Oh Sei", + "year": "2006", + "themes": [ + { + "name": "OP \"Deep In Your Heart\"", + "link": "https://animethemes.moe/video/JyuOhSei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Te wo Tsunaide\"", + "link": "https://animethemes.moe/video/JyuOhSei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1067", + "title": "Kishin Houkou Demonbane", + "year": "2006", + "themes": [ + { + "name": "OP \"Hito, Kami, Hata - Man God Machine\"", + "link": "https://animethemes.moe/video/KishinHoukouDemonbane-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Modern Rose\"", + "link": "https://animethemes.moe/video/KishinHoukouDemonbane-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "860", + "title": "Makai Senki Disgaea", + "year": "2006", + "themes": [ + { + "name": "OP \"Aishitageru\"", + "link": "https://animethemes.moe/video/MakaiSenkiDisgaea-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kusari\"", + "link": "https://animethemes.moe/video/MakaiSenkiDisgaea-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1916", + "title": "Mobile Suit Gundam MS IGLOO: Apocalypse 0079", + "year": "2006", + "themes": [ + { + "name": "OP \"Yume Wadachi\"", + "link": "https://animethemes.moe/video/GundamMSIGLOOApocalypse0079-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "877", + "title": "Nana", + "year": "2006", + "themes": [ + { + "name": "OP1 \"Rose\"", + "link": "https://animethemes.moe/video/Nana-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Wish\"", + "link": "https://animethemes.moe/video/Nana-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Lucy\"", + "link": "https://animethemes.moe/video/Nana-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"A Little Pain\"", + "link": "https://animethemes.moe/video/Nana-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rose\"", + "type": "ending" + }, + { + "name": "ED3 \"Starless Night\"", + "link": "https://animethemes.moe/video/Nana-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kuroi Namida\"", + "link": "https://animethemes.moe/video/Nana-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Winter Sleep\"", + "type": "ending" + }, + { + "name": "ED6 \"Stand By Me\"", + "link": "https://animethemes.moe/video/Nana-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "1212", + "title": "Oban Star-Racers", + "year": "2006", + "themes": [ + { + "name": "OP \"A Chance to Shine\"", + "link": "https://animethemes.moe/video/ObanStarRacers-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Waratteta\"", + "link": "https://animethemes.moe/video/ObanStarRacers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4114", + "title": "Onegai My Melody: Kuru Kuru Shuffle!", + "year": "2006", + "themes": [ + { + "name": "OP \"Koi♥Kuru\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodyKuruKuruShuffle-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hare ☆ Sora\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodyKuruKuruShuffle-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"kuru kuru kuru\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodyKuruKuruShuffle-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ore wa Usamimi Kamen\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodyKuruKuruShuffle-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Dream! Dream! Dream!\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodyKuruKuruShuffle-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Romii no Yume\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodyKuruKuruShuffle-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Te Wo Tsunagou\"", + "link": "https://animethemes.moe/video/OnegaiMyMelodyKuruKuruShuffle-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "853", + "title": "Ouran Koukou Host Club", + "year": "2006", + "themes": [ + { + "name": "OP \"Sakura Kiss\"", + "link": "https://animethemes.moe/video/OuranKoukouHostClub-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shissou\"", + "link": "https://animethemes.moe/video/OuranKoukouHostClub-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "957", + "title": "Saiunkoku Monogatari", + "year": "2006", + "themes": [ + { + "name": "OP V1 \"Hajimari no Kaze\"", + "link": "https://animethemes.moe/video/SaiunkokuMonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Hajimari no Kaze\"", + "link": "https://animethemes.moe/video/SaiunkokuMonogatari-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Saikou no Kataomoi\"", + "link": "https://animethemes.moe/video/SaiunkokuMonogatari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1881", + "title": "Sasami: Mahou Shoujo Club", + "year": "2006", + "themes": [ + { + "name": "OP \"Sweet MAGIC\"", + "link": "https://animethemes.moe/video/Sasami-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kirakira Days\"", + "link": "https://animethemes.moe/video/Sasami-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "846", + "title": "School Rumble Ni Gakki", + "year": "2006", + "themes": [ + { + "name": "OP \"Sentimental Generation\"", + "link": "https://animethemes.moe/video/SchoolRumbleNiGakki-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kono Namida ga Aru kara Tsugi no Ippo to Naru\"", + "link": "https://animethemes.moe/video/SchoolRumbleNiGakki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"The Last Candle\"", + "type": "ending" + }, + { + "name": "ED3 \"Futari wa Wasurechau\"", + "link": "https://animethemes.moe/video/SchoolRumbleNiGakki-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "789", + "title": "Shinigami no Ballad.", + "year": "2006", + "themes": [ + { + "name": "OP \"no one\"", + "link": "https://animethemes.moe/video/ShinigamiNoBallad-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"White Messenger\"", + "link": "https://animethemes.moe/video/ShinigamiNoBallad-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "879", + "title": "Simoun", + "year": "2006", + "themes": [ + { + "name": "OP V1 \"Utsukushi Kereba Sore de Ii\"", + "link": "https://animethemes.moe/video/Simoun-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Utsukushi Kereba Sore de Ii\"", + "link": "https://animethemes.moe/video/Simoun-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Inori no Uta\"", + "link": "https://animethemes.moe/video/Simoun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "854", + "title": "Soul Link", + "year": "2006", + "themes": [ + { + "name": "OP \"screaming\"", + "link": "https://animethemes.moe/video/SoulLink-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"dust trail\"", + "link": "https://animethemes.moe/video/SoulLink-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "855", + "title": "Strawberry Panic", + "year": "2006", + "themes": [ + { + "name": "OP1 \"Shoujo Meiro de Tsukamaete\"", + "link": "https://animethemes.moe/video/StrawberryPanic-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kuchibiru Daydream\"", + "link": "https://animethemes.moe/video/StrawberryPanic-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Himitsu Dolls\"", + "link": "https://animethemes.moe/video/StrawberryPanic-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ichigo Tsumi Monogatari\"", + "link": "https://animethemes.moe/video/StrawberryPanic-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Shoujo Meiro de Tsukamaete (Mellow Berry Balad)\"", + "type": "ending" + } + ] + }, + { + "id": "849", + "title": "Suzumiya Haruhi no Yuuutsu", + "year": "2006", + "themes": [ + { + "name": "OP1 \"Koi no Mikuru Densetsu\"", + "link": "https://animethemes.moe/video/SuzumiyaHaruhiNoYuuutsu-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Bouken Desho Desho?\"", + "link": "https://animethemes.moe/video/SuzumiyaHaruhiNoYuuutsu-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Hare Hare Yukai\"", + "link": "https://animethemes.moe/video/SuzumiyaHaruhiNoYuuutsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "944", + "title": "The Third: Aoi Hitomi no Shoujo", + "year": "2006", + "themes": [ + { + "name": "OP \"Sajou no Yume\"", + "link": "https://animethemes.moe/video/AoiHitomiNoShoujo-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"ING\"", + "link": "https://animethemes.moe/video/AoiHitomiNoShoujo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Late Show\"", + "link": "https://animethemes.moe/video/AoiHitomiNoShoujo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "916", + "title": "Tokkou", + "year": "2006", + "themes": [ + { + "name": "OP \"Nothing\"", + "link": "https://animethemes.moe/video/Tokko-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sherry\"", + "link": "https://animethemes.moe/video/Tokko-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "969", + "title": "Tsubasa Chronicle 2nd Season", + "year": "2006", + "themes": [ + { + "name": "OP \"IT'S\"", + "link": "https://animethemes.moe/video/TsubasaChronicleS2-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TsubasaChronicleS2-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Kazemachi Jet\"", + "link": "https://animethemes.moe/video/TsubasaChronicleS2-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TsubasaChronicleS2-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "856", + "title": "Utawarerumono", + "year": "2006", + "themes": [ + { + "name": "OP \"Musouka\"", + "link": "https://animethemes.moe/video/Utawarerumono-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Madoromi no Rinne\"", + "link": "https://animethemes.moe/video/Utawarerumono-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi ga Tame\"", + "type": "ending" + } + ] + }, + { + "id": "935", + "title": "Witchblade", + "year": "2006", + "themes": [ + { + "name": "OP1 \"XTC\"", + "link": "https://animethemes.moe/video/Witchblade-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Dear Bob\"", + "link": "https://animethemes.moe/video/Witchblade-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ashita no Te\"", + "link": "https://animethemes.moe/video/Witchblade-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kutsu Himo\"", + "link": "https://animethemes.moe/video/Witchblade-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "861", + "title": "xxxHOLiC", + "year": "2006", + "themes": [ + { + "name": "OP \"19sai\"", + "link": "https://animethemes.moe/video/xxxHOLiC-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Reason\"", + "link": "https://animethemes.moe/video/xxxHOLiC-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kagerou\"", + "link": "https://animethemes.moe/video/xxxHOLiC-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "878", + "title": "Zegapain", + "year": "2006", + "themes": [ + { + "name": "OP \"Kimi e Mukau Hikari\"", + "link": "https://animethemes.moe/video/Zegapain-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Little Goodbye\"", + "link": "https://animethemes.moe/video/Zegapain-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"And You\"", + "link": "https://animethemes.moe/video/Zegapain-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Last Blue\"", + "link": "https://animethemes.moe/video/Zegapain-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "886", + "title": "Amaenaide yo!! Katsu!!", + "year": "2006", + "themes": [ + { + "name": "OP \"Amaenaide yo!!\"", + "link": "https://animethemes.moe/video/AmaenaideyoKatsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Lonesome Traveler\"", + "link": "https://animethemes.moe/video/AmaenaideyoKatsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1202", + "title": "Ar Tonelico: Sekai no Owari de Utai Tsuzukeru Shoujo", + "year": "2006", + "themes": [ + { + "name": "ED \"EXEC_HYMME_MOISKYRIE/.\"", + "link": "https://animethemes.moe/video/ArTonelico-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "586", + "title": "Ayakashi: Japanese Classic Horror", + "year": "2006", + "themes": [ + { + "name": "OP V1 \"HEAT ISLAND\"", + "link": "https://animethemes.moe/video/AyakashiJapaneseClassicHorror-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"HEAT ISLAND\"", + "link": "https://animethemes.moe/video/AyakashiJapaneseClassicHorror-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"HEAT ISLAND\"", + "link": "https://animethemes.moe/video/AyakashiJapaneseClassicHorror-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Haru no Katami\"", + "link": "https://animethemes.moe/video/AyakashiJapaneseClassicHorror-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "750", + "title": "Binchou-tan", + "year": "2006", + "themes": [ + { + "name": "OP \"Iroha\"", + "link": "https://animethemes.moe/video/BinchouTan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Binchou Ondo\"", + "link": "https://animethemes.moe/video/BinchouTan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "933", + "title": "Dai Mahou Touge", + "year": "2006", + "themes": [ + { + "name": "OP \"Dai Mahou Touge\"", + "link": "https://animethemes.moe/video/DaiMahouTouge-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hone Aru Kagiri Sakae Are!\"", + "link": "https://animethemes.moe/video/DaiMahouTouge-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "790", + "title": "Ergo Proxy", + "year": "2006", + "themes": [ + { + "name": "OP \"Kiri\"", + "link": "https://animethemes.moe/video/ErgoProxy-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Paranoid Android\"", + "link": "https://animethemes.moe/video/ErgoProxy-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "356", + "title": "Fate/stay night", + "year": "2006", + "themes": [ + { + "name": "OP1 \"disillusion\"", + "link": "https://animethemes.moe/video/FateStayNight-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Kirameku Namida wa Hoshi ni\"", + "link": "https://animethemes.moe/video/FateStayNight-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Kirameku Namida wa Hoshi ni\"", + "link": "https://animethemes.moe/video/FateStayNight-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Anata ga Ita Mori\"", + "link": "https://animethemes.moe/video/FateStayNight-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FateStayNight-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hikari\"", + "link": "https://animethemes.moe/video/FateStayNight-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kimi to no Ashita\"", + "link": "https://animethemes.moe/video/FateStayNight-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "1534", + "title": "Futari wa Precure: Splash☆Star", + "year": "2006", + "themes": [ + { + "name": "OP V1 \"Makasete ★ Splash ☆ Star\"", + "link": "https://animethemes.moe/video/FutariWaPrecureSplashStar-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Makasete ★ Splash ☆ Star\"", + "link": "https://animethemes.moe/video/FutariWaPrecureSplashStar-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Warau ga Kachi! de GO!\"", + "link": "https://animethemes.moe/video/FutariWaPrecureSplashStar-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ganbalance de Dance\"", + "link": "https://animethemes.moe/video/FutariWaPrecureSplashStar-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "587", + "title": "Hanbun no Tsuki ga Noboru Sora", + "year": "2006", + "themes": [ + { + "name": "OP \"Aoi Koufuku\"", + "link": "https://animethemes.moe/video/Hantsuki-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kioku no Kakera\"", + "link": "https://animethemes.moe/video/Hantsuki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "667", + "title": "Kashimashi: Girl Meets Girl", + "year": "2006", + "themes": [ + { + "name": "OP \"Koi suru kokoro\"", + "link": "https://animethemes.moe/video/Kashimashi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Michishirube\" by YUMAO", + "link": "https://animethemes.moe/video/Kashimashi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Michishirube\" by Masumi Asano", + "link": "https://animethemes.moe/video/Kashimashi-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Michishirube\" by Kana Ueda", + "link": "https://animethemes.moe/video/Kashimashi-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Michishirube\" by Yui Horie", + "link": "https://animethemes.moe/video/Kashimashi-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Michishirube\" by Yukari Tamura", + "link": "https://animethemes.moe/video/Kashimashi-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Kimi no Tame ni Dekiru Koto\" by YUMAO", + "link": "https://animethemes.moe/video/Kashimashi-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "558", + "title": "Major S2", + "year": "2006", + "themes": [ + { + "name": "OP \"Saraba Aoki Omakage\"", + "link": "https://animethemes.moe/video/MajorS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Wonderland\"", + "link": "https://animethemes.moe/video/MajorS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shoboi Kao Sunna yo Beibee\"", + "link": "https://animethemes.moe/video/MajorS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1071", + "title": "Memories Off #5 Togireta Film The Animation", + "year": "2006", + "themes": [ + { + "name": "OP \"Film Makers\"", + "link": "https://animethemes.moe/video/MemoriesOff5TogiretaFilm-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Romancing Story\"", + "link": "https://animethemes.moe/video/MemoriesOff5TogiretaFilm-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1655", + "title": "Nerima Daikon Brothers", + "year": "2006", + "themes": [ + { + "name": "OP \"Ma-Ji-Ya-Ba\"", + "link": "https://animethemes.moe/video/NerimaDaikonBrothers-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Berima!\"", + "link": "https://animethemes.moe/video/NerimaDaikonBrothers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "465", + "title": "One Piece Movie 7: Karakuri-jou no Mecha Kyohei", + "year": "2006", + "themes": [ + { + "name": "ED \"Sayaendou\"", + "link": "https://animethemes.moe/video/OnePieceMovie7-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "710", + "title": "Rec", + "year": "2006", + "themes": [ + { + "name": "OP \"Cheer! ~Makka na Kimochi~\"", + "link": "https://animethemes.moe/video/Rec-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Devotion\"", + "link": "https://animethemes.moe/video/Rec-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "995", + "title": "Tennis no Ouji-sama: Zenkoku Taikai-hen", + "year": "2006", + "themes": [ + { + "name": "OP1 \"Flower -Sakiran Hana-\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaZenkokuTaikaiHen-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kakaeta Kiseki\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaZenkokuTaikaiHen-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hello & Goodbye\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaZenkokuTaikaiHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Fujouri\"", + "link": "https://animethemes.moe/video/TennisNoOujiSamaZenkokuTaikaiHen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "477", + "title": "Aria The Animation", + "year": "2005", + "themes": [ + { + "name": "OP1 V1 \"Undine\"", + "link": "https://animethemes.moe/video/AriaTheAnimation-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Undine\"", + "link": "https://animethemes.moe/video/AriaTheAnimation-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"Undine\"", + "link": "https://animethemes.moe/video/AriaTheAnimation-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP2 \"Undine -forest mix-\"", + "link": "https://animethemes.moe/video/AriaTheAnimation-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Rainbow\"", + "link": "https://animethemes.moe/video/AriaTheAnimation-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "68", + "title": "Black Cat", + "year": "2005", + "themes": [ + { + "name": "OP V1 \"Daia no Hana\"", + "link": "https://animethemes.moe/video/BlackCat-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Daia no Hana\"", + "link": "https://animethemes.moe/video/BlackCat-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Namidaboshi\"", + "link": "https://animethemes.moe/video/BlackCat-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kutsuzure\"", + "link": "https://animethemes.moe/video/BlackCat-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "150", + "title": "Blood+", + "year": "2005", + "themes": [ + { + "name": "OP1 \"Aozora no Namida\"", + "link": "https://animethemes.moe/video/BloodPlus-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"SEASON'S CALL\"", + "link": "https://animethemes.moe/video/BloodPlus-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Colors of the Heart\"", + "link": "https://animethemes.moe/video/BloodPlus-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Raion\"", + "link": "https://animethemes.moe/video/BloodPlus-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kataritsugu koto\"", + "link": "https://animethemes.moe/video/BloodPlus-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"CRY NO MORE\"", + "link": "https://animethemes.moe/video/BloodPlus-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"This Love\"", + "link": "https://animethemes.moe/video/BloodPlus-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Brand New Map\"", + "link": "https://animethemes.moe/video/BloodPlus-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "694", + "title": "Canvas 2: Niji-iro no Sketch", + "year": "2005", + "themes": [ + { + "name": "OP \"Plastic Smile\"", + "link": "https://animethemes.moe/video/Canvas2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"NA NA IRO\"", + "link": "https://animethemes.moe/video/Canvas2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1931", + "title": "Futari wa Precure: Max Heart Movie 2 - Yukizora no Tomodachi", + "year": "2005", + "themes": [ + { + "name": "OP \"DANZEN! Futari wa Precure (Max Heart Version)\"", + "link": "https://animethemes.moe/video/FutariWaPrecureMaxHeart-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gag 100kaibun Aishitekudasai\"", + "link": "https://animethemes.moe/video/FutariWaPrecureMaxHeartMovie2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "476", + "title": "Ginban Kaleidoscope", + "year": "2005", + "themes": [ + { + "name": "OP \"Dual\"", + "link": "https://animethemes.moe/video/GinbanKaleidoscope-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"energy\"", + "type": "ending" + } + ] + }, + { + "id": "811", + "title": "I"s Pure", + "year": "2005", + "themes": [ + { + "name": "OP \"Futari no I\"s ~i will follow you~\"", + "link": "https://animethemes.moe/video/IsPure-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chiisana Tsubasa ~eyes for you~\"", + "link": "https://animethemes.moe/video/IsPure-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "228", + "title": "Jigoku Shoujo", + "year": "2005", + "themes": [ + { + "name": "OP \"Sakasama no Chou\"", + "link": "https://animethemes.moe/video/JigokuShoujo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Karinui\"", + "link": "https://animethemes.moe/video/JigokuShoujo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "469", + "title": "Karin", + "year": "2005", + "themes": [ + { + "name": "OP \"scarlet\"", + "link": "https://animethemes.moe/video/Karin-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mou Hitotsu no Birthday\"", + "link": "https://animethemes.moe/video/Karin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "77", + "title": "Mahou Shoujo Lyrical Nanoha A's", + "year": "2005", + "themes": [ + { + "name": "OP \"ETERNAL BLAZE\"", + "link": "https://animethemes.moe/video/NanohaAs-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Spiritual Garden\"", + "link": "https://animethemes.moe/video/NanohaAs-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanohaAs-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "99", + "title": "Mai-Otome", + "year": "2005", + "themes": [ + { + "name": "OP1 \"Dream Wing\"", + "link": "https://animethemes.moe/video/MaiOtome-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Crystal Energy\"", + "link": "https://animethemes.moe/video/MaiOtome-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Otome wa DO MY BEST deshou?\"", + "link": "https://animethemes.moe/video/MaiOtome-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "457", + "title": "Mushishi", + "year": "2005", + "themes": [ + { + "name": "OP \"The Sore Feet Song\"", + "link": "https://animethemes.moe/video/Mushishi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Mushishi-OP1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "584", + "title": "Noein: Mou Hitori no Kimi e", + "year": "2005", + "themes": [ + { + "name": "OP \"Idea\"", + "link": "https://animethemes.moe/video/Noein-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yoake no Ashioto\"", + "link": "https://animethemes.moe/video/Noein-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "322", + "title": "Paradise Kiss", + "year": "2005", + "themes": [ + { + "name": "OP \"♥Lonely in Gorgeous♥\"", + "link": "https://animethemes.moe/video/ParadiseKiss-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Do You Want To\"", + "link": "https://animethemes.moe/video/ParadiseKiss-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2110", + "title": "Rockman.EXE Beast", + "year": "2005", + "themes": [ + { + "name": "OP \"Shouri no Uta\"", + "link": "https://animethemes.moe/video/RockmanBeast-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ashiato\"", + "link": "https://animethemes.moe/video/RockmanBeast-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "65", + "title": "Rozen Maiden: Träumend", + "year": "2005", + "themes": [ + { + "name": "OP \"Seishoujo Ryouiki\"", + "link": "https://animethemes.moe/video/RozenMaidenTraumend-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hikari no Rasenritsu\"", + "link": "https://animethemes.moe/video/RozenMaidenTraumend-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1253", + "title": "Saint Seiya: Meiou Hades Meikai-hen", + "year": "2005", + "themes": [ + { + "name": "OP V1 \"Megami no Senshi ~Pegasus Forever~\"", + "link": "https://animethemes.moe/video/SaintSeiyaHadesMeikaiHen-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Megami no Senshi ~Pegasus Forever~\"", + "link": "https://animethemes.moe/video/SaintSeiyaHadesMeikaiHen-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Takusu mono e ~My Dear~\"", + "link": "https://animethemes.moe/video/SaintSeiyaHadesMeikaiHen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "355", + "title": "Shakugan no Shana", + "year": "2005", + "themes": [ + { + "name": "OP1 \"Hishoku no Sora\"", + "link": "https://animethemes.moe/video/ShakuganNoShana-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"being\"", + "link": "https://animethemes.moe/video/ShakuganNoShana-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yoake Umare Kuru Shoujo\"", + "link": "https://animethemes.moe/video/ShakuganNoShana-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Aka no Seijaku\"", + "link": "https://animethemes.moe/video/ShakuganNoShana-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "658", + "title": "Touhai Densetsu Akagi: Yami ni Maiorita Tensai", + "year": "2005", + "themes": [ + { + "name": "OP \"Nantoka Nare\"", + "link": "https://animethemes.moe/video/Akagi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Akagi\"", + "link": "https://animethemes.moe/video/Akagi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"S.T.S.\"", + "link": "https://animethemes.moe/video/Akagi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "591", + "title": "Amaenaide yo!!", + "year": "2005", + "themes": [ + { + "name": "OP V1 \"Afurete Yuku no wa Kono Kimochi\"", + "link": "https://animethemes.moe/video/Amaenaideyo-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Afurete Yuku no wa Kono Kimochi\"", + "link": "https://animethemes.moe/video/Amaenaideyo-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Afurete Yuku no wa Kono Kimochi\"", + "link": "https://animethemes.moe/video/Amaenaideyo-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Afurete Yuku no wa Kono Kimochi\"", + "link": "https://animethemes.moe/video/Amaenaideyo-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"Afurete Yuku no wa Kono Kimochi\"", + "link": "https://animethemes.moe/video/Amaenaideyo-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"Afurete Yuku no wa Kono Kimochi\"", + "link": "https://animethemes.moe/video/Amaenaideyo-OP1v6.webm", + "type": "opening" + }, + { + "name": "ED \"Happy days\"", + "link": "https://animethemes.moe/video/Amaenaideyo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "291", + "title": "D.C.S.S: Da Capo Second Season", + "year": "2005", + "themes": [ + { + "name": "OP \"Sakurairo no Kisetsu\"", + "link": "https://animethemes.moe/video/DaCapoS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Akatsuki ni Saku Uta\"", + "link": "https://animethemes.moe/video/DaCapoS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Akatsuki ni Saku Uta\"", + "link": "https://animethemes.moe/video/DaCapoS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kioku Love Letter\"", + "link": "https://animethemes.moe/video/DaCapoS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "73", + "title": "Full Metal Panic! The Second Raid", + "year": "2005", + "themes": [ + { + "name": "OP \"Minami Kaze\"", + "link": "https://animethemes.moe/video/FullMetalPanicTheSecondRaid-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mouichido Kimi ni Aitai\"", + "link": "https://animethemes.moe/video/FullMetalPanicTheSecondRaid-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "411", + "title": "Gun x Sword", + "year": "2005", + "themes": [ + { + "name": "OP \"GUNXSWORD\"", + "link": "https://animethemes.moe/video/GunXSword-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"A Rising Tide\"", + "link": "https://animethemes.moe/video/GunXSword-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Paradiso\"", + "type": "ending" + }, + { + "name": "ED3 \"S.O.S\"", + "type": "ending" + }, + { + "name": "ED4 \"A Rising Tide (Accoustic Version)\"", + "type": "ending" + }, + { + "name": "ED5 \"Calling You\"", + "type": "ending" + }, + { + "name": "ED6 \"GUNXSWORD (Starting Again)\"", + "type": "ending" + } + ] + }, + { + "id": "488", + "title": "Ichigo Mashimaro", + "year": "2005", + "themes": [ + { + "name": "OP \"Ichigo Complete\"", + "link": "https://animethemes.moe/video/IchigoMashimaro-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Classmate\"", + "link": "https://animethemes.moe/video/IchigoMashimaro-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "489", + "title": "Kamichu!", + "year": "2005", + "themes": [ + { + "name": "OP \"Hare Nochi Hare!\"", + "link": "https://animethemes.moe/video/Kamichu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ice Candy\"", + "link": "https://animethemes.moe/video/Kamichu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "470", + "title": "Okusama wa Joshikousei", + "year": "2005", + "themes": [ + { + "name": "OP \"Love Love! Chu Chu!\"", + "link": "https://animethemes.moe/video/OkusamaWaJoshikousei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ai no Koneko\"", + "link": "https://animethemes.moe/video/OkusamaWaJoshikousei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "490", + "title": "Paniponi Dash!", + "year": "2005", + "themes": [ + { + "name": "OP1 V1 \"Kiiroi Vacances\"", + "link": "https://animethemes.moe/video/PaniponiDash-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Kiiroi Vacances\"", + "link": "https://animethemes.moe/video/PaniponiDash-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Roulette Roulette\"", + "link": "https://animethemes.moe/video/PaniponiDash-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Shoujo Q\"", + "link": "https://animethemes.moe/video/PaniponiDash-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Girlppi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Girlppi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Girlppi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4\"Girlppi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Girlppi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Girlppi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED1 V7 \"Girlppi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED1 V8 \"Girlppi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED1 V9 \"Girlppi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED1 V10 \"Girlppi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED1 V11 \"Girlppi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED1v11.webm", + "type": "ending" + }, + { + "name": "ED2 \"Healing Type Magical Girl Behoimi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Haruka na Yume\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Haruka na Yume\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED4 V1 \"Moonlight Love\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED4.webm", + "type": "ending" + }, + { + "name": "ED4 V2 \"Moonlight Love\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED4v2.webm", + "type": "ending" + }, + { + "name": "ED4 V3 \"Moonlight Love\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED4v3.webm", + "type": "ending" + }, + { + "name": "ED4 V4 \"Moonlight Love\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED4v4.webm", + "type": "ending" + }, + { + "name": "ED4 V5 \"Moonlight Love\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED4v5.webm", + "type": "ending" + }, + { + "name": "ED4 V6 \"Moonlight Love\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED4v6.webm", + "type": "ending" + }, + { + "name": "ED4 V7 \"Moonlight Love\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED4v7.webm", + "type": "ending" + }, + { + "name": "ED4 V8 \"Moonlight Love\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED4v8.webm", + "type": "ending" + }, + { + "name": "ED4 V9 \"Moonlight Love\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED4v9.webm", + "type": "ending" + }, + { + "name": "ED4 V10 \"Moonlight Love\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED4v10.webm", + "type": "ending" + }, + { + "name": "ED5 \"Setsugekka\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Kiiroi Vacances\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "398", + "title": "Seikai no Senki III", + "year": "2005", + "themes": [ + { + "name": "OP \"Main Theme (Seikai no Senki III Version)\"", + "link": "https://animethemes.moe/video/SeikaiNoSenkiIII-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Tenohira no Yume\"", + "link": "https://animethemes.moe/video/SeikaiNoSenkiIII-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Tenohira no Yume\"", + "link": "https://animethemes.moe/video/SeikaiNoSenkiIII-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "79", + "title": "Shuffle!", + "year": "2005", + "themes": [ + { + "name": "OP \"You\"", + "link": "https://animethemes.moe/video/Shuffle-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Innocence\"", + "link": "https://animethemes.moe/video/Shuffle-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1642", + "title": "Sugar Sugar Rune", + "year": "2005", + "themes": [ + { + "name": "OP \"Chocolate ni Muchuu\"", + "link": "https://animethemes.moe/video/SugarSugarRune-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tsuki no Mukou no Sekai\"", + "link": "https://animethemes.moe/video/SugarSugarRune-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"DATE☆DATE\"", + "link": "https://animethemes.moe/video/SugarSugarRune-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "390", + "title": "Suzuka", + "year": "2005", + "themes": [ + { + "name": "OP \"Start Line\"", + "link": "https://animethemes.moe/video/Suzuka-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Aoi FIELD\"", + "link": "https://animethemes.moe/video/Suzuka-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi no Koto\"", + "link": "https://animethemes.moe/video/Suzuka-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "793", + "title": "xxxHOLiC Movie: Manatsu no Yoru no Yume", + "year": "2005", + "themes": [ + { + "name": "ED \"Sanagi ~theme from xxxHOLiC the movie~\"", + "link": "https://animethemes.moe/video/xxxHOLiCMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "67", + "title": "Basilisk: Kouga Ninpou Chou", + "year": "2005", + "themes": [ + { + "name": "OP \"Kouga Ninpouchou\"", + "link": "https://animethemes.moe/video/Basilisk-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hime Murasaki\"", + "link": "https://animethemes.moe/video/Basilisk-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Wild Eyes\"", + "link": "https://animethemes.moe/video/Basilisk-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "345", + "title": "Eikoku Koi Monogatari Emma", + "year": "2005", + "themes": [ + { + "name": "OP \"Silhouette of a Breeze\"", + "link": "https://animethemes.moe/video/Emma-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Menuet for EMMA\"", + "link": "https://animethemes.moe/video/Emma-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1250", + "title": "Erementar Gerad", + "year": "2005", + "themes": [ + { + "name": "OP V1 \"Forever...\"", + "link": "https://animethemes.moe/video/ErementarGerad-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Forever...\"", + "link": "https://animethemes.moe/video/ErementarGerad-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Forever...\"", + "link": "https://animethemes.moe/video/ErementarGerad-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yakusoku\"", + "link": "https://animethemes.moe/video/ErementarGerad-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"everlasting song ~japanese edition\"", + "type": "ending" + } + ] + }, + { + "id": "237", + "title": "Eureka Seven", + "year": "2005", + "themes": [ + { + "name": "OP1 \"DAYS\"", + "link": "https://animethemes.moe/video/EurekaSeven-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Shounen Heart\"", + "link": "https://animethemes.moe/video/EurekaSeven-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Taiyou no Mannaka he\"", + "link": "https://animethemes.moe/video/EurekaSeven-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Sakura\"", + "link": "https://animethemes.moe/video/EurekaSeven-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Himitsu Kichi\"", + "link": "https://animethemes.moe/video/EurekaSeven-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Fly Away\"", + "link": "https://animethemes.moe/video/EurekaSeven-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tip Taps Tip\"", + "link": "https://animethemes.moe/video/EurekaSeven-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Canvas\"", + "link": "https://animethemes.moe/video/EurekaSeven-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "15", + "title": "Eyeshield 21", + "year": "2005", + "themes": [ + { + "name": "OP1 \"Breakthrough\"", + "link": "https://animethemes.moe/video/Eyeshield21-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Innocence\"", + "link": "https://animethemes.moe/video/Eyeshield21-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Dang Dang\"", + "link": "https://animethemes.moe/video/Eyeshield21-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"BLAZE LINE\"", + "link": "https://animethemes.moe/video/Eyeshield21-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Hanno no Runningback\"", + "link": "https://animethemes.moe/video/Eyeshield21-OP5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Be Free\"", + "link": "https://animethemes.moe/video/Eyeshield21-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Blaze Away\"", + "link": "https://animethemes.moe/video/Eyeshield21-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Goal\"", + "link": "https://animethemes.moe/video/Eyeshield21-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Run to Win\"", + "link": "https://animethemes.moe/video/Eyeshield21-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"A day dreaming...\"", + "link": "https://animethemes.moe/video/Eyeshield21-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Flower\"", + "link": "https://animethemes.moe/video/Eyeshield21-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Song of Power\"", + "link": "https://animethemes.moe/video/Eyeshield21-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "1930", + "title": "Futari wa Precure: Max Heart Movie 1", + "year": "2005", + "themes": [ + { + "name": "OP \"DANZEN! Futari wa Precure (Max Heart Version)\"", + "link": "https://animethemes.moe/video/FutariWaPrecureMaxHeart-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kokoro no Chikara\"", + "link": "https://animethemes.moe/video/FutariWaPrecureMaxHeartMovie1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1974", + "title": "Glass no Kamen", + "year": "2005", + "themes": [ + { + "name": "OP1 \"Promise\"", + "link": "https://animethemes.moe/video/GlassNoKamen2005-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"zero\"", + "link": "https://animethemes.moe/video/GlassNoKamen2005-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yasashii Sayonara\"", + "link": "https://animethemes.moe/video/GlassNoKamen2005-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Step One\"", + "link": "https://animethemes.moe/video/GlassNoKamen2005-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sunao ni Narenakute (I Couldn't Become True)\"", + "link": "https://animethemes.moe/video/GlassNoKamen2005-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hello Hello ~another star~\"", + "link": "https://animethemes.moe/video/GlassNoKamen2005-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "456", + "title": "Gokujou Seitokai", + "year": "2005", + "themes": [ + { + "name": "OP V1 \"Koi Seyo Onnanoko\"", + "link": "https://animethemes.moe/video/GokujouSeitokai-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Koi Seyo Onnanoko\"", + "link": "https://animethemes.moe/video/GokujouSeitokai-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Koi Seyo Onnanoko\"", + "link": "https://animethemes.moe/video/GokujouSeitokai-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Guuzen Tenshi\"", + "link": "https://animethemes.moe/video/GokujouSeitokai-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koi Suru Miracle\"", + "link": "https://animethemes.moe/video/GokujouSeitokai-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "16", + "title": "Hachimitsu to Clover", + "year": "2005", + "themes": [ + { + "name": "OP V1 \"Dramatic\"", + "link": "https://animethemes.moe/video/HachimitsuToClover-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Dramatic\"", + "link": "https://animethemes.moe/video/HachimitsuToClover-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Waltz\"", + "link": "https://animethemes.moe/video/HachimitsuToClover-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mistake\"", + "link": "https://animethemes.moe/video/HachimitsuToClover-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "248", + "title": "Ichigo 100%", + "year": "2005", + "themes": [ + { + "name": "OP \"SHINE OF VOICE\"", + "link": "https://animethemes.moe/video/Ichigo100-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"IKE IKE\"", + "link": "https://animethemes.moe/video/Ichigo100-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"IKE IKE\"", + "link": "https://animethemes.moe/video/Ichigo100-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "668", + "title": "Koi Koi 7", + "year": "2005", + "themes": [ + { + "name": "OP \"Super Love\"", + "link": "https://animethemes.moe/video/KoiKoiSeven-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Miracle\"", + "link": "https://animethemes.moe/video/KoiKoiSeven-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2489", + "title": "Onegai My Melody", + "year": "2005", + "themes": [ + { + "name": "OP \"Oto MELODY\"", + "link": "https://animethemes.moe/video/OnegaiMyMelody-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"My Dream, My Melody\"", + "link": "https://animethemes.moe/video/OnegaiMyMelody-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yume Miru Chikara\"", + "link": "https://animethemes.moe/video/OnegaiMyMelody-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "478", + "title": "Sousei no Aquarion", + "year": "2005", + "themes": [ + { + "name": "OP1 \"Sousei no Aquarion\"", + "link": "https://animethemes.moe/video/SouseiNoAquarion-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Go Tight\"", + "link": "https://animethemes.moe/video/SouseiNoAquarion-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Omna Magni\"", + "link": "https://animethemes.moe/video/SouseiNoAquarion-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Omna Magni\"", + "link": "https://animethemes.moe/video/SouseiNoAquarion-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Arano No Heart\"", + "type": "ending" + }, + { + "name": "ED3 \"Celiane\"", + "type": "ending" + } + ] + }, + { + "id": "198", + "title": "Speed Grapher", + "year": "2005", + "themes": [ + { + "name": "OP V1 \"Girls on Film\"", + "link": "https://animethemes.moe/video/SpeedGrapher-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Girls on Film\"", + "link": "https://animethemes.moe/video/SpeedGrapher-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hinageshi no Oka\"", + "link": "https://animethemes.moe/video/SpeedGrapher-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Break the Cocoon\"", + "link": "https://animethemes.moe/video/SpeedGrapher-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "27", + "title": "Trinity Blood", + "year": "2005", + "themes": [ + { + "name": "OP \"Dress (BLOODY TRINITY MIX)\"", + "link": "https://animethemes.moe/video/TrinityBlood-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Broken Wings\"", + "link": "https://animethemes.moe/video/TrinityBlood-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "177", + "title": "Tsubasa Chronicle", + "year": "2005", + "themes": [ + { + "name": "OP \"BLAZE\"", + "link": "https://animethemes.moe/video/TsubasaChronicle-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TsubasaChronicle-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Loop\"", + "link": "https://animethemes.moe/video/TsubasaChronicle-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TsubasaChronicle-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "4416", + "title": "Yuusha-Ou GaoGaiGar Final Grand Glorious Gathering", + "year": "2005", + "themes": [ + { + "name": "OP \"Yuusha-Oh Tanjou! -Grand Glorious Gathering Version-\"", + "link": "https://animethemes.moe/video/GaoGaiGarFinalGGG-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Lion Reine\"", + "link": "https://animethemes.moe/video/GaoGaiGarFinalGGG-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Negaiboshi, Kanaeboshi\"", + "link": "https://animethemes.moe/video/GaoGaiGarFinalGGG-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Lion Reine (French version)\"", + "link": "https://animethemes.moe/video/GaoGaiGarFinalGGG-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Lion Reine -Hyper Mode-\"", + "link": "https://animethemes.moe/video/GaoGaiGarFinalGGG-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "712", + "title": "Zoids Genesis", + "year": "2005", + "themes": [ + { + "name": "OP V1 \"Yotaka no Yume\"", + "link": "https://animethemes.moe/video/ZoidsGenesis-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Yotaka no Yume\"", + "link": "https://animethemes.moe/video/ZoidsGenesis-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Real Love\"", + "type": "ending" + }, + { + "name": "ED2 \"Arino Mamade Lovin'U\"", + "link": "https://animethemes.moe/video/ZoidsGenesis-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Nigirishimeta sono Te ni\"", + "link": "https://animethemes.moe/video/ZoidsGenesis-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "50", + "title": "Aa! Megami-sama! (TV)", + "year": "2005", + "themes": [ + { + "name": "OP \"Open Your Mind ~Chiisana Hane Hirogete~\"", + "link": "https://animethemes.moe/video/AaMegamiSama-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Negai\"", + "link": "https://animethemes.moe/video/AaMegamiSama-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Negai\"", + "link": "https://animethemes.moe/video/AaMegamiSama-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"WING\"", + "link": "https://animethemes.moe/video/AaMegamiSama-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "101", + "title": "Air", + "year": "2005", + "themes": [ + { + "name": "OP \"Tori no Uta\"", + "link": "https://animethemes.moe/video/Air-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Farewell Song\"", + "link": "https://animethemes.moe/video/Air-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "357", + "title": "Bokusatsu Tenshi Dokuro-chan", + "year": "2005", + "themes": [ + { + "name": "OP \"Bokusatsu Tenshi Dokuro-Chan\"", + "link": "https://animethemes.moe/video/BokusatsuTenshiDokuroChan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Survive\"", + "link": "https://animethemes.moe/video/BokusatsuTenshiDokuroChan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1929", + "title": "Futari wa Precure: Max Heart", + "year": "2005", + "themes": [ + { + "name": "OP \"DANZEN! Futari wa Precure (MaxHeart Ver)\"", + "link": "https://animethemes.moe/video/FutariWaPrecureMaxHeart-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Murimuri?! Ariari!! IN Jaa~nai?!\"", + "link": "https://animethemes.moe/video/FutariWaPrecureMaxHeart-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Murimuri?! Ariari!! IN Jaa~nai?!\"", + "link": "https://animethemes.moe/video/FutariWaPrecureMaxHeart-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Wonder * Winter * Yattaa!!\"", + "link": "https://animethemes.moe/video/FutariWaPrecureMaxHeart-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "364", + "title": "Gallery Fake", + "year": "2005", + "themes": [ + { + "name": "OP1 V1 \"Ragtime\"", + "link": "https://animethemes.moe/video/GalleryFake-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Ragtime\"", + "link": "https://animethemes.moe/video/GalleryFake-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Beautiful Life!\"", + "link": "https://animethemes.moe/video/GalleryFake-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Omoisugoshi no Kounou\"", + "link": "https://animethemes.moe/video/GalleryFake-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dakara, Watashi wa Utau\"", + "link": "https://animethemes.moe/video/GalleryFake-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Anything For You\"", + "link": "https://animethemes.moe/video/GalleryFake-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Anything For You\"", + "link": "https://animethemes.moe/video/GalleryFake-ED3v2.webm", + "type": "ending" + } + ] + }, + { + "id": "358", + "title": "Iriya no Sora, UFO no Natsu", + "year": "2005", + "themes": [ + { + "name": "OP \"Forever Blue\"", + "link": "https://animethemes.moe/video/IriyaNoSora-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Himawari\"", + "link": "https://animethemes.moe/video/IriyaNoSora-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "141", + "title": "Jinki:Extend", + "year": "2005", + "themes": [ + { + "name": "OP \"FLY AWAY\"", + "link": "https://animethemes.moe/video/JinkiExtend-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mirai to Yuu na no Kotae\"", + "link": "https://animethemes.moe/video/JinkiExtend-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1379", + "title": "Kino no Tabi: Nanika wo Suru Tame ni - Life Goes On.", + "year": "2005", + "themes": [ + { + "name": "OP \"All the Way\"", + "link": "https://animethemes.moe/video/KinoNoTabiMovie1-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KinoNoTabiMovie1-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Hajimari no Hi\"", + "link": "https://animethemes.moe/video/KinoNoTabiMovie1-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KinoNoTabiMovie1-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "2308", + "title": "Lime-iro Ryuukitan X", + "year": "2005", + "themes": [ + { + "name": "OP \"Shijun Hana\"", + "link": "https://animethemes.moe/video/LimeiroRyuukitan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tasogare Shoujo\"", + "link": "https://animethemes.moe/video/LimeiroRyuukitan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "519", + "title": "Mahoraba: Heartful days", + "year": "2005", + "themes": [ + { + "name": "OP \"Daiji\"", + "link": "https://animethemes.moe/video/Mahoraba-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Boku no SPEED de\"", + "link": "https://animethemes.moe/video/Mahoraba-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2111", + "title": "Rockman.EXE Movie: Hikari to Yami no Program", + "year": "2005", + "themes": [ + { + "name": "OP \"Be Somewhere\"", + "link": "https://animethemes.moe/video/RockmanMovie-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "342", + "title": "Starship Operators", + "year": "2005", + "themes": [ + { + "name": "OP \"radiance\"", + "link": "https://animethemes.moe/video/StarshipOperators-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chi ni Kaeru ~on the Earth~\"", + "link": "https://animethemes.moe/video/StarshipOperators-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "184", + "title": "Xenosaga The Animation", + "year": "2005", + "themes": [ + { + "name": "OP \"Xenosaga Main Title\"", + "type": "opening" + }, + { + "name": "ED \"In this serenity\"", + "link": "https://animethemes.moe/video/Xenosaga-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "477", + "title": "Aria The Animation", + "year": "2005", + "themes": [ + { + "name": "OP1 V1 \"Undine\"", + "link": "https://animethemes.moe/video/AriaTheAnimation-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Undine\"", + "link": "https://animethemes.moe/video/AriaTheAnimation-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"Undine\"", + "link": "https://animethemes.moe/video/AriaTheAnimation-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP2 \"Undine -forest mix-\"", + "link": "https://animethemes.moe/video/AriaTheAnimation-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Rainbow\"", + "link": "https://animethemes.moe/video/AriaTheAnimation-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "68", + "title": "Black Cat", + "year": "2005", + "themes": [ + { + "name": "OP V1 \"Daia no Hana\"", + "link": "https://animethemes.moe/video/BlackCat-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Daia no Hana\"", + "link": "https://animethemes.moe/video/BlackCat-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Namidaboshi\"", + "link": "https://animethemes.moe/video/BlackCat-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kutsuzure\"", + "link": "https://animethemes.moe/video/BlackCat-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "150", + "title": "Blood+", + "year": "2005", + "themes": [ + { + "name": "OP1 \"Aozora no Namida\"", + "link": "https://animethemes.moe/video/BloodPlus-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"SEASON'S CALL\"", + "link": "https://animethemes.moe/video/BloodPlus-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Colors of the Heart\"", + "link": "https://animethemes.moe/video/BloodPlus-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Raion\"", + "link": "https://animethemes.moe/video/BloodPlus-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kataritsugu koto\"", + "link": "https://animethemes.moe/video/BloodPlus-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"CRY NO MORE\"", + "link": "https://animethemes.moe/video/BloodPlus-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"This Love\"", + "link": "https://animethemes.moe/video/BloodPlus-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Brand New Map\"", + "link": "https://animethemes.moe/video/BloodPlus-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "694", + "title": "Canvas 2: Niji-iro no Sketch", + "year": "2005", + "themes": [ + { + "name": "OP \"Plastic Smile\"", + "link": "https://animethemes.moe/video/Canvas2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"NA NA IRO\"", + "link": "https://animethemes.moe/video/Canvas2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1931", + "title": "Futari wa Precure: Max Heart Movie 2 - Yukizora no Tomodachi", + "year": "2005", + "themes": [ + { + "name": "OP \"DANZEN! Futari wa Precure (Max Heart Version)\"", + "link": "https://animethemes.moe/video/FutariWaPrecureMaxHeart-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gag 100kaibun Aishitekudasai\"", + "link": "https://animethemes.moe/video/FutariWaPrecureMaxHeartMovie2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "476", + "title": "Ginban Kaleidoscope", + "year": "2005", + "themes": [ + { + "name": "OP \"Dual\"", + "link": "https://animethemes.moe/video/GinbanKaleidoscope-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"energy\"", + "type": "ending" + } + ] + }, + { + "id": "811", + "title": "I"s Pure", + "year": "2005", + "themes": [ + { + "name": "OP \"Futari no I\"s ~i will follow you~\"", + "link": "https://animethemes.moe/video/IsPure-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chiisana Tsubasa ~eyes for you~\"", + "link": "https://animethemes.moe/video/IsPure-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "228", + "title": "Jigoku Shoujo", + "year": "2005", + "themes": [ + { + "name": "OP \"Sakasama no Chou\"", + "link": "https://animethemes.moe/video/JigokuShoujo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Karinui\"", + "link": "https://animethemes.moe/video/JigokuShoujo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "469", + "title": "Karin", + "year": "2005", + "themes": [ + { + "name": "OP \"scarlet\"", + "link": "https://animethemes.moe/video/Karin-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mou Hitotsu no Birthday\"", + "link": "https://animethemes.moe/video/Karin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "77", + "title": "Mahou Shoujo Lyrical Nanoha A's", + "year": "2005", + "themes": [ + { + "name": "OP \"ETERNAL BLAZE\"", + "link": "https://animethemes.moe/video/NanohaAs-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Spiritual Garden\"", + "link": "https://animethemes.moe/video/NanohaAs-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/NanohaAs-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "99", + "title": "Mai-Otome", + "year": "2005", + "themes": [ + { + "name": "OP1 \"Dream Wing\"", + "link": "https://animethemes.moe/video/MaiOtome-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Crystal Energy\"", + "link": "https://animethemes.moe/video/MaiOtome-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Otome wa DO MY BEST deshou?\"", + "link": "https://animethemes.moe/video/MaiOtome-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "457", + "title": "Mushishi", + "year": "2005", + "themes": [ + { + "name": "OP \"The Sore Feet Song\"", + "link": "https://animethemes.moe/video/Mushishi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Mushishi-OP1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "584", + "title": "Noein: Mou Hitori no Kimi e", + "year": "2005", + "themes": [ + { + "name": "OP \"Idea\"", + "link": "https://animethemes.moe/video/Noein-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yoake no Ashioto\"", + "link": "https://animethemes.moe/video/Noein-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "322", + "title": "Paradise Kiss", + "year": "2005", + "themes": [ + { + "name": "OP \"♥Lonely in Gorgeous♥\"", + "link": "https://animethemes.moe/video/ParadiseKiss-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Do You Want To\"", + "link": "https://animethemes.moe/video/ParadiseKiss-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2110", + "title": "Rockman.EXE Beast", + "year": "2005", + "themes": [ + { + "name": "OP \"Shouri no Uta\"", + "link": "https://animethemes.moe/video/RockmanBeast-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ashiato\"", + "link": "https://animethemes.moe/video/RockmanBeast-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "65", + "title": "Rozen Maiden: Träumend", + "year": "2005", + "themes": [ + { + "name": "OP \"Seishoujo Ryouiki\"", + "link": "https://animethemes.moe/video/RozenMaidenTraumend-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hikari no Rasenritsu\"", + "link": "https://animethemes.moe/video/RozenMaidenTraumend-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1253", + "title": "Saint Seiya: Meiou Hades Meikai-hen", + "year": "2005", + "themes": [ + { + "name": "OP V1 \"Megami no Senshi ~Pegasus Forever~\"", + "link": "https://animethemes.moe/video/SaintSeiyaHadesMeikaiHen-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Megami no Senshi ~Pegasus Forever~\"", + "link": "https://animethemes.moe/video/SaintSeiyaHadesMeikaiHen-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Takusu mono e ~My Dear~\"", + "link": "https://animethemes.moe/video/SaintSeiyaHadesMeikaiHen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "355", + "title": "Shakugan no Shana", + "year": "2005", + "themes": [ + { + "name": "OP1 \"Hishoku no Sora\"", + "link": "https://animethemes.moe/video/ShakuganNoShana-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"being\"", + "link": "https://animethemes.moe/video/ShakuganNoShana-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yoake Umare Kuru Shoujo\"", + "link": "https://animethemes.moe/video/ShakuganNoShana-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Aka no Seijaku\"", + "link": "https://animethemes.moe/video/ShakuganNoShana-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "658", + "title": "Touhai Densetsu Akagi: Yami ni Maiorita Tensai", + "year": "2005", + "themes": [ + { + "name": "OP \"Nantoka Nare\"", + "link": "https://animethemes.moe/video/Akagi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Akagi\"", + "link": "https://animethemes.moe/video/Akagi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"S.T.S.\"", + "link": "https://animethemes.moe/video/Akagi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "591", + "title": "Amaenaide yo!!", + "year": "2005", + "themes": [ + { + "name": "OP V1 \"Afurete Yuku no wa Kono Kimochi\"", + "link": "https://animethemes.moe/video/Amaenaideyo-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Afurete Yuku no wa Kono Kimochi\"", + "link": "https://animethemes.moe/video/Amaenaideyo-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Afurete Yuku no wa Kono Kimochi\"", + "link": "https://animethemes.moe/video/Amaenaideyo-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Afurete Yuku no wa Kono Kimochi\"", + "link": "https://animethemes.moe/video/Amaenaideyo-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"Afurete Yuku no wa Kono Kimochi\"", + "link": "https://animethemes.moe/video/Amaenaideyo-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"Afurete Yuku no wa Kono Kimochi\"", + "link": "https://animethemes.moe/video/Amaenaideyo-OP1v6.webm", + "type": "opening" + }, + { + "name": "ED \"Happy days\"", + "link": "https://animethemes.moe/video/Amaenaideyo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "291", + "title": "D.C.S.S: Da Capo Second Season", + "year": "2005", + "themes": [ + { + "name": "OP \"Sakurairo no Kisetsu\"", + "link": "https://animethemes.moe/video/DaCapoS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Akatsuki ni Saku Uta\"", + "link": "https://animethemes.moe/video/DaCapoS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Akatsuki ni Saku Uta\"", + "link": "https://animethemes.moe/video/DaCapoS2-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kioku Love Letter\"", + "link": "https://animethemes.moe/video/DaCapoS2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "73", + "title": "Full Metal Panic! The Second Raid", + "year": "2005", + "themes": [ + { + "name": "OP \"Minami Kaze\"", + "link": "https://animethemes.moe/video/FullMetalPanicTheSecondRaid-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mouichido Kimi ni Aitai\"", + "link": "https://animethemes.moe/video/FullMetalPanicTheSecondRaid-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "411", + "title": "Gun x Sword", + "year": "2005", + "themes": [ + { + "name": "OP \"GUNXSWORD\"", + "link": "https://animethemes.moe/video/GunXSword-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"A Rising Tide\"", + "link": "https://animethemes.moe/video/GunXSword-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Paradiso\"", + "type": "ending" + }, + { + "name": "ED3 \"S.O.S\"", + "type": "ending" + }, + { + "name": "ED4 \"A Rising Tide (Accoustic Version)\"", + "type": "ending" + }, + { + "name": "ED5 \"Calling You\"", + "type": "ending" + }, + { + "name": "ED6 \"GUNXSWORD (Starting Again)\"", + "type": "ending" + } + ] + }, + { + "id": "488", + "title": "Ichigo Mashimaro", + "year": "2005", + "themes": [ + { + "name": "OP \"Ichigo Complete\"", + "link": "https://animethemes.moe/video/IchigoMashimaro-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Classmate\"", + "link": "https://animethemes.moe/video/IchigoMashimaro-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "489", + "title": "Kamichu!", + "year": "2005", + "themes": [ + { + "name": "OP \"Hare Nochi Hare!\"", + "link": "https://animethemes.moe/video/Kamichu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ice Candy\"", + "link": "https://animethemes.moe/video/Kamichu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "470", + "title": "Okusama wa Joshikousei", + "year": "2005", + "themes": [ + { + "name": "OP \"Love Love! Chu Chu!\"", + "link": "https://animethemes.moe/video/OkusamaWaJoshikousei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ai no Koneko\"", + "link": "https://animethemes.moe/video/OkusamaWaJoshikousei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "490", + "title": "Paniponi Dash!", + "year": "2005", + "themes": [ + { + "name": "OP1 V1 \"Kiiroi Vacances\"", + "link": "https://animethemes.moe/video/PaniponiDash-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Kiiroi Vacances\"", + "link": "https://animethemes.moe/video/PaniponiDash-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Roulette Roulette\"", + "link": "https://animethemes.moe/video/PaniponiDash-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Shoujo Q\"", + "link": "https://animethemes.moe/video/PaniponiDash-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Girlppi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Girlppi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Girlppi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4\"Girlppi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"Girlppi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Girlppi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED1 V7 \"Girlppi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED1 V8 \"Girlppi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED1 V9 \"Girlppi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED1v9.webm", + "type": "ending" + }, + { + "name": "ED1 V10 \"Girlppi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED1v10.webm", + "type": "ending" + }, + { + "name": "ED1 V11 \"Girlppi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED1v11.webm", + "type": "ending" + }, + { + "name": "ED2 \"Healing Type Magical Girl Behoimi\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Haruka na Yume\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Haruka na Yume\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED4 V1 \"Moonlight Love\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED4.webm", + "type": "ending" + }, + { + "name": "ED4 V2 \"Moonlight Love\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED4v2.webm", + "type": "ending" + }, + { + "name": "ED4 V3 \"Moonlight Love\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED4v3.webm", + "type": "ending" + }, + { + "name": "ED4 V4 \"Moonlight Love\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED4v4.webm", + "type": "ending" + }, + { + "name": "ED4 V5 \"Moonlight Love\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED4v5.webm", + "type": "ending" + }, + { + "name": "ED4 V6 \"Moonlight Love\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED4v6.webm", + "type": "ending" + }, + { + "name": "ED4 V7 \"Moonlight Love\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED4v7.webm", + "type": "ending" + }, + { + "name": "ED4 V8 \"Moonlight Love\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED4v8.webm", + "type": "ending" + }, + { + "name": "ED4 V9 \"Moonlight Love\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED4v9.webm", + "type": "ending" + }, + { + "name": "ED4 V10 \"Moonlight Love\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED4v10.webm", + "type": "ending" + }, + { + "name": "ED5 \"Setsugekka\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Kiiroi Vacances\"", + "link": "https://animethemes.moe/video/PaniponiDash-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "398", + "title": "Seikai no Senki III", + "year": "2005", + "themes": [ + { + "name": "OP \"Main Theme (Seikai no Senki III Version)\"", + "link": "https://animethemes.moe/video/SeikaiNoSenkiIII-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Tenohira no Yume\"", + "link": "https://animethemes.moe/video/SeikaiNoSenkiIII-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Tenohira no Yume\"", + "link": "https://animethemes.moe/video/SeikaiNoSenkiIII-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "79", + "title": "Shuffle!", + "year": "2005", + "themes": [ + { + "name": "OP \"You\"", + "link": "https://animethemes.moe/video/Shuffle-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Innocence\"", + "link": "https://animethemes.moe/video/Shuffle-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1642", + "title": "Sugar Sugar Rune", + "year": "2005", + "themes": [ + { + "name": "OP \"Chocolate ni Muchuu\"", + "link": "https://animethemes.moe/video/SugarSugarRune-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tsuki no Mukou no Sekai\"", + "link": "https://animethemes.moe/video/SugarSugarRune-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"DATE☆DATE\"", + "link": "https://animethemes.moe/video/SugarSugarRune-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "390", + "title": "Suzuka", + "year": "2005", + "themes": [ + { + "name": "OP \"Start Line\"", + "link": "https://animethemes.moe/video/Suzuka-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Aoi FIELD\"", + "link": "https://animethemes.moe/video/Suzuka-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi no Koto\"", + "link": "https://animethemes.moe/video/Suzuka-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "793", + "title": "xxxHOLiC Movie: Manatsu no Yoru no Yume", + "year": "2005", + "themes": [ + { + "name": "ED \"Sanagi ~theme from xxxHOLiC the movie~\"", + "link": "https://animethemes.moe/video/xxxHOLiCMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "67", + "title": "Basilisk: Kouga Ninpou Chou", + "year": "2005", + "themes": [ + { + "name": "OP \"Kouga Ninpouchou\"", + "link": "https://animethemes.moe/video/Basilisk-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hime Murasaki\"", + "link": "https://animethemes.moe/video/Basilisk-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Wild Eyes\"", + "link": "https://animethemes.moe/video/Basilisk-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "345", + "title": "Eikoku Koi Monogatari Emma", + "year": "2005", + "themes": [ + { + "name": "OP \"Silhouette of a Breeze\"", + "link": "https://animethemes.moe/video/Emma-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Menuet for EMMA\"", + "link": "https://animethemes.moe/video/Emma-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1250", + "title": "Erementar Gerad", + "year": "2005", + "themes": [ + { + "name": "OP V1 \"Forever...\"", + "link": "https://animethemes.moe/video/ErementarGerad-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Forever...\"", + "link": "https://animethemes.moe/video/ErementarGerad-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Forever...\"", + "link": "https://animethemes.moe/video/ErementarGerad-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yakusoku\"", + "link": "https://animethemes.moe/video/ErementarGerad-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"everlasting song ~japanese edition\"", + "type": "ending" + } + ] + }, + { + "id": "237", + "title": "Eureka Seven", + "year": "2005", + "themes": [ + { + "name": "OP1 \"DAYS\"", + "link": "https://animethemes.moe/video/EurekaSeven-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Shounen Heart\"", + "link": "https://animethemes.moe/video/EurekaSeven-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Taiyou no Mannaka he\"", + "link": "https://animethemes.moe/video/EurekaSeven-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Sakura\"", + "link": "https://animethemes.moe/video/EurekaSeven-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Himitsu Kichi\"", + "link": "https://animethemes.moe/video/EurekaSeven-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Fly Away\"", + "link": "https://animethemes.moe/video/EurekaSeven-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tip Taps Tip\"", + "link": "https://animethemes.moe/video/EurekaSeven-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Canvas\"", + "link": "https://animethemes.moe/video/EurekaSeven-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "15", + "title": "Eyeshield 21", + "year": "2005", + "themes": [ + { + "name": "OP1 \"Breakthrough\"", + "link": "https://animethemes.moe/video/Eyeshield21-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Innocence\"", + "link": "https://animethemes.moe/video/Eyeshield21-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Dang Dang\"", + "link": "https://animethemes.moe/video/Eyeshield21-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"BLAZE LINE\"", + "link": "https://animethemes.moe/video/Eyeshield21-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Hanno no Runningback\"", + "link": "https://animethemes.moe/video/Eyeshield21-OP5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Be Free\"", + "link": "https://animethemes.moe/video/Eyeshield21-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Blaze Away\"", + "link": "https://animethemes.moe/video/Eyeshield21-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Goal\"", + "link": "https://animethemes.moe/video/Eyeshield21-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Run to Win\"", + "link": "https://animethemes.moe/video/Eyeshield21-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"A day dreaming...\"", + "link": "https://animethemes.moe/video/Eyeshield21-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Flower\"", + "link": "https://animethemes.moe/video/Eyeshield21-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Song of Power\"", + "link": "https://animethemes.moe/video/Eyeshield21-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "1930", + "title": "Futari wa Precure: Max Heart Movie 1", + "year": "2005", + "themes": [ + { + "name": "OP \"DANZEN! Futari wa Precure (Max Heart Version)\"", + "link": "https://animethemes.moe/video/FutariWaPrecureMaxHeart-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kokoro no Chikara\"", + "link": "https://animethemes.moe/video/FutariWaPrecureMaxHeartMovie1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1974", + "title": "Glass no Kamen", + "year": "2005", + "themes": [ + { + "name": "OP1 \"Promise\"", + "link": "https://animethemes.moe/video/GlassNoKamen2005-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"zero\"", + "link": "https://animethemes.moe/video/GlassNoKamen2005-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yasashii Sayonara\"", + "link": "https://animethemes.moe/video/GlassNoKamen2005-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Step One\"", + "link": "https://animethemes.moe/video/GlassNoKamen2005-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sunao ni Narenakute (I Couldn't Become True)\"", + "link": "https://animethemes.moe/video/GlassNoKamen2005-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Hello Hello ~another star~\"", + "link": "https://animethemes.moe/video/GlassNoKamen2005-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "456", + "title": "Gokujou Seitokai", + "year": "2005", + "themes": [ + { + "name": "OP V1 \"Koi Seyo Onnanoko\"", + "link": "https://animethemes.moe/video/GokujouSeitokai-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Koi Seyo Onnanoko\"", + "link": "https://animethemes.moe/video/GokujouSeitokai-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Koi Seyo Onnanoko\"", + "link": "https://animethemes.moe/video/GokujouSeitokai-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Guuzen Tenshi\"", + "link": "https://animethemes.moe/video/GokujouSeitokai-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koi Suru Miracle\"", + "link": "https://animethemes.moe/video/GokujouSeitokai-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "16", + "title": "Hachimitsu to Clover", + "year": "2005", + "themes": [ + { + "name": "OP V1 \"Dramatic\"", + "link": "https://animethemes.moe/video/HachimitsuToClover-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Dramatic\"", + "link": "https://animethemes.moe/video/HachimitsuToClover-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Waltz\"", + "link": "https://animethemes.moe/video/HachimitsuToClover-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mistake\"", + "link": "https://animethemes.moe/video/HachimitsuToClover-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "248", + "title": "Ichigo 100%", + "year": "2005", + "themes": [ + { + "name": "OP \"SHINE OF VOICE\"", + "link": "https://animethemes.moe/video/Ichigo100-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"IKE IKE\"", + "link": "https://animethemes.moe/video/Ichigo100-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"IKE IKE\"", + "link": "https://animethemes.moe/video/Ichigo100-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "668", + "title": "Koi Koi 7", + "year": "2005", + "themes": [ + { + "name": "OP \"Super Love\"", + "link": "https://animethemes.moe/video/KoiKoiSeven-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Miracle\"", + "link": "https://animethemes.moe/video/KoiKoiSeven-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2489", + "title": "Onegai My Melody", + "year": "2005", + "themes": [ + { + "name": "OP \"Oto MELODY\"", + "link": "https://animethemes.moe/video/OnegaiMyMelody-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"My Dream, My Melody\"", + "link": "https://animethemes.moe/video/OnegaiMyMelody-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yume Miru Chikara\"", + "link": "https://animethemes.moe/video/OnegaiMyMelody-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "478", + "title": "Sousei no Aquarion", + "year": "2005", + "themes": [ + { + "name": "OP1 \"Sousei no Aquarion\"", + "link": "https://animethemes.moe/video/SouseiNoAquarion-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Go Tight\"", + "link": "https://animethemes.moe/video/SouseiNoAquarion-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Omna Magni\"", + "link": "https://animethemes.moe/video/SouseiNoAquarion-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Omna Magni\"", + "link": "https://animethemes.moe/video/SouseiNoAquarion-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Arano No Heart\"", + "type": "ending" + }, + { + "name": "ED3 \"Celiane\"", + "type": "ending" + } + ] + }, + { + "id": "198", + "title": "Speed Grapher", + "year": "2005", + "themes": [ + { + "name": "OP V1 \"Girls on Film\"", + "link": "https://animethemes.moe/video/SpeedGrapher-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Girls on Film\"", + "link": "https://animethemes.moe/video/SpeedGrapher-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hinageshi no Oka\"", + "link": "https://animethemes.moe/video/SpeedGrapher-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Break the Cocoon\"", + "link": "https://animethemes.moe/video/SpeedGrapher-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "27", + "title": "Trinity Blood", + "year": "2005", + "themes": [ + { + "name": "OP \"Dress (BLOODY TRINITY MIX)\"", + "link": "https://animethemes.moe/video/TrinityBlood-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Broken Wings\"", + "link": "https://animethemes.moe/video/TrinityBlood-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "177", + "title": "Tsubasa Chronicle", + "year": "2005", + "themes": [ + { + "name": "OP \"BLAZE\"", + "link": "https://animethemes.moe/video/TsubasaChronicle-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TsubasaChronicle-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Loop\"", + "link": "https://animethemes.moe/video/TsubasaChronicle-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TsubasaChronicle-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "4416", + "title": "Yuusha-Ou GaoGaiGar Final Grand Glorious Gathering", + "year": "2005", + "themes": [ + { + "name": "OP \"Yuusha-Oh Tanjou! -Grand Glorious Gathering Version-\"", + "link": "https://animethemes.moe/video/GaoGaiGarFinalGGG-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Lion Reine\"", + "link": "https://animethemes.moe/video/GaoGaiGarFinalGGG-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Negaiboshi, Kanaeboshi\"", + "link": "https://animethemes.moe/video/GaoGaiGarFinalGGG-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Lion Reine (French version)\"", + "link": "https://animethemes.moe/video/GaoGaiGarFinalGGG-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Lion Reine -Hyper Mode-\"", + "link": "https://animethemes.moe/video/GaoGaiGarFinalGGG-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "712", + "title": "Zoids Genesis", + "year": "2005", + "themes": [ + { + "name": "OP V1 \"Yotaka no Yume\"", + "link": "https://animethemes.moe/video/ZoidsGenesis-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Yotaka no Yume\"", + "link": "https://animethemes.moe/video/ZoidsGenesis-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Real Love\"", + "type": "ending" + }, + { + "name": "ED2 \"Arino Mamade Lovin'U\"", + "link": "https://animethemes.moe/video/ZoidsGenesis-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Nigirishimeta sono Te ni\"", + "link": "https://animethemes.moe/video/ZoidsGenesis-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "50", + "title": "Aa! Megami-sama! (TV)", + "year": "2005", + "themes": [ + { + "name": "OP \"Open Your Mind ~Chiisana Hane Hirogete~\"", + "link": "https://animethemes.moe/video/AaMegamiSama-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Negai\"", + "link": "https://animethemes.moe/video/AaMegamiSama-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Negai\"", + "link": "https://animethemes.moe/video/AaMegamiSama-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"WING\"", + "link": "https://animethemes.moe/video/AaMegamiSama-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "101", + "title": "Air", + "year": "2005", + "themes": [ + { + "name": "OP \"Tori no Uta\"", + "link": "https://animethemes.moe/video/Air-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Farewell Song\"", + "link": "https://animethemes.moe/video/Air-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "357", + "title": "Bokusatsu Tenshi Dokuro-chan", + "year": "2005", + "themes": [ + { + "name": "OP \"Bokusatsu Tenshi Dokuro-Chan\"", + "link": "https://animethemes.moe/video/BokusatsuTenshiDokuroChan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Survive\"", + "link": "https://animethemes.moe/video/BokusatsuTenshiDokuroChan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1929", + "title": "Futari wa Precure: Max Heart", + "year": "2005", + "themes": [ + { + "name": "OP \"DANZEN! Futari wa Precure (MaxHeart Ver)\"", + "link": "https://animethemes.moe/video/FutariWaPrecureMaxHeart-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Murimuri?! Ariari!! IN Jaa~nai?!\"", + "link": "https://animethemes.moe/video/FutariWaPrecureMaxHeart-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Murimuri?! Ariari!! IN Jaa~nai?!\"", + "link": "https://animethemes.moe/video/FutariWaPrecureMaxHeart-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Wonder * Winter * Yattaa!!\"", + "link": "https://animethemes.moe/video/FutariWaPrecureMaxHeart-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "364", + "title": "Gallery Fake", + "year": "2005", + "themes": [ + { + "name": "OP1 V1 \"Ragtime\"", + "link": "https://animethemes.moe/video/GalleryFake-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Ragtime\"", + "link": "https://animethemes.moe/video/GalleryFake-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Beautiful Life!\"", + "link": "https://animethemes.moe/video/GalleryFake-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Omoisugoshi no Kounou\"", + "link": "https://animethemes.moe/video/GalleryFake-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dakara, Watashi wa Utau\"", + "link": "https://animethemes.moe/video/GalleryFake-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Anything For You\"", + "link": "https://animethemes.moe/video/GalleryFake-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Anything For You\"", + "link": "https://animethemes.moe/video/GalleryFake-ED3v2.webm", + "type": "ending" + } + ] + }, + { + "id": "358", + "title": "Iriya no Sora, UFO no Natsu", + "year": "2005", + "themes": [ + { + "name": "OP \"Forever Blue\"", + "link": "https://animethemes.moe/video/IriyaNoSora-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Himawari\"", + "link": "https://animethemes.moe/video/IriyaNoSora-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "141", + "title": "Jinki:Extend", + "year": "2005", + "themes": [ + { + "name": "OP \"FLY AWAY\"", + "link": "https://animethemes.moe/video/JinkiExtend-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mirai to Yuu na no Kotae\"", + "link": "https://animethemes.moe/video/JinkiExtend-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1379", + "title": "Kino no Tabi: Nanika wo Suru Tame ni - Life Goes On.", + "year": "2005", + "themes": [ + { + "name": "OP \"All the Way\"", + "link": "https://animethemes.moe/video/KinoNoTabiMovie1-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KinoNoTabiMovie1-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Hajimari no Hi\"", + "link": "https://animethemes.moe/video/KinoNoTabiMovie1-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KinoNoTabiMovie1-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "2308", + "title": "Lime-iro Ryuukitan X", + "year": "2005", + "themes": [ + { + "name": "OP \"Shijun Hana\"", + "link": "https://animethemes.moe/video/LimeiroRyuukitan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tasogare Shoujo\"", + "link": "https://animethemes.moe/video/LimeiroRyuukitan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "519", + "title": "Mahoraba: Heartful days", + "year": "2005", + "themes": [ + { + "name": "OP \"Daiji\"", + "link": "https://animethemes.moe/video/Mahoraba-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Boku no SPEED de\"", + "link": "https://animethemes.moe/video/Mahoraba-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2111", + "title": "Rockman.EXE Movie: Hikari to Yami no Program", + "year": "2005", + "themes": [ + { + "name": "OP \"Be Somewhere\"", + "link": "https://animethemes.moe/video/RockmanMovie-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "342", + "title": "Starship Operators", + "year": "2005", + "themes": [ + { + "name": "OP \"radiance\"", + "link": "https://animethemes.moe/video/StarshipOperators-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chi ni Kaeru ~on the Earth~\"", + "link": "https://animethemes.moe/video/StarshipOperators-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "184", + "title": "Xenosaga The Animation", + "year": "2005", + "themes": [ + { + "name": "OP \"Xenosaga Main Title\"", + "type": "opening" + }, + { + "name": "ED \"In this serenity\"", + "link": "https://animethemes.moe/video/Xenosaga-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "57", + "title": "Beck", + "year": "2004", + "themes": [ + { + "name": "OP \"Hit in the USA\"", + "link": "https://animethemes.moe/video/Beck-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"My World Down\"", + "link": "https://animethemes.moe/video/Beck-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Moon on the Water\"", + "link": "https://animethemes.moe/video/Beck-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Slip Out\"", + "link": "https://animethemes.moe/video/Beck-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "8", + "title": "Beet the Vandel Buster", + "year": "2004", + "themes": [ + { + "name": "OP1 \"Emotion\"", + "type": "opening" + }, + { + "name": "OP2 \"Wish Men\"", + "link": "https://animethemes.moe/video/BeetTheVandelBuster-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Pureness\"", + "type": "ending" + }, + { + "name": "ED2 \"Dreaming Under the Moon\"", + "type": "ending" + }, + { + "name": "ED3 \"The Bee of Love: Aru Hachi no Ai no Monogatari\"", + "type": "ending" + }, + { + "name": "ED4 \"Tsuki Akari (Full Moon Version)\"", + "type": "ending" + } + ] + }, + { + "id": "269", + "title": "Bleach", + "year": "2004", + "themes": [ + { + "name": "OP1 \"*~Asterisk\"", + "link": "https://animethemes.moe/video/Bleach-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"D-tecnolife\"", + "link": "https://animethemes.moe/video/Bleach-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Ichirin no Hana\"", + "link": "https://animethemes.moe/video/Bleach-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Tonight, Tonight, Tonight\"", + "link": "https://animethemes.moe/video/Bleach-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Rolling Star\"", + "link": "https://animethemes.moe/video/Bleach-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"ALONES\"", + "link": "https://animethemes.moe/video/Bleach-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"After Dark\"", + "link": "https://animethemes.moe/video/Bleach-OP7.webm", + "type": "opening" + }, + { + "name": "OP8 \"CHU-BURA\"", + "link": "https://animethemes.moe/video/Bleach-OP8.webm", + "type": "opening" + }, + { + "name": "OP9 \"Velonica\"", + "link": "https://animethemes.moe/video/Bleach-OP9.webm", + "type": "opening" + }, + { + "name": "OP10 \"Shoujo S\"", + "link": "https://animethemes.moe/video/Bleach-OP10.webm", + "type": "opening" + }, + { + "name": "OP11 \"Anima Rossa\"", + "link": "https://animethemes.moe/video/Bleach-OP11.webm", + "type": "opening" + }, + { + "name": "OP12 \"chAngE\"", + "link": "https://animethemes.moe/video/Bleach-OP12.webm", + "type": "opening" + }, + { + "name": "OP13 \"Ranbu no Melody\"", + "link": "https://animethemes.moe/video/Bleach-OP13.webm", + "type": "opening" + }, + { + "name": "OP14 \"BLUE\"", + "link": "https://animethemes.moe/video/Bleach-OP14.webm", + "type": "opening" + }, + { + "name": "OP15 \"HARUKAZE\"", + "link": "https://animethemes.moe/video/Bleach-OP15.webm", + "type": "opening" + }, + { + "name": "ED1 \"Life is Like a Boat\"", + "link": "https://animethemes.moe/video/Bleach-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Thank You!!\"", + "link": "https://animethemes.moe/video/Bleach-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED3 V3 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v3.webm", + "type": "ending" + }, + { + "name": "ED3 V4 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v4.webm", + "type": "ending" + }, + { + "name": "ED3 V5 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v5.webm", + "type": "ending" + }, + { + "name": "ED3 V6 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v6.webm", + "type": "ending" + }, + { + "name": "ED3 V7 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v7.webm", + "type": "ending" + }, + { + "name": "ED3 V8 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v8.webm", + "type": "ending" + }, + { + "name": "ED3 V9 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v9.webm", + "type": "ending" + }, + { + "name": "ED3 V10 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v10.webm", + "type": "ending" + }, + { + "name": "ED3 V11 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v11.webm", + "type": "ending" + }, + { + "name": "ED3 V12 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v12.webm", + "type": "ending" + }, + { + "name": "ED3 V13 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v13.webm", + "type": "ending" + }, + { + "name": "ED4 \"Happy People\"", + "link": "https://animethemes.moe/video/Bleach-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 V1 \"Life\"", + "link": "https://animethemes.moe/video/Bleach-ED5.webm", + "type": "ending" + }, + { + "name": "ED5 V2 \"Life\"", + "link": "https://animethemes.moe/video/Bleach-ED5v2.webm", + "type": "ending" + }, + { + "name": "ED6 \"My Pace\"", + "link": "https://animethemes.moe/video/Bleach-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Hanabi\"", + "link": "https://animethemes.moe/video/Bleach-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"MOVIN!!\"", + "link": "https://animethemes.moe/video/Bleach-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Baby It's You\"", + "link": "https://animethemes.moe/video/Bleach-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Sakura Biyori\"", + "link": "https://animethemes.moe/video/Bleach-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Tsumasaki\"", + "link": "https://animethemes.moe/video/Bleach-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Daidai\"", + "link": "https://animethemes.moe/video/Bleach-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Tane wo Maku Hibi\"", + "link": "https://animethemes.moe/video/Bleach-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Kansha\"", + "link": "https://animethemes.moe/video/Bleach-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Orange\"", + "link": "https://animethemes.moe/video/Bleach-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"Gallop\"", + "link": "https://animethemes.moe/video/Bleach-ED16.webm", + "type": "ending" + }, + { + "name": "ED17 \"Hitohira no Hanabira\"", + "link": "https://animethemes.moe/video/Bleach-ED17.webm", + "type": "ending" + }, + { + "name": "ED18 \"Sky Chord ~Otona ni Naru Kimi he~\"", + "link": "https://animethemes.moe/video/Bleach-ED18.webm", + "type": "ending" + }, + { + "name": "ED19 \"Kimi wo Mamotte, Kimi wo Aishite\"", + "link": "https://animethemes.moe/video/Bleach-ED19.webm", + "type": "ending" + }, + { + "name": "ED20 \"Mad Surfer\"", + "link": "https://animethemes.moe/video/Bleach-ED20.webm", + "type": "ending" + }, + { + "name": "ED21 \"Sakurabito\"", + "link": "https://animethemes.moe/video/Bleach-ED21.webm", + "type": "ending" + }, + { + "name": "ED22 \"Tabidatsu Kimi e\"", + "link": "https://animethemes.moe/video/Bleach-ED22.webm", + "type": "ending" + }, + { + "name": "ED23 \"Stay Beautiful\"", + "link": "https://animethemes.moe/video/Bleach-ED23.webm", + "type": "ending" + }, + { + "name": "ED24 \"Echoes\"", + "link": "https://animethemes.moe/video/Bleach-ED24.webm", + "type": "ending" + }, + { + "name": "ED25 \"Last Moment\"", + "link": "https://animethemes.moe/video/Bleach-ED25.webm", + "type": "ending" + }, + { + "name": "ED26 \"Song for...\"", + "link": "https://animethemes.moe/video/Bleach-ED26.webm", + "type": "ending" + }, + { + "name": "ED27 \"Aoi Tori\"", + "link": "https://animethemes.moe/video/Bleach-ED27.webm", + "type": "ending" + }, + { + "name": "ED28 V1 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28.webm", + "type": "ending" + }, + { + "name": "ED28 V2 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v2.webm", + "type": "ending" + }, + { + "name": "ED28 V3 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v3.webm", + "type": "ending" + }, + { + "name": "ED28 V4 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v4.webm", + "type": "ending" + }, + { + "name": "ED28 V5 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v5.webm", + "type": "ending" + }, + { + "name": "ED28 V6 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v6.webm", + "type": "ending" + }, + { + "name": "ED28 V7 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v7.webm", + "type": "ending" + }, + { + "name": "ED28 V8 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v8.webm", + "type": "ending" + }, + { + "name": "ED28 V9 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v9.webm", + "type": "ending" + }, + { + "name": "ED28 V10 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v10.webm", + "type": "ending" + }, + { + "name": "ED28 V11 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v11.webm", + "type": "ending" + }, + { + "name": "ED28 V12 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v12.webm", + "type": "ending" + }, + { + "name": "ED28 V13 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v13.webm", + "type": "ending" + }, + { + "name": "ED29 \"Re:pray\"", + "link": "https://animethemes.moe/video/Bleach-ED29.webm", + "type": "ending" + }, + { + "name": "ED30 \"Mask\"", + "link": "https://animethemes.moe/video/Bleach-ED30.webm", + "type": "ending" + } + ] + }, + { + "id": "455", + "title": "Fantastic Children", + "year": "2004", + "themes": [ + { + "name": "OP \"Voyage\"", + "link": "https://animethemes.moe/video/FantasticChildren-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mizu no Madoromi\"", + "link": "https://animethemes.moe/video/FantasticChildren-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "119", + "title": "Final Approach", + "year": "2004", + "themes": [ + { + "name": "OP \"Kimiiro Palette\"", + "link": "https://animethemes.moe/video/FinalApproach-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Love, Fate, Love\"", + "link": "https://animethemes.moe/video/FinalApproach-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "125", + "title": "Futakoi", + "year": "2004", + "themes": [ + { + "name": "OP \"Habataku Mirai\"", + "link": "https://animethemes.moe/video/Futakoi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yawarakai Kaze no Naka de\"", + "link": "https://animethemes.moe/video/Futakoi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1524", + "title": "Fuujin Monogatari", + "year": "2004", + "themes": [ + { + "name": "OP \"Kaze no Uta\"", + "link": "https://animethemes.moe/video/FuujinMonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yuuhi no Iro dake\"", + "link": "https://animethemes.moe/video/FuujinMonogatari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "74", + "title": "Gakuen Alice", + "year": "2004", + "themes": [ + { + "name": "OP \"Pikapika no Taiyou\"", + "link": "https://animethemes.moe/video/GakuenAlice-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shiawase no Niji\"", + "link": "https://animethemes.moe/video/GakuenAlice-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "239", + "title": "Gankutsuou", + "year": "2004", + "themes": [ + { + "name": "OP \"We Were Lovers\"", + "link": "https://animethemes.moe/video/Gankutsuou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"You Won't See Me Coming\"", + "link": "https://animethemes.moe/video/Gankutsuou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "240", + "title": "Genshiken", + "year": "2004", + "themes": [ + { + "name": "OP1 \"Kujibiki Unbalance\"", + "link": "https://animethemes.moe/video/Genshiken-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"My Pace Daioh\"", + "link": "https://animethemes.moe/video/Genshiken-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Biidama\"", + "link": "https://animethemes.moe/video/Genshiken-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "297", + "title": "Grenadier: Hohoemi no Senshi", + "year": "2004", + "themes": [ + { + "name": "OP \"KOHAKU\"", + "link": "https://animethemes.moe/video/Grenadier-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kanashimi ni Makenaide\"", + "link": "https://animethemes.moe/video/Grenadier-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "143", + "title": "Kannazuki no Miko", + "year": "2004", + "themes": [ + { + "name": "OP \"Re-sublimity\"", + "link": "https://animethemes.moe/video/KannazukiNoMiko-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Agony\"", + "link": "https://animethemes.moe/video/KannazukiNoMiko-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "669", + "title": "Kujibiki Unbalance", + "year": "2004", + "themes": [ + { + "name": "OP \"Kujibiki Unbalance\"", + "link": "https://animethemes.moe/video/KujibikiUnbalanceOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kagayaki Cyalume\"", + "link": "https://animethemes.moe/video/KujibikiUnbalanceOVA-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kagayaki Cyalume\"", + "link": "https://animethemes.moe/video/KujibikiUnbalanceOVA-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Kagayaki Cyalume\"", + "link": "https://animethemes.moe/video/KujibikiUnbalanceOVA-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "76", + "title": "Mahou Shoujo Lyrical Nanoha", + "year": "2004", + "themes": [ + { + "name": "OP \"Innocent Starter\"", + "link": "https://animethemes.moe/video/Nanoha-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Little Wish ~lyrical step~\"", + "link": "https://animethemes.moe/video/Nanoha-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "98", + "title": "Mai-HiME", + "year": "2004", + "themes": [ + { + "name": "OP \"Shining Days\"", + "link": "https://animethemes.moe/video/MaiHiME-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MaiHiME-OP1-NCBD960.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kimi ga Sora datta\"", + "type": "ending" + }, + { + "name": "ED2 \"It's Only The Fairy Tale\"", + "type": "ending" + }, + { + "name": "ED3 \"Shining Days\"", + "type": "ending" + } + ] + }, + { + "id": "627", + "title": "Major S1", + "year": "2004", + "themes": [ + { + "name": "OP \"Kokoro e\"", + "link": "https://animethemes.moe/video/MajorS1-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MajorS1-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Step\"", + "link": "https://animethemes.moe/video/MajorS1-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MajorS1-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Faraway\"", + "link": "https://animethemes.moe/video/MajorS1-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MajorS1-ED2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kokoro e\"", + "link": "https://animethemes.moe/video/MajorS1-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "94", + "title": "Mobile Suit Gundam SEED Destiny", + "year": "2004", + "themes": [ + { + "name": "OP1 \"ignited\"", + "link": "https://animethemes.moe/video/GundamSeedDestiny-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"PRIDE\"", + "link": "https://animethemes.moe/video/GundamSeedDestiny-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Bokutachi no Yukue\"", + "link": "https://animethemes.moe/video/GundamSeedDestiny-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 V1 \"Wings of Words\"", + "link": "https://animethemes.moe/video/GundamSeedDestiny-OP4.webm", + "type": "opening" + }, + { + "name": "OP4 V2 \"Wings of Words\"", + "link": "https://animethemes.moe/video/GundamSeedDestiny-OP4v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Reason\"", + "link": "https://animethemes.moe/video/GundamSeedDestiny-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Life Goes On\"", + "link": "https://animethemes.moe/video/GundamSeedDestiny-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"I Wanna Go To A Place...\"", + "link": "https://animethemes.moe/video/GundamSeedDestiny-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kimi wa Boku ni Niteiru\"", + "link": "https://animethemes.moe/video/GundamSeedDestiny-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "613", + "title": "Onmyou Taisenki", + "year": "2004", + "themes": [ + { + "name": "OP1 V1 \"Kimi to Nara\"", + "link": "https://animethemes.moe/video/OnmyouTaisenki-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Kimi to Nara\"", + "link": "https://animethemes.moe/video/OnmyouTaisenki-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"PULSE\"", + "link": "https://animethemes.moe/video/OnmyouTaisenki-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"PULSE\"", + "link": "https://animethemes.moe/video/OnmyouTaisenki-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP2 V3 \"PULSE\"", + "link": "https://animethemes.moe/video/OnmyouTaisenki-OP2v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sora Kake Agaru\"", + "link": "https://animethemes.moe/video/OnmyouTaisenki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shiroi Fuyu\"", + "link": "https://animethemes.moe/video/OnmyouTaisenki-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Kimi ni Todoku made\"", + "link": "https://animethemes.moe/video/OnmyouTaisenki-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Kimi ni Todoku made\"", + "link": "https://animethemes.moe/video/OnmyouTaisenki-ED3v2.webm", + "type": "ending" + } + ] + }, + { + "id": "2109", + "title": "Rockman.EXE Stream", + "year": "2004", + "themes": [ + { + "name": "OP \"Be Somewhere\"", + "link": "https://animethemes.moe/video/RockmanStream-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Doobee DooWap Communication\"", + "link": "https://animethemes.moe/video/RockmanStream-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yuujou no Shiroshi\"", + "type": "ending" + } + ] + }, + { + "id": "64", + "title": "Rozen Maiden", + "year": "2004", + "themes": [ + { + "name": "OP \"Kinjirareta Asobi\"", + "link": "https://animethemes.moe/video/RozenMaiden-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tomei Shelter\"", + "link": "https://animethemes.moe/video/RozenMaiden-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24", + "title": "School Rumble", + "year": "2004", + "themes": [ + { + "name": "OP1 \"Scramble\"", + "link": "https://animethemes.moe/video/SchoolRumble-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Umi no Otoko wa yo\"", + "link": "https://animethemes.moe/video/SchoolRumble-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Onna no Ko Otoko no Ko\"", + "link": "https://animethemes.moe/video/SchoolRumble-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hatenkou Robo Dojibiron no Tema\"", + "link": "https://animethemes.moe/video/SchoolRumble-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"School Rumble 4 Ever\"", + "link": "https://animethemes.moe/video/SchoolRumble-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "391", + "title": "Tales of Phantasia The Animation", + "year": "2004", + "themes": [ + { + "name": "OP V1 \"Yume no hate\"", + "link": "https://animethemes.moe/video/TalesOfPhantasia-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TalesOfPhantasia-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TalesOfPhantasia-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TalesOfPhantasia-OP1-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Yume no hate\"", + "link": "https://animethemes.moe/video/TalesOfPhantasia-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TalesOfPhantasia-OP1v2-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TalesOfPhantasia-OP1v2-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Prayer\"", + "link": "https://animethemes.moe/video/TalesOfPhantasia-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TalesOfPhantasia-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Prayer\"", + "link": "https://animethemes.moe/video/TalesOfPhantasia-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TalesOfPhantasia-ED1v2-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "1002", + "title": "Top wo Nerae 2! Diebuster", + "year": "2004", + "themes": [ + { + "name": "OP \"Groovin' Magic\"", + "link": "https://animethemes.moe/video/Diebuster-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hoshikuzu Namida\"", + "link": "https://animethemes.moe/video/Diebuster-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tatsu Tori Ato wo Nigosazu\"", + "type": "ending" + } + ] + }, + { + "id": "343", + "title": "Tsukuyomi: Moon Phase", + "year": "2004", + "themes": [ + { + "name": "OP1 \"Neko Mimi Mode\" by Dimitri From Paris", + "link": "https://animethemes.moe/video/Tsukuyomi-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Tsuku Yomi Mode\"", + "link": "https://animethemes.moe/video/Tsukuyomi-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Tsuku Yomi Mode\"", + "link": "https://animethemes.moe/video/Tsukuyomi-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Pressentiment triste\"", + "link": "https://animethemes.moe/video/Tsukuyomi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Kanashii Yokan\"", + "link": "https://animethemes.moe/video/Tsukuyomi-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Kanashii Yokan\"", + "link": "https://animethemes.moe/video/Tsukuyomi-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Nami no Toriko ni Naru You ni\"", + "type": "ending" + }, + { + "name": "ED4 \"Just for my love\"", + "link": "https://animethemes.moe/video/Tsukuyomi-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "688", + "title": "Uta Kata", + "year": "2004", + "themes": [ + { + "name": "OP \"Omoi wo Kanadete\"", + "link": "https://animethemes.moe/video/UtaKata-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Itsuka Tokeru Namida\"", + "link": "https://animethemes.moe/video/UtaKata-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28", + "title": "Yakitate!! Japan", + "year": "2004", + "themes": [ + { + "name": "OP1 \"Houkigumo\"", + "link": "https://animethemes.moe/video/YakitateJapan-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Promise\"", + "link": "https://animethemes.moe/video/YakitateJapan-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Chiisana Uta\"", + "link": "https://animethemes.moe/video/YakitateJapan-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sunday\"", + "link": "https://animethemes.moe/video/YakitateJapan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"To All Tha Dreamers\"", + "type": "ending" + }, + { + "name": "ED3 \"Hummingbird\"", + "link": "https://animethemes.moe/video/YakitateJapan-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Re: START\"", + "type": "ending" + }, + { + "name": "ED5 \"Merry Go Round\"", + "type": "ending" + }, + { + "name": "ED6 \"Kokoro Biidama\"", + "type": "ending" + }, + { + "name": "ED7 \"Houkigumo\"", + "type": "ending" + } + ] + }, + { + "id": "482", + "title": "Yu☆Gi☆Oh!: Duel Monsters GX", + "year": "2004", + "themes": [ + { + "name": "OP1 \"Kaisei Joushou Hallelujah\"", + "link": "https://animethemes.moe/video/YGODuelMonstersGX-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"99%\"", + "link": "https://animethemes.moe/video/YGODuelMonstersGX-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Teardrop\"", + "link": "https://animethemes.moe/video/YGODuelMonstersGX-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Precious Time, Glory Days\"", + "link": "https://animethemes.moe/video/YGODuelMonstersGX-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Genkai Battle\"", + "link": "https://animethemes.moe/video/YGODuelMonstersGX-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Wake Up Your Heart\"", + "link": "https://animethemes.moe/video/YGODuelMonstersGX-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Taiyou\"", + "link": "https://animethemes.moe/video/YGODuelMonstersGX-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Endless Dream\"", + "link": "https://animethemes.moe/video/YGODuelMonstersGX-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "29", + "title": "Zipang", + "year": "2004", + "themes": [ + { + "name": "OP \"Rashinban\"", + "link": "https://animethemes.moe/video/Zipang-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi wo Miteiru\"", + "link": "https://animethemes.moe/video/Zipang-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "63", + "title": "DearS", + "year": "2004", + "themes": [ + { + "name": "OP \"Love Slave\"", + "link": "https://animethemes.moe/video/DearS-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Happy Cosmos\"", + "link": "https://animethemes.moe/video/DearS-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "226", + "title": "Elfen Lied", + "year": "2004", + "themes": [ + { + "name": "OP \"Lilium\"", + "link": "https://animethemes.moe/video/ElfenLied-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Be Your Girl\"", + "link": "https://animethemes.moe/video/ElfenLied-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "655", + "title": "Galaxy Angel 4", + "year": "2004", + "themes": [ + { + "name": "OP \"Angel Rock and Roll\"", + "link": "https://animethemes.moe/video/GalaxyAngel4-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Jelly Beans\"", + "link": "https://animethemes.moe/video/GalaxyAngel4-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"FINAL FLIGHT\"", + "link": "https://animethemes.moe/video/GalaxyAngel4-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "395", + "title": "Gantz 2nd Stage", + "year": "2004", + "themes": [ + { + "name": "OP V1 \"Super Shooter\"", + "link": "https://animethemes.moe/video/Gantz2ndStage-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Super Shooter\"", + "link": "https://animethemes.moe/video/Gantz2ndStage-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Last Kiss\"", + "link": "https://animethemes.moe/video/Gantz2ndStage-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "241", + "title": "Girls Bravo: First Season", + "year": "2004", + "themes": [ + { + "name": "OP \"Going My Way\"", + "link": "https://animethemes.moe/video/GirlsBravo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koko ni Irukara...\"", + "link": "https://animethemes.moe/video/GirlsBravo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "483", + "title": "Kurau Phantom Memory", + "year": "2004", + "themes": [ + { + "name": "OP \"Natsukashii Umi\"", + "link": "https://animethemes.moe/video/KurauPhantomMemory-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Moonlight\"", + "link": "https://animethemes.moe/video/KurauPhantomMemory-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "444", + "title": "Maria-sama ga Miteru: Haru", + "year": "2004", + "themes": [ + { + "name": "OP \"Pastel Pure\"", + "link": "https://animethemes.moe/video/MariaSamaGaMiteruS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sonata Blue\"", + "link": "https://animethemes.moe/video/MariaSamaGaMiteruS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1917", + "title": "Mobile Suit Gundam MS IGLOO: The Hidden One Year War", + "year": "2004", + "themes": [ + { + "name": "OP \"Sora no Tamoto\"", + "link": "https://animethemes.moe/video/GundamMSIGLOO-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "5343", + "title": "Monkey Punch: Manga Katsudou Daishashin", + "year": "2004", + "themes": [ + { + "name": "OP \"I Get Lost in Your Eyes\"", + "link": "https://animethemes.moe/video/MonkeyPunch-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Last Dance wa Watashi ni\"", + "link": "https://animethemes.moe/video/MonkeyPunch-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "229", + "title": "Ninin ga Shinobuden", + "year": "2004", + "themes": [ + { + "name": "OP V1 \"Shinobu Sanjou!\"", + "link": "https://animethemes.moe/video/NininGaShinobuden-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Shinobu Sanjou!\"", + "link": "https://animethemes.moe/video/NininGaShinobuden-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Shinobu Sanjou!\"", + "link": "https://animethemes.moe/video/NininGaShinobuden-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Shinobu Sanjou!\"", + "link": "https://animethemes.moe/video/NininGaShinobuden-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED \"Kuru Kururin\"", + "link": "https://animethemes.moe/video/NininGaShinobuden-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "921", + "title": "Nurse Witch Komugi-chan Magikarte Z", + "year": "2004", + "themes": [ + { + "name": "OP V1 \"Shooting Star☆\"", + "link": "https://animethemes.moe/video/NurseWitchKomugiChanMagikarteZ-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Shooting Star☆\"", + "link": "https://animethemes.moe/video/NurseWitchKomugiChanMagikarteZ-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Oyasumi\"", + "link": "https://animethemes.moe/video/NurseWitchKomugiChanMagikarteZ-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "151", + "title": "Re: Cutie Honey", + "year": "2004", + "themes": [ + { + "name": "OP \"Cutie Honey\"", + "link": "https://animethemes.moe/video/ReCutieHoney-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ReCutieHoney-OP1-NCBD1044.webm", + "type": "ending" + }, + { + "name": "ED \"Into your heart\"", + "link": "https://animethemes.moe/video/ReCutieHoney-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "166", + "title": "Samurai 7", + "year": "2004", + "themes": [ + { + "name": "OP \"UNLIMITED\"", + "link": "https://animethemes.moe/video/Samurai7-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Fuhen\"", + "link": "https://animethemes.moe/video/Samurai7-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6068", + "title": "Sensei no Ojikan: Doki Doki School Hours OVA", + "year": "2004", + "themes": [ + { + "name": "OP \"Jyutai no Love Affair\"", + "link": "https://animethemes.moe/video/SenseiNoOjikanOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ai no Chikara\"", + "link": "https://animethemes.moe/video/SenseiNoOjikanOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "75", + "title": "Soukyuu no Fafner: Dead Aggressor", + "year": "2004", + "themes": [ + { + "name": "OP \"Shangri-La\"", + "link": "https://animethemes.moe/video/Fafner-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Separation\"", + "link": "https://animethemes.moe/video/Fafner-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Proof\"", + "type": "ending" + } + ] + }, + { + "id": "102", + "title": "Aishiteruze Baby★★", + "year": "2004", + "themes": [ + { + "name": "OP \"sunny side up\"", + "link": "https://animethemes.moe/video/AishiteruzeBaby-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nennen Saisai\"", + "link": "https://animethemes.moe/video/AishiteruzeBaby-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "109", + "title": "Bakuretsu Tenshi", + "year": "2004", + "themes": [ + { + "name": "OP \"Loosey\"", + "link": "https://animethemes.moe/video/BakuretsuTenshi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Under the Sky\"", + "link": "https://animethemes.moe/video/BakuretsuTenshi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4443", + "title": "Duel Masters Charge", + "year": "2004", + "themes": [ + { + "name": "OP \"\"", + "link": "https://animethemes.moe/video/DuelMastersChargeDub-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "384", + "title": "Gantz", + "year": "2004", + "themes": [ + { + "name": "OP V1 \"Super Shooter\"", + "link": "https://animethemes.moe/video/Gantz-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Super Shooter\"", + "link": "https://animethemes.moe/video/Gantz-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Last Kiss\"", + "link": "https://animethemes.moe/video/Gantz-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "468", + "title": "Ghost in the Shell 2: Innocence", + "year": "2004", + "themes": [ + { + "name": "OP \"Kugutsuuta ura mite chiru [Making of a Cyborg]\"", + "link": "https://animethemes.moe/video/GhostInTheShellInnocence-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Follow Me\"", + "type": "ending" + } + ] + }, + { + "id": "651", + "title": "Green Green Thirteen: Erolutions", + "year": "2004", + "themes": [ + { + "name": "ED \"Kane no Oto Ondo (Souchou Solo Ver.)\"", + "link": "https://animethemes.moe/video/GreenGreenErolutions-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1371", + "title": "Hi no Tori", + "year": "2004", + "themes": [ + { + "name": "OP \"'Hi no Tori' Opening Theme\"", + "link": "https://animethemes.moe/video/HiNoTori-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hi no Tori\"", + "link": "https://animethemes.moe/video/HiNoTori-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18", + "title": "Initial D Fourth Stage", + "year": "2004", + "themes": [ + { + "name": "OP1 \"Dogfight\"", + "link": "https://animethemes.moe/video/InitialDFourthStage-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Noizy Tribe\"", + "link": "https://animethemes.moe/video/InitialDFourthStage-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Blast My Desire\"", + "link": "https://animethemes.moe/video/InitialDFourthStage-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nobody reason ~ Noah no Hakobune\"", + "link": "https://animethemes.moe/video/InitialDFourthStage-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "516", + "title": "Keroro Gunsou", + "year": "2004", + "themes": [ + { + "name": "OP1 \"KERO! to MARCH\"", + "link": "https://animethemes.moe/video/KeroroGunsou-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Zenkoku Musekinin Jidai\"", + "link": "https://animethemes.moe/video/KeroroGunsou-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Kimi ni JUICE wo Katte Ageru\"", + "link": "https://animethemes.moe/video/KeroroGunsou-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Hareru Michi ~ Uchuujin (Omeera) Awaseru Kao ga nee!~\"", + "link": "https://animethemes.moe/video/KeroroGunsou-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"You-You-You\"", + "link": "https://animethemes.moe/video/KeroroGunsou-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Kaettekita KERO! to MARCH\"", + "link": "https://animethemes.moe/video/KeroroGunsou-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"FUNDARI- KETTARI-\"", + "link": "https://animethemes.moe/video/KeroroGunsou-OP7.webm", + "type": "opening" + }, + { + "name": "OP8 \"Nante Suteki na Doyoubi\"", + "link": "https://animethemes.moe/video/KeroroGunsou-OP8.webm", + "type": "opening" + }, + { + "name": "OP9 \"HELLO DARWIN! ~Koukishin ON DEMAND~\"", + "link": "https://animethemes.moe/video/KeroroGunsou-OP9.webm", + "type": "opening" + }, + { + "name": "OP10 \"KERO! to MARCH (Shoutai Version)\"", + "link": "https://animethemes.moe/video/KeroroGunsou-OP10.webm", + "type": "opening" + }, + { + "name": "OP11 \"Mendoku-Sei March\"", + "link": "https://animethemes.moe/video/KeroroGunsou-OP11.webm", + "type": "opening" + }, + { + "name": "ED1 \"AFRO Gunsou\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"PEKOPON Shinryaku Ondo\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"KERORO Shoutai Kounin! Netsuretsu Kangeiteki Ekaki Uta!!\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Katte ni SHINRYAKUSHA\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"KOKORO no Mondai\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Shouri no Hanabira\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Cycling Recycle\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Eien ni\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Kurutto, Mawatte, Ikkaiten\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"NIKONIKO CHAMP\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"KERO Neko no TANGO\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Omatase Pekopon Icchou!\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Bokura no Aikotoba\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"KE, KE, KERORO no Daisakusen!\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Daijoubu SUPPONPON FRIEND\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"HaRERUYA!!\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED16.webm", + "type": "ending" + }, + { + "name": "ED17 \"Kuttsuke Hattsuke Wonderland\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED17.webm", + "type": "ending" + } + ] + }, + { + "id": "634", + "title": "Koi Kaze", + "year": "2004", + "themes": [ + { + "name": "OP \"Koi Kaze\"", + "link": "https://animethemes.moe/video/KoiKaze-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Futari Dakara\"", + "link": "https://animethemes.moe/video/KoiKaze-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "146", + "title": "Kono Minikuku mo Utsukushii Sekai", + "year": "2004", + "themes": [ + { + "name": "OP \"Metamorphose\"", + "link": "https://animethemes.moe/video/Konomini-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Natsuiro no Kakera\"", + "link": "https://animethemes.moe/video/Konomini-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi ni Aete\"", + "link": "https://animethemes.moe/video/Konomini-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "251", + "title": "Kyou kara Maou!", + "year": "2004", + "themes": [ + { + "name": "OP V1 \"Hateshinaku Tooi Sora ni\"", + "link": "https://animethemes.moe/video/KyouKaraMaou-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Hateshinaku Tooi Sora ni\"", + "link": "https://animethemes.moe/video/KyouKaraMaou-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Suteki na Shiawase\"", + "link": "https://animethemes.moe/video/KyouKaraMaou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Arigatou~\"", + "link": "https://animethemes.moe/video/KyouKaraMaou-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "252", + "title": "Madlax", + "year": "2004", + "themes": [ + { + "name": "OP \"Hitomi no Kakera\"", + "link": "https://animethemes.moe/video/Madlax-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"inside your heart\"", + "link": "https://animethemes.moe/video/Madlax-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "872", + "title": "Mahou Shoujo-tai Arusu", + "year": "2004", + "themes": [ + { + "name": "OP \"ARS~Main Theme~\"", + "link": "https://animethemes.moe/video/MahouShoujotaiArusu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"DuDiDuWa*lalala\"", + "link": "https://animethemes.moe/video/MahouShoujotaiArusu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "330", + "title": "Midori no Hibi", + "year": "2004", + "themes": [ + { + "name": "OP \"Sentimental\"", + "link": "https://animethemes.moe/video/MidoriNoHibi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mousukoshi... Mousukoshi\"", + "link": "https://animethemes.moe/video/MidoriNoHibi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19", + "title": "Monster", + "year": "2004", + "themes": [ + { + "name": "OP \"Grain\"", + "link": "https://animethemes.moe/video/Monster-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Monster-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"For the Love of Live\"", + "link": "https://animethemes.moe/video/Monster-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"For the Love of Live\"", + "link": "https://animethemes.moe/video/Monster-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"For the Love of Live\"", + "link": "https://animethemes.moe/video/Monster-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"For the Love of Live\"", + "link": "https://animethemes.moe/video/Monster-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"For the Love of Live\"", + "link": "https://animethemes.moe/video/Monster-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Make it Home\"", + "link": "https://animethemes.moe/video/Monster-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Make it Home\"", + "link": "https://animethemes.moe/video/Monster-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Make it Home\"", + "link": "https://animethemes.moe/video/Monster-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED2 V4 \"Make it Home\"", + "link": "https://animethemes.moe/video/Monster-ED2v4.webm", + "type": "ending" + }, + { + "name": "ED2 V5 \"Make it Home\"", + "link": "https://animethemes.moe/video/Monster-ED2v5.webm", + "type": "ending" + }, + { + "name": "ED2 V6 \"Make it Home\"", + "link": "https://animethemes.moe/video/Monster-ED2v6.webm", + "type": "ending" + } + ] + }, + { + "id": "2234", + "title": "Panda-Z: The Robonimation", + "year": "2004", + "themes": [ + { + "name": "OP \"Voyager\"", + "link": "https://animethemes.moe/video/PandaZ-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Voyager (instrumental version)\"", + "link": "https://animethemes.moe/video/PandaZ-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "417", + "title": "Ragnarök the Animation", + "year": "2004", + "themes": [ + { + "name": "OP \"We are the Stars\"", + "link": "https://animethemes.moe/video/Ragnarok-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Alive\"", + "link": "https://animethemes.moe/video/Ragnarok-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "205", + "title": "Samurai Champloo", + "year": "2004", + "themes": [ + { + "name": "OP \"Battlecry\"", + "link": "https://animethemes.moe/video/SamuraiChamploo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SamuraiChamploo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Shiki no Uta\"", + "link": "https://animethemes.moe/video/SamuraiChamploo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SamuraiChamploo-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Shiki no Uta\"", + "link": "https://animethemes.moe/video/SamuraiChamploo-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Who's Theme\"", + "link": "https://animethemes.moe/video/SamuraiChamploo-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"YOU\"", + "link": "https://animethemes.moe/video/SamuraiChamploo-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"FLY [SMALL CIRCLE OF FRIENDS]\"", + "link": "https://animethemes.moe/video/SamuraiChamploo-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"San Francisco\"", + "link": "https://animethemes.moe/video/SamuraiChamploo-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "533", + "title": "Sensei no Ojikan: Doki Doki School Hours", + "year": "2004", + "themes": [ + { + "name": "OP \"Oshiete Ageru\"", + "link": "https://animethemes.moe/video/SenseiNoOjikan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Furare Kibun de Rock'n'Roll\"", + "link": "https://animethemes.moe/video/SenseiNoOjikan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "174", + "title": "Tenjou Tenge", + "year": "2004", + "themes": [ + { + "name": "OP \"Bomb A Head! V\"", + "link": "https://animethemes.moe/video/TenjouTenge-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aishitene♥Motto\"", + "link": "https://animethemes.moe/video/TenjouTenge-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2337", + "title": "Tetsujin 28-gou (2004)", + "year": "2004", + "themes": [ + { + "name": "OP \"Tetsujin 28-go\"", + "link": "https://animethemes.moe/video/Tetsujin28gou2004-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Susume Shoutarou\"", + "link": "https://animethemes.moe/video/Tetsujin28gou2004-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "693", + "title": "Burn-Up Scramble", + "year": "2004", + "themes": [ + { + "name": "OP \"ACTION!~THEME FOR BURN-UP SCRAMBLE\"", + "link": "https://animethemes.moe/video/BurnUpScramble-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"0 or ∞ -Love or Unlimited-\"", + "link": "https://animethemes.moe/video/BurnUpScramble-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "112", + "title": "Chou Henshin Cosprayers", + "year": "2004", + "themes": [ + { + "name": "OP \"Chou Henshin! Cosprayer\"", + "link": "https://animethemes.moe/video/Cosprayers-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mirai e no Yakusoku\"", + "link": "https://animethemes.moe/video/Cosprayers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1149", + "title": "Choujuushin Gravion Zwei", + "year": "2004", + "themes": [ + { + "name": "OP \"Kurenai no Kiba\"", + "link": "https://animethemes.moe/video/ChoujuushinGravionZwei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"LA♪LA♪BYE\"", + "link": "https://animethemes.moe/video/ChoujuushinGravionZwei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "295", + "title": "Divergence Eve 2: Misaki Chronicles", + "year": "2004", + "themes": [ + { + "name": "OP \"Kiss Kiss Kiss\"", + "link": "https://animethemes.moe/video/DivergenceEveS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SORA\"", + "link": "https://animethemes.moe/video/DivergenceEveS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "603", + "title": "Futari wa Precure", + "year": "2004", + "themes": [ + { + "name": "OP \"DANZEN! Futari wa Precure\"", + "link": "https://animethemes.moe/video/FutariWaPrecure-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gecchuu! Rabu Rabu?!\"", + "link": "https://animethemes.moe/video/FutariWaPrecure-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "801", + "title": "Ghost in the Shell: Stand Alone Complex 2nd GIG", + "year": "2004", + "themes": [ + { + "name": "OP \"Rise\"", + "link": "https://animethemes.moe/video/GhostInTheShellSAC2ndGIG-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Living Inside the Shell\"", + "link": "https://animethemes.moe/video/GhostInTheShellSAC2ndGIG-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Christmas in the Silent Forest\"", + "type": "ending" + } + ] + }, + { + "id": "242", + "title": "Gokusen", + "year": "2004", + "themes": [ + { + "name": "OP \"Honto no Kotoba\"", + "link": "https://animethemes.moe/video/Gokusen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Onoremichi\"", + "link": "https://animethemes.moe/video/Gokusen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1082", + "title": "Hikari to Mizu no Daphne", + "year": "2004", + "themes": [ + { + "name": "OP \"Asu no Blue wing\"", + "link": "https://animethemes.moe/video/HikariToMizuNoDaphne-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Anata to Yuujikan\" by CooRie", + "link": "https://animethemes.moe/video/HikariToMizuNoDaphne-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Anata to Yuujikan\" by Mai Nakahara", + "link": "https://animethemes.moe/video/HikariToMizuNoDaphne-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "645", + "title": "Hikaru no Go: Journey to the North Star Cup", + "year": "2004", + "themes": [ + { + "name": "OP \"Get Over\"", + "link": "https://animethemes.moe/video/HikaruNoGoNorthStarCup-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Everlasting Snow\"", + "link": "https://animethemes.moe/video/HikaruNoGoNorthStarCup-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "139", + "title": "Hunter x Hunter: Greed Island Final", + "year": "2004", + "themes": [ + { + "name": "OP V1 \"Believe in Tomorrow\"", + "link": "https://animethemes.moe/video/HunterHunterGreedIslandFinal-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Believe in Tomorrow\"", + "link": "https://animethemes.moe/video/HunterHunterGreedIslandFinal-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Moshimo Kono Sekai de Kimi to Boku ga Deaenakatta Nara\"", + "link": "https://animethemes.moe/video/HunterHunterGreedIslandFinal-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Moshimo Kono Sekai de Kimi to Boku ga Deaenakatta Nara\"", + "link": "https://animethemes.moe/video/HunterHunterGreedIslandFinal-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "158", + "title": "Maria-sama ga Miteru", + "year": "2004", + "themes": [ + { + "name": "OP \"pastel pure\"", + "link": "https://animethemes.moe/video/MariaSamaGaMiteru-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sonata Blue\"", + "link": "https://animethemes.moe/video/MariaSamaGaMiteru-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "323", + "title": "Mousou Dairinin", + "year": "2004", + "themes": [ + { + "name": "OP \"Yume no Shima Shinen Kouen/Dream Island Obsessional Park\"", + "link": "https://animethemes.moe/video/MousouDairinin-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shiroi Oka - Maromi no Theme\"", + "link": "https://animethemes.moe/video/MousouDairinin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "438", + "title": "Phantom The Animation", + "year": "2004", + "themes": [ + { + "name": "OP \"Gekkou\"", + "link": "https://animethemes.moe/video/PhantomTheAnimation-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"I myself am Hell\"", + "link": "https://animethemes.moe/video/PhantomTheAnimation-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "204", + "title": "Yumeria", + "year": "2004", + "themes": [ + { + "name": "OP \"24 Jikan Aishiteru\"", + "link": "https://animethemes.moe/video/Yumeria-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"precious treasure\"", + "link": "https://animethemes.moe/video/Yumeria-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "57", + "title": "Beck", + "year": "2004", + "themes": [ + { + "name": "OP \"Hit in the USA\"", + "link": "https://animethemes.moe/video/Beck-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"My World Down\"", + "link": "https://animethemes.moe/video/Beck-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Moon on the Water\"", + "link": "https://animethemes.moe/video/Beck-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Slip Out\"", + "link": "https://animethemes.moe/video/Beck-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "8", + "title": "Beet the Vandel Buster", + "year": "2004", + "themes": [ + { + "name": "OP1 \"Emotion\"", + "type": "opening" + }, + { + "name": "OP2 \"Wish Men\"", + "link": "https://animethemes.moe/video/BeetTheVandelBuster-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Pureness\"", + "type": "ending" + }, + { + "name": "ED2 \"Dreaming Under the Moon\"", + "type": "ending" + }, + { + "name": "ED3 \"The Bee of Love: Aru Hachi no Ai no Monogatari\"", + "type": "ending" + }, + { + "name": "ED4 \"Tsuki Akari (Full Moon Version)\"", + "type": "ending" + } + ] + }, + { + "id": "269", + "title": "Bleach", + "year": "2004", + "themes": [ + { + "name": "OP1 \"*~Asterisk\"", + "link": "https://animethemes.moe/video/Bleach-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"D-tecnolife\"", + "link": "https://animethemes.moe/video/Bleach-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Ichirin no Hana\"", + "link": "https://animethemes.moe/video/Bleach-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Tonight, Tonight, Tonight\"", + "link": "https://animethemes.moe/video/Bleach-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Rolling Star\"", + "link": "https://animethemes.moe/video/Bleach-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"ALONES\"", + "link": "https://animethemes.moe/video/Bleach-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"After Dark\"", + "link": "https://animethemes.moe/video/Bleach-OP7.webm", + "type": "opening" + }, + { + "name": "OP8 \"CHU-BURA\"", + "link": "https://animethemes.moe/video/Bleach-OP8.webm", + "type": "opening" + }, + { + "name": "OP9 \"Velonica\"", + "link": "https://animethemes.moe/video/Bleach-OP9.webm", + "type": "opening" + }, + { + "name": "OP10 \"Shoujo S\"", + "link": "https://animethemes.moe/video/Bleach-OP10.webm", + "type": "opening" + }, + { + "name": "OP11 \"Anima Rossa\"", + "link": "https://animethemes.moe/video/Bleach-OP11.webm", + "type": "opening" + }, + { + "name": "OP12 \"chAngE\"", + "link": "https://animethemes.moe/video/Bleach-OP12.webm", + "type": "opening" + }, + { + "name": "OP13 \"Ranbu no Melody\"", + "link": "https://animethemes.moe/video/Bleach-OP13.webm", + "type": "opening" + }, + { + "name": "OP14 \"BLUE\"", + "link": "https://animethemes.moe/video/Bleach-OP14.webm", + "type": "opening" + }, + { + "name": "OP15 \"HARUKAZE\"", + "link": "https://animethemes.moe/video/Bleach-OP15.webm", + "type": "opening" + }, + { + "name": "ED1 \"Life is Like a Boat\"", + "link": "https://animethemes.moe/video/Bleach-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Thank You!!\"", + "link": "https://animethemes.moe/video/Bleach-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v2.webm", + "type": "ending" + }, + { + "name": "ED3 V3 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v3.webm", + "type": "ending" + }, + { + "name": "ED3 V4 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v4.webm", + "type": "ending" + }, + { + "name": "ED3 V5 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v5.webm", + "type": "ending" + }, + { + "name": "ED3 V6 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v6.webm", + "type": "ending" + }, + { + "name": "ED3 V7 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v7.webm", + "type": "ending" + }, + { + "name": "ED3 V8 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v8.webm", + "type": "ending" + }, + { + "name": "ED3 V9 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v9.webm", + "type": "ending" + }, + { + "name": "ED3 V10 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v10.webm", + "type": "ending" + }, + { + "name": "ED3 V11 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v11.webm", + "type": "ending" + }, + { + "name": "ED3 V12 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v12.webm", + "type": "ending" + }, + { + "name": "ED3 V13 \"Houkiboshi\"", + "link": "https://animethemes.moe/video/Bleach-ED3v13.webm", + "type": "ending" + }, + { + "name": "ED4 \"Happy People\"", + "link": "https://animethemes.moe/video/Bleach-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 V1 \"Life\"", + "link": "https://animethemes.moe/video/Bleach-ED5.webm", + "type": "ending" + }, + { + "name": "ED5 V2 \"Life\"", + "link": "https://animethemes.moe/video/Bleach-ED5v2.webm", + "type": "ending" + }, + { + "name": "ED6 \"My Pace\"", + "link": "https://animethemes.moe/video/Bleach-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Hanabi\"", + "link": "https://animethemes.moe/video/Bleach-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"MOVIN!!\"", + "link": "https://animethemes.moe/video/Bleach-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Baby It's You\"", + "link": "https://animethemes.moe/video/Bleach-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Sakura Biyori\"", + "link": "https://animethemes.moe/video/Bleach-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Tsumasaki\"", + "link": "https://animethemes.moe/video/Bleach-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Daidai\"", + "link": "https://animethemes.moe/video/Bleach-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Tane wo Maku Hibi\"", + "link": "https://animethemes.moe/video/Bleach-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Kansha\"", + "link": "https://animethemes.moe/video/Bleach-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Orange\"", + "link": "https://animethemes.moe/video/Bleach-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"Gallop\"", + "link": "https://animethemes.moe/video/Bleach-ED16.webm", + "type": "ending" + }, + { + "name": "ED17 \"Hitohira no Hanabira\"", + "link": "https://animethemes.moe/video/Bleach-ED17.webm", + "type": "ending" + }, + { + "name": "ED18 \"Sky Chord ~Otona ni Naru Kimi he~\"", + "link": "https://animethemes.moe/video/Bleach-ED18.webm", + "type": "ending" + }, + { + "name": "ED19 \"Kimi wo Mamotte, Kimi wo Aishite\"", + "link": "https://animethemes.moe/video/Bleach-ED19.webm", + "type": "ending" + }, + { + "name": "ED20 \"Mad Surfer\"", + "link": "https://animethemes.moe/video/Bleach-ED20.webm", + "type": "ending" + }, + { + "name": "ED21 \"Sakurabito\"", + "link": "https://animethemes.moe/video/Bleach-ED21.webm", + "type": "ending" + }, + { + "name": "ED22 \"Tabidatsu Kimi e\"", + "link": "https://animethemes.moe/video/Bleach-ED22.webm", + "type": "ending" + }, + { + "name": "ED23 \"Stay Beautiful\"", + "link": "https://animethemes.moe/video/Bleach-ED23.webm", + "type": "ending" + }, + { + "name": "ED24 \"Echoes\"", + "link": "https://animethemes.moe/video/Bleach-ED24.webm", + "type": "ending" + }, + { + "name": "ED25 \"Last Moment\"", + "link": "https://animethemes.moe/video/Bleach-ED25.webm", + "type": "ending" + }, + { + "name": "ED26 \"Song for...\"", + "link": "https://animethemes.moe/video/Bleach-ED26.webm", + "type": "ending" + }, + { + "name": "ED27 \"Aoi Tori\"", + "link": "https://animethemes.moe/video/Bleach-ED27.webm", + "type": "ending" + }, + { + "name": "ED28 V1 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28.webm", + "type": "ending" + }, + { + "name": "ED28 V2 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v2.webm", + "type": "ending" + }, + { + "name": "ED28 V3 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v3.webm", + "type": "ending" + }, + { + "name": "ED28 V4 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v4.webm", + "type": "ending" + }, + { + "name": "ED28 V5 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v5.webm", + "type": "ending" + }, + { + "name": "ED28 V6 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v6.webm", + "type": "ending" + }, + { + "name": "ED28 V7 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v7.webm", + "type": "ending" + }, + { + "name": "ED28 V8 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v8.webm", + "type": "ending" + }, + { + "name": "ED28 V9 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v9.webm", + "type": "ending" + }, + { + "name": "ED28 V10 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v10.webm", + "type": "ending" + }, + { + "name": "ED28 V11 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v11.webm", + "type": "ending" + }, + { + "name": "ED28 V12 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v12.webm", + "type": "ending" + }, + { + "name": "ED28 V13 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Bleach-ED28v13.webm", + "type": "ending" + }, + { + "name": "ED29 \"Re:pray\"", + "link": "https://animethemes.moe/video/Bleach-ED29.webm", + "type": "ending" + }, + { + "name": "ED30 \"Mask\"", + "link": "https://animethemes.moe/video/Bleach-ED30.webm", + "type": "ending" + } + ] + }, + { + "id": "455", + "title": "Fantastic Children", + "year": "2004", + "themes": [ + { + "name": "OP \"Voyage\"", + "link": "https://animethemes.moe/video/FantasticChildren-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mizu no Madoromi\"", + "link": "https://animethemes.moe/video/FantasticChildren-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "119", + "title": "Final Approach", + "year": "2004", + "themes": [ + { + "name": "OP \"Kimiiro Palette\"", + "link": "https://animethemes.moe/video/FinalApproach-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Love, Fate, Love\"", + "link": "https://animethemes.moe/video/FinalApproach-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "125", + "title": "Futakoi", + "year": "2004", + "themes": [ + { + "name": "OP \"Habataku Mirai\"", + "link": "https://animethemes.moe/video/Futakoi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yawarakai Kaze no Naka de\"", + "link": "https://animethemes.moe/video/Futakoi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1524", + "title": "Fuujin Monogatari", + "year": "2004", + "themes": [ + { + "name": "OP \"Kaze no Uta\"", + "link": "https://animethemes.moe/video/FuujinMonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yuuhi no Iro dake\"", + "link": "https://animethemes.moe/video/FuujinMonogatari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "74", + "title": "Gakuen Alice", + "year": "2004", + "themes": [ + { + "name": "OP \"Pikapika no Taiyou\"", + "link": "https://animethemes.moe/video/GakuenAlice-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shiawase no Niji\"", + "link": "https://animethemes.moe/video/GakuenAlice-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "239", + "title": "Gankutsuou", + "year": "2004", + "themes": [ + { + "name": "OP \"We Were Lovers\"", + "link": "https://animethemes.moe/video/Gankutsuou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"You Won't See Me Coming\"", + "link": "https://animethemes.moe/video/Gankutsuou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "240", + "title": "Genshiken", + "year": "2004", + "themes": [ + { + "name": "OP1 \"Kujibiki Unbalance\"", + "link": "https://animethemes.moe/video/Genshiken-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"My Pace Daioh\"", + "link": "https://animethemes.moe/video/Genshiken-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Biidama\"", + "link": "https://animethemes.moe/video/Genshiken-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "297", + "title": "Grenadier: Hohoemi no Senshi", + "year": "2004", + "themes": [ + { + "name": "OP \"KOHAKU\"", + "link": "https://animethemes.moe/video/Grenadier-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kanashimi ni Makenaide\"", + "link": "https://animethemes.moe/video/Grenadier-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "143", + "title": "Kannazuki no Miko", + "year": "2004", + "themes": [ + { + "name": "OP \"Re-sublimity\"", + "link": "https://animethemes.moe/video/KannazukiNoMiko-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Agony\"", + "link": "https://animethemes.moe/video/KannazukiNoMiko-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "669", + "title": "Kujibiki Unbalance", + "year": "2004", + "themes": [ + { + "name": "OP \"Kujibiki Unbalance\"", + "link": "https://animethemes.moe/video/KujibikiUnbalanceOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kagayaki Cyalume\"", + "link": "https://animethemes.moe/video/KujibikiUnbalanceOVA-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kagayaki Cyalume\"", + "link": "https://animethemes.moe/video/KujibikiUnbalanceOVA-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Kagayaki Cyalume\"", + "link": "https://animethemes.moe/video/KujibikiUnbalanceOVA-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "76", + "title": "Mahou Shoujo Lyrical Nanoha", + "year": "2004", + "themes": [ + { + "name": "OP \"Innocent Starter\"", + "link": "https://animethemes.moe/video/Nanoha-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Little Wish ~lyrical step~\"", + "link": "https://animethemes.moe/video/Nanoha-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "98", + "title": "Mai-HiME", + "year": "2004", + "themes": [ + { + "name": "OP \"Shining Days\"", + "link": "https://animethemes.moe/video/MaiHiME-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MaiHiME-OP1-NCBD960.webm", + "type": "ending" + }, + { + "name": "ED1 \"Kimi ga Sora datta\"", + "type": "ending" + }, + { + "name": "ED2 \"It's Only The Fairy Tale\"", + "type": "ending" + }, + { + "name": "ED3 \"Shining Days\"", + "type": "ending" + } + ] + }, + { + "id": "627", + "title": "Major S1", + "year": "2004", + "themes": [ + { + "name": "OP \"Kokoro e\"", + "link": "https://animethemes.moe/video/MajorS1-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MajorS1-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Step\"", + "link": "https://animethemes.moe/video/MajorS1-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MajorS1-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Faraway\"", + "link": "https://animethemes.moe/video/MajorS1-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/MajorS1-ED2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kokoro e\"", + "link": "https://animethemes.moe/video/MajorS1-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "94", + "title": "Mobile Suit Gundam SEED Destiny", + "year": "2004", + "themes": [ + { + "name": "OP1 \"ignited\"", + "link": "https://animethemes.moe/video/GundamSeedDestiny-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"PRIDE\"", + "link": "https://animethemes.moe/video/GundamSeedDestiny-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Bokutachi no Yukue\"", + "link": "https://animethemes.moe/video/GundamSeedDestiny-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 V1 \"Wings of Words\"", + "link": "https://animethemes.moe/video/GundamSeedDestiny-OP4.webm", + "type": "opening" + }, + { + "name": "OP4 V2 \"Wings of Words\"", + "link": "https://animethemes.moe/video/GundamSeedDestiny-OP4v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Reason\"", + "link": "https://animethemes.moe/video/GundamSeedDestiny-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Life Goes On\"", + "link": "https://animethemes.moe/video/GundamSeedDestiny-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"I Wanna Go To A Place...\"", + "link": "https://animethemes.moe/video/GundamSeedDestiny-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kimi wa Boku ni Niteiru\"", + "link": "https://animethemes.moe/video/GundamSeedDestiny-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "613", + "title": "Onmyou Taisenki", + "year": "2004", + "themes": [ + { + "name": "OP1 V1 \"Kimi to Nara\"", + "link": "https://animethemes.moe/video/OnmyouTaisenki-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Kimi to Nara\"", + "link": "https://animethemes.moe/video/OnmyouTaisenki-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"PULSE\"", + "link": "https://animethemes.moe/video/OnmyouTaisenki-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"PULSE\"", + "link": "https://animethemes.moe/video/OnmyouTaisenki-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP2 V3 \"PULSE\"", + "link": "https://animethemes.moe/video/OnmyouTaisenki-OP2v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sora Kake Agaru\"", + "link": "https://animethemes.moe/video/OnmyouTaisenki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shiroi Fuyu\"", + "link": "https://animethemes.moe/video/OnmyouTaisenki-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Kimi ni Todoku made\"", + "link": "https://animethemes.moe/video/OnmyouTaisenki-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Kimi ni Todoku made\"", + "link": "https://animethemes.moe/video/OnmyouTaisenki-ED3v2.webm", + "type": "ending" + } + ] + }, + { + "id": "2109", + "title": "Rockman.EXE Stream", + "year": "2004", + "themes": [ + { + "name": "OP \"Be Somewhere\"", + "link": "https://animethemes.moe/video/RockmanStream-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Doobee DooWap Communication\"", + "link": "https://animethemes.moe/video/RockmanStream-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yuujou no Shiroshi\"", + "type": "ending" + } + ] + }, + { + "id": "64", + "title": "Rozen Maiden", + "year": "2004", + "themes": [ + { + "name": "OP \"Kinjirareta Asobi\"", + "link": "https://animethemes.moe/video/RozenMaiden-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tomei Shelter\"", + "link": "https://animethemes.moe/video/RozenMaiden-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "24", + "title": "School Rumble", + "year": "2004", + "themes": [ + { + "name": "OP1 \"Scramble\"", + "link": "https://animethemes.moe/video/SchoolRumble-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Umi no Otoko wa yo\"", + "link": "https://animethemes.moe/video/SchoolRumble-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Onna no Ko Otoko no Ko\"", + "link": "https://animethemes.moe/video/SchoolRumble-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hatenkou Robo Dojibiron no Tema\"", + "link": "https://animethemes.moe/video/SchoolRumble-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"School Rumble 4 Ever\"", + "link": "https://animethemes.moe/video/SchoolRumble-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "391", + "title": "Tales of Phantasia The Animation", + "year": "2004", + "themes": [ + { + "name": "OP V1 \"Yume no hate\"", + "link": "https://animethemes.moe/video/TalesOfPhantasia-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TalesOfPhantasia-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TalesOfPhantasia-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TalesOfPhantasia-OP1-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Yume no hate\"", + "link": "https://animethemes.moe/video/TalesOfPhantasia-OP1v2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TalesOfPhantasia-OP1v2-NCBD.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TalesOfPhantasia-OP1v2-NCBDLyrics.webm", + "type": "ending" + }, + { + "name": "ED V1 \"Prayer\"", + "link": "https://animethemes.moe/video/TalesOfPhantasia-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TalesOfPhantasia-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Prayer\"", + "link": "https://animethemes.moe/video/TalesOfPhantasia-ED1v2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TalesOfPhantasia-ED1v2-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "1002", + "title": "Top wo Nerae 2! Diebuster", + "year": "2004", + "themes": [ + { + "name": "OP \"Groovin' Magic\"", + "link": "https://animethemes.moe/video/Diebuster-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hoshikuzu Namida\"", + "link": "https://animethemes.moe/video/Diebuster-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tatsu Tori Ato wo Nigosazu\"", + "type": "ending" + } + ] + }, + { + "id": "343", + "title": "Tsukuyomi: Moon Phase", + "year": "2004", + "themes": [ + { + "name": "OP1 \"Neko Mimi Mode\" by Dimitri From Paris", + "link": "https://animethemes.moe/video/Tsukuyomi-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Tsuku Yomi Mode\"", + "link": "https://animethemes.moe/video/Tsukuyomi-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Tsuku Yomi Mode\"", + "link": "https://animethemes.moe/video/Tsukuyomi-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Pressentiment triste\"", + "link": "https://animethemes.moe/video/Tsukuyomi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Kanashii Yokan\"", + "link": "https://animethemes.moe/video/Tsukuyomi-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Kanashii Yokan\"", + "link": "https://animethemes.moe/video/Tsukuyomi-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Nami no Toriko ni Naru You ni\"", + "type": "ending" + }, + { + "name": "ED4 \"Just for my love\"", + "link": "https://animethemes.moe/video/Tsukuyomi-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "688", + "title": "Uta Kata", + "year": "2004", + "themes": [ + { + "name": "OP \"Omoi wo Kanadete\"", + "link": "https://animethemes.moe/video/UtaKata-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Itsuka Tokeru Namida\"", + "link": "https://animethemes.moe/video/UtaKata-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "28", + "title": "Yakitate!! Japan", + "year": "2004", + "themes": [ + { + "name": "OP1 \"Houkigumo\"", + "link": "https://animethemes.moe/video/YakitateJapan-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Promise\"", + "link": "https://animethemes.moe/video/YakitateJapan-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Chiisana Uta\"", + "link": "https://animethemes.moe/video/YakitateJapan-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sunday\"", + "link": "https://animethemes.moe/video/YakitateJapan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"To All Tha Dreamers\"", + "type": "ending" + }, + { + "name": "ED3 \"Hummingbird\"", + "link": "https://animethemes.moe/video/YakitateJapan-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Re: START\"", + "type": "ending" + }, + { + "name": "ED5 \"Merry Go Round\"", + "type": "ending" + }, + { + "name": "ED6 \"Kokoro Biidama\"", + "type": "ending" + }, + { + "name": "ED7 \"Houkigumo\"", + "type": "ending" + } + ] + }, + { + "id": "482", + "title": "Yu☆Gi☆Oh!: Duel Monsters GX", + "year": "2004", + "themes": [ + { + "name": "OP1 \"Kaisei Joushou Hallelujah\"", + "link": "https://animethemes.moe/video/YGODuelMonstersGX-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"99%\"", + "link": "https://animethemes.moe/video/YGODuelMonstersGX-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Teardrop\"", + "link": "https://animethemes.moe/video/YGODuelMonstersGX-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Precious Time, Glory Days\"", + "link": "https://animethemes.moe/video/YGODuelMonstersGX-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Genkai Battle\"", + "link": "https://animethemes.moe/video/YGODuelMonstersGX-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Wake Up Your Heart\"", + "link": "https://animethemes.moe/video/YGODuelMonstersGX-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Taiyou\"", + "link": "https://animethemes.moe/video/YGODuelMonstersGX-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Endless Dream\"", + "link": "https://animethemes.moe/video/YGODuelMonstersGX-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "29", + "title": "Zipang", + "year": "2004", + "themes": [ + { + "name": "OP \"Rashinban\"", + "link": "https://animethemes.moe/video/Zipang-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi wo Miteiru\"", + "link": "https://animethemes.moe/video/Zipang-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "63", + "title": "DearS", + "year": "2004", + "themes": [ + { + "name": "OP \"Love Slave\"", + "link": "https://animethemes.moe/video/DearS-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Happy Cosmos\"", + "link": "https://animethemes.moe/video/DearS-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "226", + "title": "Elfen Lied", + "year": "2004", + "themes": [ + { + "name": "OP \"Lilium\"", + "link": "https://animethemes.moe/video/ElfenLied-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Be Your Girl\"", + "link": "https://animethemes.moe/video/ElfenLied-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "655", + "title": "Galaxy Angel 4", + "year": "2004", + "themes": [ + { + "name": "OP \"Angel Rock and Roll\"", + "link": "https://animethemes.moe/video/GalaxyAngel4-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Jelly Beans\"", + "link": "https://animethemes.moe/video/GalaxyAngel4-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"FINAL FLIGHT\"", + "link": "https://animethemes.moe/video/GalaxyAngel4-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "395", + "title": "Gantz 2nd Stage", + "year": "2004", + "themes": [ + { + "name": "OP V1 \"Super Shooter\"", + "link": "https://animethemes.moe/video/Gantz2ndStage-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Super Shooter\"", + "link": "https://animethemes.moe/video/Gantz2ndStage-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Last Kiss\"", + "link": "https://animethemes.moe/video/Gantz2ndStage-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "241", + "title": "Girls Bravo: First Season", + "year": "2004", + "themes": [ + { + "name": "OP \"Going My Way\"", + "link": "https://animethemes.moe/video/GirlsBravo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koko ni Irukara...\"", + "link": "https://animethemes.moe/video/GirlsBravo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "483", + "title": "Kurau Phantom Memory", + "year": "2004", + "themes": [ + { + "name": "OP \"Natsukashii Umi\"", + "link": "https://animethemes.moe/video/KurauPhantomMemory-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Moonlight\"", + "link": "https://animethemes.moe/video/KurauPhantomMemory-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "444", + "title": "Maria-sama ga Miteru: Haru", + "year": "2004", + "themes": [ + { + "name": "OP \"Pastel Pure\"", + "link": "https://animethemes.moe/video/MariaSamaGaMiteruS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sonata Blue\"", + "link": "https://animethemes.moe/video/MariaSamaGaMiteruS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1917", + "title": "Mobile Suit Gundam MS IGLOO: The Hidden One Year War", + "year": "2004", + "themes": [ + { + "name": "OP \"Sora no Tamoto\"", + "link": "https://animethemes.moe/video/GundamMSIGLOO-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "5343", + "title": "Monkey Punch: Manga Katsudou Daishashin", + "year": "2004", + "themes": [ + { + "name": "OP \"I Get Lost in Your Eyes\"", + "link": "https://animethemes.moe/video/MonkeyPunch-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Last Dance wa Watashi ni\"", + "link": "https://animethemes.moe/video/MonkeyPunch-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "229", + "title": "Ninin ga Shinobuden", + "year": "2004", + "themes": [ + { + "name": "OP V1 \"Shinobu Sanjou!\"", + "link": "https://animethemes.moe/video/NininGaShinobuden-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Shinobu Sanjou!\"", + "link": "https://animethemes.moe/video/NininGaShinobuden-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Shinobu Sanjou!\"", + "link": "https://animethemes.moe/video/NininGaShinobuden-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Shinobu Sanjou!\"", + "link": "https://animethemes.moe/video/NininGaShinobuden-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED \"Kuru Kururin\"", + "link": "https://animethemes.moe/video/NininGaShinobuden-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "921", + "title": "Nurse Witch Komugi-chan Magikarte Z", + "year": "2004", + "themes": [ + { + "name": "OP V1 \"Shooting Star☆\"", + "link": "https://animethemes.moe/video/NurseWitchKomugiChanMagikarteZ-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Shooting Star☆\"", + "link": "https://animethemes.moe/video/NurseWitchKomugiChanMagikarteZ-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Oyasumi\"", + "link": "https://animethemes.moe/video/NurseWitchKomugiChanMagikarteZ-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "151", + "title": "Re: Cutie Honey", + "year": "2004", + "themes": [ + { + "name": "OP \"Cutie Honey\"", + "link": "https://animethemes.moe/video/ReCutieHoney-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/ReCutieHoney-OP1-NCBD1044.webm", + "type": "ending" + }, + { + "name": "ED \"Into your heart\"", + "link": "https://animethemes.moe/video/ReCutieHoney-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "166", + "title": "Samurai 7", + "year": "2004", + "themes": [ + { + "name": "OP \"UNLIMITED\"", + "link": "https://animethemes.moe/video/Samurai7-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Fuhen\"", + "link": "https://animethemes.moe/video/Samurai7-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6068", + "title": "Sensei no Ojikan: Doki Doki School Hours OVA", + "year": "2004", + "themes": [ + { + "name": "OP \"Jyutai no Love Affair\"", + "link": "https://animethemes.moe/video/SenseiNoOjikanOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ai no Chikara\"", + "link": "https://animethemes.moe/video/SenseiNoOjikanOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "75", + "title": "Soukyuu no Fafner: Dead Aggressor", + "year": "2004", + "themes": [ + { + "name": "OP \"Shangri-La\"", + "link": "https://animethemes.moe/video/Fafner-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Separation\"", + "link": "https://animethemes.moe/video/Fafner-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Proof\"", + "type": "ending" + } + ] + }, + { + "id": "102", + "title": "Aishiteruze Baby★★", + "year": "2004", + "themes": [ + { + "name": "OP \"sunny side up\"", + "link": "https://animethemes.moe/video/AishiteruzeBaby-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nennen Saisai\"", + "link": "https://animethemes.moe/video/AishiteruzeBaby-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "109", + "title": "Bakuretsu Tenshi", + "year": "2004", + "themes": [ + { + "name": "OP \"Loosey\"", + "link": "https://animethemes.moe/video/BakuretsuTenshi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Under the Sky\"", + "link": "https://animethemes.moe/video/BakuretsuTenshi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4443", + "title": "Duel Masters Charge", + "year": "2004", + "themes": [ + { + "name": "OP \"\"", + "link": "https://animethemes.moe/video/DuelMastersChargeDub-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "384", + "title": "Gantz", + "year": "2004", + "themes": [ + { + "name": "OP V1 \"Super Shooter\"", + "link": "https://animethemes.moe/video/Gantz-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Super Shooter\"", + "link": "https://animethemes.moe/video/Gantz-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Last Kiss\"", + "link": "https://animethemes.moe/video/Gantz-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "468", + "title": "Ghost in the Shell 2: Innocence", + "year": "2004", + "themes": [ + { + "name": "OP \"Kugutsuuta ura mite chiru [Making of a Cyborg]\"", + "link": "https://animethemes.moe/video/GhostInTheShellInnocence-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Follow Me\"", + "type": "ending" + } + ] + }, + { + "id": "651", + "title": "Green Green Thirteen: Erolutions", + "year": "2004", + "themes": [ + { + "name": "ED \"Kane no Oto Ondo (Souchou Solo Ver.)\"", + "link": "https://animethemes.moe/video/GreenGreenErolutions-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1371", + "title": "Hi no Tori", + "year": "2004", + "themes": [ + { + "name": "OP \"'Hi no Tori' Opening Theme\"", + "link": "https://animethemes.moe/video/HiNoTori-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hi no Tori\"", + "link": "https://animethemes.moe/video/HiNoTori-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "18", + "title": "Initial D Fourth Stage", + "year": "2004", + "themes": [ + { + "name": "OP1 \"Dogfight\"", + "link": "https://animethemes.moe/video/InitialDFourthStage-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Noizy Tribe\"", + "link": "https://animethemes.moe/video/InitialDFourthStage-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Blast My Desire\"", + "link": "https://animethemes.moe/video/InitialDFourthStage-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nobody reason ~ Noah no Hakobune\"", + "link": "https://animethemes.moe/video/InitialDFourthStage-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "516", + "title": "Keroro Gunsou", + "year": "2004", + "themes": [ + { + "name": "OP1 \"KERO! to MARCH\"", + "link": "https://animethemes.moe/video/KeroroGunsou-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Zenkoku Musekinin Jidai\"", + "link": "https://animethemes.moe/video/KeroroGunsou-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Kimi ni JUICE wo Katte Ageru\"", + "link": "https://animethemes.moe/video/KeroroGunsou-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Hareru Michi ~ Uchuujin (Omeera) Awaseru Kao ga nee!~\"", + "link": "https://animethemes.moe/video/KeroroGunsou-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"You-You-You\"", + "link": "https://animethemes.moe/video/KeroroGunsou-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Kaettekita KERO! to MARCH\"", + "link": "https://animethemes.moe/video/KeroroGunsou-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"FUNDARI- KETTARI-\"", + "link": "https://animethemes.moe/video/KeroroGunsou-OP7.webm", + "type": "opening" + }, + { + "name": "OP8 \"Nante Suteki na Doyoubi\"", + "link": "https://animethemes.moe/video/KeroroGunsou-OP8.webm", + "type": "opening" + }, + { + "name": "OP9 \"HELLO DARWIN! ~Koukishin ON DEMAND~\"", + "link": "https://animethemes.moe/video/KeroroGunsou-OP9.webm", + "type": "opening" + }, + { + "name": "OP10 \"KERO! to MARCH (Shoutai Version)\"", + "link": "https://animethemes.moe/video/KeroroGunsou-OP10.webm", + "type": "opening" + }, + { + "name": "OP11 \"Mendoku-Sei March\"", + "link": "https://animethemes.moe/video/KeroroGunsou-OP11.webm", + "type": "opening" + }, + { + "name": "ED1 \"AFRO Gunsou\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"PEKOPON Shinryaku Ondo\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"KERORO Shoutai Kounin! Netsuretsu Kangeiteki Ekaki Uta!!\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Katte ni SHINRYAKUSHA\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"KOKORO no Mondai\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Shouri no Hanabira\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Cycling Recycle\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Eien ni\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Kurutto, Mawatte, Ikkaiten\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"NIKONIKO CHAMP\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"KERO Neko no TANGO\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Omatase Pekopon Icchou!\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Bokura no Aikotoba\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"KE, KE, KERORO no Daisakusen!\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Daijoubu SUPPONPON FRIEND\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"HaRERUYA!!\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED16.webm", + "type": "ending" + }, + { + "name": "ED17 \"Kuttsuke Hattsuke Wonderland\"", + "link": "https://animethemes.moe/video/KeroroGunsou-ED17.webm", + "type": "ending" + } + ] + }, + { + "id": "634", + "title": "Koi Kaze", + "year": "2004", + "themes": [ + { + "name": "OP \"Koi Kaze\"", + "link": "https://animethemes.moe/video/KoiKaze-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Futari Dakara\"", + "link": "https://animethemes.moe/video/KoiKaze-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "146", + "title": "Kono Minikuku mo Utsukushii Sekai", + "year": "2004", + "themes": [ + { + "name": "OP \"Metamorphose\"", + "link": "https://animethemes.moe/video/Konomini-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Natsuiro no Kakera\"", + "link": "https://animethemes.moe/video/Konomini-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi ni Aete\"", + "link": "https://animethemes.moe/video/Konomini-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "251", + "title": "Kyou kara Maou!", + "year": "2004", + "themes": [ + { + "name": "OP V1 \"Hateshinaku Tooi Sora ni\"", + "link": "https://animethemes.moe/video/KyouKaraMaou-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Hateshinaku Tooi Sora ni\"", + "link": "https://animethemes.moe/video/KyouKaraMaou-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Suteki na Shiawase\"", + "link": "https://animethemes.moe/video/KyouKaraMaou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Arigatou~\"", + "link": "https://animethemes.moe/video/KyouKaraMaou-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "252", + "title": "Madlax", + "year": "2004", + "themes": [ + { + "name": "OP \"Hitomi no Kakera\"", + "link": "https://animethemes.moe/video/Madlax-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"inside your heart\"", + "link": "https://animethemes.moe/video/Madlax-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "872", + "title": "Mahou Shoujo-tai Arusu", + "year": "2004", + "themes": [ + { + "name": "OP \"ARS~Main Theme~\"", + "link": "https://animethemes.moe/video/MahouShoujotaiArusu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"DuDiDuWa*lalala\"", + "link": "https://animethemes.moe/video/MahouShoujotaiArusu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "330", + "title": "Midori no Hibi", + "year": "2004", + "themes": [ + { + "name": "OP \"Sentimental\"", + "link": "https://animethemes.moe/video/MidoriNoHibi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mousukoshi... Mousukoshi\"", + "link": "https://animethemes.moe/video/MidoriNoHibi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19", + "title": "Monster", + "year": "2004", + "themes": [ + { + "name": "OP \"Grain\"", + "link": "https://animethemes.moe/video/Monster-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Monster-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"For the Love of Live\"", + "link": "https://animethemes.moe/video/Monster-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"For the Love of Live\"", + "link": "https://animethemes.moe/video/Monster-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"For the Love of Live\"", + "link": "https://animethemes.moe/video/Monster-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"For the Love of Live\"", + "link": "https://animethemes.moe/video/Monster-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V5 \"For the Love of Live\"", + "link": "https://animethemes.moe/video/Monster-ED1v5.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Make it Home\"", + "link": "https://animethemes.moe/video/Monster-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Make it Home\"", + "link": "https://animethemes.moe/video/Monster-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Make it Home\"", + "link": "https://animethemes.moe/video/Monster-ED2v3.webm", + "type": "ending" + }, + { + "name": "ED2 V4 \"Make it Home\"", + "link": "https://animethemes.moe/video/Monster-ED2v4.webm", + "type": "ending" + }, + { + "name": "ED2 V5 \"Make it Home\"", + "link": "https://animethemes.moe/video/Monster-ED2v5.webm", + "type": "ending" + }, + { + "name": "ED2 V6 \"Make it Home\"", + "link": "https://animethemes.moe/video/Monster-ED2v6.webm", + "type": "ending" + } + ] + }, + { + "id": "2234", + "title": "Panda-Z: The Robonimation", + "year": "2004", + "themes": [ + { + "name": "OP \"Voyager\"", + "link": "https://animethemes.moe/video/PandaZ-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Voyager (instrumental version)\"", + "link": "https://animethemes.moe/video/PandaZ-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "417", + "title": "Ragnarök the Animation", + "year": "2004", + "themes": [ + { + "name": "OP \"We are the Stars\"", + "link": "https://animethemes.moe/video/Ragnarok-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Alive\"", + "link": "https://animethemes.moe/video/Ragnarok-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "205", + "title": "Samurai Champloo", + "year": "2004", + "themes": [ + { + "name": "OP \"Battlecry\"", + "link": "https://animethemes.moe/video/SamuraiChamploo-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SamuraiChamploo-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V1 \"Shiki no Uta\"", + "link": "https://animethemes.moe/video/SamuraiChamploo-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SamuraiChamploo-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Shiki no Uta\"", + "link": "https://animethemes.moe/video/SamuraiChamploo-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Who's Theme\"", + "link": "https://animethemes.moe/video/SamuraiChamploo-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"YOU\"", + "link": "https://animethemes.moe/video/SamuraiChamploo-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"FLY [SMALL CIRCLE OF FRIENDS]\"", + "link": "https://animethemes.moe/video/SamuraiChamploo-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"San Francisco\"", + "link": "https://animethemes.moe/video/SamuraiChamploo-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "533", + "title": "Sensei no Ojikan: Doki Doki School Hours", + "year": "2004", + "themes": [ + { + "name": "OP \"Oshiete Ageru\"", + "link": "https://animethemes.moe/video/SenseiNoOjikan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Furare Kibun de Rock'n'Roll\"", + "link": "https://animethemes.moe/video/SenseiNoOjikan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "174", + "title": "Tenjou Tenge", + "year": "2004", + "themes": [ + { + "name": "OP \"Bomb A Head! V\"", + "link": "https://animethemes.moe/video/TenjouTenge-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aishitene♥Motto\"", + "link": "https://animethemes.moe/video/TenjouTenge-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2337", + "title": "Tetsujin 28-gou (2004)", + "year": "2004", + "themes": [ + { + "name": "OP \"Tetsujin 28-go\"", + "link": "https://animethemes.moe/video/Tetsujin28gou2004-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Susume Shoutarou\"", + "link": "https://animethemes.moe/video/Tetsujin28gou2004-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "693", + "title": "Burn-Up Scramble", + "year": "2004", + "themes": [ + { + "name": "OP \"ACTION!~THEME FOR BURN-UP SCRAMBLE\"", + "link": "https://animethemes.moe/video/BurnUpScramble-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"0 or ∞ -Love or Unlimited-\"", + "link": "https://animethemes.moe/video/BurnUpScramble-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "112", + "title": "Chou Henshin Cosprayers", + "year": "2004", + "themes": [ + { + "name": "OP \"Chou Henshin! Cosprayer\"", + "link": "https://animethemes.moe/video/Cosprayers-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mirai e no Yakusoku\"", + "link": "https://animethemes.moe/video/Cosprayers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1149", + "title": "Choujuushin Gravion Zwei", + "year": "2004", + "themes": [ + { + "name": "OP \"Kurenai no Kiba\"", + "link": "https://animethemes.moe/video/ChoujuushinGravionZwei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"LA♪LA♪BYE\"", + "link": "https://animethemes.moe/video/ChoujuushinGravionZwei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "295", + "title": "Divergence Eve 2: Misaki Chronicles", + "year": "2004", + "themes": [ + { + "name": "OP \"Kiss Kiss Kiss\"", + "link": "https://animethemes.moe/video/DivergenceEveS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"SORA\"", + "link": "https://animethemes.moe/video/DivergenceEveS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "603", + "title": "Futari wa Precure", + "year": "2004", + "themes": [ + { + "name": "OP \"DANZEN! Futari wa Precure\"", + "link": "https://animethemes.moe/video/FutariWaPrecure-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gecchuu! Rabu Rabu?!\"", + "link": "https://animethemes.moe/video/FutariWaPrecure-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "801", + "title": "Ghost in the Shell: Stand Alone Complex 2nd GIG", + "year": "2004", + "themes": [ + { + "name": "OP \"Rise\"", + "link": "https://animethemes.moe/video/GhostInTheShellSAC2ndGIG-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Living Inside the Shell\"", + "link": "https://animethemes.moe/video/GhostInTheShellSAC2ndGIG-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Christmas in the Silent Forest\"", + "type": "ending" + } + ] + }, + { + "id": "242", + "title": "Gokusen", + "year": "2004", + "themes": [ + { + "name": "OP \"Honto no Kotoba\"", + "link": "https://animethemes.moe/video/Gokusen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Onoremichi\"", + "link": "https://animethemes.moe/video/Gokusen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1082", + "title": "Hikari to Mizu no Daphne", + "year": "2004", + "themes": [ + { + "name": "OP \"Asu no Blue wing\"", + "link": "https://animethemes.moe/video/HikariToMizuNoDaphne-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Anata to Yuujikan\" by CooRie", + "link": "https://animethemes.moe/video/HikariToMizuNoDaphne-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Anata to Yuujikan\" by Mai Nakahara", + "link": "https://animethemes.moe/video/HikariToMizuNoDaphne-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "645", + "title": "Hikaru no Go: Journey to the North Star Cup", + "year": "2004", + "themes": [ + { + "name": "OP \"Get Over\"", + "link": "https://animethemes.moe/video/HikaruNoGoNorthStarCup-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Everlasting Snow\"", + "link": "https://animethemes.moe/video/HikaruNoGoNorthStarCup-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "139", + "title": "Hunter x Hunter: Greed Island Final", + "year": "2004", + "themes": [ + { + "name": "OP V1 \"Believe in Tomorrow\"", + "link": "https://animethemes.moe/video/HunterHunterGreedIslandFinal-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Believe in Tomorrow\"", + "link": "https://animethemes.moe/video/HunterHunterGreedIslandFinal-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Moshimo Kono Sekai de Kimi to Boku ga Deaenakatta Nara\"", + "link": "https://animethemes.moe/video/HunterHunterGreedIslandFinal-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Moshimo Kono Sekai de Kimi to Boku ga Deaenakatta Nara\"", + "link": "https://animethemes.moe/video/HunterHunterGreedIslandFinal-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "158", + "title": "Maria-sama ga Miteru", + "year": "2004", + "themes": [ + { + "name": "OP \"pastel pure\"", + "link": "https://animethemes.moe/video/MariaSamaGaMiteru-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sonata Blue\"", + "link": "https://animethemes.moe/video/MariaSamaGaMiteru-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "323", + "title": "Mousou Dairinin", + "year": "2004", + "themes": [ + { + "name": "OP \"Yume no Shima Shinen Kouen/Dream Island Obsessional Park\"", + "link": "https://animethemes.moe/video/MousouDairinin-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shiroi Oka - Maromi no Theme\"", + "link": "https://animethemes.moe/video/MousouDairinin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "438", + "title": "Phantom The Animation", + "year": "2004", + "themes": [ + { + "name": "OP \"Gekkou\"", + "link": "https://animethemes.moe/video/PhantomTheAnimation-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"I myself am Hell\"", + "link": "https://animethemes.moe/video/PhantomTheAnimation-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "204", + "title": "Yumeria", + "year": "2004", + "themes": [ + { + "name": "OP \"24 Jikan Aishiteru\"", + "link": "https://animethemes.moe/video/Yumeria-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"precious treasure\"", + "link": "https://animethemes.moe/video/Yumeria-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "394", + "title": "Ai Yori Aoshi: Enishi", + "year": "2003", + "themes": [ + { + "name": "OP \"Takaramono\"", + "link": "https://animethemes.moe/video/AiYoriAoshiEnishi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"I Do!\"", + "link": "https://animethemes.moe/video/AiYoriAoshiEnishi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Presence\"", + "link": "https://animethemes.moe/video/AiYoriAoshiEnishi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "579", + "title": "Battle Programmer Shirase", + "year": "2003", + "themes": [ + { + "name": "OP \"suddenly\"", + "link": "https://animethemes.moe/video/BattleProgrammerShirase-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Pure enough\"", + "link": "https://animethemes.moe/video/BattleProgrammerShirase-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1050", + "title": "Bobobo-bo Bo-bobo", + "year": "2003", + "themes": [ + { + "name": "OP1 \"Wild Challenger\"", + "link": "https://animethemes.moe/video/BoboboboBobobo-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Baka Survivor\"", + "link": "https://animethemes.moe/video/BoboboboBobobo-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shiawase\"", + "link": "https://animethemes.moe/video/BoboboboBobobo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kirai Tune\"", + "link": "https://animethemes.moe/video/BoboboboBobobo-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"H.P.S.J.\"", + "link": "https://animethemes.moe/video/BoboboboBobobo-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "60", + "title": "Chrno Crusade", + "year": "2003", + "themes": [ + { + "name": "OP \"Tsubasa wa Pleasure Line\"", + "link": "https://animethemes.moe/video/ChrnoCrusade-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sayonara Solitaire\"", + "link": "https://animethemes.moe/video/ChrnoCrusade-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3101", + "title": "F-Zero: Falcon Densetsu", + "year": "2003", + "themes": [ + { + "name": "OP V1 \"THE MEANING OF TRUTH\"", + "link": "https://animethemes.moe/video/FZeroFalconDensetsu-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"THE MEANING OF TRUTH\"", + "link": "https://animethemes.moe/video/FZeroFalconDensetsu-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Resolution\"", + "link": "https://animethemes.moe/video/FZeroFalconDensetsu-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Resolution\"", + "link": "https://animethemes.moe/video/FZeroFalconDensetsu-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "121", + "title": "Fullmetal Alchemist", + "year": "2003", + "themes": [ + { + "name": "OP1 \"Melissa\"", + "link": "https://animethemes.moe/video/FullmetalAlchemist-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"READY STEADY GO\"", + "link": "https://animethemes.moe/video/FullmetalAlchemist-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"UNDO\"", + "link": "https://animethemes.moe/video/FullmetalAlchemist-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Rewrite\"", + "link": "https://animethemes.moe/video/FullmetalAlchemist-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Kesenai Tsumi\"", + "link": "https://animethemes.moe/video/FullmetalAlchemist-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Kesenai Tsumi\"", + "link": "https://animethemes.moe/video/FullmetalAlchemist-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tobira no Mukou e\"", + "link": "https://animethemes.moe/video/FullmetalAlchemist-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Motherland\"", + "link": "https://animethemes.moe/video/FullmetalAlchemist-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"I Will\"", + "link": "https://animethemes.moe/video/FullmetalAlchemist-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "344", + "title": "Futatsu no Spica", + "year": "2003", + "themes": [ + { + "name": "OP \"Venus Say\"", + "link": "https://animethemes.moe/video/FutatsuNoSpica-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Miagete Goran Yoru no Hoshi wo\"", + "link": "https://animethemes.moe/video/FutatsuNoSpica-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "267", + "title": "Gungrave", + "year": "2003", + "themes": [ + { + "name": "OP \"Family\"", + "link": "https://animethemes.moe/video/Gungrave-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Akaneiro ga Moerutoki\"", + "link": "https://animethemes.moe/video/Gungrave-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "134", + "title": "Gunslinger Girl", + "year": "2003", + "themes": [ + { + "name": "OP \"The Light Before We Land\"", + "link": "https://animethemes.moe/video/GunslingerGirl-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GunslingerGirl-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Dopo il Sogno ~Yume no Ato ni~\"", + "link": "https://animethemes.moe/video/GunslingerGirl-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GunslingerGirl-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "255", + "title": "Jungle wa Itsumo Hare nochi Guu Final", + "year": "2003", + "themes": [ + { + "name": "OP \"Love Tropicana Final\"", + "link": "https://animethemes.moe/video/HareGuuFinal-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Teruteru Bouzu\"", + "link": "https://animethemes.moe/video/HareGuuFinal-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "147", + "title": "Kimi ga Nozomu Eien", + "year": "2003", + "themes": [ + { + "name": "OP V1 \"Precious Memories\"", + "link": "https://animethemes.moe/video/KimiNozo-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Precious Memories\"", + "link": "https://animethemes.moe/video/KimiNozo-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Rumbing Hearts\"", + "link": "https://animethemes.moe/video/KimiNozo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hoshizora no Waltz\"", + "link": "https://animethemes.moe/video/KimiNozo-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kimi ga Nozomu Eien\"", + "link": "https://animethemes.moe/video/KimiNozo-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "193", + "title": "Maburaho", + "year": "2003", + "themes": [ + { + "name": "OP \"Koi no Mahou\"", + "link": "https://animethemes.moe/video/Maburaho-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"We'd Get There Some Day\"", + "type": "ending" + } + ] + }, + { + "id": "620", + "title": "Mermaid Forest", + "year": "2003", + "themes": [ + { + "name": "OP \"Like an angel\"", + "link": "https://animethemes.moe/video/MermaidForest-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mizutamari\"", + "link": "https://animethemes.moe/video/MermaidForest-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2742", + "title": "Omoikkiri Kagaku Adventure Sou Nanda!", + "year": "2003", + "themes": [ + { + "name": "OP \"Birthday Heart\"", + "link": "https://animethemes.moe/video/SouNanda-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Umi to Tsuki no Hikari\"", + "link": "https://animethemes.moe/video/SouNanda-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koi no Dial 6700\"", + "link": "https://animethemes.moe/video/SouNanda-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "329", + "title": "Planetes", + "year": "2003", + "themes": [ + { + "name": "OP \"Dive in the Sky\"", + "link": "https://animethemes.moe/video/Planetes-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Wonderful Life\"", + "link": "https://animethemes.moe/video/Planetes-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"PLANETES ~Affettuosso~\"", + "type": "ending" + } + ] + }, + { + "id": "209", + "title": "R.O.D the TV", + "year": "2003", + "themes": [ + { + "name": "OP \"R.O.D.\"", + "link": "https://animethemes.moe/video/ReadOrDieTV-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Moments in the Sun\"", + "link": "https://animethemes.moe/video/ReadOrDieTV-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Confidence\"", + "link": "https://animethemes.moe/video/ReadOrDieTV-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2108", + "title": "Rockman.EXE Axess", + "year": "2003", + "themes": [ + { + "name": "OP \"Futatsu no Mirai\"", + "link": "https://animethemes.moe/video/RockmanAxess-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hikari Todoku Basho\"", + "link": "https://animethemes.moe/video/RockmanAxess-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "114", + "title": "Sakigake!! Cromartie Koukou", + "year": "2003", + "themes": [ + { + "name": "OP \"Jun\"", + "link": "https://animethemes.moe/video/SakigakeCromartieKoukou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SakigakeCromartieKoukou-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED \"Trust Me\"", + "link": "https://animethemes.moe/video/SakigakeCromartieKoukou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "169", + "title": "Shingetsutan Tsukihime", + "year": "2003", + "themes": [ + { + "name": "OP \"The Sacred Moon\"", + "link": "https://animethemes.moe/video/Tsukihime-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Rinne No Hate Ni...\"", + "link": "https://animethemes.moe/video/Tsukihime-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "759", + "title": "Tokyo Godfathers", + "year": "2003", + "themes": [ + { + "name": "ED \"No. 9\"", + "link": "https://animethemes.moe/video/TokyoGodfathers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "497", + "title": "Yami to Boushi to Hon no Tabibito", + "year": "2003", + "themes": [ + { + "name": "OP \"Hitomi no Naka no Meikyuu\"", + "link": "https://animethemes.moe/video/Yamibou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Eien no Inori wo Sasagete\"", + "link": "https://animethemes.moe/video/Yamibou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1014", + "title": "Chicchana Yukitsukai Sugar Specials", + "year": "2003", + "themes": [ + { + "name": "OP \"Sugar Baby Love\"", + "link": "https://animethemes.moe/video/ChicchanaYukitsukaiSugar-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kokoro no Piano\"", + "link": "https://animethemes.moe/video/ChicchanaYukitsukaiSugarSpecials-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "62", + "title": "D.C.: Da Capo", + "year": "2003", + "themes": [ + { + "name": "OP \"Sakura Saku Mirai Koi Yume\"", + "link": "https://animethemes.moe/video/DaCapo-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mirai e no Melody\"", + "link": "https://animethemes.moe/video/DaCapo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Utamaru Ekaki Uta\"", + "link": "https://animethemes.moe/video/DaCapo-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sonzai\"", + "link": "https://animethemes.moe/video/DaCapo-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "294", + "title": "Divergence Eve", + "year": "2003", + "themes": [ + { + "name": "OP \"Nine Inch Nails\"", + "link": "https://animethemes.moe/video/DivergenceEve-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Pump up!\"", + "link": "https://animethemes.moe/video/DivergenceEve-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "72", + "title": "Full Metal Panic? Fumoffu", + "year": "2003", + "themes": [ + { + "name": "OP \"Sore ga, Ai Deshou\"", + "link": "https://animethemes.moe/video/FullMetalPanicFumoffu-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kimi ni Fuku Kaze\"", + "link": "https://animethemes.moe/video/FullMetalPanicFumoffu-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kimi ni Fuku Kaze\"", + "link": "https://animethemes.moe/video/FullMetalPanicFumoffu-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "133", + "title": "Green Green", + "year": "2003", + "themes": [ + { + "name": "OP \"Guri Guri\"", + "link": "https://animethemes.moe/video/GreenGreen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aozora\"", + "link": "https://animethemes.moe/video/GreenGreen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "257", + "title": "Ikkitousen", + "year": "2003", + "themes": [ + { + "name": "OP \"Drivin' Through The Night\"", + "link": "https://animethemes.moe/video/Ikkitousen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Let me be with you\"", + "link": "https://animethemes.moe/video/Ikkitousen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "631", + "title": "Mahoromatic Summer Special", + "year": "2003", + "themes": [ + { + "name": "OP \"Soreiyu - Soleil\"", + "link": "https://animethemes.moe/video/MahoromaticSummerSpecial-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hiryu Musume Ha! Date Ondo\"", + "link": "https://animethemes.moe/video/MahoromaticSummerSpecial-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "838", + "title": "Narutaru: Mukuro Naru Hoshi Tama Taru Ko", + "year": "2003", + "themes": [ + { + "name": "OP \"Nichiyoubi no Taiyou\"", + "link": "https://animethemes.moe/video/Narutaru-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kairo\"", + "link": "https://animethemes.moe/video/Narutaru-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "196", + "title": "Onegai☆Twins", + "year": "2003", + "themes": [ + { + "name": "OP \"Second Flight\"", + "link": "https://animethemes.moe/video/OnegaiTwins-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Asu e no Namida\"", + "link": "https://animethemes.moe/video/OnegaiTwins-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2486", + "title": "Rumiko Takahashi Anthology", + "year": "2003", + "themes": [ + { + "name": "OP \"Tsuzureori\"", + "link": "https://animethemes.moe/video/RumikoTakahashiAnthology-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sayonara\"", + "link": "https://animethemes.moe/video/RumikoTakahashiAnthology-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "61", + "title": "D.N.Angel", + "year": "2003", + "themes": [ + { + "name": "OP \"Byakuya ~ True Light\"", + "link": "https://animethemes.moe/video/DNAngel-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DNAngel-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED1 \"Yasashii gogo\"", + "link": "https://animethemes.moe/video/DNAngel-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hajimari no hi\"", + "link": "https://animethemes.moe/video/DNAngel-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Caged Bird\"", + "link": "https://animethemes.moe/video/DNAngel-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Michishirube\"", + "link": "https://animethemes.moe/video/DNAngel-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "618", + "title": "Juubee Ninpuuchou: Ryuuhougyoku-hen", + "year": "2003", + "themes": [ + { + "name": "OP \"Jubei's Theme\"", + "link": "https://animethemes.moe/video/JuubeeNinpuuchouTV-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shigure's Theme\"", + "link": "https://animethemes.moe/video/JuubeeNinpuuchouTV-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "427", + "title": "Kaleido Star", + "year": "2003", + "themes": [ + { + "name": "OP1 \"TAKE IT SHAKE IT\"", + "link": "https://animethemes.moe/video/KaleidoStar-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yakusoku no Basho e\"", + "link": "https://animethemes.moe/video/KaleidoStar-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Tattoo Kiss\"", + "link": "https://animethemes.moe/video/KaleidoStar-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"real identity\"", + "link": "https://animethemes.moe/video/KaleidoStar-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Boku wa Kokoni Iru\"", + "link": "https://animethemes.moe/video/KaleidoStar-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"escape\"", + "link": "https://animethemes.moe/video/KaleidoStar-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "486", + "title": "Kino no Tabi: The Beautiful World", + "year": "2003", + "themes": [ + { + "name": "OP \"All the Way\"", + "link": "https://animethemes.moe/video/KinoNoTabi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KinoNoTabi-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"The Beautiful World\"", + "link": "https://animethemes.moe/video/KinoNoTabi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KinoNoTabi-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "250", + "title": "Konjiki no Gash Bell!!", + "year": "2003", + "themes": [ + { + "name": "OP1 \"Kasabuta\"", + "link": "https://animethemes.moe/video/ZatchBell-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kimi ni Kono Koe ga Todokimasu yo ni\"", + "type": "opening" + }, + { + "name": "OP3 \"Mienai Tsubasa\"", + "type": "opening" + }, + { + "name": "ED1 \"PERSONAL\"", + "link": "https://animethemes.moe/video/ZatchBell-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"STARS ~you don't have to worry about tomorrow~\"", + "link": "https://animethemes.moe/video/ZatchBell-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tsuyogari\"", + "type": "ending" + }, + { + "name": "ED4 \"Idea\"", + "type": "ending" + }, + { + "name": "ED5 \"Kyou yori Ashita wa\"", + "type": "ending" + }, + { + "name": "ED6 \"★Aso FEVER 2005★\"", + "type": "ending" + }, + { + "name": "ED7 \"Kasabuta\"", + "type": "ending" + } + ] + }, + { + "id": "97", + "title": "Last Exile", + "year": "2003", + "themes": [ + { + "name": "OP V1 \"Cloud Age Symphony\"", + "link": "https://animethemes.moe/video/LastExile-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Cloud Age Symphony\"", + "link": "https://animethemes.moe/video/LastExile-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Over The Sky\"", + "link": "https://animethemes.moe/video/LastExile-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1995", + "title": "Lingerie Senshi Papillon Rose", + "year": "2003", + "themes": [ + { + "name": "OP \"Rosetta\"", + "link": "https://animethemes.moe/video/PapillonRoseOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Memories\"", + "link": "https://animethemes.moe/video/PapillonRoseOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "335", + "title": "Matantei Loki Ragnarok", + "year": "2003", + "themes": [ + { + "name": "OP \"Rakuen no Tobira\"", + "link": "https://animethemes.moe/video/MatenteiLokiRagnarok-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Believe in Heaven\"", + "link": "https://animethemes.moe/video/MatenteiLokiRagnarok-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1039", + "title": "Mizuiro", + "year": "2003", + "themes": [ + { + "name": "OP \"Sora no Tsuzuki\"", + "link": "https://animethemes.moe/video/Mizuiro-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yasashisa no Hajimaru Basho\"", + "link": "https://animethemes.moe/video/Mizuiro-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "610", + "title": "Popotan", + "year": "2003", + "themes": [ + { + "name": "OP \"Popotan Hatake de Tsukamaete\"", + "link": "https://animethemes.moe/video/Popotan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"S.U.K.I\"", + "link": "https://animethemes.moe/video/Popotan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "167", + "title": "Scrapped Princess", + "year": "2003", + "themes": [ + { + "name": "OP \"Little Wing\"", + "link": "https://animethemes.moe/video/ScrappedPrincess-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Daichi no la-li-la\"", + "link": "https://animethemes.moe/video/ScrappedPrincess-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1816", + "title": "Sonic X", + "year": "2003", + "themes": [ + { + "name": "OP V1 \"Sonic Drive\"", + "link": "https://animethemes.moe/video/SonicX-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Sonic Drive\"", + "link": "https://animethemes.moe/video/SonicX-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mi-Ra-I\"", + "link": "https://animethemes.moe/video/SonicX-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hikaru Michi\"", + "link": "https://animethemes.moe/video/SonicX-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"T.O.P\"", + "link": "https://animethemes.moe/video/SonicX-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "26", + "title": "Texhnolyze", + "year": "2003", + "themes": [ + { + "name": "OP \"Guardian Angel (Xavier's Edit)\"", + "link": "https://animethemes.moe/video/Texhnolyze-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tsuki no Uta (Song of the Moon)\"", + "link": "https://animethemes.moe/video/Texhnolyze-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Walking Through the Empty Age\"", + "link": "https://animethemes.moe/video/Texhnolyze-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "113", + "title": "Uchuu no Stellvia", + "year": "2003", + "themes": [ + { + "name": "OP V1 \"Asu e no brilliant road\"", + "link": "https://animethemes.moe/video/UchuuNoStellvia-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Asu e no brilliant road\"", + "link": "https://animethemes.moe/video/UchuuNoStellvia-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kirei na Yozora\"", + "link": "https://animethemes.moe/video/UchuuNoStellvia-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"The end of the world\"", + "link": "https://animethemes.moe/video/UchuuNoStellvia-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Dear my best friend\"", + "link": "https://animethemes.moe/video/UchuuNoStellvia-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "178", + "title": "Ultra Maniac", + "year": "2003", + "themes": [ + { + "name": "OP \"Kagami no Naka\"", + "link": "https://animethemes.moe/video/UltraManiac-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hitotsu=Unmei Kyoudoutai\"", + "link": "https://animethemes.moe/video/UltraManiac-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "298", + "title": ".hack//Tasogare no Udewa Densetsu", + "year": "2003", + "themes": [ + { + "name": "OP \"New World\"", + "link": "https://animethemes.moe/video/DotHackTasogare-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Emerald Green\"", + "link": "https://animethemes.moe/video/DotHackTasogare-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1946", + "title": "Ashita no Nadja", + "year": "2003", + "themes": [ + { + "name": "OP V1 \"Nadja!!\"", + "link": "https://animethemes.moe/video/AshitaNoNadja-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Nadja!!\"", + "link": "https://animethemes.moe/video/AshitaNoNadja-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Que Sera, Sera\"", + "link": "https://animethemes.moe/video/AshitaNoNadja-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "266", + "title": "Gunparade March: Arata Naru Kougunka", + "year": "2003", + "themes": [ + { + "name": "OP \"Shinjitsu no Tobira\"", + "link": "https://animethemes.moe/video/GunparadeMarch-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Yami wo Koete\"", + "link": "https://animethemes.moe/video/GunparadeMarch-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Yami wo Koete\"", + "link": "https://animethemes.moe/video/GunparadeMarch-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "138", + "title": "Hunter x Hunter: Greed Island", + "year": "2003", + "themes": [ + { + "name": "OP \"Pray\"", + "link": "https://animethemes.moe/video/HunterHunterGreedIsland-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Popcorn\"", + "link": "https://animethemes.moe/video/HunterHunterGreedIsland-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "776", + "title": "Nanaka 6/17", + "year": "2003", + "themes": [ + { + "name": "OP \"Sunao na Mama\"", + "link": "https://animethemes.moe/video/Nanaka-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Taisetsu na Negai\"", + "link": "https://animethemes.moe/video/Nanaka-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Magical Happiness: Magical Domiko no Theme\"", + "link": "https://animethemes.moe/video/Nanaka-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2363", + "title": "Pokemon Housoukyoku", + "year": "2003", + "themes": [ + { + "name": "OP \"Pokémon Chronicles theme\"", + "link": "https://animethemes.moe/video/PokemonHousoukyokuDub-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "202", + "title": "Wolf's Rain", + "year": "2003", + "themes": [ + { + "name": "OP \"Stray\"", + "link": "https://animethemes.moe/video/WolfsRain-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Gravity\"", + "link": "https://animethemes.moe/video/WolfsRain-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tell Me What the Rain Knows\"", + "link": "https://animethemes.moe/video/WolfsRain-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "394", + "title": "Ai Yori Aoshi: Enishi", + "year": "2003", + "themes": [ + { + "name": "OP \"Takaramono\"", + "link": "https://animethemes.moe/video/AiYoriAoshiEnishi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"I Do!\"", + "link": "https://animethemes.moe/video/AiYoriAoshiEnishi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Presence\"", + "link": "https://animethemes.moe/video/AiYoriAoshiEnishi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "579", + "title": "Battle Programmer Shirase", + "year": "2003", + "themes": [ + { + "name": "OP \"suddenly\"", + "link": "https://animethemes.moe/video/BattleProgrammerShirase-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Pure enough\"", + "link": "https://animethemes.moe/video/BattleProgrammerShirase-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1050", + "title": "Bobobo-bo Bo-bobo", + "year": "2003", + "themes": [ + { + "name": "OP1 \"Wild Challenger\"", + "link": "https://animethemes.moe/video/BoboboboBobobo-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Baka Survivor\"", + "link": "https://animethemes.moe/video/BoboboboBobobo-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shiawase\"", + "link": "https://animethemes.moe/video/BoboboboBobobo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kirai Tune\"", + "link": "https://animethemes.moe/video/BoboboboBobobo-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"H.P.S.J.\"", + "link": "https://animethemes.moe/video/BoboboboBobobo-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "60", + "title": "Chrno Crusade", + "year": "2003", + "themes": [ + { + "name": "OP \"Tsubasa wa Pleasure Line\"", + "link": "https://animethemes.moe/video/ChrnoCrusade-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sayonara Solitaire\"", + "link": "https://animethemes.moe/video/ChrnoCrusade-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3101", + "title": "F-Zero: Falcon Densetsu", + "year": "2003", + "themes": [ + { + "name": "OP V1 \"THE MEANING OF TRUTH\"", + "link": "https://animethemes.moe/video/FZeroFalconDensetsu-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"THE MEANING OF TRUTH\"", + "link": "https://animethemes.moe/video/FZeroFalconDensetsu-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Resolution\"", + "link": "https://animethemes.moe/video/FZeroFalconDensetsu-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Resolution\"", + "link": "https://animethemes.moe/video/FZeroFalconDensetsu-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "121", + "title": "Fullmetal Alchemist", + "year": "2003", + "themes": [ + { + "name": "OP1 \"Melissa\"", + "link": "https://animethemes.moe/video/FullmetalAlchemist-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"READY STEADY GO\"", + "link": "https://animethemes.moe/video/FullmetalAlchemist-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"UNDO\"", + "link": "https://animethemes.moe/video/FullmetalAlchemist-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Rewrite\"", + "link": "https://animethemes.moe/video/FullmetalAlchemist-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Kesenai Tsumi\"", + "link": "https://animethemes.moe/video/FullmetalAlchemist-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Kesenai Tsumi\"", + "link": "https://animethemes.moe/video/FullmetalAlchemist-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tobira no Mukou e\"", + "link": "https://animethemes.moe/video/FullmetalAlchemist-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Motherland\"", + "link": "https://animethemes.moe/video/FullmetalAlchemist-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"I Will\"", + "link": "https://animethemes.moe/video/FullmetalAlchemist-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "344", + "title": "Futatsu no Spica", + "year": "2003", + "themes": [ + { + "name": "OP \"Venus Say\"", + "link": "https://animethemes.moe/video/FutatsuNoSpica-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Miagete Goran Yoru no Hoshi wo\"", + "link": "https://animethemes.moe/video/FutatsuNoSpica-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "267", + "title": "Gungrave", + "year": "2003", + "themes": [ + { + "name": "OP \"Family\"", + "link": "https://animethemes.moe/video/Gungrave-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Akaneiro ga Moerutoki\"", + "link": "https://animethemes.moe/video/Gungrave-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "134", + "title": "Gunslinger Girl", + "year": "2003", + "themes": [ + { + "name": "OP \"The Light Before We Land\"", + "link": "https://animethemes.moe/video/GunslingerGirl-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GunslingerGirl-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Dopo il Sogno ~Yume no Ato ni~\"", + "link": "https://animethemes.moe/video/GunslingerGirl-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GunslingerGirl-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "255", + "title": "Jungle wa Itsumo Hare nochi Guu Final", + "year": "2003", + "themes": [ + { + "name": "OP \"Love Tropicana Final\"", + "link": "https://animethemes.moe/video/HareGuuFinal-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Teruteru Bouzu\"", + "link": "https://animethemes.moe/video/HareGuuFinal-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "147", + "title": "Kimi ga Nozomu Eien", + "year": "2003", + "themes": [ + { + "name": "OP V1 \"Precious Memories\"", + "link": "https://animethemes.moe/video/KimiNozo-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Precious Memories\"", + "link": "https://animethemes.moe/video/KimiNozo-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Rumbing Hearts\"", + "link": "https://animethemes.moe/video/KimiNozo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hoshizora no Waltz\"", + "link": "https://animethemes.moe/video/KimiNozo-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kimi ga Nozomu Eien\"", + "link": "https://animethemes.moe/video/KimiNozo-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "193", + "title": "Maburaho", + "year": "2003", + "themes": [ + { + "name": "OP \"Koi no Mahou\"", + "link": "https://animethemes.moe/video/Maburaho-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"We'd Get There Some Day\"", + "type": "ending" + } + ] + }, + { + "id": "620", + "title": "Mermaid Forest", + "year": "2003", + "themes": [ + { + "name": "OP \"Like an angel\"", + "link": "https://animethemes.moe/video/MermaidForest-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mizutamari\"", + "link": "https://animethemes.moe/video/MermaidForest-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2742", + "title": "Omoikkiri Kagaku Adventure Sou Nanda!", + "year": "2003", + "themes": [ + { + "name": "OP \"Birthday Heart\"", + "link": "https://animethemes.moe/video/SouNanda-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Umi to Tsuki no Hikari\"", + "link": "https://animethemes.moe/video/SouNanda-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koi no Dial 6700\"", + "link": "https://animethemes.moe/video/SouNanda-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "329", + "title": "Planetes", + "year": "2003", + "themes": [ + { + "name": "OP \"Dive in the Sky\"", + "link": "https://animethemes.moe/video/Planetes-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Wonderful Life\"", + "link": "https://animethemes.moe/video/Planetes-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"PLANETES ~Affettuosso~\"", + "type": "ending" + } + ] + }, + { + "id": "209", + "title": "R.O.D the TV", + "year": "2003", + "themes": [ + { + "name": "OP \"R.O.D.\"", + "link": "https://animethemes.moe/video/ReadOrDieTV-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Moments in the Sun\"", + "link": "https://animethemes.moe/video/ReadOrDieTV-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Confidence\"", + "link": "https://animethemes.moe/video/ReadOrDieTV-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2108", + "title": "Rockman.EXE Axess", + "year": "2003", + "themes": [ + { + "name": "OP \"Futatsu no Mirai\"", + "link": "https://animethemes.moe/video/RockmanAxess-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hikari Todoku Basho\"", + "link": "https://animethemes.moe/video/RockmanAxess-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "114", + "title": "Sakigake!! Cromartie Koukou", + "year": "2003", + "themes": [ + { + "name": "OP \"Jun\"", + "link": "https://animethemes.moe/video/SakigakeCromartieKoukou-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/SakigakeCromartieKoukou-OP1-NCBD.webm", + "type": "ending" + }, + { + "name": "ED \"Trust Me\"", + "link": "https://animethemes.moe/video/SakigakeCromartieKoukou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "169", + "title": "Shingetsutan Tsukihime", + "year": "2003", + "themes": [ + { + "name": "OP \"The Sacred Moon\"", + "link": "https://animethemes.moe/video/Tsukihime-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Rinne No Hate Ni...\"", + "link": "https://animethemes.moe/video/Tsukihime-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "759", + "title": "Tokyo Godfathers", + "year": "2003", + "themes": [ + { + "name": "ED \"No. 9\"", + "link": "https://animethemes.moe/video/TokyoGodfathers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "497", + "title": "Yami to Boushi to Hon no Tabibito", + "year": "2003", + "themes": [ + { + "name": "OP \"Hitomi no Naka no Meikyuu\"", + "link": "https://animethemes.moe/video/Yamibou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Eien no Inori wo Sasagete\"", + "link": "https://animethemes.moe/video/Yamibou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1014", + "title": "Chicchana Yukitsukai Sugar Specials", + "year": "2003", + "themes": [ + { + "name": "OP \"Sugar Baby Love\"", + "link": "https://animethemes.moe/video/ChicchanaYukitsukaiSugar-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kokoro no Piano\"", + "link": "https://animethemes.moe/video/ChicchanaYukitsukaiSugarSpecials-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "62", + "title": "D.C.: Da Capo", + "year": "2003", + "themes": [ + { + "name": "OP \"Sakura Saku Mirai Koi Yume\"", + "link": "https://animethemes.moe/video/DaCapo-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mirai e no Melody\"", + "link": "https://animethemes.moe/video/DaCapo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Utamaru Ekaki Uta\"", + "link": "https://animethemes.moe/video/DaCapo-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sonzai\"", + "link": "https://animethemes.moe/video/DaCapo-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "294", + "title": "Divergence Eve", + "year": "2003", + "themes": [ + { + "name": "OP \"Nine Inch Nails\"", + "link": "https://animethemes.moe/video/DivergenceEve-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Pump up!\"", + "link": "https://animethemes.moe/video/DivergenceEve-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "72", + "title": "Full Metal Panic? Fumoffu", + "year": "2003", + "themes": [ + { + "name": "OP \"Sore ga, Ai Deshou\"", + "link": "https://animethemes.moe/video/FullMetalPanicFumoffu-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kimi ni Fuku Kaze\"", + "link": "https://animethemes.moe/video/FullMetalPanicFumoffu-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kimi ni Fuku Kaze\"", + "link": "https://animethemes.moe/video/FullMetalPanicFumoffu-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "133", + "title": "Green Green", + "year": "2003", + "themes": [ + { + "name": "OP \"Guri Guri\"", + "link": "https://animethemes.moe/video/GreenGreen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aozora\"", + "link": "https://animethemes.moe/video/GreenGreen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "257", + "title": "Ikkitousen", + "year": "2003", + "themes": [ + { + "name": "OP \"Drivin' Through The Night\"", + "link": "https://animethemes.moe/video/Ikkitousen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Let me be with you\"", + "link": "https://animethemes.moe/video/Ikkitousen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "631", + "title": "Mahoromatic Summer Special", + "year": "2003", + "themes": [ + { + "name": "OP \"Soreiyu - Soleil\"", + "link": "https://animethemes.moe/video/MahoromaticSummerSpecial-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hiryu Musume Ha! Date Ondo\"", + "link": "https://animethemes.moe/video/MahoromaticSummerSpecial-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "838", + "title": "Narutaru: Mukuro Naru Hoshi Tama Taru Ko", + "year": "2003", + "themes": [ + { + "name": "OP \"Nichiyoubi no Taiyou\"", + "link": "https://animethemes.moe/video/Narutaru-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kairo\"", + "link": "https://animethemes.moe/video/Narutaru-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "196", + "title": "Onegai☆Twins", + "year": "2003", + "themes": [ + { + "name": "OP \"Second Flight\"", + "link": "https://animethemes.moe/video/OnegaiTwins-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Asu e no Namida\"", + "link": "https://animethemes.moe/video/OnegaiTwins-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2486", + "title": "Rumiko Takahashi Anthology", + "year": "2003", + "themes": [ + { + "name": "OP \"Tsuzureori\"", + "link": "https://animethemes.moe/video/RumikoTakahashiAnthology-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sayonara\"", + "link": "https://animethemes.moe/video/RumikoTakahashiAnthology-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "61", + "title": "D.N.Angel", + "year": "2003", + "themes": [ + { + "name": "OP \"Byakuya ~ True Light\"", + "link": "https://animethemes.moe/video/DNAngel-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DNAngel-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED1 \"Yasashii gogo\"", + "link": "https://animethemes.moe/video/DNAngel-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hajimari no hi\"", + "link": "https://animethemes.moe/video/DNAngel-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Caged Bird\"", + "link": "https://animethemes.moe/video/DNAngel-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Michishirube\"", + "link": "https://animethemes.moe/video/DNAngel-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "618", + "title": "Juubee Ninpuuchou: Ryuuhougyoku-hen", + "year": "2003", + "themes": [ + { + "name": "OP \"Jubei's Theme\"", + "link": "https://animethemes.moe/video/JuubeeNinpuuchouTV-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shigure's Theme\"", + "link": "https://animethemes.moe/video/JuubeeNinpuuchouTV-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "427", + "title": "Kaleido Star", + "year": "2003", + "themes": [ + { + "name": "OP1 \"TAKE IT SHAKE IT\"", + "link": "https://animethemes.moe/video/KaleidoStar-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yakusoku no Basho e\"", + "link": "https://animethemes.moe/video/KaleidoStar-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Tattoo Kiss\"", + "link": "https://animethemes.moe/video/KaleidoStar-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"real identity\"", + "link": "https://animethemes.moe/video/KaleidoStar-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Boku wa Kokoni Iru\"", + "link": "https://animethemes.moe/video/KaleidoStar-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"escape\"", + "link": "https://animethemes.moe/video/KaleidoStar-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "486", + "title": "Kino no Tabi: The Beautiful World", + "year": "2003", + "themes": [ + { + "name": "OP \"All the Way\"", + "link": "https://animethemes.moe/video/KinoNoTabi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KinoNoTabi-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"The Beautiful World\"", + "link": "https://animethemes.moe/video/KinoNoTabi-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/KinoNoTabi-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "250", + "title": "Konjiki no Gash Bell!!", + "year": "2003", + "themes": [ + { + "name": "OP1 \"Kasabuta\"", + "link": "https://animethemes.moe/video/ZatchBell-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kimi ni Kono Koe ga Todokimasu yo ni\"", + "type": "opening" + }, + { + "name": "OP3 \"Mienai Tsubasa\"", + "type": "opening" + }, + { + "name": "ED1 \"PERSONAL\"", + "link": "https://animethemes.moe/video/ZatchBell-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"STARS ~you don't have to worry about tomorrow~\"", + "link": "https://animethemes.moe/video/ZatchBell-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tsuyogari\"", + "type": "ending" + }, + { + "name": "ED4 \"Idea\"", + "type": "ending" + }, + { + "name": "ED5 \"Kyou yori Ashita wa\"", + "type": "ending" + }, + { + "name": "ED6 \"★Aso FEVER 2005★\"", + "type": "ending" + }, + { + "name": "ED7 \"Kasabuta\"", + "type": "ending" + } + ] + }, + { + "id": "97", + "title": "Last Exile", + "year": "2003", + "themes": [ + { + "name": "OP V1 \"Cloud Age Symphony\"", + "link": "https://animethemes.moe/video/LastExile-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Cloud Age Symphony\"", + "link": "https://animethemes.moe/video/LastExile-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Over The Sky\"", + "link": "https://animethemes.moe/video/LastExile-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1995", + "title": "Lingerie Senshi Papillon Rose", + "year": "2003", + "themes": [ + { + "name": "OP \"Rosetta\"", + "link": "https://animethemes.moe/video/PapillonRoseOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Memories\"", + "link": "https://animethemes.moe/video/PapillonRoseOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "335", + "title": "Matantei Loki Ragnarok", + "year": "2003", + "themes": [ + { + "name": "OP \"Rakuen no Tobira\"", + "link": "https://animethemes.moe/video/MatenteiLokiRagnarok-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Believe in Heaven\"", + "link": "https://animethemes.moe/video/MatenteiLokiRagnarok-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1039", + "title": "Mizuiro", + "year": "2003", + "themes": [ + { + "name": "OP \"Sora no Tsuzuki\"", + "link": "https://animethemes.moe/video/Mizuiro-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yasashisa no Hajimaru Basho\"", + "link": "https://animethemes.moe/video/Mizuiro-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "610", + "title": "Popotan", + "year": "2003", + "themes": [ + { + "name": "OP \"Popotan Hatake de Tsukamaete\"", + "link": "https://animethemes.moe/video/Popotan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"S.U.K.I\"", + "link": "https://animethemes.moe/video/Popotan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "167", + "title": "Scrapped Princess", + "year": "2003", + "themes": [ + { + "name": "OP \"Little Wing\"", + "link": "https://animethemes.moe/video/ScrappedPrincess-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Daichi no la-li-la\"", + "link": "https://animethemes.moe/video/ScrappedPrincess-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1816", + "title": "Sonic X", + "year": "2003", + "themes": [ + { + "name": "OP V1 \"Sonic Drive\"", + "link": "https://animethemes.moe/video/SonicX-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Sonic Drive\"", + "link": "https://animethemes.moe/video/SonicX-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mi-Ra-I\"", + "link": "https://animethemes.moe/video/SonicX-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hikaru Michi\"", + "link": "https://animethemes.moe/video/SonicX-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"T.O.P\"", + "link": "https://animethemes.moe/video/SonicX-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "26", + "title": "Texhnolyze", + "year": "2003", + "themes": [ + { + "name": "OP \"Guardian Angel (Xavier's Edit)\"", + "link": "https://animethemes.moe/video/Texhnolyze-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tsuki no Uta (Song of the Moon)\"", + "link": "https://animethemes.moe/video/Texhnolyze-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Walking Through the Empty Age\"", + "link": "https://animethemes.moe/video/Texhnolyze-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "113", + "title": "Uchuu no Stellvia", + "year": "2003", + "themes": [ + { + "name": "OP V1 \"Asu e no brilliant road\"", + "link": "https://animethemes.moe/video/UchuuNoStellvia-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Asu e no brilliant road\"", + "link": "https://animethemes.moe/video/UchuuNoStellvia-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kirei na Yozora\"", + "link": "https://animethemes.moe/video/UchuuNoStellvia-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"The end of the world\"", + "link": "https://animethemes.moe/video/UchuuNoStellvia-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Dear my best friend\"", + "link": "https://animethemes.moe/video/UchuuNoStellvia-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "178", + "title": "Ultra Maniac", + "year": "2003", + "themes": [ + { + "name": "OP \"Kagami no Naka\"", + "link": "https://animethemes.moe/video/UltraManiac-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hitotsu=Unmei Kyoudoutai\"", + "link": "https://animethemes.moe/video/UltraManiac-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "298", + "title": ".hack//Tasogare no Udewa Densetsu", + "year": "2003", + "themes": [ + { + "name": "OP \"New World\"", + "link": "https://animethemes.moe/video/DotHackTasogare-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Emerald Green\"", + "link": "https://animethemes.moe/video/DotHackTasogare-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1946", + "title": "Ashita no Nadja", + "year": "2003", + "themes": [ + { + "name": "OP V1 \"Nadja!!\"", + "link": "https://animethemes.moe/video/AshitaNoNadja-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Nadja!!\"", + "link": "https://animethemes.moe/video/AshitaNoNadja-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Que Sera, Sera\"", + "link": "https://animethemes.moe/video/AshitaNoNadja-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "266", + "title": "Gunparade March: Arata Naru Kougunka", + "year": "2003", + "themes": [ + { + "name": "OP \"Shinjitsu no Tobira\"", + "link": "https://animethemes.moe/video/GunparadeMarch-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Yami wo Koete\"", + "link": "https://animethemes.moe/video/GunparadeMarch-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Yami wo Koete\"", + "link": "https://animethemes.moe/video/GunparadeMarch-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "138", + "title": "Hunter x Hunter: Greed Island", + "year": "2003", + "themes": [ + { + "name": "OP \"Pray\"", + "link": "https://animethemes.moe/video/HunterHunterGreedIsland-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Popcorn\"", + "link": "https://animethemes.moe/video/HunterHunterGreedIsland-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "776", + "title": "Nanaka 6/17", + "year": "2003", + "themes": [ + { + "name": "OP \"Sunao na Mama\"", + "link": "https://animethemes.moe/video/Nanaka-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Taisetsu na Negai\"", + "link": "https://animethemes.moe/video/Nanaka-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Magical Happiness: Magical Domiko no Theme\"", + "link": "https://animethemes.moe/video/Nanaka-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2363", + "title": "Pokemon Housoukyoku", + "year": "2003", + "themes": [ + { + "name": "OP \"Pokémon Chronicles theme\"", + "link": "https://animethemes.moe/video/PokemonHousoukyokuDub-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "202", + "title": "Wolf's Rain", + "year": "2003", + "themes": [ + { + "name": "OP \"Stray\"", + "link": "https://animethemes.moe/video/WolfsRain-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Gravity\"", + "link": "https://animethemes.moe/video/WolfsRain-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tell Me What the Rain Knows\"", + "link": "https://animethemes.moe/video/WolfsRain-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "833", + "title": "Choujuushin Gravion", + "year": "2002", + "themes": [ + { + "name": "OP \"Nageki no Rosario\"", + "link": "https://animethemes.moe/video/ChoujuushinGravion-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Wish\"", + "link": "https://animethemes.moe/video/ChoujuushinGravion-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1685", + "title": "Duel Masters", + "year": "2002", + "themes": [ + { + "name": "OP \"\"", + "link": "https://animethemes.moe/video/DuelMastersDub-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "653", + "title": "Galaxy Angel 3", + "year": "2002", + "themes": [ + { + "name": "OP1 V1 \"Galaxy Ba-ban-ga-Bang!\"", + "link": "https://animethemes.moe/video/GalaxyAngel3-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Galaxy Ba-ban-ga-Bang!\"", + "link": "https://animethemes.moe/video/GalaxyAngel3-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"Galaxy Ba-ban-ga-Bang!\"", + "link": "https://animethemes.moe/video/GalaxyAngel3-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP2 \"Angel UKKII\"", + "link": "https://animethemes.moe/video/GalaxyAngel3-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Angel Wasshoi!\"", + "link": "https://animethemes.moe/video/GalaxyAngel3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"DOTABATA*Angel Loop\"", + "link": "https://animethemes.moe/video/GalaxyAngel3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"In the Chaos\"", + "link": "https://animethemes.moe/video/GalaxyAngel3-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "132", + "title": "GetBackers", + "year": "2002", + "themes": [ + { + "name": "OP1 \"Yuragu Koto Nai Ai\"", + "link": "https://animethemes.moe/video/GetBackers-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Barairo no Sekai\"", + "link": "https://animethemes.moe/video/GetBackers-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Barairo no Sekai\"", + "link": "https://animethemes.moe/video/GetBackers-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ichibyo No Refrain\"", + "link": "https://animethemes.moe/video/GetBackers-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Namida no Hurricane\"", + "link": "https://animethemes.moe/video/GetBackers-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Mr. Déjà vu\"", + "link": "https://animethemes.moe/video/GetBackers-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Changin'\"", + "link": "https://animethemes.moe/video/GetBackers-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "467", + "title": "Ghost in the Shell: Stand Alone Complex", + "year": "2002", + "themes": [ + { + "name": "OP \"Inner Universe\"", + "link": "https://animethemes.moe/video/GhostInTheShellSAC-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Lithium Flower\"", + "link": "https://animethemes.moe/video/GhostInTheShellSAC-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "881", + "title": "Green Green OVA", + "year": "2002", + "themes": [ + { + "name": "OP \"Green Green\"", + "link": "https://animethemes.moe/video/GreenGreenOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Green Green\"", + "link": "https://animethemes.moe/video/GreenGreenOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "387", + "title": "Haibane Renmei", + "year": "2002", + "themes": [ + { + "name": "OP \"Free Bird\"", + "link": "https://animethemes.moe/video/HaibaneRenmei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Blue Flow\"", + "link": "https://animethemes.moe/video/HaibaneRenmei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2004", + "title": "Hanada Shounen-shi", + "year": "2002", + "themes": [ + { + "name": "OP \"The One\"", + "link": "https://animethemes.moe/video/HanadaShounenShi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Drowning\"", + "link": "https://animethemes.moe/video/HanadaShounenShi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "958", + "title": "HeatGuy J", + "year": "2002", + "themes": [ + { + "name": "OP \"Face\"", + "link": "https://animethemes.moe/video/HeatGuyJ-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kokoro no Sukima\"", + "link": "https://animethemes.moe/video/HeatGuyJ-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hikari\"", + "link": "https://animethemes.moe/video/HeatGuyJ-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "17", + "title": "Hungry Heart: Wild Striker", + "year": "2002", + "themes": [ + { + "name": "OP1 \"2nd Stage\"", + "link": "https://animethemes.moe/video/HungryHeart-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kiseki no Tsubasa\"", + "link": "https://animethemes.moe/video/HungryHeart-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mi Title\"", + "type": "ending" + }, + { + "name": "ED2 \"Tell Tell Bouzu\"", + "type": "ending" + }, + { + "name": "ED3 \"Watashi no Taiyou\"", + "type": "ending" + } + ] + }, + { + "id": "274", + "title": "Kiddy Grade", + "year": "2002", + "themes": [ + { + "name": "OP V1 \"Mirai no Kioku\"", + "link": "https://animethemes.moe/video/KiddyGrade-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Mirai no Kioku\"", + "link": "https://animethemes.moe/video/KiddyGrade-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Mirai no Kioku\"", + "link": "https://animethemes.moe/video/KiddyGrade-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"FUTURE\"", + "link": "https://animethemes.moe/video/KiddyGrade-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"FUTURE\"", + "link": "https://animethemes.moe/video/KiddyGrade-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"FUTURE\"", + "link": "https://animethemes.moe/video/KiddyGrade-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "194", + "title": "Macross Zero", + "year": "2002", + "themes": [ + { + "name": "ED1 \"ARKAN\"", + "link": "https://animethemes.moe/video/MacrossZero-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Life Song\"", + "link": "https://animethemes.moe/video/MacrossZero-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"yanyan\"", + "link": "https://animethemes.moe/video/MacrossZero-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Forest Song\"", + "link": "https://animethemes.moe/video/MacrossZero-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "277", + "title": "Mahoromatic 2", + "year": "2002", + "themes": [ + { + "name": "OP \"Soreiyu - Soleil\"", + "link": "https://animethemes.moe/video/Mahoromatic2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Triomatic Ran!Ran!\"", + "link": "https://animethemes.moe/video/Mahoromatic2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "93", + "title": "Mobile Suit Gundam SEED", + "year": "2002", + "themes": [ + { + "name": "OP1 \"INVOKE\"", + "link": "https://animethemes.moe/video/GundamSeed-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"moment\"", + "link": "https://animethemes.moe/video/GundamSeed-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Believe\"", + "link": "https://animethemes.moe/video/GundamSeed-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Realize\"", + "link": "https://animethemes.moe/video/GundamSeed-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Anna ni Isshodattanoni\"", + "link": "https://animethemes.moe/video/GundamSeed-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"River\"", + "link": "https://animethemes.moe/video/GundamSeed-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"FIND THE WAY\"", + "link": "https://animethemes.moe/video/GundamSeed-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "20", + "title": "Naruto", + "year": "2002", + "themes": [ + { + "name": "OP1 \"R★O★C★K★S\"", + "link": "https://animethemes.moe/video/Naruto-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Naruto-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Kanashimi wo Yasashisa ni\"", + "link": "https://animethemes.moe/video/Naruto-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"GO!!!\"", + "link": "https://animethemes.moe/video/Naruto-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Seishun Kyosokyoku\"", + "link": "https://animethemes.moe/video/Naruto-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"No Boy, No Cry\"", + "link": "https://animethemes.moe/video/Naruto-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"Namikaze Satellite\"", + "link": "https://animethemes.moe/video/Naruto-OP7.webm", + "type": "opening" + }, + { + "name": "OP8 \"Re:member\"", + "link": "https://animethemes.moe/video/Naruto-OP8.webm", + "type": "opening" + }, + { + "name": "OP9 \"YURA YURA\"", + "link": "https://animethemes.moe/video/Naruto-OP9.webm", + "type": "opening" + }, + { + "name": "ED1 \"Wind\"", + "link": "https://animethemes.moe/video/Naruto-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Harmonia\"", + "link": "https://animethemes.moe/video/Naruto-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Viva Rock ~Japanese Side~\"", + "link": "https://animethemes.moe/video/Naruto-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"ALIVE\"", + "link": "https://animethemes.moe/video/Naruto-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Ima made Nando mo\"", + "link": "https://animethemes.moe/video/Naruto-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Ryusei\"", + "link": "https://animethemes.moe/video/Naruto-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Mountain A Go Go Too\"", + "link": "https://animethemes.moe/video/Naruto-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Hajimete Kimi to Shabetta\"", + "link": "https://animethemes.moe/video/Naruto-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Nakushita Kotoba\"", + "link": "https://animethemes.moe/video/Naruto-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Speed\"", + "link": "https://animethemes.moe/video/Naruto-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Soba ni Iru Kara\"", + "link": "https://animethemes.moe/video/Naruto-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Parade\"", + "link": "https://animethemes.moe/video/Naruto-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Yellow Moon\"", + "link": "https://animethemes.moe/video/Naruto-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Pinocchio\"", + "link": "https://animethemes.moe/video/Naruto-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Scenario\"", + "link": "https://animethemes.moe/video/Naruto-ED15.webm", + "type": "ending" + } + ] + }, + { + "id": "1792", + "title": "Overman King Gainer", + "year": "2002", + "themes": [ + { + "name": "OP \"King Gainer Over!\"", + "link": "https://animethemes.moe/video/OvermanKingGainer-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Can You Feel My Soul\"", + "link": "https://animethemes.moe/video/OvermanKingGainer-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1564", + "title": "Pokemon Advanced Generation", + "year": "2002", + "themes": [ + { + "name": "OP1 \"Advance Adventure\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Challenger!\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Pokemon Symphonic Medley\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Battle Frontier\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"SpurtT!\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-OP5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sokoni Soraga Arukara\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Polka O Dolka\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Smile\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Ippai Summer\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 V1 \"GLORY DAY ~Kagayaku Sono Hi~\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-ED5.webm", + "type": "ending" + }, + { + "name": "ED5 V2 \"GLORY DAY ~Kagayaku Sono Hi~\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-ED5v2.webm", + "type": "ending" + }, + { + "name": "ED6 \"Pokemon Kazoe Uta\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"I Won't Lose! Haruka's Theme\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "327", + "title": "Puchi Pri*Yucie", + "year": "2002", + "themes": [ + { + "name": "OP \"Egao no Tensai\"", + "link": "https://animethemes.moe/video/PuchiPriYucie-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ienai kara\"", + "link": "https://animethemes.moe/video/PuchiPriYucie-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ienai kara\"", + "link": "https://animethemes.moe/video/PuchiPriYucie-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "1257", + "title": "Saint Seiya: Meiou Hades Juuni Kyuu-hen", + "year": "2002", + "themes": [ + { + "name": "OP \"Chikyuugi\"", + "link": "https://animethemes.moe/video/SaintSeiyaHadesJuuniKyuuHen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi to Onaji Aozora\"", + "link": "https://animethemes.moe/video/SaintSeiyaHadesJuuniKyuuHen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1712", + "title": "Shin Seiki Den Mars", + "year": "2002", + "themes": [ + { + "name": "OP \"Hanazono Kinema\"", + "link": "https://animethemes.moe/video/ShinseikidenMars-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"an eternity\"", + "type": "ending" + } + ] + }, + { + "id": "835", + "title": "Sister Princess: Re Pure", + "year": "2002", + "themes": [ + { + "name": "OP \"Maboroshi\"", + "link": "https://animethemes.moe/video/SisterPrincessRePure-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kimi to Ikite Iku\"", + "link": "https://animethemes.moe/video/SisterPrincessRePure-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kimi to Ikite Iku\"", + "link": "https://animethemes.moe/video/SisterPrincessRePure-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Kimi to Ikite Iku\"", + "link": "https://animethemes.moe/video/SisterPrincessRePure-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Kimi to Ikite Iku\"", + "link": "https://animethemes.moe/video/SisterPrincessRePure-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "341", + "title": "Spiral: Suiri no Kizuna", + "year": "2002", + "themes": [ + { + "name": "OP \"Kibouhou\"", + "link": "https://animethemes.moe/video/Spiral-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Cocktail\"", + "link": "https://animethemes.moe/video/Spiral-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "976", + "title": "Yokohama Kaidashi Kikou: Quiet Country Cafe", + "year": "2002", + "themes": [ + { + "name": "OP \"Cafe Alpha - Main Theme\"", + "type": "opening" + }, + { + "name": "ED \"Fuwa Fura\"", + "link": "https://animethemes.moe/video/YokohamaKaidashiKikouQCC-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "254", + "title": "Jungle wa Itsumo Hare nochi Guu Deluxe", + "year": "2002", + "themes": [ + { + "name": "OP \"Love Tropicana Deluxe\"", + "link": "https://animethemes.moe/video/HareGuuDeluxe-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Fun Fun & Shout\"", + "link": "https://animethemes.moe/video/HareGuuDeluxe-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1628", + "title": "Maou Dante", + "year": "2002", + "themes": [ + { + "name": "OP \"Release your mind\"", + "link": "https://animethemes.moe/video/MaouDante-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"heal\"", + "link": "https://animethemes.moe/video/MaouDante-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "615", + "title": "Nurse Witch Komugi-chan Magikarte", + "year": "2002", + "themes": [ + { + "name": "OP1 \"Ai no Medicine\"", + "link": "https://animethemes.moe/video/NurseWitchKomugiChanMagikarte-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ai no Medicine -Renewal-\"", + "link": "https://animethemes.moe/video/NurseWitchKomugiChanMagikarte-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Otome no Mahou de Ponde Ke Wa\"", + "link": "https://animethemes.moe/video/NurseWitchKomugiChanMagikarte-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Otome no Mahou de Ponde Ke Wa\"", + "link": "https://animethemes.moe/video/NurseWitchKomugiChanMagikarte-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Otome no Mahou de Ponde Ke Wa\"", + "link": "https://animethemes.moe/video/NurseWitchKomugiChanMagikarte-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 \"three\"", + "link": "https://animethemes.moe/video/NurseWitchKomugiChanMagikarte-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "721", + "title": "Princess Tutu", + "year": "2002", + "themes": [ + { + "name": "OP \"Morning Grace\"", + "link": "https://animethemes.moe/video/PrincessTutu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Watashi No Ai Wa Chiisaikeredo\"", + "link": "https://animethemes.moe/video/PrincessTutu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "529", + "title": "Saishuu Heiki Kanojo", + "year": "2002", + "themes": [ + { + "name": "OP \"Koisuru Kimochi\"", + "link": "https://animethemes.moe/video/SaishuuHeikiKanojo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sayonara\"", + "link": "https://animethemes.moe/video/SaishuuHeikiKanojo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "419", + "title": "Samurai Deeper Kyou", + "year": "2002", + "themes": [ + { + "name": "OP \"Ao no Requiem\"", + "link": "https://animethemes.moe/video/SamuraiDeeperKyou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"LOVE DEEPER\"", + "link": "https://animethemes.moe/video/SamuraiDeeperKyou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1033", + "title": "Sennen Joyuu", + "year": "2002", + "themes": [ + { + "name": "OP \"Chiyoko no Theme Mode-1\"", + "link": "https://animethemes.moe/video/SennenJoyuu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Rotation [lotus-2]\"", + "link": "https://animethemes.moe/video/SennenJoyuu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1127", + "title": "UFO Princess Valkyrie", + "year": "2002", + "themes": [ + { + "name": "OP \"Itoshii Kakera\"", + "link": "https://animethemes.moe/video/UFOPrincessValkyrie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Save\"", + "link": "https://animethemes.moe/video/UFOPrincessValkyrie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "7", + "title": "Witch Hunter Robin", + "year": "2002", + "themes": [ + { + "name": "OP \"Shell\"", + "link": "https://animethemes.moe/video/WitchHunterRobin-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"half pain\"", + "link": "https://animethemes.moe/video/WitchHunterRobin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "299", + "title": ".hack//Liminality", + "year": "2002", + "themes": [ + { + "name": "OP1 \"Edge\"", + "link": "https://animethemes.moe/video/DotHackLiminality-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Senyaichiya\"", + "link": "https://animethemes.moe/video/DotHackLiminality-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Kimi ga Ita Monogatari\"", + "link": "https://animethemes.moe/video/DotHackLiminality-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Kioku\"", + "link": "https://animethemes.moe/video/DotHackLiminality-OP4.webm", + "type": "opening" + }, + { + "name": "ED \"Tasogare no Umi\"", + "type": "ending" + } + ] + }, + { + "id": "48", + "title": ".hack//Sign", + "year": "2002", + "themes": [ + { + "name": "OP \"Obsession\"", + "link": "https://animethemes.moe/video/DotHackSign-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yasashii Yoake\"", + "link": "https://animethemes.moe/video/DotHackSign-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "306", + "title": "Abenobashi Mahou☆Shoutengai", + "year": "2002", + "themes": [ + { + "name": "OP \"Treat or Goblins\"", + "link": "https://animethemes.moe/video/AbenobashiMahouShoutengai-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Anata no kokoro ni\"", + "link": "https://animethemes.moe/video/AbenobashiMahouShoutengai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "53", + "title": "Ai Yori Aoshi", + "year": "2002", + "themes": [ + { + "name": "OP V1 \"Towa no Hana\"", + "link": "https://animethemes.moe/video/AiYoriAoshi-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Towa no Hana\"", + "link": "https://animethemes.moe/video/AiYoriAoshi-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Namo Shirenu Hana\"", + "link": "https://animethemes.moe/video/AiYoriAoshi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Akai Hana\"", + "link": "https://animethemes.moe/video/AiYoriAoshi-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"I'll Be Home\"", + "link": "https://animethemes.moe/video/AiYoriAoshi-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "66", + "title": "Azumanga Daioh", + "year": "2002", + "themes": [ + { + "name": "OP \"Soramimi Cake\"", + "link": "https://animethemes.moe/video/AzumangaDaioh-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Raspberry Heaven\"", + "link": "https://animethemes.moe/video/AzumangaDaioh-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "59", + "title": "Chobits", + "year": "2002", + "themes": [ + { + "name": "OP \"Let Me Be With You\"", + "link": "https://animethemes.moe/video/Chobits-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Raison d'Être\"", + "link": "https://animethemes.moe/video/Chobits-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ningyohime\"", + "link": "https://animethemes.moe/video/Chobits-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Katakoto no Koi (duet ver.)\"", + "link": "https://animethemes.moe/video/Chobits-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "1132", + "title": "Digimon Frontier", + "year": "2002", + "themes": [ + { + "name": "OP \"FIRE!!\"", + "link": "https://animethemes.moe/video/DigimonFrontier-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Innocent ~Mujaki na Mama de~\"", + "link": "https://animethemes.moe/video/DigimonFrontier-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"An Endless Tale\"", + "link": "https://animethemes.moe/video/DigimonFrontier-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "122", + "title": "Full Moon wo Sagashite", + "year": "2002", + "themes": [ + { + "name": "OP1 \"I ♥ U\"", + "link": "https://animethemes.moe/video/FullMoonWoSagashite-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Rock'n Roll Princess\"", + "link": "https://animethemes.moe/video/FullMoonWoSagashite-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"New Future\"", + "link": "https://animethemes.moe/video/FullMoonWoSagashite-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Myself\"", + "link": "https://animethemes.moe/video/FullMoonWoSagashite-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Eternal Snow\"", + "link": "https://animethemes.moe/video/FullMoonWoSagashite-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Love Chronicle\"", + "link": "https://animethemes.moe/video/FullMoonWoSagashite-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "153", + "title": "Juuni Kokuki", + "year": "2002", + "themes": [ + { + "name": "OP \"Juuni Genmukyoku\"", + "link": "https://animethemes.moe/video/JuuniKokuki-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Getsumei Fuuei\"", + "link": "https://animethemes.moe/video/JuuniKokuki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "162", + "title": "Pita Ten", + "year": "2002", + "themes": [ + { + "name": "OP \"Wake Up Angel ~Negaimashite ha Mugen Nari~\"", + "link": "https://animethemes.moe/video/PitaTen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chiisa na Mahou\"", + "link": "https://animethemes.moe/video/PitaTen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "197", + "title": "Rizelmine", + "year": "2002", + "themes": [ + { + "name": "OP \"Hajimete Shimasho!\"", + "link": "https://animethemes.moe/video/Rizelmine-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Honki PAWAA no Dasshu!\"", + "link": "https://animethemes.moe/video/Rizelmine-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"To My Husband\"", + "link": "https://animethemes.moe/video/Rizelmine-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1710", + "title": "Rockman.EXE", + "year": "2002", + "themes": [ + { + "name": "OP V1 \"Kaze wo Tsukinukete\"", + "link": "https://animethemes.moe/video/Rockman-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kaze wo Tsukinukete\"", + "link": "https://animethemes.moe/video/Rockman-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Piece of Peace\"", + "link": "https://animethemes.moe/video/Rockman-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"begin the TRY\"", + "link": "https://animethemes.moe/video/Rockman-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "200", + "title": "Tenshi na Konamaiki", + "year": "2002", + "themes": [ + { + "name": "OP1 \"grand blue\"", + "link": "https://animethemes.moe/video/TenshiNaKonamaiki-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Sun rise train\"", + "link": "https://animethemes.moe/video/TenshiNaKonamaiki-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Whenever I think of you\"", + "link": "https://animethemes.moe/video/TenshiNaKonamaiki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"It's for you\"", + "link": "https://animethemes.moe/video/TenshiNaKonamaiki-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tears Go By\"", + "link": "https://animethemes.moe/video/TenshiNaKonamaiki-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Secret&Lies\"", + "link": "https://animethemes.moe/video/TenshiNaKonamaiki-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "687", + "title": "Tokyo Mew Mew", + "year": "2002", + "themes": [ + { + "name": "OP \"My Sweet Heart\"", + "link": "https://animethemes.moe/video/TokyoMewMew-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koi wa A La Mode\"", + "link": "https://animethemes.moe/video/TokyoMewMew-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1744", + "title": "Wagamama☆Fairy Mirumo de Pon!", + "year": "2002", + "themes": [ + { + "name": "OP1 \"Pretty Cake Magic\"", + "link": "https://animethemes.moe/video/MirmoZibang-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kechirase!\"", + "link": "https://animethemes.moe/video/MirmoZibang-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Happy Lucky: Onegai, Mirumo!\"", + "link": "https://animethemes.moe/video/MirmoZibang-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Fun Fun Fantasy\"", + "link": "https://animethemes.moe/video/MirmoZibang-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Love Love\"", + "link": "https://animethemes.moe/video/MirmoZibang-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Ashita ni Nare\"", + "link": "https://animethemes.moe/video/MirmoZibang-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"Sugar Sugar Love\"", + "link": "https://animethemes.moe/video/MirmoZibang-OP7.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mirumo no Waltz\"", + "link": "https://animethemes.moe/video/MirmoZibang-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sarara\"", + "link": "https://animethemes.moe/video/MirmoZibang-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Asunaru no Uta\"", + "link": "https://animethemes.moe/video/MirmoZibang-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Precious Moment\"", + "link": "https://animethemes.moe/video/MirmoZibang-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Taisetsu na Tomodachi\"", + "link": "https://animethemes.moe/video/MirmoZibang-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"'Gomen Nasai' wa Mahou no Kotoba\"", + "link": "https://animethemes.moe/video/MirmoZibang-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Special Smile!\"", + "link": "https://animethemes.moe/video/MirmoZibang-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Odoru Mahou no Osouzai Byon\"", + "link": "https://animethemes.moe/video/MirmoZibang-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Boku no Tonari\"", + "link": "https://animethemes.moe/video/MirmoZibang-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Brownie\"", + "link": "https://animethemes.moe/video/MirmoZibang-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Cherry Girl\"", + "link": "https://animethemes.moe/video/MirmoZibang-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "71", + "title": "Full Metal Panic!", + "year": "2002", + "themes": [ + { + "name": "OP \"Tomorrow\"", + "link": "https://animethemes.moe/video/FullMetalPanic-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Karenai Hana\"", + "link": "https://animethemes.moe/video/FullMetalPanic-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "652", + "title": "Galaxy Angel Z", + "year": "2002", + "themes": [ + { + "name": "OP \"Yumemitai ANGEL-tai\"", + "link": "https://animethemes.moe/video/GalaxyAngelZ-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Happy Question\"", + "link": "https://animethemes.moe/video/GalaxyAngelZ-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "137", + "title": "Hunter x Hunter OVA", + "year": "2002", + "themes": [ + { + "name": "OP \"Pale Ale\"", + "link": "https://animethemes.moe/video/HunterHunterOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Carry on\"", + "link": "https://animethemes.moe/video/HunterHunterOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "144", + "title": "Kanon", + "year": "2002", + "themes": [ + { + "name": "OP \"Florescence\"", + "link": "https://animethemes.moe/video/Kanon-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"flower\"", + "link": "https://animethemes.moe/video/Kanon-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kaze no Tadori Tsuku Basho\"", + "link": "https://animethemes.moe/video/Kanon-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1707", + "title": "Kinnikuman II Sei", + "year": "2002", + "themes": [ + { + "name": "OP \"HUSTLE MUSCLE\"", + "link": "https://animethemes.moe/video/KinnikumanNisei-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ai no Muscle\"", + "link": "https://animethemes.moe/video/KinnikumanNisei-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koi no My Chop!!\"", + "link": "https://animethemes.moe/video/KinnikumanNisei-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "190", + "title": "Love Hina Again", + "year": "2002", + "themes": [ + { + "name": "OP \"Kirari Takaramono\"", + "link": "https://animethemes.moe/video/LoveHinaAgain-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Be For You, Be For Me\" by Yui Horie", + "link": "https://animethemes.moe/video/LoveHinaAgain-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Be For You, Be For Me\" by Natsuko Kuwatani", + "link": "https://animethemes.moe/video/LoveHinaAgain-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Be For You, Be For Me\" by Yuji Ueda & Yui Horie", + "link": "https://animethemes.moe/video/LoveHinaAgain-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "195", + "title": "Onegai☆Teacher", + "year": "2002", + "themes": [ + { + "name": "OP \"Shooting Star\"", + "link": "https://animethemes.moe/video/OnegaiTeacher-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sora no Mori De\"", + "link": "https://animethemes.moe/video/OnegaiTeacher-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Love a Riddle\"", + "link": "https://animethemes.moe/video/OnegaiTeacher-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "165", + "title": "RahXephon", + "year": "2002", + "themes": [ + { + "name": "OP1 V1 \"Hemisphere\"", + "link": "https://animethemes.moe/video/RahXephon-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Hemisphere\"", + "link": "https://animethemes.moe/video/RahXephon-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hemisphere (Instrumental)\"", + "type": "opening" + }, + { + "name": "ED1 \"Yume no Tamago (English Version)\"", + "link": "https://animethemes.moe/video/RahXephon-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yume no Tamago\"", + "type": "ending" + }, + { + "name": "ED3 \"Before You Know\"", + "type": "ending" + } + ] + }, + { + "id": "833", + "title": "Choujuushin Gravion", + "year": "2002", + "themes": [ + { + "name": "OP \"Nageki no Rosario\"", + "link": "https://animethemes.moe/video/ChoujuushinGravion-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Wish\"", + "link": "https://animethemes.moe/video/ChoujuushinGravion-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1685", + "title": "Duel Masters", + "year": "2002", + "themes": [ + { + "name": "OP \"\"", + "link": "https://animethemes.moe/video/DuelMastersDub-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "653", + "title": "Galaxy Angel 3", + "year": "2002", + "themes": [ + { + "name": "OP1 V1 \"Galaxy Ba-ban-ga-Bang!\"", + "link": "https://animethemes.moe/video/GalaxyAngel3-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Galaxy Ba-ban-ga-Bang!\"", + "link": "https://animethemes.moe/video/GalaxyAngel3-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"Galaxy Ba-ban-ga-Bang!\"", + "link": "https://animethemes.moe/video/GalaxyAngel3-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP2 \"Angel UKKII\"", + "link": "https://animethemes.moe/video/GalaxyAngel3-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Angel Wasshoi!\"", + "link": "https://animethemes.moe/video/GalaxyAngel3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"DOTABATA*Angel Loop\"", + "link": "https://animethemes.moe/video/GalaxyAngel3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"In the Chaos\"", + "link": "https://animethemes.moe/video/GalaxyAngel3-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "132", + "title": "GetBackers", + "year": "2002", + "themes": [ + { + "name": "OP1 \"Yuragu Koto Nai Ai\"", + "link": "https://animethemes.moe/video/GetBackers-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Barairo no Sekai\"", + "link": "https://animethemes.moe/video/GetBackers-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Barairo no Sekai\"", + "link": "https://animethemes.moe/video/GetBackers-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ichibyo No Refrain\"", + "link": "https://animethemes.moe/video/GetBackers-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Namida no Hurricane\"", + "link": "https://animethemes.moe/video/GetBackers-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Mr. Déjà vu\"", + "link": "https://animethemes.moe/video/GetBackers-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Changin'\"", + "link": "https://animethemes.moe/video/GetBackers-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "467", + "title": "Ghost in the Shell: Stand Alone Complex", + "year": "2002", + "themes": [ + { + "name": "OP \"Inner Universe\"", + "link": "https://animethemes.moe/video/GhostInTheShellSAC-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Lithium Flower\"", + "link": "https://animethemes.moe/video/GhostInTheShellSAC-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "881", + "title": "Green Green OVA", + "year": "2002", + "themes": [ + { + "name": "OP \"Green Green\"", + "link": "https://animethemes.moe/video/GreenGreenOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Green Green\"", + "link": "https://animethemes.moe/video/GreenGreenOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "387", + "title": "Haibane Renmei", + "year": "2002", + "themes": [ + { + "name": "OP \"Free Bird\"", + "link": "https://animethemes.moe/video/HaibaneRenmei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Blue Flow\"", + "link": "https://animethemes.moe/video/HaibaneRenmei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2004", + "title": "Hanada Shounen-shi", + "year": "2002", + "themes": [ + { + "name": "OP \"The One\"", + "link": "https://animethemes.moe/video/HanadaShounenShi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Drowning\"", + "link": "https://animethemes.moe/video/HanadaShounenShi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "958", + "title": "HeatGuy J", + "year": "2002", + "themes": [ + { + "name": "OP \"Face\"", + "link": "https://animethemes.moe/video/HeatGuyJ-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kokoro no Sukima\"", + "link": "https://animethemes.moe/video/HeatGuyJ-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hikari\"", + "link": "https://animethemes.moe/video/HeatGuyJ-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "17", + "title": "Hungry Heart: Wild Striker", + "year": "2002", + "themes": [ + { + "name": "OP1 \"2nd Stage\"", + "link": "https://animethemes.moe/video/HungryHeart-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kiseki no Tsubasa\"", + "link": "https://animethemes.moe/video/HungryHeart-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mi Title\"", + "type": "ending" + }, + { + "name": "ED2 \"Tell Tell Bouzu\"", + "type": "ending" + }, + { + "name": "ED3 \"Watashi no Taiyou\"", + "type": "ending" + } + ] + }, + { + "id": "274", + "title": "Kiddy Grade", + "year": "2002", + "themes": [ + { + "name": "OP V1 \"Mirai no Kioku\"", + "link": "https://animethemes.moe/video/KiddyGrade-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Mirai no Kioku\"", + "link": "https://animethemes.moe/video/KiddyGrade-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Mirai no Kioku\"", + "link": "https://animethemes.moe/video/KiddyGrade-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"FUTURE\"", + "link": "https://animethemes.moe/video/KiddyGrade-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"FUTURE\"", + "link": "https://animethemes.moe/video/KiddyGrade-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"FUTURE\"", + "link": "https://animethemes.moe/video/KiddyGrade-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "194", + "title": "Macross Zero", + "year": "2002", + "themes": [ + { + "name": "ED1 \"ARKAN\"", + "link": "https://animethemes.moe/video/MacrossZero-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Life Song\"", + "link": "https://animethemes.moe/video/MacrossZero-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"yanyan\"", + "link": "https://animethemes.moe/video/MacrossZero-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Forest Song\"", + "link": "https://animethemes.moe/video/MacrossZero-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "277", + "title": "Mahoromatic 2", + "year": "2002", + "themes": [ + { + "name": "OP \"Soreiyu - Soleil\"", + "link": "https://animethemes.moe/video/Mahoromatic2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Triomatic Ran!Ran!\"", + "link": "https://animethemes.moe/video/Mahoromatic2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "93", + "title": "Mobile Suit Gundam SEED", + "year": "2002", + "themes": [ + { + "name": "OP1 \"INVOKE\"", + "link": "https://animethemes.moe/video/GundamSeed-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"moment\"", + "link": "https://animethemes.moe/video/GundamSeed-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Believe\"", + "link": "https://animethemes.moe/video/GundamSeed-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Realize\"", + "link": "https://animethemes.moe/video/GundamSeed-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Anna ni Isshodattanoni\"", + "link": "https://animethemes.moe/video/GundamSeed-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"River\"", + "link": "https://animethemes.moe/video/GundamSeed-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"FIND THE WAY\"", + "link": "https://animethemes.moe/video/GundamSeed-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "20", + "title": "Naruto", + "year": "2002", + "themes": [ + { + "name": "OP1 \"R★O★C★K★S\"", + "link": "https://animethemes.moe/video/Naruto-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Haruka Kanata\"", + "link": "https://animethemes.moe/video/Naruto-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Kanashimi wo Yasashisa ni\"", + "link": "https://animethemes.moe/video/Naruto-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"GO!!!\"", + "link": "https://animethemes.moe/video/Naruto-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Seishun Kyosokyoku\"", + "link": "https://animethemes.moe/video/Naruto-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"No Boy, No Cry\"", + "link": "https://animethemes.moe/video/Naruto-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"Namikaze Satellite\"", + "link": "https://animethemes.moe/video/Naruto-OP7.webm", + "type": "opening" + }, + { + "name": "OP8 \"Re:member\"", + "link": "https://animethemes.moe/video/Naruto-OP8.webm", + "type": "opening" + }, + { + "name": "OP9 \"YURA YURA\"", + "link": "https://animethemes.moe/video/Naruto-OP9.webm", + "type": "opening" + }, + { + "name": "ED1 \"Wind\"", + "link": "https://animethemes.moe/video/Naruto-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Harmonia\"", + "link": "https://animethemes.moe/video/Naruto-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Viva Rock ~Japanese Side~\"", + "link": "https://animethemes.moe/video/Naruto-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"ALIVE\"", + "link": "https://animethemes.moe/video/Naruto-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Ima made Nando mo\"", + "link": "https://animethemes.moe/video/Naruto-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Ryusei\"", + "link": "https://animethemes.moe/video/Naruto-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Mountain A Go Go Too\"", + "link": "https://animethemes.moe/video/Naruto-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Hajimete Kimi to Shabetta\"", + "link": "https://animethemes.moe/video/Naruto-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Nakushita Kotoba\"", + "link": "https://animethemes.moe/video/Naruto-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Speed\"", + "link": "https://animethemes.moe/video/Naruto-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Soba ni Iru Kara\"", + "link": "https://animethemes.moe/video/Naruto-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Parade\"", + "link": "https://animethemes.moe/video/Naruto-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Yellow Moon\"", + "link": "https://animethemes.moe/video/Naruto-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Pinocchio\"", + "link": "https://animethemes.moe/video/Naruto-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Scenario\"", + "link": "https://animethemes.moe/video/Naruto-ED15.webm", + "type": "ending" + } + ] + }, + { + "id": "1792", + "title": "Overman King Gainer", + "year": "2002", + "themes": [ + { + "name": "OP \"King Gainer Over!\"", + "link": "https://animethemes.moe/video/OvermanKingGainer-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Can You Feel My Soul\"", + "link": "https://animethemes.moe/video/OvermanKingGainer-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1564", + "title": "Pokemon Advanced Generation", + "year": "2002", + "themes": [ + { + "name": "OP1 \"Advance Adventure\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Challenger!\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Pokemon Symphonic Medley\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Battle Frontier\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"SpurtT!\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-OP5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sokoni Soraga Arukara\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Polka O Dolka\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Smile\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Ippai Summer\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 V1 \"GLORY DAY ~Kagayaku Sono Hi~\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-ED5.webm", + "type": "ending" + }, + { + "name": "ED5 V2 \"GLORY DAY ~Kagayaku Sono Hi~\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-ED5v2.webm", + "type": "ending" + }, + { + "name": "ED6 \"Pokemon Kazoe Uta\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"I Won't Lose! Haruka's Theme\"", + "link": "https://animethemes.moe/video/PokemonAdvancedGeneration-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "327", + "title": "Puchi Pri*Yucie", + "year": "2002", + "themes": [ + { + "name": "OP \"Egao no Tensai\"", + "link": "https://animethemes.moe/video/PuchiPriYucie-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ienai kara\"", + "link": "https://animethemes.moe/video/PuchiPriYucie-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ienai kara\"", + "link": "https://animethemes.moe/video/PuchiPriYucie-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "1257", + "title": "Saint Seiya: Meiou Hades Juuni Kyuu-hen", + "year": "2002", + "themes": [ + { + "name": "OP \"Chikyuugi\"", + "link": "https://animethemes.moe/video/SaintSeiyaHadesJuuniKyuuHen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi to Onaji Aozora\"", + "link": "https://animethemes.moe/video/SaintSeiyaHadesJuuniKyuuHen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1712", + "title": "Shin Seiki Den Mars", + "year": "2002", + "themes": [ + { + "name": "OP \"Hanazono Kinema\"", + "link": "https://animethemes.moe/video/ShinseikidenMars-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"an eternity\"", + "type": "ending" + } + ] + }, + { + "id": "835", + "title": "Sister Princess: Re Pure", + "year": "2002", + "themes": [ + { + "name": "OP \"Maboroshi\"", + "link": "https://animethemes.moe/video/SisterPrincessRePure-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kimi to Ikite Iku\"", + "link": "https://animethemes.moe/video/SisterPrincessRePure-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kimi to Ikite Iku\"", + "link": "https://animethemes.moe/video/SisterPrincessRePure-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Kimi to Ikite Iku\"", + "link": "https://animethemes.moe/video/SisterPrincessRePure-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Kimi to Ikite Iku\"", + "link": "https://animethemes.moe/video/SisterPrincessRePure-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "341", + "title": "Spiral: Suiri no Kizuna", + "year": "2002", + "themes": [ + { + "name": "OP \"Kibouhou\"", + "link": "https://animethemes.moe/video/Spiral-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Cocktail\"", + "link": "https://animethemes.moe/video/Spiral-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "976", + "title": "Yokohama Kaidashi Kikou: Quiet Country Cafe", + "year": "2002", + "themes": [ + { + "name": "OP \"Cafe Alpha - Main Theme\"", + "type": "opening" + }, + { + "name": "ED \"Fuwa Fura\"", + "link": "https://animethemes.moe/video/YokohamaKaidashiKikouQCC-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "254", + "title": "Jungle wa Itsumo Hare nochi Guu Deluxe", + "year": "2002", + "themes": [ + { + "name": "OP \"Love Tropicana Deluxe\"", + "link": "https://animethemes.moe/video/HareGuuDeluxe-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Fun Fun & Shout\"", + "link": "https://animethemes.moe/video/HareGuuDeluxe-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1628", + "title": "Maou Dante", + "year": "2002", + "themes": [ + { + "name": "OP \"Release your mind\"", + "link": "https://animethemes.moe/video/MaouDante-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"heal\"", + "link": "https://animethemes.moe/video/MaouDante-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "615", + "title": "Nurse Witch Komugi-chan Magikarte", + "year": "2002", + "themes": [ + { + "name": "OP1 \"Ai no Medicine\"", + "link": "https://animethemes.moe/video/NurseWitchKomugiChanMagikarte-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ai no Medicine -Renewal-\"", + "link": "https://animethemes.moe/video/NurseWitchKomugiChanMagikarte-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Otome no Mahou de Ponde Ke Wa\"", + "link": "https://animethemes.moe/video/NurseWitchKomugiChanMagikarte-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Otome no Mahou de Ponde Ke Wa\"", + "link": "https://animethemes.moe/video/NurseWitchKomugiChanMagikarte-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED1 V3 \"Otome no Mahou de Ponde Ke Wa\"", + "link": "https://animethemes.moe/video/NurseWitchKomugiChanMagikarte-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED2 \"three\"", + "link": "https://animethemes.moe/video/NurseWitchKomugiChanMagikarte-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "721", + "title": "Princess Tutu", + "year": "2002", + "themes": [ + { + "name": "OP \"Morning Grace\"", + "link": "https://animethemes.moe/video/PrincessTutu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Watashi No Ai Wa Chiisaikeredo\"", + "link": "https://animethemes.moe/video/PrincessTutu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "529", + "title": "Saishuu Heiki Kanojo", + "year": "2002", + "themes": [ + { + "name": "OP \"Koisuru Kimochi\"", + "link": "https://animethemes.moe/video/SaishuuHeikiKanojo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sayonara\"", + "link": "https://animethemes.moe/video/SaishuuHeikiKanojo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "419", + "title": "Samurai Deeper Kyou", + "year": "2002", + "themes": [ + { + "name": "OP \"Ao no Requiem\"", + "link": "https://animethemes.moe/video/SamuraiDeeperKyou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"LOVE DEEPER\"", + "link": "https://animethemes.moe/video/SamuraiDeeperKyou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1033", + "title": "Sennen Joyuu", + "year": "2002", + "themes": [ + { + "name": "OP \"Chiyoko no Theme Mode-1\"", + "link": "https://animethemes.moe/video/SennenJoyuu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Rotation [lotus-2]\"", + "link": "https://animethemes.moe/video/SennenJoyuu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1127", + "title": "UFO Princess Valkyrie", + "year": "2002", + "themes": [ + { + "name": "OP \"Itoshii Kakera\"", + "link": "https://animethemes.moe/video/UFOPrincessValkyrie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Save\"", + "link": "https://animethemes.moe/video/UFOPrincessValkyrie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "7", + "title": "Witch Hunter Robin", + "year": "2002", + "themes": [ + { + "name": "OP \"Shell\"", + "link": "https://animethemes.moe/video/WitchHunterRobin-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"half pain\"", + "link": "https://animethemes.moe/video/WitchHunterRobin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "299", + "title": ".hack//Liminality", + "year": "2002", + "themes": [ + { + "name": "OP1 \"Edge\"", + "link": "https://animethemes.moe/video/DotHackLiminality-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Senyaichiya\"", + "link": "https://animethemes.moe/video/DotHackLiminality-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Kimi ga Ita Monogatari\"", + "link": "https://animethemes.moe/video/DotHackLiminality-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Kioku\"", + "link": "https://animethemes.moe/video/DotHackLiminality-OP4.webm", + "type": "opening" + }, + { + "name": "ED \"Tasogare no Umi\"", + "type": "ending" + } + ] + }, + { + "id": "48", + "title": ".hack//Sign", + "year": "2002", + "themes": [ + { + "name": "OP \"Obsession\"", + "link": "https://animethemes.moe/video/DotHackSign-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yasashii Yoake\"", + "link": "https://animethemes.moe/video/DotHackSign-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "306", + "title": "Abenobashi Mahou☆Shoutengai", + "year": "2002", + "themes": [ + { + "name": "OP \"Treat or Goblins\"", + "link": "https://animethemes.moe/video/AbenobashiMahouShoutengai-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Anata no kokoro ni\"", + "link": "https://animethemes.moe/video/AbenobashiMahouShoutengai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "53", + "title": "Ai Yori Aoshi", + "year": "2002", + "themes": [ + { + "name": "OP V1 \"Towa no Hana\"", + "link": "https://animethemes.moe/video/AiYoriAoshi-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Towa no Hana\"", + "link": "https://animethemes.moe/video/AiYoriAoshi-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Namo Shirenu Hana\"", + "link": "https://animethemes.moe/video/AiYoriAoshi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Akai Hana\"", + "link": "https://animethemes.moe/video/AiYoriAoshi-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"I'll Be Home\"", + "link": "https://animethemes.moe/video/AiYoriAoshi-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "66", + "title": "Azumanga Daioh", + "year": "2002", + "themes": [ + { + "name": "OP \"Soramimi Cake\"", + "link": "https://animethemes.moe/video/AzumangaDaioh-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Raspberry Heaven\"", + "link": "https://animethemes.moe/video/AzumangaDaioh-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "59", + "title": "Chobits", + "year": "2002", + "themes": [ + { + "name": "OP \"Let Me Be With You\"", + "link": "https://animethemes.moe/video/Chobits-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Raison d'Être\"", + "link": "https://animethemes.moe/video/Chobits-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ningyohime\"", + "link": "https://animethemes.moe/video/Chobits-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Katakoto no Koi (duet ver.)\"", + "link": "https://animethemes.moe/video/Chobits-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "1132", + "title": "Digimon Frontier", + "year": "2002", + "themes": [ + { + "name": "OP \"FIRE!!\"", + "link": "https://animethemes.moe/video/DigimonFrontier-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Innocent ~Mujaki na Mama de~\"", + "link": "https://animethemes.moe/video/DigimonFrontier-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"An Endless Tale\"", + "link": "https://animethemes.moe/video/DigimonFrontier-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "122", + "title": "Full Moon wo Sagashite", + "year": "2002", + "themes": [ + { + "name": "OP1 \"I ♥ U\"", + "link": "https://animethemes.moe/video/FullMoonWoSagashite-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Rock'n Roll Princess\"", + "link": "https://animethemes.moe/video/FullMoonWoSagashite-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"New Future\"", + "link": "https://animethemes.moe/video/FullMoonWoSagashite-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Myself\"", + "link": "https://animethemes.moe/video/FullMoonWoSagashite-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Eternal Snow\"", + "link": "https://animethemes.moe/video/FullMoonWoSagashite-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Love Chronicle\"", + "link": "https://animethemes.moe/video/FullMoonWoSagashite-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "153", + "title": "Juuni Kokuki", + "year": "2002", + "themes": [ + { + "name": "OP \"Juuni Genmukyoku\"", + "link": "https://animethemes.moe/video/JuuniKokuki-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Getsumei Fuuei\"", + "link": "https://animethemes.moe/video/JuuniKokuki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "162", + "title": "Pita Ten", + "year": "2002", + "themes": [ + { + "name": "OP \"Wake Up Angel ~Negaimashite ha Mugen Nari~\"", + "link": "https://animethemes.moe/video/PitaTen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chiisa na Mahou\"", + "link": "https://animethemes.moe/video/PitaTen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "197", + "title": "Rizelmine", + "year": "2002", + "themes": [ + { + "name": "OP \"Hajimete Shimasho!\"", + "link": "https://animethemes.moe/video/Rizelmine-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Honki PAWAA no Dasshu!\"", + "link": "https://animethemes.moe/video/Rizelmine-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"To My Husband\"", + "link": "https://animethemes.moe/video/Rizelmine-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1710", + "title": "Rockman.EXE", + "year": "2002", + "themes": [ + { + "name": "OP V1 \"Kaze wo Tsukinukete\"", + "link": "https://animethemes.moe/video/Rockman-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kaze wo Tsukinukete\"", + "link": "https://animethemes.moe/video/Rockman-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Piece of Peace\"", + "link": "https://animethemes.moe/video/Rockman-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"begin the TRY\"", + "link": "https://animethemes.moe/video/Rockman-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "200", + "title": "Tenshi na Konamaiki", + "year": "2002", + "themes": [ + { + "name": "OP1 \"grand blue\"", + "link": "https://animethemes.moe/video/TenshiNaKonamaiki-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Sun rise train\"", + "link": "https://animethemes.moe/video/TenshiNaKonamaiki-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Whenever I think of you\"", + "link": "https://animethemes.moe/video/TenshiNaKonamaiki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"It's for you\"", + "link": "https://animethemes.moe/video/TenshiNaKonamaiki-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tears Go By\"", + "link": "https://animethemes.moe/video/TenshiNaKonamaiki-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Secret&Lies\"", + "link": "https://animethemes.moe/video/TenshiNaKonamaiki-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "687", + "title": "Tokyo Mew Mew", + "year": "2002", + "themes": [ + { + "name": "OP \"My Sweet Heart\"", + "link": "https://animethemes.moe/video/TokyoMewMew-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koi wa A La Mode\"", + "link": "https://animethemes.moe/video/TokyoMewMew-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1744", + "title": "Wagamama☆Fairy Mirumo de Pon!", + "year": "2002", + "themes": [ + { + "name": "OP1 \"Pretty Cake Magic\"", + "link": "https://animethemes.moe/video/MirmoZibang-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kechirase!\"", + "link": "https://animethemes.moe/video/MirmoZibang-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Happy Lucky: Onegai, Mirumo!\"", + "link": "https://animethemes.moe/video/MirmoZibang-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Fun Fun Fantasy\"", + "link": "https://animethemes.moe/video/MirmoZibang-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Love Love\"", + "link": "https://animethemes.moe/video/MirmoZibang-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Ashita ni Nare\"", + "link": "https://animethemes.moe/video/MirmoZibang-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"Sugar Sugar Love\"", + "link": "https://animethemes.moe/video/MirmoZibang-OP7.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mirumo no Waltz\"", + "link": "https://animethemes.moe/video/MirmoZibang-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sarara\"", + "link": "https://animethemes.moe/video/MirmoZibang-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Asunaru no Uta\"", + "link": "https://animethemes.moe/video/MirmoZibang-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Precious Moment\"", + "link": "https://animethemes.moe/video/MirmoZibang-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Taisetsu na Tomodachi\"", + "link": "https://animethemes.moe/video/MirmoZibang-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"'Gomen Nasai' wa Mahou no Kotoba\"", + "link": "https://animethemes.moe/video/MirmoZibang-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Special Smile!\"", + "link": "https://animethemes.moe/video/MirmoZibang-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Odoru Mahou no Osouzai Byon\"", + "link": "https://animethemes.moe/video/MirmoZibang-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Boku no Tonari\"", + "link": "https://animethemes.moe/video/MirmoZibang-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Brownie\"", + "link": "https://animethemes.moe/video/MirmoZibang-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Cherry Girl\"", + "link": "https://animethemes.moe/video/MirmoZibang-ED11.webm", + "type": "ending" + } + ] + }, + { + "id": "71", + "title": "Full Metal Panic!", + "year": "2002", + "themes": [ + { + "name": "OP \"Tomorrow\"", + "link": "https://animethemes.moe/video/FullMetalPanic-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Karenai Hana\"", + "link": "https://animethemes.moe/video/FullMetalPanic-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "652", + "title": "Galaxy Angel Z", + "year": "2002", + "themes": [ + { + "name": "OP \"Yumemitai ANGEL-tai\"", + "link": "https://animethemes.moe/video/GalaxyAngelZ-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Happy Question\"", + "link": "https://animethemes.moe/video/GalaxyAngelZ-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "137", + "title": "Hunter x Hunter OVA", + "year": "2002", + "themes": [ + { + "name": "OP \"Pale Ale\"", + "link": "https://animethemes.moe/video/HunterHunterOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Carry on\"", + "link": "https://animethemes.moe/video/HunterHunterOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "144", + "title": "Kanon", + "year": "2002", + "themes": [ + { + "name": "OP \"Florescence\"", + "link": "https://animethemes.moe/video/Kanon-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"flower\"", + "link": "https://animethemes.moe/video/Kanon-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kaze no Tadori Tsuku Basho\"", + "link": "https://animethemes.moe/video/Kanon-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1707", + "title": "Kinnikuman II Sei", + "year": "2002", + "themes": [ + { + "name": "OP \"HUSTLE MUSCLE\"", + "link": "https://animethemes.moe/video/KinnikumanNisei-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ai no Muscle\"", + "link": "https://animethemes.moe/video/KinnikumanNisei-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Koi no My Chop!!\"", + "link": "https://animethemes.moe/video/KinnikumanNisei-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "190", + "title": "Love Hina Again", + "year": "2002", + "themes": [ + { + "name": "OP \"Kirari Takaramono\"", + "link": "https://animethemes.moe/video/LoveHinaAgain-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Be For You, Be For Me\" by Yui Horie", + "link": "https://animethemes.moe/video/LoveHinaAgain-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Be For You, Be For Me\" by Natsuko Kuwatani", + "link": "https://animethemes.moe/video/LoveHinaAgain-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Be For You, Be For Me\" by Yuji Ueda & Yui Horie", + "link": "https://animethemes.moe/video/LoveHinaAgain-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "195", + "title": "Onegai☆Teacher", + "year": "2002", + "themes": [ + { + "name": "OP \"Shooting Star\"", + "link": "https://animethemes.moe/video/OnegaiTeacher-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sora no Mori De\"", + "link": "https://animethemes.moe/video/OnegaiTeacher-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Love a Riddle\"", + "link": "https://animethemes.moe/video/OnegaiTeacher-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "165", + "title": "RahXephon", + "year": "2002", + "themes": [ + { + "name": "OP1 V1 \"Hemisphere\"", + "link": "https://animethemes.moe/video/RahXephon-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Hemisphere\"", + "link": "https://animethemes.moe/video/RahXephon-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hemisphere (Instrumental)\"", + "type": "opening" + }, + { + "name": "ED1 \"Yume no Tamago (English Version)\"", + "link": "https://animethemes.moe/video/RahXephon-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yume no Tamago\"", + "type": "ending" + }, + { + "name": "ED3 \"Before You Know\"", + "type": "ending" + } + ] + }, + { + "id": "831", + "title": "Chicchana Yukitsukai Sugar", + "year": "2001", + "themes": [ + { + "name": "OP \"Sugar Baby Love\"", + "link": "https://animethemes.moe/video/ChicchanaYukitsukaiSugar-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Snow flower\"", + "link": "https://animethemes.moe/video/ChicchanaYukitsukaiSugar-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5", + "title": "Cowboy Bebop: Tengoku no Tobira", + "year": "2001", + "themes": [ + { + "name": "OP \"Ask DNA\"", + "link": "https://animethemes.moe/video/CowboyBebopMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gotta Knock a Little Harder\"", + "link": "https://animethemes.moe/video/CowboyBebopMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1678", + "title": "Cyborg 009: The Cyborg Soldier", + "year": "2001", + "themes": [ + { + "name": "OP \"What's the justice?\"", + "link": "https://animethemes.moe/video/Cyborg009TV3-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"genesis of next\"", + "link": "https://animethemes.moe/video/Cyborg009TV3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"STARTING FROM HERE\"", + "link": "https://animethemes.moe/video/Cyborg009TV3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"I do\"", + "link": "https://animethemes.moe/video/Cyborg009TV3-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "1157", + "title": "Final Fantasy: Unlimited", + "year": "2001", + "themes": [ + { + "name": "OP \"Over the Fantasy\"", + "link": "https://animethemes.moe/video/FinalFantasyUnlimited-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"VIVID\"", + "link": "https://animethemes.moe/video/FinalFantasyUnlimited-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Romancing Train\"", + "link": "https://animethemes.moe/video/FinalFantasyUnlimited-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3012", + "title": "Gekitou! Crush Gear Turbo", + "year": "2001", + "themes": [ + { + "name": "OP \"CRUSH GEAR FIGHT!!\"", + "link": "https://animethemes.moe/video/CrushGear-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ai da yo ne!!~Gear wo tsnagou\"", + "link": "https://animethemes.moe/video/CrushGear-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "246", + "title": "Groove Adventure Rave", + "year": "2001", + "themes": [ + { + "name": "OP1 \"Butterfly Kiss\"", + "link": "https://animethemes.moe/video/GrooveAdventureRave-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrooveAdventureRave-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP2 \"Higher and Higher\"", + "type": "opening" + }, + { + "name": "OP3 \"Higher and Higher (Elie Version)\"", + "type": "opening" + }, + { + "name": "ED1 \"Kokaku no Yurikago\"", + "link": "https://animethemes.moe/video/GrooveAdventureRave-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hikousen\"", + "type": "ending" + }, + { + "name": "ED3 \"Hikousen (Elie Version)\"", + "type": "ending" + } + ] + }, + { + "id": "270", + "title": "Hellsing", + "year": "2001", + "themes": [ + { + "name": "OP \"Logos Naki World\"", + "link": "https://animethemes.moe/video/Hellsing-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shine\"", + "link": "https://animethemes.moe/video/Hellsing-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "135", + "title": "Hikaru no Go", + "year": "2001", + "themes": [ + { + "name": "OP1 \"Get Over\"", + "link": "https://animethemes.moe/video/HikaruNoGo-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"I'll Be the One\"", + "link": "https://animethemes.moe/video/HikaruNoGo-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Fantasy\"", + "link": "https://animethemes.moe/video/HikaruNoGo-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Bokura no Bouken\"", + "link": "https://animethemes.moe/video/HikaruNoGo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hitomi no Chikara\"", + "link": "https://animethemes.moe/video/HikaruNoGo-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sincerely ~ever dream~\"", + "link": "https://animethemes.moe/video/HikaruNoGo-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Days\"", + "link": "https://animethemes.moe/video/HikaruNoGo-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Music is My Thing\"", + "link": "https://animethemes.moe/video/HikaruNoGo-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Get Over ~Special Mix~\"", + "link": "https://animethemes.moe/video/HikaruNoGo-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "2390", + "title": "Hoshi no Kirby: Right Back At Ya!", + "year": "2001", + "themes": [ + { + "name": "OP1 \"Kirby March\"", + "link": "https://animethemes.moe/video/HoshiNoKirby-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kirby!\"", + "link": "https://animethemes.moe/video/HoshiNoKirby-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kihon wa Maru\"", + "link": "https://animethemes.moe/video/HoshiNoKirby-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kirby Step!\"", + "link": "https://animethemes.moe/video/HoshiNoKirby-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "799", + "title": "Kokoro Toshokan", + "year": "2001", + "themes": [ + { + "name": "OP \"Beagle\"", + "link": "https://animethemes.moe/video/KokoroToshokan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tsuki wa Miteru\"", + "link": "https://animethemes.moe/video/KokoroToshokan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "276", + "title": "Mahoromatic: Automatic Maiden", + "year": "2001", + "themes": [ + { + "name": "OP \"Kaerimichi - On the Way Home\"", + "link": "https://animethemes.moe/video/Mahoromatic-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mahoro de MAMBO\"", + "link": "https://animethemes.moe/video/Mahoromatic-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "321", + "title": "Najica Dengeki Sakusen", + "year": "2001", + "themes": [ + { + "name": "OP \"NAJICA\"", + "link": "https://animethemes.moe/video/NajicaDengekiSakusen-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"BODY & MIND\"", + "link": "https://animethemes.moe/video/NajicaDengekiSakusen-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"BODY & MIND\"", + "link": "https://animethemes.moe/video/NajicaDengekiSakusen-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"BODY & MIND\"", + "link": "https://animethemes.moe/video/NajicaDengekiSakusen-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "1525", + "title": "Pokemon Crystal: Raikou Ikazuchi no Densetsu", + "year": "2001", + "themes": [ + { + "name": "OP \"Aratanaru Chikai (Acoustic)\"", + "link": "https://animethemes.moe/video/PokemonCrystalRaikou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aratanaru Chikai\"", + "link": "https://animethemes.moe/video/PokemonCrystalRaikou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22", + "title": "Tennis no Ouji-sama", + "year": "2001", + "themes": [ + { + "name": "OP1 \"Future\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Driving Myself\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Make You Free\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Long Way\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Fly High\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Shining\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"Paradise\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-OP7.webm", + "type": "opening" + }, + { + "name": "OP8 \"Dream Believer\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-OP8.webm", + "type": "opening" + }, + { + "name": "ED1 \"You Got Game\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Keep Your Style\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Walk On\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"White Line\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kaze no Tabibito\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Sakura\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Wonderful Days\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Little Sky\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-ED8.webm", + "type": "ending" + } + ] + }, + { + "id": "156", + "title": "X", + "year": "2001", + "themes": [ + { + "name": "OP \"eX Dream\"", + "link": "https://animethemes.moe/video/X-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Secret Sorrow\"", + "link": "https://animethemes.moe/video/X-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "120", + "title": "Fruits Basket", + "year": "2001", + "themes": [ + { + "name": "OP \"For Fruits Basket\"", + "link": "https://animethemes.moe/video/FruitsBasket-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Chiisana Inori\"", + "link": "https://animethemes.moe/video/FruitsBasket-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Serenade\"", + "link": "https://animethemes.moe/video/FruitsBasket-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "797", + "title": "Hanaukyou Maid-tai OVA", + "year": "2001", + "themes": [ + { + "name": "OP \"Hanaukyo Maid-tai no Uta\"", + "link": "https://animethemes.moe/video/HanaukyouMaidTai-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Zankai no Jikan\"", + "link": "https://animethemes.moe/video/HanaukyouMaidTaiOVA-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Zankai no Jikan\"", + "link": "https://animethemes.moe/video/HanaukyouMaidTaiOVA-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Zankai no Jikan\"", + "link": "https://animethemes.moe/video/HanaukyouMaidTaiOVA-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "509", + "title": "I My Me! Strawberry Eggs", + "year": "2001", + "themes": [ + { + "name": "OP \"Dearest\"", + "link": "https://animethemes.moe/video/IMyMeStrawberryEggs-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"WHITE STATION\"", + "link": "https://animethemes.moe/video/IMyMeStrawberryEggs-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "952", + "title": "Magical Nyan Nyan Taruto", + "year": "2001", + "themes": [ + { + "name": "OP \"Kyou no Hana\"", + "link": "https://animethemes.moe/video/Taruto-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Hana Uta no Hallelujah!\"", + "link": "https://animethemes.moe/video/Taruto-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hana Uta no Hallelujah!\"", + "link": "https://animethemes.moe/video/Taruto-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "168", + "title": "s.CRY.ed", + "year": "2001", + "themes": [ + { + "name": "OP1 \"Reckless fire\"", + "link": "https://animethemes.moe/video/Scryed-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Drastic my soul\"", + "link": "https://animethemes.moe/video/Scryed-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Drastic my soul\"", + "link": "https://animethemes.moe/video/Scryed-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tabidachi no kane ga naru\"", + "link": "https://animethemes.moe/video/Scryed-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "397", + "title": "Seikai no Senki II", + "year": "2001", + "themes": [ + { + "name": "OP \"Main Theme (Seikai no Senki II Version)\"", + "link": "https://animethemes.moe/video/SeikaiNoSenkiII-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Farewell to my love\"", + "link": "https://animethemes.moe/video/SeikaiNoSenkiII-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Farewell to my love\"", + "link": "https://animethemes.moe/video/SeikaiNoSenkiII-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "199", + "title": "Sen to Chihiro no Kamikakushi", + "year": "2001", + "themes": [ + { + "name": "ED \"Itsumo Nando demo\"", + "link": "https://animethemes.moe/video/SenToChihiroNoKamikakushi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "154", + "title": "Shaman King", + "year": "2001", + "themes": [ + { + "name": "OP1 \"Over Soul\"", + "link": "https://animethemes.moe/video/ShamanKing-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Northern Lights\"", + "link": "https://animethemes.moe/video/ShamanKing-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Trust You\"", + "link": "https://animethemes.moe/video/ShamanKing-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Omokage\"", + "link": "https://animethemes.moe/video/ShamanKing-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1734", + "title": "Ajimu: Kaigan Monogatari", + "year": "2001", + "themes": [ + { + "name": "OP V1 \"Futari no Prologue\"", + "link": "https://animethemes.moe/video/Ajimu-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Futari no Prologue\"", + "link": "https://animethemes.moe/video/Ajimu-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Orange\"", + "link": "https://animethemes.moe/video/Ajimu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1177", + "title": "Alien 9", + "year": "2001", + "themes": [ + { + "name": "OP1 \"Flower Psychedelic~type YURI~\"", + "link": "https://animethemes.moe/video/Alien9-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Flower Psychedelic~type KUMI~\"", + "link": "https://animethemes.moe/video/Alien9-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Flower Psychedelic~type KASUMI~\"", + "link": "https://animethemes.moe/video/Alien9-OP3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"rebirth\"", + "link": "https://animethemes.moe/video/Alien9-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"rebirth\"", + "link": "https://animethemes.moe/video/Alien9-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"rebirth\"", + "link": "https://animethemes.moe/video/Alien9-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"rebirth\"", + "link": "https://animethemes.moe/video/Alien9-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "2036", + "title": "Cosmic Baton Girl Comet-san☆", + "year": "2001", + "themes": [ + { + "name": "OP1 \"Kimi ni Smile\"", + "link": "https://animethemes.moe/video/CosmicBatonGirlCometSan-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Miracle Power ~Stardust☆Version~\"", + "link": "https://animethemes.moe/video/CosmicBatonGirlCometSan-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Twinkle☆Star\"", + "link": "https://animethemes.moe/video/CosmicBatonGirlCometSan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hoshi no Parade☆\"", + "link": "https://animethemes.moe/video/CosmicBatonGirlCometSan-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3561", + "title": "Dennou Boukenki Webdiver", + "year": "2001", + "themes": [ + { + "name": "OP1 \"Diver #2100\"", + "link": "https://animethemes.moe/video/Webdiver-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"SO DIVE!\"", + "link": "https://animethemes.moe/video/Webdiver-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"TOGETHER\"", + "link": "https://animethemes.moe/video/Webdiver-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Fighters\"", + "link": "https://animethemes.moe/video/Webdiver-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "874", + "title": "Digimon Tamers", + "year": "2001", + "themes": [ + { + "name": "OP V1 \"The Biggest Dreamer\"", + "link": "https://animethemes.moe/video/DigimonTamers-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"The Biggest Dreamer\"", + "link": "https://animethemes.moe/video/DigimonTamers-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"My Tomorrow\"", + "link": "https://animethemes.moe/video/DigimonTamers-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Days~Aijou to Nichijou~\"", + "link": "https://animethemes.moe/video/DigimonTamers-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2259", + "title": "Dr. Rin ni Kiitemite!", + "year": "2001", + "themes": [ + { + "name": "OP \"GO! GO! READY? GO?!\"", + "link": "https://animethemes.moe/video/DrRinNiKiitemite-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dare Yori...\"", + "link": "https://animethemes.moe/video/DrRinNiKiitemite-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi to no Mirai\"", + "link": "https://animethemes.moe/video/DrRinNiKiitemite-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1126", + "title": "Figure 17: Tsubasa & Hikaru", + "year": "2001", + "themes": [ + { + "name": "OP \"BOY\"", + "link": "https://animethemes.moe/video/Figure17-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Fairy Dance\"", + "link": "https://animethemes.moe/video/Figure17-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1179", + "title": "Gakuen Senki Muryou", + "year": "2001", + "themes": [ + { + "name": "OP \"TAKE\"", + "link": "https://animethemes.moe/video/GakuenSenkiMuryou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"begin\"", + "link": "https://animethemes.moe/video/GakuenSenkiMuryou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "383", + "title": "Galaxy Angel", + "year": "2001", + "themes": [ + { + "name": "OP \"Galaxy Bang! Bang!\"", + "link": "https://animethemes.moe/video/GalaxyAngel-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Horoscope Rhapsody\"", + "link": "https://animethemes.moe/video/GalaxyAngel-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "909", + "title": "Geneshaft", + "year": "2001", + "themes": [ + { + "name": "OP \"SHAFT DRIVE\"", + "link": "https://animethemes.moe/video/Geneshaft-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"BROKEN CAMERA\"", + "link": "https://animethemes.moe/video/Geneshaft-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "403", + "title": "Hanaukyou Maid-tai", + "year": "2001", + "themes": [ + { + "name": "OP \"Hanaukyo Maid-tai no Uta\"", + "link": "https://animethemes.moe/video/HanaukyouMaidTai-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sanshoku no Himitsu\"", + "link": "https://animethemes.moe/video/HanaukyouMaidTai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "253", + "title": "Jungle wa Itsumo Hare nochi Guu", + "year": "2001", + "themes": [ + { + "name": "OP \"Love Tropicana\"", + "link": "https://animethemes.moe/video/HareGuu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ohashi\"", + "link": "https://animethemes.moe/video/HareGuu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "52", + "title": "Kidou Tenshi Angelic Layer", + "year": "2001", + "themes": [ + { + "name": "OP \"Be My Angel\"", + "link": "https://animethemes.moe/video/KidouTenshiAngelicLayer-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"☆the starry sky☆\"", + "link": "https://animethemes.moe/video/KidouTenshiAngelicLayer-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ameagari\"", + "link": "https://animethemes.moe/video/KidouTenshiAngelicLayer-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "555", + "title": "Koutetsu Tenshi Kurumi 2", + "year": "2001", + "themes": [ + { + "name": "OP \"Kiss kara Hajimaru Miracle (2-shiki)\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumi2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sunda Aozora no Mukou ni\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumi2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "556", + "title": "Koutetsu Tenshi Kurumi Zero", + "year": "2001", + "themes": [ + { + "name": "ED V1 \"Hajimari no Kiseki\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumiOVA-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hajimari no Kiseki\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumiOVA-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Hajimari no Kiseki\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumiOVA-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "1164", + "title": "Mahou Senshi Louie", + "year": "2001", + "themes": [ + { + "name": "OP \"Twinkle Trick\"", + "link": "https://animethemes.moe/video/MahouSenshiLouie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Love&Pain\"", + "link": "https://animethemes.moe/video/MahouSenshiLouie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "272", + "title": "Noir", + "year": "2001", + "themes": [ + { + "name": "OP \"Coppelia no Hitsugi\"", + "link": "https://animethemes.moe/video/Noir-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kirei na Kanjo\"", + "link": "https://animethemes.moe/video/Noir-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3736", + "title": "PaRappa The Rapper", + "year": "2001", + "themes": [ + { + "name": "OP1 \"Love Together\"", + "link": "https://animethemes.moe/video/PaRappaTheRapper-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Attitude\"", + "link": "https://animethemes.moe/video/PaRappaTheRapper-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"School Girl\"", + "link": "https://animethemes.moe/video/PaRappaTheRapper-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yellow Balloon\"", + "link": "https://animethemes.moe/video/PaRappaTheRapper-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "208", + "title": "R.O.D OVA", + "year": "2001", + "themes": [ + { + "name": "OP \"R.O.D Theme\"", + "link": "https://animethemes.moe/video/ReadOrDieOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Bring All the Wisdom to Britain!\"", + "type": "ending" + }, + { + "name": "ED2 \"Those Who Love Books to Insanity Say, 'Paper Is Always with Us'\"", + "type": "ending" + } + ] + }, + { + "id": "100", + "title": "Shin Shirayuki-hime Densetsu Pretear", + "year": "2001", + "themes": [ + { + "name": "OP \"White destiny\"", + "link": "https://animethemes.moe/video/Pretear-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Lucky Star\"", + "type": "ending" + } + ] + }, + { + "id": "836", + "title": "Sister Princess", + "year": "2001", + "themes": [ + { + "name": "OP V1 \"Love Destiny\"", + "link": "https://animethemes.moe/video/SisterPrincess-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Love Destiny\"", + "link": "https://animethemes.moe/video/SisterPrincess-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Tsubasa\"", + "link": "https://animethemes.moe/video/SisterPrincess-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Tsubasa\"", + "link": "https://animethemes.moe/video/SisterPrincess-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "1005", + "title": "Star Ocean EX", + "year": "2001", + "themes": [ + { + "name": "OP \"To the light\"", + "link": "https://animethemes.moe/video/StarOceanEX-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hearts\"", + "type": "ending" + } + ] + }, + { + "id": "1728", + "title": "Super GALS! Kotobuki Ran", + "year": "2001", + "themes": [ + { + "name": "OP \"A-i-tsu\"", + "link": "https://animethemes.moe/video/SuperGals-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dakishimetai\"", + "link": "https://animethemes.moe/video/SuperGals-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2014", + "title": "Taiho Shichau zo: Second Season", + "year": "2001", + "themes": [ + { + "name": "OP \"Starting UP\"", + "link": "https://animethemes.moe/video/TaihoShichauZoS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Blooming Days\"", + "link": "https://animethemes.moe/video/TaihoShichauZoS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1048", + "title": "The SoulTaker: Tamashii-gari", + "year": "2001", + "themes": [ + { + "name": "OP \"SOULTAKER\"", + "link": "https://animethemes.moe/video/TheSoulTaker-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"MEMORY\"", + "link": "https://animethemes.moe/video/TheSoulTaker-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1249", + "title": "Zone of the Enders: Dolores, I", + "year": "2001", + "themes": [ + { + "name": "OP \"Zone of the Enders\"", + "link": "https://animethemes.moe/video/ZoneOfTheEnders-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ring on the World\"", + "link": "https://animethemes.moe/video/ZoneOfTheEnders-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1962", + "title": "Chikyuu Bouei Kazoku", + "year": "2001", + "themes": [ + { + "name": "OP \"SAMURAI\"", + "link": "https://animethemes.moe/video/ChikyuuBoueiKazoku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hana no Katachi\"", + "link": "https://animethemes.moe/video/ChikyuuBoueiKazoku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "812", + "title": "Chikyuu Shoujo Arjuna", + "year": "2001", + "themes": [ + { + "name": "OP \"Mameshiba\"", + "link": "https://animethemes.moe/video/ChikyuuShoujoArjuna-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mameshiba\"", + "link": "https://animethemes.moe/video/ChikyuuShoujoArjuna-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sanctuary\"", + "link": "https://animethemes.moe/video/ChikyuuShoujoArjuna-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kuuki to Hoshi\"", + "link": "https://animethemes.moe/video/ChikyuuShoujoArjuna-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Teresa\"", + "link": "https://animethemes.moe/video/ChikyuuShoujoArjuna-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Bike\"", + "link": "https://animethemes.moe/video/ChikyuuShoujoArjuna-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Early Bird\"", + "link": "https://animethemes.moe/video/ChikyuuShoujoArjuna-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Saigo no Mameshiba\"", + "link": "https://animethemes.moe/video/ChikyuuShoujoArjuna-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "287", + "title": "Grappler Baki", + "year": "2001", + "themes": [ + { + "name": "OP \"Ai Believe\"", + "link": "https://animethemes.moe/video/GrapplerBaki-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Reborn\"", + "link": "https://animethemes.moe/video/GrapplerBaki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1465", + "title": "Hakaima Sadamitsu", + "year": "2001", + "themes": [ + { + "name": "OP1 \"Hakaima Sadamitsu no Theme\"", + "link": "https://animethemes.moe/video/HakaimaSadamitsu-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Otoko no Michi wa Kenka Michi\"", + "link": "https://animethemes.moe/video/HakaimaSadamitsu-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Suki Datta Uta no Youni ~Like a favorite song~\"", + "link": "https://animethemes.moe/video/HakaimaSadamitsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "822", + "title": "Initial D Extra Stage", + "year": "2001", + "themes": [ + { + "name": "OP \"Get It Alright\"", + "link": "https://animethemes.moe/video/InitialDExtraStage-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Next\"", + "link": "https://animethemes.moe/video/InitialDExtraStage-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "187", + "title": "Initial D Third Stage", + "year": "2001", + "themes": [ + { + "name": "OP \"Gamble Rumble\"", + "link": "https://animethemes.moe/video/InitialDThirdStage-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Jirenma\"", + "link": "https://animethemes.moe/video/InitialDThirdStage-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"The Race is Over\"", + "link": "https://animethemes.moe/video/InitialDThirdStage-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "352", + "title": "Motto! Ojamajo Doremi", + "year": "2001", + "themes": [ + { + "name": "OP \"Ojamajo de BANBAN\"", + "link": "https://animethemes.moe/video/MottoOjamajoDoremi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Takaramono\"", + "type": "ending" + } + ] + }, + { + "id": "445", + "title": "Tales of Eternia The Animation", + "year": "2001", + "themes": [ + { + "name": "OP \"Sora ni Kakeru Hashi\"", + "link": "https://animethemes.moe/video/TalesOfEternia-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"I'd Love You to Touch Me\"", + "link": "https://animethemes.moe/video/TalesOfEternia-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1248", + "title": "Zone of the Enders: 2167 Idolo", + "year": "2001", + "themes": [ + { + "name": "ED \"Kiss Me Sunlights\"", + "link": "https://animethemes.moe/video/ZoneOfTheEndersOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "831", + "title": "Chicchana Yukitsukai Sugar", + "year": "2001", + "themes": [ + { + "name": "OP \"Sugar Baby Love\"", + "link": "https://animethemes.moe/video/ChicchanaYukitsukaiSugar-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Snow flower\"", + "link": "https://animethemes.moe/video/ChicchanaYukitsukaiSugar-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5", + "title": "Cowboy Bebop: Tengoku no Tobira", + "year": "2001", + "themes": [ + { + "name": "OP \"Ask DNA\"", + "link": "https://animethemes.moe/video/CowboyBebopMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gotta Knock a Little Harder\"", + "link": "https://animethemes.moe/video/CowboyBebopMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1678", + "title": "Cyborg 009: The Cyborg Soldier", + "year": "2001", + "themes": [ + { + "name": "OP \"What's the justice?\"", + "link": "https://animethemes.moe/video/Cyborg009TV3-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"genesis of next\"", + "link": "https://animethemes.moe/video/Cyborg009TV3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"STARTING FROM HERE\"", + "link": "https://animethemes.moe/video/Cyborg009TV3-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"I do\"", + "link": "https://animethemes.moe/video/Cyborg009TV3-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "1157", + "title": "Final Fantasy: Unlimited", + "year": "2001", + "themes": [ + { + "name": "OP \"Over the Fantasy\"", + "link": "https://animethemes.moe/video/FinalFantasyUnlimited-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"VIVID\"", + "link": "https://animethemes.moe/video/FinalFantasyUnlimited-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Romancing Train\"", + "link": "https://animethemes.moe/video/FinalFantasyUnlimited-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3012", + "title": "Gekitou! Crush Gear Turbo", + "year": "2001", + "themes": [ + { + "name": "OP \"CRUSH GEAR FIGHT!!\"", + "link": "https://animethemes.moe/video/CrushGear-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ai da yo ne!!~Gear wo tsnagou\"", + "link": "https://animethemes.moe/video/CrushGear-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "246", + "title": "Groove Adventure Rave", + "year": "2001", + "themes": [ + { + "name": "OP1 \"Butterfly Kiss\"", + "link": "https://animethemes.moe/video/GrooveAdventureRave-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GrooveAdventureRave-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP2 \"Higher and Higher\"", + "type": "opening" + }, + { + "name": "OP3 \"Higher and Higher (Elie Version)\"", + "type": "opening" + }, + { + "name": "ED1 \"Kokaku no Yurikago\"", + "link": "https://animethemes.moe/video/GrooveAdventureRave-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hikousen\"", + "type": "ending" + }, + { + "name": "ED3 \"Hikousen (Elie Version)\"", + "type": "ending" + } + ] + }, + { + "id": "270", + "title": "Hellsing", + "year": "2001", + "themes": [ + { + "name": "OP \"Logos Naki World\"", + "link": "https://animethemes.moe/video/Hellsing-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shine\"", + "link": "https://animethemes.moe/video/Hellsing-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "135", + "title": "Hikaru no Go", + "year": "2001", + "themes": [ + { + "name": "OP1 \"Get Over\"", + "link": "https://animethemes.moe/video/HikaruNoGo-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"I'll Be the One\"", + "link": "https://animethemes.moe/video/HikaruNoGo-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Fantasy\"", + "link": "https://animethemes.moe/video/HikaruNoGo-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Bokura no Bouken\"", + "link": "https://animethemes.moe/video/HikaruNoGo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hitomi no Chikara\"", + "link": "https://animethemes.moe/video/HikaruNoGo-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sincerely ~ever dream~\"", + "link": "https://animethemes.moe/video/HikaruNoGo-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Days\"", + "link": "https://animethemes.moe/video/HikaruNoGo-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Music is My Thing\"", + "link": "https://animethemes.moe/video/HikaruNoGo-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Get Over ~Special Mix~\"", + "link": "https://animethemes.moe/video/HikaruNoGo-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "2390", + "title": "Hoshi no Kirby: Right Back At Ya!", + "year": "2001", + "themes": [ + { + "name": "OP1 \"Kirby March\"", + "link": "https://animethemes.moe/video/HoshiNoKirby-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kirby!\"", + "link": "https://animethemes.moe/video/HoshiNoKirby-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kihon wa Maru\"", + "link": "https://animethemes.moe/video/HoshiNoKirby-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kirby Step!\"", + "link": "https://animethemes.moe/video/HoshiNoKirby-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "799", + "title": "Kokoro Toshokan", + "year": "2001", + "themes": [ + { + "name": "OP \"Beagle\"", + "link": "https://animethemes.moe/video/KokoroToshokan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tsuki wa Miteru\"", + "link": "https://animethemes.moe/video/KokoroToshokan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "276", + "title": "Mahoromatic: Automatic Maiden", + "year": "2001", + "themes": [ + { + "name": "OP \"Kaerimichi - On the Way Home\"", + "link": "https://animethemes.moe/video/Mahoromatic-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mahoro de MAMBO\"", + "link": "https://animethemes.moe/video/Mahoromatic-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "321", + "title": "Najica Dengeki Sakusen", + "year": "2001", + "themes": [ + { + "name": "OP \"NAJICA\"", + "link": "https://animethemes.moe/video/NajicaDengekiSakusen-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"BODY & MIND\"", + "link": "https://animethemes.moe/video/NajicaDengekiSakusen-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"BODY & MIND\"", + "link": "https://animethemes.moe/video/NajicaDengekiSakusen-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"BODY & MIND\"", + "link": "https://animethemes.moe/video/NajicaDengekiSakusen-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "1525", + "title": "Pokemon Crystal: Raikou Ikazuchi no Densetsu", + "year": "2001", + "themes": [ + { + "name": "OP \"Aratanaru Chikai (Acoustic)\"", + "link": "https://animethemes.moe/video/PokemonCrystalRaikou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aratanaru Chikai\"", + "link": "https://animethemes.moe/video/PokemonCrystalRaikou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "22", + "title": "Tennis no Ouji-sama", + "year": "2001", + "themes": [ + { + "name": "OP1 \"Future\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Driving Myself\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Make You Free\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Long Way\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Fly High\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Shining\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"Paradise\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-OP7.webm", + "type": "opening" + }, + { + "name": "OP8 \"Dream Believer\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-OP8.webm", + "type": "opening" + }, + { + "name": "ED1 \"You Got Game\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Keep Your Style\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Walk On\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"White Line\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kaze no Tabibito\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Sakura\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Wonderful Days\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Little Sky\"", + "link": "https://animethemes.moe/video/TennisNoOujiSama-ED8.webm", + "type": "ending" + } + ] + }, + { + "id": "156", + "title": "X", + "year": "2001", + "themes": [ + { + "name": "OP \"eX Dream\"", + "link": "https://animethemes.moe/video/X-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Secret Sorrow\"", + "link": "https://animethemes.moe/video/X-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "120", + "title": "Fruits Basket", + "year": "2001", + "themes": [ + { + "name": "OP \"For Fruits Basket\"", + "link": "https://animethemes.moe/video/FruitsBasket-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Chiisana Inori\"", + "link": "https://animethemes.moe/video/FruitsBasket-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Serenade\"", + "link": "https://animethemes.moe/video/FruitsBasket-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "797", + "title": "Hanaukyou Maid-tai OVA", + "year": "2001", + "themes": [ + { + "name": "OP \"Hanaukyo Maid-tai no Uta\"", + "link": "https://animethemes.moe/video/HanaukyouMaidTai-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Zankai no Jikan\"", + "link": "https://animethemes.moe/video/HanaukyouMaidTaiOVA-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Zankai no Jikan\"", + "link": "https://animethemes.moe/video/HanaukyouMaidTaiOVA-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Zankai no Jikan\"", + "link": "https://animethemes.moe/video/HanaukyouMaidTaiOVA-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "509", + "title": "I My Me! Strawberry Eggs", + "year": "2001", + "themes": [ + { + "name": "OP \"Dearest\"", + "link": "https://animethemes.moe/video/IMyMeStrawberryEggs-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"WHITE STATION\"", + "link": "https://animethemes.moe/video/IMyMeStrawberryEggs-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "952", + "title": "Magical Nyan Nyan Taruto", + "year": "2001", + "themes": [ + { + "name": "OP \"Kyou no Hana\"", + "link": "https://animethemes.moe/video/Taruto-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Hana Uta no Hallelujah!\"", + "link": "https://animethemes.moe/video/Taruto-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hana Uta no Hallelujah!\"", + "link": "https://animethemes.moe/video/Taruto-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "168", + "title": "s.CRY.ed", + "year": "2001", + "themes": [ + { + "name": "OP1 \"Reckless fire\"", + "link": "https://animethemes.moe/video/Scryed-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Drastic my soul\"", + "link": "https://animethemes.moe/video/Scryed-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Drastic my soul\"", + "link": "https://animethemes.moe/video/Scryed-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tabidachi no kane ga naru\"", + "link": "https://animethemes.moe/video/Scryed-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "397", + "title": "Seikai no Senki II", + "year": "2001", + "themes": [ + { + "name": "OP \"Main Theme (Seikai no Senki II Version)\"", + "link": "https://animethemes.moe/video/SeikaiNoSenkiII-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Farewell to my love\"", + "link": "https://animethemes.moe/video/SeikaiNoSenkiII-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Farewell to my love\"", + "link": "https://animethemes.moe/video/SeikaiNoSenkiII-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "199", + "title": "Sen to Chihiro no Kamikakushi", + "year": "2001", + "themes": [ + { + "name": "ED \"Itsumo Nando demo\"", + "link": "https://animethemes.moe/video/SenToChihiroNoKamikakushi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "154", + "title": "Shaman King", + "year": "2001", + "themes": [ + { + "name": "OP1 \"Over Soul\"", + "link": "https://animethemes.moe/video/ShamanKing-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Northern Lights\"", + "link": "https://animethemes.moe/video/ShamanKing-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Trust You\"", + "link": "https://animethemes.moe/video/ShamanKing-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Omokage\"", + "link": "https://animethemes.moe/video/ShamanKing-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1734", + "title": "Ajimu: Kaigan Monogatari", + "year": "2001", + "themes": [ + { + "name": "OP V1 \"Futari no Prologue\"", + "link": "https://animethemes.moe/video/Ajimu-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Futari no Prologue\"", + "link": "https://animethemes.moe/video/Ajimu-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Orange\"", + "link": "https://animethemes.moe/video/Ajimu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1177", + "title": "Alien 9", + "year": "2001", + "themes": [ + { + "name": "OP1 \"Flower Psychedelic~type YURI~\"", + "link": "https://animethemes.moe/video/Alien9-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Flower Psychedelic~type KUMI~\"", + "link": "https://animethemes.moe/video/Alien9-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Flower Psychedelic~type KASUMI~\"", + "link": "https://animethemes.moe/video/Alien9-OP3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"rebirth\"", + "link": "https://animethemes.moe/video/Alien9-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"rebirth\"", + "link": "https://animethemes.moe/video/Alien9-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"rebirth\"", + "link": "https://animethemes.moe/video/Alien9-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"rebirth\"", + "link": "https://animethemes.moe/video/Alien9-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "2036", + "title": "Cosmic Baton Girl Comet-san☆", + "year": "2001", + "themes": [ + { + "name": "OP1 \"Kimi ni Smile\"", + "link": "https://animethemes.moe/video/CosmicBatonGirlCometSan-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Miracle Power ~Stardust☆Version~\"", + "link": "https://animethemes.moe/video/CosmicBatonGirlCometSan-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Twinkle☆Star\"", + "link": "https://animethemes.moe/video/CosmicBatonGirlCometSan-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hoshi no Parade☆\"", + "link": "https://animethemes.moe/video/CosmicBatonGirlCometSan-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3561", + "title": "Dennou Boukenki Webdiver", + "year": "2001", + "themes": [ + { + "name": "OP1 \"Diver #2100\"", + "link": "https://animethemes.moe/video/Webdiver-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"SO DIVE!\"", + "link": "https://animethemes.moe/video/Webdiver-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"TOGETHER\"", + "link": "https://animethemes.moe/video/Webdiver-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Fighters\"", + "link": "https://animethemes.moe/video/Webdiver-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "874", + "title": "Digimon Tamers", + "year": "2001", + "themes": [ + { + "name": "OP V1 \"The Biggest Dreamer\"", + "link": "https://animethemes.moe/video/DigimonTamers-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"The Biggest Dreamer\"", + "link": "https://animethemes.moe/video/DigimonTamers-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"My Tomorrow\"", + "link": "https://animethemes.moe/video/DigimonTamers-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Days~Aijou to Nichijou~\"", + "link": "https://animethemes.moe/video/DigimonTamers-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2259", + "title": "Dr. Rin ni Kiitemite!", + "year": "2001", + "themes": [ + { + "name": "OP \"GO! GO! READY? GO?!\"", + "link": "https://animethemes.moe/video/DrRinNiKiitemite-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dare Yori...\"", + "link": "https://animethemes.moe/video/DrRinNiKiitemite-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi to no Mirai\"", + "link": "https://animethemes.moe/video/DrRinNiKiitemite-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1126", + "title": "Figure 17: Tsubasa & Hikaru", + "year": "2001", + "themes": [ + { + "name": "OP \"BOY\"", + "link": "https://animethemes.moe/video/Figure17-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Fairy Dance\"", + "link": "https://animethemes.moe/video/Figure17-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1179", + "title": "Gakuen Senki Muryou", + "year": "2001", + "themes": [ + { + "name": "OP \"TAKE\"", + "link": "https://animethemes.moe/video/GakuenSenkiMuryou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"begin\"", + "link": "https://animethemes.moe/video/GakuenSenkiMuryou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "383", + "title": "Galaxy Angel", + "year": "2001", + "themes": [ + { + "name": "OP \"Galaxy Bang! Bang!\"", + "link": "https://animethemes.moe/video/GalaxyAngel-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Horoscope Rhapsody\"", + "link": "https://animethemes.moe/video/GalaxyAngel-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "909", + "title": "Geneshaft", + "year": "2001", + "themes": [ + { + "name": "OP \"SHAFT DRIVE\"", + "link": "https://animethemes.moe/video/Geneshaft-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"BROKEN CAMERA\"", + "link": "https://animethemes.moe/video/Geneshaft-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "403", + "title": "Hanaukyou Maid-tai", + "year": "2001", + "themes": [ + { + "name": "OP \"Hanaukyo Maid-tai no Uta\"", + "link": "https://animethemes.moe/video/HanaukyouMaidTai-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sanshoku no Himitsu\"", + "link": "https://animethemes.moe/video/HanaukyouMaidTai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "253", + "title": "Jungle wa Itsumo Hare nochi Guu", + "year": "2001", + "themes": [ + { + "name": "OP \"Love Tropicana\"", + "link": "https://animethemes.moe/video/HareGuu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ohashi\"", + "link": "https://animethemes.moe/video/HareGuu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "52", + "title": "Kidou Tenshi Angelic Layer", + "year": "2001", + "themes": [ + { + "name": "OP \"Be My Angel\"", + "link": "https://animethemes.moe/video/KidouTenshiAngelicLayer-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"☆the starry sky☆\"", + "link": "https://animethemes.moe/video/KidouTenshiAngelicLayer-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ameagari\"", + "link": "https://animethemes.moe/video/KidouTenshiAngelicLayer-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "555", + "title": "Koutetsu Tenshi Kurumi 2", + "year": "2001", + "themes": [ + { + "name": "OP \"Kiss kara Hajimaru Miracle (2-shiki)\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumi2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sunda Aozora no Mukou ni\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumi2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "556", + "title": "Koutetsu Tenshi Kurumi Zero", + "year": "2001", + "themes": [ + { + "name": "ED V1 \"Hajimari no Kiseki\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumiOVA-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hajimari no Kiseki\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumiOVA-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Hajimari no Kiseki\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumiOVA-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "1164", + "title": "Mahou Senshi Louie", + "year": "2001", + "themes": [ + { + "name": "OP \"Twinkle Trick\"", + "link": "https://animethemes.moe/video/MahouSenshiLouie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Love&Pain\"", + "link": "https://animethemes.moe/video/MahouSenshiLouie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "272", + "title": "Noir", + "year": "2001", + "themes": [ + { + "name": "OP \"Coppelia no Hitsugi\"", + "link": "https://animethemes.moe/video/Noir-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kirei na Kanjo\"", + "link": "https://animethemes.moe/video/Noir-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3736", + "title": "PaRappa The Rapper", + "year": "2001", + "themes": [ + { + "name": "OP1 \"Love Together\"", + "link": "https://animethemes.moe/video/PaRappaTheRapper-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Attitude\"", + "link": "https://animethemes.moe/video/PaRappaTheRapper-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"School Girl\"", + "link": "https://animethemes.moe/video/PaRappaTheRapper-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yellow Balloon\"", + "link": "https://animethemes.moe/video/PaRappaTheRapper-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "208", + "title": "R.O.D OVA", + "year": "2001", + "themes": [ + { + "name": "OP \"R.O.D Theme\"", + "link": "https://animethemes.moe/video/ReadOrDieOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Bring All the Wisdom to Britain!\"", + "type": "ending" + }, + { + "name": "ED2 \"Those Who Love Books to Insanity Say, 'Paper Is Always with Us'\"", + "type": "ending" + } + ] + }, + { + "id": "100", + "title": "Shin Shirayuki-hime Densetsu Pretear", + "year": "2001", + "themes": [ + { + "name": "OP \"White destiny\"", + "link": "https://animethemes.moe/video/Pretear-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Lucky Star\"", + "type": "ending" + } + ] + }, + { + "id": "836", + "title": "Sister Princess", + "year": "2001", + "themes": [ + { + "name": "OP V1 \"Love Destiny\"", + "link": "https://animethemes.moe/video/SisterPrincess-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Love Destiny\"", + "link": "https://animethemes.moe/video/SisterPrincess-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Tsubasa\"", + "link": "https://animethemes.moe/video/SisterPrincess-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Tsubasa\"", + "link": "https://animethemes.moe/video/SisterPrincess-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "1005", + "title": "Star Ocean EX", + "year": "2001", + "themes": [ + { + "name": "OP \"To the light\"", + "link": "https://animethemes.moe/video/StarOceanEX-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hearts\"", + "type": "ending" + } + ] + }, + { + "id": "1728", + "title": "Super GALS! Kotobuki Ran", + "year": "2001", + "themes": [ + { + "name": "OP \"A-i-tsu\"", + "link": "https://animethemes.moe/video/SuperGals-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dakishimetai\"", + "link": "https://animethemes.moe/video/SuperGals-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2014", + "title": "Taiho Shichau zo: Second Season", + "year": "2001", + "themes": [ + { + "name": "OP \"Starting UP\"", + "link": "https://animethemes.moe/video/TaihoShichauZoS2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Blooming Days\"", + "link": "https://animethemes.moe/video/TaihoShichauZoS2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1048", + "title": "The SoulTaker: Tamashii-gari", + "year": "2001", + "themes": [ + { + "name": "OP \"SOULTAKER\"", + "link": "https://animethemes.moe/video/TheSoulTaker-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"MEMORY\"", + "link": "https://animethemes.moe/video/TheSoulTaker-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1249", + "title": "Zone of the Enders: Dolores, I", + "year": "2001", + "themes": [ + { + "name": "OP \"Zone of the Enders\"", + "link": "https://animethemes.moe/video/ZoneOfTheEnders-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ring on the World\"", + "link": "https://animethemes.moe/video/ZoneOfTheEnders-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1962", + "title": "Chikyuu Bouei Kazoku", + "year": "2001", + "themes": [ + { + "name": "OP \"SAMURAI\"", + "link": "https://animethemes.moe/video/ChikyuuBoueiKazoku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hana no Katachi\"", + "link": "https://animethemes.moe/video/ChikyuuBoueiKazoku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "812", + "title": "Chikyuu Shoujo Arjuna", + "year": "2001", + "themes": [ + { + "name": "OP \"Mameshiba\"", + "link": "https://animethemes.moe/video/ChikyuuShoujoArjuna-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mameshiba\"", + "link": "https://animethemes.moe/video/ChikyuuShoujoArjuna-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sanctuary\"", + "link": "https://animethemes.moe/video/ChikyuuShoujoArjuna-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kuuki to Hoshi\"", + "link": "https://animethemes.moe/video/ChikyuuShoujoArjuna-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Teresa\"", + "link": "https://animethemes.moe/video/ChikyuuShoujoArjuna-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Bike\"", + "link": "https://animethemes.moe/video/ChikyuuShoujoArjuna-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Early Bird\"", + "link": "https://animethemes.moe/video/ChikyuuShoujoArjuna-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Saigo no Mameshiba\"", + "link": "https://animethemes.moe/video/ChikyuuShoujoArjuna-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "287", + "title": "Grappler Baki", + "year": "2001", + "themes": [ + { + "name": "OP \"Ai Believe\"", + "link": "https://animethemes.moe/video/GrapplerBaki-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Reborn\"", + "link": "https://animethemes.moe/video/GrapplerBaki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1465", + "title": "Hakaima Sadamitsu", + "year": "2001", + "themes": [ + { + "name": "OP1 \"Hakaima Sadamitsu no Theme\"", + "link": "https://animethemes.moe/video/HakaimaSadamitsu-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Otoko no Michi wa Kenka Michi\"", + "link": "https://animethemes.moe/video/HakaimaSadamitsu-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Suki Datta Uta no Youni ~Like a favorite song~\"", + "link": "https://animethemes.moe/video/HakaimaSadamitsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "822", + "title": "Initial D Extra Stage", + "year": "2001", + "themes": [ + { + "name": "OP \"Get It Alright\"", + "link": "https://animethemes.moe/video/InitialDExtraStage-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Next\"", + "link": "https://animethemes.moe/video/InitialDExtraStage-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "187", + "title": "Initial D Third Stage", + "year": "2001", + "themes": [ + { + "name": "OP \"Gamble Rumble\"", + "link": "https://animethemes.moe/video/InitialDThirdStage-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Jirenma\"", + "link": "https://animethemes.moe/video/InitialDThirdStage-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"The Race is Over\"", + "link": "https://animethemes.moe/video/InitialDThirdStage-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "352", + "title": "Motto! Ojamajo Doremi", + "year": "2001", + "themes": [ + { + "name": "OP \"Ojamajo de BANBAN\"", + "link": "https://animethemes.moe/video/MottoOjamajoDoremi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Takaramono\"", + "type": "ending" + } + ] + }, + { + "id": "445", + "title": "Tales of Eternia The Animation", + "year": "2001", + "themes": [ + { + "name": "OP \"Sora ni Kakeru Hashi\"", + "link": "https://animethemes.moe/video/TalesOfEternia-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"I'd Love You to Touch Me\"", + "link": "https://animethemes.moe/video/TalesOfEternia-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1248", + "title": "Zone of the Enders: 2167 Idolo", + "year": "2001", + "themes": [ + { + "name": "ED \"Kiss Me Sunlights\"", + "link": "https://animethemes.moe/video/ZoneOfTheEndersOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1281", + "title": "Gakkou no Kaidan", + "year": "2000", + "themes": [ + { + "name": "OP \"Grow Up\"", + "link": "https://animethemes.moe/video/GakkouNoKaidan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"sexy sexy\"", + "link": "https://animethemes.moe/video/GakkouNoKaidan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2484", + "title": "Gear Fighter Dendoh", + "year": "2000", + "themes": [ + { + "name": "OP V1 \"W-INFINITY\"", + "link": "https://animethemes.moe/video/GearFighterDendoh-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"W-INFINITY\"", + "link": "https://animethemes.moe/video/GearFighterDendoh-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Countdown\"", + "link": "https://animethemes.moe/video/GearFighterDendoh-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Brand New Mermaid\"", + "link": "https://animethemes.moe/video/GearFighterDendoh-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "263", + "title": "Hajime no Ippo", + "year": "2000", + "themes": [ + { + "name": "OP1 \"Under Star\"", + "link": "https://animethemes.moe/video/HajimeNoIppo-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Inner Light\"", + "link": "https://animethemes.moe/video/HajimeNoIppo-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Tumbling Dice\"", + "link": "https://animethemes.moe/video/HajimeNoIppo-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yuuzora no Kamihikouki\"", + "link": "https://animethemes.moe/video/HajimeNoIppo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"360°\"", + "link": "https://animethemes.moe/video/HajimeNoIppo-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Eternal Loop\"", + "link": "https://animethemes.moe/video/HajimeNoIppo-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Eternal Loop\"", + "link": "https://animethemes.moe/video/HajimeNoIppo-ED3v2.webm", + "type": "ending" + } + ] + }, + { + "id": "249", + "title": "InuYasha", + "year": "2000", + "themes": [ + { + "name": "OP1 \"Change the World\"", + "link": "https://animethemes.moe/video/InuYasha-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"I Am\"", + "link": "https://animethemes.moe/video/InuYasha-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Owarinai Yume\"", + "link": "https://animethemes.moe/video/InuYasha-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Grip!\"", + "link": "https://animethemes.moe/video/InuYasha-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"One Day, One Dream\"", + "link": "https://animethemes.moe/video/InuYasha-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Angelus\"", + "link": "https://animethemes.moe/video/InuYasha-OP6.webm", + "type": "opening" + }, + { + "name": "ED1 \"My Will\"", + "link": "https://animethemes.moe/video/InuYasha-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Fukai Mori\"", + "link": "https://animethemes.moe/video/InuYasha-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Dearest\"", + "link": "https://animethemes.moe/video/InuYasha-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Every Heart - Minna no Kimochi\"", + "link": "https://animethemes.moe/video/InuYasha-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Shinjitsu no Uta\"", + "link": "https://animethemes.moe/video/InuYasha-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Itazurana Kiss\"", + "link": "https://animethemes.moe/video/InuYasha-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Come\"", + "link": "https://animethemes.moe/video/InuYasha-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Brand-New World\"", + "link": "https://animethemes.moe/video/InuYasha-ED8.webm", + "type": "ending" + } + ] + }, + { + "id": "1450", + "title": "Brigadoon: Marin to Melan", + "year": "2000", + "themes": [ + { + "name": "OP V1 \"Kaze no Ao, Umi no Midori\"", + "link": "https://animethemes.moe/video/Brigadoon-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kaze no Ao, Umi no Midori\"", + "link": "https://animethemes.moe/video/Brigadoon-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Nijiiro no Takaramono\" by KAORI", + "link": "https://animethemes.moe/video/Brigadoon-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nijiiro no Takaramono\" by Marin & Moe", + "link": "https://animethemes.moe/video/Brigadoon-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "377", + "title": "eX-Driver", + "year": "2000", + "themes": [ + { + "name": "OP \"Kaze ni Nare\"", + "link": "https://animethemes.moe/video/ExDriver-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sniper\"", + "link": "https://animethemes.moe/video/ExDriver-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Akogi na Futari Tabidaze\"", + "link": "https://animethemes.moe/video/ExDriver-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "318", + "title": "Hand Maid May", + "year": "2000", + "themes": [ + { + "name": "OP V1 \"JUMP~MAYppai Dakishimete\"", + "link": "https://animethemes.moe/video/HandMaidMay-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"JUMP~MAYppai Dakishimete\"", + "link": "https://animethemes.moe/video/HandMaidMay-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Honto no Kimochi\"", + "link": "https://animethemes.moe/video/HandMaidMay-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Honto no Kimochi\"", + "link": "https://animethemes.moe/video/HandMaidMay-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "557", + "title": "Koutetsu Tenshi Kurumi Encore", + "year": "2000", + "themes": [ + { + "name": "OP \"Kiss Kara Hajimaru Miracle\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumi-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Suki Suki Suki Su-Kiss Shite\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumiEncore-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Suki Suki Suki Su-Kiss Shite\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumiEncore-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Suki Suki Suki Su-Kiss Shite\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumiEncore-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Suki Suki Suki Su-Kiss Shite\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumiEncore-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "4052", + "title": "Medarot Damashii", + "year": "2000", + "themes": [ + { + "name": "OP \"Super Guys!\"", + "link": "https://animethemes.moe/video/MedarotDamashii-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Toshishita no Boku\"", + "link": "https://animethemes.moe/video/MedarotDamashii-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "171", + "title": "Strange Dawn", + "year": "2000", + "themes": [ + { + "name": "OP \"Sora e\"", + "link": "https://animethemes.moe/video/StrangeDawn-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Melody ni..\"", + "link": "https://animethemes.moe/video/StrangeDawn-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Melody ni..\"", + "link": "https://animethemes.moe/video/StrangeDawn-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "1313", + "title": "Digimon Adventure 02", + "year": "2000", + "themes": [ + { + "name": "OP \"Target ~Akai Shougeki~\"", + "link": "https://animethemes.moe/video/DigimonAdventure02-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ashita wa Atashi no Kaze ga Fuku\"", + "link": "https://animethemes.moe/video/DigimonAdventure02-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Itsumo Itsudemo\"", + "link": "https://animethemes.moe/video/DigimonAdventure02-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "227", + "title": "FLCL", + "year": "2000", + "themes": [ + { + "name": "ED V1 \"Ride On Shooting Star\"", + "link": "https://animethemes.moe/video/FLCL-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ride On Shooting Star\"", + "link": "https://animethemes.moe/video/FLCL-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "2694", + "title": "Hidamari no Ki", + "year": "2000", + "themes": [ + { + "name": "OP \"Hidamari no Ki ~Manazashi~\"", + "link": "https://animethemes.moe/video/HidamariNoKi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hikari no Mukou e\"", + "link": "https://animethemes.moe/video/HidamariNoKi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"High Dive\"", + "link": "https://animethemes.moe/video/HidamariNoKi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "189", + "title": "Love Hina", + "year": "2000", + "themes": [ + { + "name": "OP \"Sakura Saku\"", + "link": "https://animethemes.moe/video/LoveHina-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi Sae Ireba\"", + "link": "https://animethemes.moe/video/LoveHina-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hajimari wa Kokokara\"", + "link": "https://animethemes.moe/video/LoveHina-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "13201", + "title": "Monster Farm: Legend e no Michi", + "year": "2000", + "themes": [ + { + "name": "OP1 \"Name\"", + "type": "opening" + }, + { + "name": "OP2 V1 \"Flush\"", + "link": "https://animethemes.moe/video/MonsterFarmS2-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Flush\"", + "link": "https://animethemes.moe/video/MonsterFarmS2-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tada Sugiyuku Tameni\"", + "type": "ending" + }, + { + "name": "ED2 \"Be Truth\"", + "type": "ending" + } + ] + }, + { + "id": "800", + "title": "NieA Under 7", + "year": "2000", + "themes": [ + { + "name": "OP \"Koko Made Oide\"", + "link": "https://animethemes.moe/video/NieAUnder7-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Venus to Chiisana Kamisama\"", + "link": "https://animethemes.moe/video/NieAUnder7-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "561", + "title": "Sakura Taisen", + "year": "2000", + "themes": [ + { + "name": "OP \"Geki Teikoku Kagekidan\"", + "link": "https://animethemes.moe/video/SakuraTaisen-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yume Mite Iyou\"", + "link": "https://animethemes.moe/video/SakuraTaisen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Gekitei Ondo\"", + "link": "https://animethemes.moe/video/SakuraTaisen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "396", + "title": "Seikai no Senki", + "year": "2000", + "themes": [ + { + "name": "OP \"Seikai no Senki\"", + "link": "https://animethemes.moe/video/SeikaiNoSenki-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Pink\"", + "link": "https://animethemes.moe/video/SeikaiNoSenki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "481", + "title": "Yu☆Gi☆Oh! Duel Monsters", + "year": "2000", + "themes": [ + { + "name": "OP1 \"Voice\"", + "link": "https://animethemes.moe/video/YGODuelMonsters-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Shuffle\"", + "link": "https://animethemes.moe/video/YGODuelMonsters-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"WILD DRIVE\"", + "link": "https://animethemes.moe/video/YGODuelMonsters-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Warriors\"", + "link": "https://animethemes.moe/video/YGODuelMonsters-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Overlap\"", + "link": "https://animethemes.moe/video/YGODuelMonsters-OP5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Genki no Shower\"", + "link": "https://animethemes.moe/video/YGODuelMonsters-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ano hi no Gogo\"", + "link": "https://animethemes.moe/video/YGODuelMonsters-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Rakuen\"", + "link": "https://animethemes.moe/video/YGODuelMonsters-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Afureru Kanjou ga Tomaranai\"", + "link": "https://animethemes.moe/video/YGODuelMonsters-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"EYES\"", + "link": "https://animethemes.moe/video/YGODuelMonsters-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "369", + "title": "Boogiepop wa Warawanai: Boogiepop Phantom", + "year": "2000", + "themes": [ + { + "name": "OP \"Yuudachi\"", + "link": "https://animethemes.moe/video/BoogiepopPhantom-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mirai-Seiki Maruhi Club\"", + "link": "https://animethemes.moe/video/BoogiepopPhantom-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "606", + "title": "Kazemakase Tsukikage Ran", + "year": "2000", + "themes": [ + { + "name": "OP \"Kazemakase\"", + "link": "https://animethemes.moe/video/KazemakaseTsukikageRan-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "783", + "title": "Miami Guns", + "year": "2000", + "themes": [ + { + "name": "OP \"Seeds\"", + "link": "https://animethemes.moe/video/MiamiGuns-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kiseki no Shiro\"", + "link": "https://animethemes.moe/video/MiamiGuns-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "351", + "title": "Ojamajo Doremi Sharp", + "year": "2000", + "themes": [ + { + "name": "OP \"Ojamajo wa Koko ni Iru\"", + "link": "https://animethemes.moe/video/OjamajoDoremiSharp-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koe wo Kikasete\"", + "link": "https://animethemes.moe/video/OjamajoDoremiSharp-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1382", + "title": "Yuusha-Ou GaoGaiGar Final", + "year": "2000", + "themes": [ + { + "name": "OP1 \"Yuusha-oh Tanjou (Mythology Version)\"", + "link": "https://animethemes.moe/video/GaoGaiGarFinal-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yuusha-oh Tanjou (Ultimate Mythology Version)\"", + "link": "https://animethemes.moe/video/GaoGaiGarFinal-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Yuusha-oh Tanjou (Piano Solo Version)\"", + "link": "https://animethemes.moe/video/GaoGaiGarFinal-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Lion Renias\"", + "link": "https://animethemes.moe/video/GaoGaiGarFinal-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Lion Reine -Hyper Mode-\"", + "link": "https://animethemes.moe/video/GaoGaiGarFinal-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Itsuka Hoshi no Umi de \"", + "link": "https://animethemes.moe/video/GaoGaiGarFinal-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "1281", + "title": "Gakkou no Kaidan", + "year": "2000", + "themes": [ + { + "name": "OP \"Grow Up\"", + "link": "https://animethemes.moe/video/GakkouNoKaidan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"sexy sexy\"", + "link": "https://animethemes.moe/video/GakkouNoKaidan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2484", + "title": "Gear Fighter Dendoh", + "year": "2000", + "themes": [ + { + "name": "OP V1 \"W-INFINITY\"", + "link": "https://animethemes.moe/video/GearFighterDendoh-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"W-INFINITY\"", + "link": "https://animethemes.moe/video/GearFighterDendoh-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Countdown\"", + "link": "https://animethemes.moe/video/GearFighterDendoh-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Brand New Mermaid\"", + "link": "https://animethemes.moe/video/GearFighterDendoh-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "263", + "title": "Hajime no Ippo", + "year": "2000", + "themes": [ + { + "name": "OP1 \"Under Star\"", + "link": "https://animethemes.moe/video/HajimeNoIppo-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Inner Light\"", + "link": "https://animethemes.moe/video/HajimeNoIppo-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Tumbling Dice\"", + "link": "https://animethemes.moe/video/HajimeNoIppo-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yuuzora no Kamihikouki\"", + "link": "https://animethemes.moe/video/HajimeNoIppo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"360°\"", + "link": "https://animethemes.moe/video/HajimeNoIppo-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 V1 \"Eternal Loop\"", + "link": "https://animethemes.moe/video/HajimeNoIppo-ED3.webm", + "type": "ending" + }, + { + "name": "ED3 V2 \"Eternal Loop\"", + "link": "https://animethemes.moe/video/HajimeNoIppo-ED3v2.webm", + "type": "ending" + } + ] + }, + { + "id": "249", + "title": "InuYasha", + "year": "2000", + "themes": [ + { + "name": "OP1 \"Change the World\"", + "link": "https://animethemes.moe/video/InuYasha-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"I Am\"", + "link": "https://animethemes.moe/video/InuYasha-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Owarinai Yume\"", + "link": "https://animethemes.moe/video/InuYasha-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Grip!\"", + "link": "https://animethemes.moe/video/InuYasha-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"One Day, One Dream\"", + "link": "https://animethemes.moe/video/InuYasha-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Angelus\"", + "link": "https://animethemes.moe/video/InuYasha-OP6.webm", + "type": "opening" + }, + { + "name": "ED1 \"My Will\"", + "link": "https://animethemes.moe/video/InuYasha-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Fukai Mori\"", + "link": "https://animethemes.moe/video/InuYasha-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Dearest\"", + "link": "https://animethemes.moe/video/InuYasha-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Every Heart - Minna no Kimochi\"", + "link": "https://animethemes.moe/video/InuYasha-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Shinjitsu no Uta\"", + "link": "https://animethemes.moe/video/InuYasha-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Itazurana Kiss\"", + "link": "https://animethemes.moe/video/InuYasha-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Come\"", + "link": "https://animethemes.moe/video/InuYasha-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Brand-New World\"", + "link": "https://animethemes.moe/video/InuYasha-ED8.webm", + "type": "ending" + } + ] + }, + { + "id": "1450", + "title": "Brigadoon: Marin to Melan", + "year": "2000", + "themes": [ + { + "name": "OP V1 \"Kaze no Ao, Umi no Midori\"", + "link": "https://animethemes.moe/video/Brigadoon-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kaze no Ao, Umi no Midori\"", + "link": "https://animethemes.moe/video/Brigadoon-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Nijiiro no Takaramono\" by KAORI", + "link": "https://animethemes.moe/video/Brigadoon-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nijiiro no Takaramono\" by Marin & Moe", + "link": "https://animethemes.moe/video/Brigadoon-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "377", + "title": "eX-Driver", + "year": "2000", + "themes": [ + { + "name": "OP \"Kaze ni Nare\"", + "link": "https://animethemes.moe/video/ExDriver-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sniper\"", + "link": "https://animethemes.moe/video/ExDriver-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Akogi na Futari Tabidaze\"", + "link": "https://animethemes.moe/video/ExDriver-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "318", + "title": "Hand Maid May", + "year": "2000", + "themes": [ + { + "name": "OP V1 \"JUMP~MAYppai Dakishimete\"", + "link": "https://animethemes.moe/video/HandMaidMay-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"JUMP~MAYppai Dakishimete\"", + "link": "https://animethemes.moe/video/HandMaidMay-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Honto no Kimochi\"", + "link": "https://animethemes.moe/video/HandMaidMay-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Honto no Kimochi\"", + "link": "https://animethemes.moe/video/HandMaidMay-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "557", + "title": "Koutetsu Tenshi Kurumi Encore", + "year": "2000", + "themes": [ + { + "name": "OP \"Kiss Kara Hajimaru Miracle\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumi-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Suki Suki Suki Su-Kiss Shite\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumiEncore-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Suki Suki Suki Su-Kiss Shite\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumiEncore-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Suki Suki Suki Su-Kiss Shite\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumiEncore-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Suki Suki Suki Su-Kiss Shite\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumiEncore-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "4052", + "title": "Medarot Damashii", + "year": "2000", + "themes": [ + { + "name": "OP \"Super Guys!\"", + "link": "https://animethemes.moe/video/MedarotDamashii-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Toshishita no Boku\"", + "link": "https://animethemes.moe/video/MedarotDamashii-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "171", + "title": "Strange Dawn", + "year": "2000", + "themes": [ + { + "name": "OP \"Sora e\"", + "link": "https://animethemes.moe/video/StrangeDawn-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Melody ni..\"", + "link": "https://animethemes.moe/video/StrangeDawn-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Melody ni..\"", + "link": "https://animethemes.moe/video/StrangeDawn-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "1313", + "title": "Digimon Adventure 02", + "year": "2000", + "themes": [ + { + "name": "OP \"Target ~Akai Shougeki~\"", + "link": "https://animethemes.moe/video/DigimonAdventure02-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ashita wa Atashi no Kaze ga Fuku\"", + "link": "https://animethemes.moe/video/DigimonAdventure02-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Itsumo Itsudemo\"", + "link": "https://animethemes.moe/video/DigimonAdventure02-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "227", + "title": "FLCL", + "year": "2000", + "themes": [ + { + "name": "ED V1 \"Ride On Shooting Star\"", + "link": "https://animethemes.moe/video/FLCL-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ride On Shooting Star\"", + "link": "https://animethemes.moe/video/FLCL-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "2694", + "title": "Hidamari no Ki", + "year": "2000", + "themes": [ + { + "name": "OP \"Hidamari no Ki ~Manazashi~\"", + "link": "https://animethemes.moe/video/HidamariNoKi-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hikari no Mukou e\"", + "link": "https://animethemes.moe/video/HidamariNoKi-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"High Dive\"", + "link": "https://animethemes.moe/video/HidamariNoKi-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "189", + "title": "Love Hina", + "year": "2000", + "themes": [ + { + "name": "OP \"Sakura Saku\"", + "link": "https://animethemes.moe/video/LoveHina-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi Sae Ireba\"", + "link": "https://animethemes.moe/video/LoveHina-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hajimari wa Kokokara\"", + "link": "https://animethemes.moe/video/LoveHina-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "13201", + "title": "Monster Farm: Legend e no Michi", + "year": "2000", + "themes": [ + { + "name": "OP1 \"Name\"", + "type": "opening" + }, + { + "name": "OP2 V1 \"Flush\"", + "link": "https://animethemes.moe/video/MonsterFarmS2-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Flush\"", + "link": "https://animethemes.moe/video/MonsterFarmS2-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tada Sugiyuku Tameni\"", + "type": "ending" + }, + { + "name": "ED2 \"Be Truth\"", + "type": "ending" + } + ] + }, + { + "id": "800", + "title": "NieA Under 7", + "year": "2000", + "themes": [ + { + "name": "OP \"Koko Made Oide\"", + "link": "https://animethemes.moe/video/NieAUnder7-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Venus to Chiisana Kamisama\"", + "link": "https://animethemes.moe/video/NieAUnder7-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "561", + "title": "Sakura Taisen", + "year": "2000", + "themes": [ + { + "name": "OP \"Geki Teikoku Kagekidan\"", + "link": "https://animethemes.moe/video/SakuraTaisen-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yume Mite Iyou\"", + "link": "https://animethemes.moe/video/SakuraTaisen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Gekitei Ondo\"", + "link": "https://animethemes.moe/video/SakuraTaisen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "396", + "title": "Seikai no Senki", + "year": "2000", + "themes": [ + { + "name": "OP \"Seikai no Senki\"", + "link": "https://animethemes.moe/video/SeikaiNoSenki-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Pink\"", + "link": "https://animethemes.moe/video/SeikaiNoSenki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "481", + "title": "Yu☆Gi☆Oh! Duel Monsters", + "year": "2000", + "themes": [ + { + "name": "OP1 \"Voice\"", + "link": "https://animethemes.moe/video/YGODuelMonsters-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Shuffle\"", + "link": "https://animethemes.moe/video/YGODuelMonsters-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"WILD DRIVE\"", + "link": "https://animethemes.moe/video/YGODuelMonsters-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Warriors\"", + "link": "https://animethemes.moe/video/YGODuelMonsters-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Overlap\"", + "link": "https://animethemes.moe/video/YGODuelMonsters-OP5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Genki no Shower\"", + "link": "https://animethemes.moe/video/YGODuelMonsters-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ano hi no Gogo\"", + "link": "https://animethemes.moe/video/YGODuelMonsters-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Rakuen\"", + "link": "https://animethemes.moe/video/YGODuelMonsters-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Afureru Kanjou ga Tomaranai\"", + "link": "https://animethemes.moe/video/YGODuelMonsters-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"EYES\"", + "link": "https://animethemes.moe/video/YGODuelMonsters-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "369", + "title": "Boogiepop wa Warawanai: Boogiepop Phantom", + "year": "2000", + "themes": [ + { + "name": "OP \"Yuudachi\"", + "link": "https://animethemes.moe/video/BoogiepopPhantom-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mirai-Seiki Maruhi Club\"", + "link": "https://animethemes.moe/video/BoogiepopPhantom-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "606", + "title": "Kazemakase Tsukikage Ran", + "year": "2000", + "themes": [ + { + "name": "OP \"Kazemakase\"", + "link": "https://animethemes.moe/video/KazemakaseTsukikageRan-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "783", + "title": "Miami Guns", + "year": "2000", + "themes": [ + { + "name": "OP \"Seeds\"", + "link": "https://animethemes.moe/video/MiamiGuns-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kiseki no Shiro\"", + "link": "https://animethemes.moe/video/MiamiGuns-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "351", + "title": "Ojamajo Doremi Sharp", + "year": "2000", + "themes": [ + { + "name": "OP \"Ojamajo wa Koko ni Iru\"", + "link": "https://animethemes.moe/video/OjamajoDoremiSharp-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Koe wo Kikasete\"", + "link": "https://animethemes.moe/video/OjamajoDoremiSharp-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1382", + "title": "Yuusha-Ou GaoGaiGar Final", + "year": "2000", + "themes": [ + { + "name": "OP1 \"Yuusha-oh Tanjou (Mythology Version)\"", + "link": "https://animethemes.moe/video/GaoGaiGarFinal-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yuusha-oh Tanjou (Ultimate Mythology Version)\"", + "link": "https://animethemes.moe/video/GaoGaiGarFinal-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Yuusha-oh Tanjou (Piano Solo Version)\"", + "link": "https://animethemes.moe/video/GaoGaiGarFinal-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Lion Renias\"", + "link": "https://animethemes.moe/video/GaoGaiGarFinal-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Lion Reine -Hyper Mode-\"", + "link": "https://animethemes.moe/video/GaoGaiGarFinal-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Itsuka Hoshi no Umi de \"", + "link": "https://animethemes.moe/video/GaoGaiGarFinal-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "92", + "title": "After War Gundam X", + "year": "90s", + "themes": [ + { + "name": "OP1 V1 \"Dreams\"", + "link": "https://animethemes.moe/video/AfterWarGundamX-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Dreams\"", + "link": "https://animethemes.moe/video/AfterWarGundamX-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"Dreams\"", + "link": "https://animethemes.moe/video/AfterWarGundamX-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Resolution\"", + "link": "https://animethemes.moe/video/AfterWarGundamX-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Resolution\"", + "link": "https://animethemes.moe/video/AfterWarGundamX-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Human Touch\"", + "link": "https://animethemes.moe/video/AfterWarGundamX-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Human Touch\"", + "link": "https://animethemes.moe/video/AfterWarGundamX-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Human Touch - Japanese Version\"", + "link": "https://animethemes.moe/video/AfterWarGundamX-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Gin-Iro Horizon\"", + "link": "https://animethemes.moe/video/AfterWarGundamX-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "1533", + "title": "Ai Tenshi Densetsu Wedding Peach", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Yumemiru Ai Tenshi\"", + "link": "https://animethemes.moe/video/WeddingPeach-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Wedding Wars: Ai wa Honoo\"", + "type": "opening" + }, + { + "name": "ED1 \"Juliet Of The 21st Century\"", + "type": "ending" + }, + { + "name": "ED2 \"Virgin Love\"", + "type": "ending" + } + ] + }, + { + "id": "366", + "title": "AIKa", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Silent City\"", + "link": "https://animethemes.moe/video/AIKa-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Manatsu no Seiza\"", + "link": "https://animethemes.moe/video/AIKa-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Manatsu no Seiza\"", + "link": "https://animethemes.moe/video/AIKa-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP2 V3 \"Manatsu no Seiza\"", + "link": "https://animethemes.moe/video/AIKa-OP2v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"More Natural\"", + "link": "https://animethemes.moe/video/AIKa-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Dance With Me Tonight\"", + "link": "https://animethemes.moe/video/AIKa-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Dance With Me Tonight\"", + "link": "https://animethemes.moe/video/AIKa-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Dance With Me Tonight\"", + "link": "https://animethemes.moe/video/AIKa-ED2v3.webm", + "type": "ending" + } + ] + }, + { + "id": "4718", + "title": "AIKa: Special Trial", + "year": "90s", + "themes": [ + { + "name": "OP \"Ao no Cross\"", + "link": "https://animethemes.moe/video/AIKaSpecialTrial-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aa, Jinsei Taete Hana mo Saku\"", + "link": "https://animethemes.moe/video/AIKaSpecialTrial-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1485", + "title": "Akachan to Boku", + "year": "90s", + "themes": [ + { + "name": "OP1 \"B.B.B. (Be Bad Boy)\"", + "link": "https://animethemes.moe/video/AkachanToBoku-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Love Affair\"", + "link": "https://animethemes.moe/video/AkachanToBoku-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"You\"", + "link": "https://animethemes.moe/video/AkachanToBoku-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rouge ni Naritai\"", + "link": "https://animethemes.moe/video/AkachanToBoku-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "103", + "title": "Akazukin Chacha", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Kimi-iro Omoi\"", + "link": "https://animethemes.moe/video/AkazukinChacha-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kimi-iro Omoi\"", + "link": "https://animethemes.moe/video/AkazukinChacha-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Kimi-iro Omoi\"", + "link": "https://animethemes.moe/video/AkazukinChacha-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Egao ga Sukidakara\"", + "link": "https://animethemes.moe/video/AkazukinChacha-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Chacha ni Omakase\"", + "link": "https://animethemes.moe/video/AkazukinChacha-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Youkoso Magical School e\"", + "link": "https://animethemes.moe/video/AkazukinChacha-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "5251", + "title": "Angel Densetsu", + "year": "90s", + "themes": [ + { + "name": "OP \"Korogaruishi no You ni\"", + "link": "https://animethemes.moe/video/AngelDensetsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Wasurenaide\"", + "link": "https://animethemes.moe/video/AngelDensetsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2709", + "title": "Bakusou Kyoudai Let's & Go MAX", + "year": "90s", + "themes": [ + { + "name": "OP \"BRAVE HEART\"", + "link": "https://animethemes.moe/video/BakusouKyoudaiMax-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"MY NAME IS Kabboi\"", + "link": "https://animethemes.moe/video/BakusouKyoudaiMax-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Bokura no FREEDOM\"", + "link": "https://animethemes.moe/video/BakusouKyoudaiMax-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Bokura no FREEDOM\"", + "link": "https://animethemes.moe/video/BakusouKyoudaiMax-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "1186", + "title": "Battle Athletess Daiundoukai (TV)", + "year": "90s", + "themes": [ + { + "name": "OP \"Tsubasa (Wings)\"", + "link": "https://animethemes.moe/video/BattleAthletessDaiundoukaiTV-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Honey Bee\"", + "type": "ending" + } + ] + }, + { + "id": "33", + "title": "Berserk", + "year": "90s", + "themes": [ + { + "name": "OP \"Tell Me Why\"", + "link": "https://animethemes.moe/video/Berserk-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Waiting So Long\"", + "link": "https://animethemes.moe/video/Berserk-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "530", + "title": "Bishoujo Senshi Sailor Moon", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoon-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoon-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Heart Moving\"", + "link": "https://animethemes.moe/video/SailorMoon-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Princess Moon\"", + "link": "https://animethemes.moe/video/SailorMoon-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "740", + "title": "Bishoujo Senshi Sailor Moon R", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoonR-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoonR-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Otome no Policy\"", + "link": "https://animethemes.moe/video/SailorMoonR-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "531", + "title": "Bishoujo Senshi Sailor Moon R: The Movie", + "year": "90s", + "themes": [ + { + "name": "OP \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoonRMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Moon Revenge\"", + "link": "https://animethemes.moe/video/SailorMoonRMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "532", + "title": "Bishoujo Senshi Sailor Moon S", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoonS-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoonS-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Otome no Policy\"", + "link": "https://animethemes.moe/video/SailorMoonR-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tuxedo Mirage\"", + "link": "https://animethemes.moe/video/SailorMoonS-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "997", + "title": "Bishoujo Senshi Sailor Moon S: Kaguya-hime no Koibito", + "year": "90s", + "themes": [ + { + "name": "OP \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoonSMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Moonlight Destiny\"", + "link": "https://animethemes.moe/video/SailorMoonSMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "996", + "title": "Bishoujo Senshi Sailor Moon: Sailor Stars", + "year": "90s", + "themes": [ + { + "name": "OP \"Sailor Star Song\"", + "link": "https://animethemes.moe/video/SailorMoonSailorStars-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kaze mo Sora mo Kitto...\"", + "link": "https://animethemes.moe/video/SailorMoonSailorStars-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoonSailorStars-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1239", + "title": "Bishoujo Senshi Sailor Moon SuperS", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoonSuperS-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoonSuperS-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Watashi-tachi ni Naritakute\"", + "link": "https://animethemes.moe/video/SailorMoonSuperS-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rashiku Ikimasho\"", + "link": "https://animethemes.moe/video/SailorMoonSuperS-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1278", + "title": "Bishoujo Senshi Sailor Moon SuperS Gaiden: Ami-chan no Hatsukoi", + "year": "90s", + "themes": [ + { + "name": "ED \"Rashiku Ikimasho\"", + "link": "https://animethemes.moe/video/SailorMoonSuperSGaiden-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1240", + "title": "Bishoujo Senshi Sailor Moon SuperS: Sailor 9 Senshi Shuuketsu! Black Dream Hole no Kiseki", + "year": "90s", + "themes": [ + { + "name": "OP \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoonSuperSMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Morning Moon de Aimashou\"", + "link": "https://animethemes.moe/video/SailorMoonSuperSMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "998", + "title": "Blue Seed", + "year": "90s", + "themes": [ + { + "name": "OP \"Carnival Babel\"", + "link": "https://animethemes.moe/video/BlueSeed-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Touch and Go\"", + "link": "https://animethemes.moe/video/BlueSeed-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1542", + "title": "Brain Powerd", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"IN MY DREAM\"", + "link": "https://animethemes.moe/video/BrainPowerd-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"IN MY DREAM\"", + "link": "https://animethemes.moe/video/BrainPowerd-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ai no Field\"", + "link": "https://animethemes.moe/video/BrainPowerd-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ai no Field\"", + "link": "https://animethemes.moe/video/BrainPowerd-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "458", + "title": "Buttobi!! CPU", + "year": "90s", + "themes": [ + { + "name": "OP \"Access wa Anata kara\"", + "link": "https://animethemes.moe/video/ButtobiCPU-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "232", + "title": "Cardcaptor Sakura", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Catch You Catch Me\"", + "link": "https://animethemes.moe/video/CardcaptorSakura-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Tobira wo Akete\"", + "link": "https://animethemes.moe/video/CardcaptorSakura-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Platinum\"", + "link": "https://animethemes.moe/video/CardcaptorSakura-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Groovy!\"", + "link": "https://animethemes.moe/video/CardcaptorSakura-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Honey\"", + "link": "https://animethemes.moe/video/CardcaptorSakura-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tobira wo Akete\"", + "link": "https://animethemes.moe/video/CardcaptorSakura-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Fruits Candy\"", + "link": "https://animethemes.moe/video/CardcaptorSakura-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "1598", + "title": "Casshern: Robot Hunter", + "year": "90s", + "themes": [ + { + "name": "OP \"Casshern: Kaze no Bo`hyou\"", + "link": "https://animethemes.moe/video/Casshern-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Casshern: Kaze no Bo`hyou\"", + "link": "https://animethemes.moe/video/Casshern-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Stand Alone: Kare Hateta Kokoro ni\"", + "link": "https://animethemes.moe/video/Casshern-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"In My Heart: Yume no Mama de\"", + "link": "https://animethemes.moe/video/Casshern-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kibou Shigosen: Horizon Blue\"", + "link": "https://animethemes.moe/video/Casshern-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "978", + "title": "Change!! Getter Robo: Sekai Saigo no Hi", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Ima ga Sono Toki da\"", + "link": "https://animethemes.moe/video/ChangeGetterRobo-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Heats\"", + "link": "https://animethemes.moe/video/ChangeGetterRobo-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yakusoku no Oka\"", + "link": "https://animethemes.moe/video/ChangeGetterRobo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hurry Up Dream\"", + "link": "https://animethemes.moe/video/ChangeGetterRobo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "110", + "title": "Chuuka Ichiban!", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Sora\"", + "link": "https://animethemes.moe/video/ChuukaIchiban-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Iki mo Dekinai: Now I Can Breath\"", + "link": "https://animethemes.moe/video/ChuukaIchiban-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Kimi Sae Ireba\"", + "link": "https://animethemes.moe/video/ChuukaIchiban-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Aoi Sora ni Deaeta\"", + "link": "https://animethemes.moe/video/ChuukaIchiban-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mineral\"", + "link": "https://animethemes.moe/video/ChuukaIchiban-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kaze no You ni Jiyuu: Free as the Wind\"", + "link": "https://animethemes.moe/video/ChuukaIchiban-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "1", + "title": "Cowboy Bebop", + "year": "90s", + "themes": [ + { + "name": "OP \"Tank!\"", + "link": "https://animethemes.moe/video/CowboyBebop-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"The Real Folk Blues\"", + "link": "https://animethemes.moe/video/CowboyBebop-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Space Lion\"", + "link": "https://animethemes.moe/video/CowboyBebop-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Blue\"", + "link": "https://animethemes.moe/video/CowboyBebop-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "2803", + "title": "Densetsu no Yuusha Da Garn", + "year": "90s", + "themes": [ + { + "name": "OP \"Kaze no mirai he\"", + "link": "https://animethemes.moe/video/DensetsuNoYuushaDaGarn-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hareruya, Papaiya\"", + "type": "ending" + } + ] + }, + { + "id": "235", + "title": "Detective Conan", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Mune ga Dokidoki\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DetectiveConan-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP2 \"Feel Your Heart\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Nazo\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DetectiveConan-OP3-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP4 \"Unmei no Roulette Mawashite\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DetectiveConan-OP4-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP5 \"Truth\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP5.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DetectiveConan-OP5-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP6 \"Girigiri Chop\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP6.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DetectiveConan-OP6-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP7 \"Mysterious Eyes\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP7.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DetectiveConan-OP7-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP8 \"Koi wa Thrill, Shock, Suspense\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP8.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DetectiveConan-OP8-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP9 \"Destiny\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP9.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DetectiveConan-OP9-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP10 \"Winter Bells\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP10.webm", + "type": "opening" + }, + { + "name": "OP11 \"I can't stop my love for you♥\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP11.webm", + "type": "opening" + }, + { + "name": "OP12 \"Kaze no Lalala\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP12.webm", + "type": "opening" + }, + { + "name": "OP13 \"Kimi to Yakusoku Shita Yasashii Ano Basho Made\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP13.webm", + "type": "opening" + }, + { + "name": "OP14 \"Start\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP14.webm", + "type": "opening" + }, + { + "name": "OP15 \"Hoshi no Kagayakiyo\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP15.webm", + "type": "opening" + }, + { + "name": "OP16 \"Growing of My heart\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP16.webm", + "type": "opening" + }, + { + "name": "OP17 \"Shoudou\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP17.webm", + "type": "opening" + }, + { + "name": "OP18 \"100 Mono Tobira\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP18.webm", + "type": "opening" + }, + { + "name": "OP19 \"Kumo ni Notte\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP19.webm", + "type": "opening" + }, + { + "name": "OP20 \"Namida no Yesterday\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP20.webm", + "type": "opening" + }, + { + "name": "OP21 \"Glorious Mind\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP21.webm", + "type": "opening" + }, + { + "name": "OP22 \"Ai wa Kurayami no Naka de\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP22.webm", + "type": "opening" + }, + { + "name": "OP23 \"Ichibyou goto ni Love for you\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP23.webm", + "type": "opening" + }, + { + "name": "OP24 \"MYSTERIOUS\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP24.webm", + "type": "opening" + }, + { + "name": "OP25 \"Revive\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP25.webm", + "type": "opening" + }, + { + "name": "OP26 \"Everlasting Luv\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP26.webm", + "type": "opening" + }, + { + "name": "OP27 \"MAGIC\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP27.webm", + "type": "opening" + }, + { + "name": "OP28 \"As the Dew\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP28.webm", + "type": "opening" + }, + { + "name": "OP29 \"SUMMER TIME GONE\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP29.webm", + "type": "opening" + }, + { + "name": "OP30 \"tear drops\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP30.webm", + "type": "opening" + }, + { + "name": "OP31 \"Don't Wanna Lie\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP31.webm", + "type": "opening" + }, + { + "name": "OP32 \"Misty Mystery\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP32.webm", + "type": "opening" + }, + { + "name": "OP33 \"Miss Mystery\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP33.webm", + "type": "opening" + }, + { + "name": "OP34 \"Kimi no Namida ni Konna ni Koi Shiteru\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP34.webm", + "type": "opening" + }, + { + "name": "OP35 \"TRY AGAIN\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP35.webm", + "type": "opening" + }, + { + "name": "OP36 \"Q&A\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP36.webm", + "type": "opening" + }, + { + "name": "OP37 \"Butterfly Core\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP37.webm", + "type": "opening" + }, + { + "name": "OP38 \"Greed\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP38.webm", + "type": "opening" + }, + { + "name": "OP39 \"Dynamite\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP39.webm", + "type": "opening" + }, + { + "name": "OP40 \"WE GO\"", + "type": "opening" + }, + { + "name": "OP41 \"Nazo\"", + "type": "opening" + }, + { + "name": "OP42 \"Hane\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP42.webm", + "type": "opening" + }, + { + "name": "OP43 \"Sekai wa Anata no Iro ni Naru\"", + "type": "opening" + }, + { + "name": "OP44 \"Ikusen no Meikyuu de Ikusen no Nazo wo Doite\"", + "type": "opening" + }, + { + "name": "OP45 \"Lie, Lie, Lie,\"", + "type": "opening" + }, + { + "name": "OP46 \"Everything OK!!\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP46.webm", + "type": "opening" + }, + { + "name": "OP47 \"Countdown\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP47.webm", + "type": "opening" + }, + { + "name": "OP48 \"Timeline\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP48.webm", + "type": "opening" + }, + { + "name": "OP49 \"Barairo no Jinsei\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP49.webm", + "type": "opening" + }, + { + "name": "OP50 \"ANSWER\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP50.webm", + "type": "opening" + }, + { + "name": "OP51 \"Makka na Lip\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP51.webm", + "type": "opening" + }, + { + "name": "ED1 \"Step by Step\"", + "link": "https://animethemes.moe/video/DetectiveConan-ED1.webm", + "type": "ending" + }, + { + "name": "ED9 \"Secret of my heart\"", + "link": "https://animethemes.moe/video/DetectiveConan-ED9.webm", + "type": "ending" + }, + { + "name": "ED56 \"Kamikaze Express\"", + "link": "https://animethemes.moe/video/DetectiveConan-ED56.webm", + "type": "ending" + }, + { + "name": "ED57 \"Sadame\"", + "link": "https://animethemes.moe/video/DetectiveConan-ED57.webm", + "type": "ending" + }, + { + "name": "ED58 \"Aozolighter\"", + "link": "https://animethemes.moe/video/DetectiveConan-ED58.webm", + "type": "ending" + }, + { + "name": "ED59 \"Kimi to Koi no mama de Owarenai Itsumo Yume no mama ja Irarenai\"", + "link": "https://animethemes.moe/video/DetectiveConan-ED59.webm", + "type": "ending" + }, + { + "name": "ED60 \"Sissy Sky\"", + "link": "https://animethemes.moe/video/DetectiveConan-ED60.webm", + "type": "ending" + }, + { + "name": "ED61 \"Sukoshizutsu Sukoshizutsu\"", + "link": "https://animethemes.moe/video/DetectiveConan-ED61.webm", + "type": "ending" + }, + { + "name": "ED62 \"Hoshiai\"", + "link": "https://animethemes.moe/video/DetectiveConan-ED62.webm", + "type": "ending" + } + ] + }, + { + "id": "552", + "title": "Digimon Adventure", + "year": "90s", + "themes": [ + { + "name": "OP \"Butter-Fly\"", + "link": "https://animethemes.moe/video/DigimonAdventure-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"I Wish\"", + "link": "https://animethemes.moe/video/DigimonAdventure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Keep On\"", + "link": "https://animethemes.moe/video/DigimonAdventure-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1802", + "title": "Dirty Pair Flash", + "year": "90s", + "themes": [ + { + "name": "OP \"Kagirinai ANSWER\"", + "link": "https://animethemes.moe/video/DirtyPairFlash-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dai 2 Shou\"", + "link": "https://animethemes.moe/video/DirtyPairFlash-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12343", + "title": "Dirty Pair Flash 2", + "year": "90s", + "themes": [ + { + "name": "OP \"Thrill ni Koishite\"", + "link": "https://animethemes.moe/video/DirtyPairFlash2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi ga Daisuki\"", + "link": "https://animethemes.moe/video/DirtyPairFlash2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12347", + "title": "Dirty Pair Flash 3", + "year": "90s", + "themes": [ + { + "name": "OP \"Honki ni Shinaide\"", + "link": "https://animethemes.moe/video/DirtyPairFlash3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kokoro de Mitsumeteru\"", + "link": "https://animethemes.moe/video/DirtyPairFlash3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "563", + "title": "DNA²", + "year": "90s", + "themes": [ + { + "name": "OP \"Blurry Eyes\"", + "link": "https://animethemes.moe/video/DNASquared-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Single Bed\"", + "link": "https://animethemes.moe/video/DNASquared-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "225", + "title": "Dragon Ball GT", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"DAN DAN Kokoro Hikarete ku\"", + "link": "https://animethemes.moe/video/DragonBallGT-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"DAN DAN Kokoro Hikarete ku\"", + "link": "https://animethemes.moe/video/DragonBallGT-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"DAN DAN Kokoro Hikarete ku\"", + "type": "opening" + }, + { + "name": "OP V4 \"DAN DAN Kokoro Hikarete ku\"", + "type": "opening" + }, + { + "name": "ED1 \"Hitori Ja Nai\"", + "link": "https://animethemes.moe/video/DragonBallGT-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Don't you see!\"", + "link": "https://animethemes.moe/video/DragonBallGT-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Blue Velvet\"", + "type": "ending" + }, + { + "name": "ED4 \"Sabitsuita Machine Gun de Ima wo Uchinukou\"", + "type": "ending" + } + ] + }, + { + "id": "870", + "title": "Dragon Half", + "year": "90s", + "themes": [ + { + "name": "ED \"Watashi no Tamagoyaki\"", + "link": "https://animethemes.moe/video/DragonHalf-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2229", + "title": "Dragon Quest: Dai no Daibouken", + "year": "90s", + "themes": [ + { + "name": "OP \"Yuusha yo Isoge!!\"", + "link": "https://animethemes.moe/video/DragonQuestDaiNoDaibouken-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DragonQuestDaiNoDaibouken-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Kono Michi Waga Tabi (My Road, My Journey)\"", + "link": "https://animethemes.moe/video/DragonQuestDaiNoDaibouken-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DragonQuestDaiNoDaibouken-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "1704", + "title": "Eat-Man", + "year": "90s", + "themes": [ + { + "name": "OP \"Chiisana Koi no Melody\"", + "link": "https://animethemes.moe/video/EatMan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Walk This Way\"\"", + "type": "ending" + } + ] + }, + { + "id": "1599", + "title": "Eat-Man '98", + "year": "90s", + "themes": [ + { + "name": "OP \"Burning Blue\"", + "link": "https://animethemes.moe/video/EatMan98-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tabibito\"", + "type": "ending" + } + ] + }, + { + "id": "1046", + "title": "Elf wo Karu Mono-tachi II", + "year": "90s", + "themes": [ + { + "name": "OP \"Round11\"", + "link": "https://animethemes.moe/video/ElfWoKaruMonotachiII-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kiseki no Mukougawa e\"", + "link": "https://animethemes.moe/video/ElfWoKaruMonotachiII-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8503", + "title": "Fushigi Mahou Fun Fun Pharmacy", + "year": "90s", + "themes": [ + { + "name": "OP \"Popuri wa Nikoniko Genki\"", + "link": "https://animethemes.moe/video/Mifapu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shiawase Hitotsu Futatsu...\"", + "link": "https://animethemes.moe/video/Mifapu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1251", + "title": "Fushigi no Umi no Nadia", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Blue Water\"", + "link": "https://animethemes.moe/video/FushigiNoUmiNoNadia-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Blue Water\"", + "link": "https://animethemes.moe/video/FushigiNoUmiNoNadia-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Yes! I Will\"", + "link": "https://animethemes.moe/video/FushigiNoUmiNoNadia-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "123", + "title": "Fushigi Yuugi", + "year": "90s", + "themes": [ + { + "name": "OP \"Itooshii Hito no Tame ni\"", + "link": "https://animethemes.moe/video/FushigiYuugi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FushigiYuugi-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED1 \"Tokimeki no Doukasen\"", + "type": "ending" + }, + { + "name": "ED2 \"Kaze no Uta\"", + "type": "ending" + }, + { + "name": "ED3 \"For Epilogue…\"", + "type": "ending" + } + ] + }, + { + "id": "1394", + "title": "Future GPX Cyber Formula Saga", + "year": "90s", + "themes": [ + { + "name": "OP \"Identity Crisis\"", + "link": "https://animethemes.moe/video/FutureGPXCyberFormulaSaga-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"WILD at HEART\"", + "link": "https://animethemes.moe/video/FutureGPXCyberFormulaSaga-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Adagio\"", + "link": "https://animethemes.moe/video/FutureGPXCyberFormulaSaga-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1395", + "title": "Future GPX Cyber Formula Sin", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Pray\"", + "link": "https://animethemes.moe/video/FutureGPXCyberFormulaSin-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Pray\"", + "link": "https://animethemes.moe/video/FutureGPXCyberFormulaSin-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"POWER of LOVE\"", + "link": "https://animethemes.moe/video/FutureGPXCyberFormulaSin-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Pray\"", + "link": "https://animethemes.moe/video/FutureGPXCyberFormulaSin-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1393", + "title": "Future GPX Cyber Formula Zero", + "year": "90s", + "themes": [ + { + "name": "OP \"Wind is High\"", + "link": "https://animethemes.moe/video/FutureGPXCyberFormulaZero-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Get Up!\"", + "link": "https://animethemes.moe/video/FutureGPXCyberFormulaZero-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Brand New Dream\"", + "link": "https://animethemes.moe/video/FutureGPXCyberFormulaZero-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2916", + "title": "Genki Bakuhatsu Ganbaruger", + "year": "90s", + "themes": [ + { + "name": "OP \"Genki Bakuhatsu GANBARUGAA\"", + "link": "https://animethemes.moe/video/GenkiBakuhatsuGanbaruger-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ganbar Taisou\"", + "link": "https://animethemes.moe/video/GenkiBakuhatsuGanbaruger-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5292", + "title": "Getter Robo Go", + "year": "90s", + "themes": [ + { + "name": "OP1 \"21sseiki Shounen\"", + "link": "https://animethemes.moe/video/GetterRoboGo-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Getter Robo Go\"", + "link": "https://animethemes.moe/video/GetterRoboGo-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Grievous Rain\"", + "link": "https://animethemes.moe/video/GetterRoboGo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tomodachi ni Naritai\"", + "link": "https://animethemes.moe/video/GetterRoboGo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "43", + "title": "Ghost in the Shell", + "year": "90s", + "themes": [ + { + "name": "OP \"Making of a Cyborg\"", + "link": "https://animethemes.moe/video/GhostInTheShell-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Reincarnation\"", + "link": "https://animethemes.moe/video/GhostInTheShell-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2400", + "title": "Ghost Sweeper GS Mikami", + "year": "90s", + "themes": [ + { + "name": "OP \"GHOST SWEEPER\"", + "link": "https://animethemes.moe/video/GhostSweeperGSMikami-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"BELIEVE ME\"", + "link": "https://animethemes.moe/video/GhostSweeperGSMikami-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3665", + "title": "Ginga Eiyuu Densetsu Gaiden: Rasen Meikyuu", + "year": "90s", + "themes": [ + { + "name": "OP \"A Story of Time\"", + "link": "https://animethemes.moe/video/GinEiDenGaidenRasenMeikyuu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Our Trail\"", + "link": "https://animethemes.moe/video/GinEiDenGaidenRasenMeikyuu-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GinEiDenGaidenRasenMeikyuu-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"The Promised Future\"", + "link": "https://animethemes.moe/video/GinEiDenGaidenRasenMeikyuu-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GinEiDenGaidenRasenMeikyuu-ED2-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "3371", + "title": "Ginga Eiyuu Densetsu Gaiden: Senoku no Hoshi, Senoku no Hikari", + "year": "90s", + "themes": [ + { + "name": "OP \"Kid\"", + "link": "https://animethemes.moe/video/GinEiDenGaiden-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Setsumei\"", + "type": "ending" + }, + { + "name": "ED2 \"Nagai Tsukiai\"", + "type": "ending" + }, + { + "name": "ED3 \"Iku Toki, Iwau Toki\"", + "type": "ending" + }, + { + "name": "ED4 \"Aurora no Adagio\"", + "type": "ending" + } + ] + }, + { + "id": "268", + "title": "Golden Boy", + "year": "90s", + "themes": [ + { + "name": "OP \"Golden Boy\"", + "link": "https://animethemes.moe/video/GoldenBoy-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Study A Go! Go\"", + "link": "https://animethemes.moe/video/GoldenBoy-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "245", + "title": "Great Teacher Onizuka", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Driver's High\"", + "link": "https://animethemes.moe/video/GreatTeacherOnizuka-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hitori no Yoru\"", + "link": "https://animethemes.moe/video/GreatTeacherOnizuka-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Last Piece\"", + "link": "https://animethemes.moe/video/GreatTeacherOnizuka-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shizuku\"", + "link": "https://animethemes.moe/video/GreatTeacherOnizuka-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"CHERISHED MEMORIES\"", + "link": "https://animethemes.moe/video/GreatTeacherOnizuka-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "3037", + "title": "GS Mikami: Gokuraku Daisakusen!!", + "year": "90s", + "themes": [ + { + "name": "OP \"GHOST SWEEPER\"", + "link": "https://animethemes.moe/video/GhostSweeperGSMikamiMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"My Jolly Days\"", + "link": "https://animethemes.moe/video/GhostSweeperGSMikamiMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1016", + "title": "Gunnm", + "year": "90s", + "themes": [ + { + "name": "ED \"Cyborg Mermaid\"", + "link": "https://animethemes.moe/video/Gunnm-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "650", + "title": "Gunsmith Cats", + "year": "90s", + "themes": [ + { + "name": "OP \"Gunsmith Cats Theme\"", + "link": "https://animethemes.moe/video/GunsmithCats-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gunsmith Cats Ending Theme\"", + "link": "https://animethemes.moe/video/GunsmithCats-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "106", + "title": "Hana yori Dango", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Futsuu no Nichiyoubi ni\"", + "link": "https://animethemes.moe/video/HanaYoriDango-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Futsuu no Nichiyoubi ni\"", + "link": "https://animethemes.moe/video/HanaYoriDango-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kenka no Ato de...\"", + "link": "https://animethemes.moe/video/HanaYoriDango-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Todoku ka na\"", + "link": "https://animethemes.moe/video/HanaYoriDango-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2749", + "title": "Heisei Inu Monogatari Bow", + "year": "90s", + "themes": [ + { + "name": "OP \"Dai Kirai!\"", + "link": "https://animethemes.moe/video/HeiseiInuMonogatariBow-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Futari Kiri de Ikou yo\"", + "link": "https://animethemes.moe/video/HeiseiInuMonogatariBow-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nengara Noutenki\"", + "link": "https://animethemes.moe/video/HeiseiInuMonogatariBow-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "379", + "title": "Heppoko Jikken Animation Excel♥Saga", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Ai (Chuuseishin)\"", + "link": "https://animethemes.moe/video/ExcelSaga-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Ai (Chuuseishin)\"", + "link": "https://animethemes.moe/video/ExcelSaga-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Menchi Aishou no Bolero\"", + "link": "https://animethemes.moe/video/ExcelSaga-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Menchi Aishou no Bolero (Gyakuna)\"", + "link": "https://animethemes.moe/video/ExcelSaga-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1181", + "title": "Hikyou Tanken Fam & Ihrlie", + "year": "90s", + "themes": [ + { + "name": "OP \"Magical Beat!\"", + "link": "https://animethemes.moe/video/HikyouTankenFamAndIhrlie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dear My self ~Watashi Dake no Time Capsule~\"", + "link": "https://animethemes.moe/video/HikyouTankenFamAndIhrlie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3839", + "title": "Himitsu no Akko-chan 3", + "year": "90s", + "themes": [ + { + "name": "OP \"Himitsu no Akko-chan\"", + "link": "https://animethemes.moe/video/HimitsuNoAkkoChan3-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Watashi no Uta wo Kitte Hoshii\"", + "link": "https://animethemes.moe/video/HimitsuNoAkkoChan3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nippon Hare Da yo! Akko-chan\"", + "link": "https://animethemes.moe/video/HimitsuNoAkkoChan3-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2050", + "title": "Honoo no Tenkousei", + "year": "90s", + "themes": [ + { + "name": "OP \"Honoo no Tenkousei\"", + "link": "https://animethemes.moe/video/HonooNoTenkousei-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Yumemiru Kimochi ~Dreaming Heart~\"", + "link": "https://animethemes.moe/video/HonooNoTenkousei-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Yumemiru Kimochi ~Dreaming Heart~\"", + "link": "https://animethemes.moe/video/HonooNoTenkousei-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "136", + "title": "Hunter x Hunter", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Ohayou\"", + "link": "https://animethemes.moe/video/HunterHunter-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Taiyou wa Yoru mo Kagayaku\"", + "link": "https://animethemes.moe/video/HunterHunter-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kaze no Uta\"", + "link": "https://animethemes.moe/video/HunterHunter-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"E-Jan - Do You Feel Like I Feel\"", + "link": "https://animethemes.moe/video/HunterHunter-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hotaru\"", + "link": "https://animethemes.moe/video/HunterHunter-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "914", + "title": "Ike! Ina-chuu Takkyuubu", + "year": "90s", + "themes": [ + { + "name": "OP1 \"shanimuni SHEIKU! SHEIKU!\"", + "link": "https://animethemes.moe/video/IkeInaChuuTakkyuubu-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"man-in densha hitomebore\"", + "link": "https://animethemes.moe/video/IkeInaChuuTakkyuubu-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"itsu ni natte mo itsu made mo\"", + "link": "https://animethemes.moe/video/IkeInaChuuTakkyuubu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"booing\"", + "link": "https://animethemes.moe/video/IkeInaChuuTakkyuubu-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "637", + "title": "Iketeru Futari", + "year": "90s", + "themes": [ + { + "name": "OP \"Fall In YOU\"", + "link": "https://animethemes.moe/video/IketeruFutari-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "160", + "title": "Ima, Soko ni Iru Boku", + "year": "90s", + "themes": [ + { + "name": "OP \"Ima, Soko ni Iru Boku\"", + "link": "https://animethemes.moe/video/ImaSokoNiIruBoku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Lullaby...\"", + "link": "https://animethemes.moe/video/ImaSokoNiIruBoku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "185", + "title": "Initial D First Stage", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Around the World\"", + "link": "https://animethemes.moe/video/InitialDFirstStage-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Break in 2 the Nite\"", + "link": "https://animethemes.moe/video/InitialDFirstStage-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Rage Your Dream\"", + "link": "https://animethemes.moe/video/InitialDFirstStage-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kiseki no Hana (Flower of Miracles)\"", + "link": "https://animethemes.moe/video/InitialDFirstStage-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "186", + "title": "Initial D Second Stage", + "year": "90s", + "themes": [ + { + "name": "OP \"Blazin' Beat\"", + "link": "https://animethemes.moe/video/InitialDSecondStage-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi ga Iru\"", + "link": "https://animethemes.moe/video/InitialDSecondStage-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "432", + "title": "Iria: Zeiram The Animation", + "year": "90s", + "themes": [ + { + "name": "OP \"Tokete Iku Yume no Hate ni\"", + "link": "https://animethemes.moe/video/IriaZeiram-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yume wa Toi Keredo\"", + "link": "https://animethemes.moe/video/IriaZeiram-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8228", + "title": "Jigoku Sensei Nube: Gozen 0 Ji Nube Shisu!", + "year": "90s", + "themes": [ + { + "name": "ED \"Bari Bari Saikyou No. 1\"", + "link": "https://animethemes.moe/video/JigokuSenseiNubeGozen0JiNubeShisu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8208", + "title": "Jigoku Sensei Nube (Movie)", + "year": "90s", + "themes": [ + { + "name": "OP \"Baribari Saikyou No. 1\"", + "link": "https://animethemes.moe/video/JigokuSenseiNubeMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mienai Chikara ~INVISIBLE ONE~\"", + "link": "https://animethemes.moe/video/JigokuSenseiNubeMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1025", + "title": "Kachou Ouji", + "year": "90s", + "themes": [ + { + "name": "OP \"Cautionary Warning\"", + "link": "https://animethemes.moe/video/KachouOuji-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yappa Onna hou ga Ii ya\"", + "link": "https://animethemes.moe/video/KachouOuji-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1567", + "title": "Kaitou Saint Tail", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Toki o Koete\"", + "link": "https://animethemes.moe/video/KaitouSaintTail-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ashita e to Kakedashite Yukou\"", + "link": "https://animethemes.moe/video/KaitouSaintTail-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Junshin\"", + "link": "https://animethemes.moe/video/KaitouSaintTail-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Up Side Down - Eien no Wa -\"", + "link": "https://animethemes.moe/video/KaitouSaintTail-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yumemiru Melody\"", + "link": "https://animethemes.moe/video/KaitouSaintTail-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "142", + "title": "Kamikaze Kaitou Jeanne", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Piece of Love\"", + "link": "https://animethemes.moe/video/KamikazeKaitouJeanne-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Dive into Shine\"", + "type": "opening" + }, + { + "name": "ED1 \"Haruka...\"", + "link": "https://animethemes.moe/video/KamikazeKaitouJeanne-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Till The End\"", + "type": "ending" + } + ] + }, + { + "id": "145", + "title": "Kareshi Kanojo no Jijou", + "year": "90s", + "themes": [ + { + "name": "OP \"Tenshi no Yubikiri\"", + "link": "https://animethemes.moe/video/Karekano-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Karekano-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Yume no Naka e\"", + "link": "https://animethemes.moe/video/Karekano-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Yume no Naka e\"", + "link": "https://animethemes.moe/video/Karekano-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED1 V7 \"Yume no Naka e\"", + "link": "https://animethemes.moe/video/Karekano-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED1 V8 \"Yume no Naka e\"", + "link": "https://animethemes.moe/video/Karekano-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED1 V13 \"Yume no Naka e\"", + "link": "https://animethemes.moe/video/Karekano-ED1v13.webm", + "type": "ending" + }, + { + "name": "ED1 V16 \"Yume no Naka e\"", + "link": "https://animethemes.moe/video/Karekano-ED1v16.webm", + "type": "ending" + }, + { + "name": "ED1 V18 \"Yume no Naka e\"", + "link": "https://animethemes.moe/video/Karekano-ED1v18.webm", + "type": "ending" + }, + { + "name": "ED1 V19 \"Yume no Naka e\"", + "link": "https://animethemes.moe/video/Karekano-ED1v19.webm", + "type": "ending" + }, + { + "name": "ED1 V24 \"Yume no Naka e\"", + "link": "https://animethemes.moe/video/Karekano-ED1v24.webm", + "type": "ending" + }, + { + "name": "ED1 V25 \"Yume no Naka e\"", + "link": "https://animethemes.moe/video/Karekano-ED1v25.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kaze Hiita Yoru\"", + "type": "ending" + } + ] + }, + { + "id": "1457", + "title": "Key the Metal Idol", + "year": "90s", + "themes": [ + { + "name": "OP \"In the Night\"", + "link": "https://animethemes.moe/video/KeyTheMetalIdol-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Watashi ga Soba ni Iru\"", + "link": "https://animethemes.moe/video/KeyTheMetalIdol-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Passenger\"", + "type": "ending" + }, + { + "name": "ED3 \"Galaxy in my Hands\"", + "type": "ending" + } + ] + }, + { + "id": "218", + "title": "Kidou Senkan Nadesico", + "year": "90s", + "themes": [ + { + "name": "OP \"You Get to Burning\"", + "link": "https://animethemes.moe/video/KidouSenkanNadesico-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Watashi Rashiku\"", + "link": "https://animethemes.moe/video/KidouSenkanNadesico-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Itsuka... Shinjite\"", + "type": "ending" + } + ] + }, + { + "id": "1573", + "title": "Kishin Douji Zenki", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Kishin Douji ZENKI\"", + "link": "https://animethemes.moe/video/KishinDoujiZenki-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Chou Kishin ZENKI, Raigou Shourin!\"", + "link": "https://animethemes.moe/video/KishinDoujiZenki-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Egao wo Ageru\"", + "link": "https://animethemes.moe/video/KishinDoujiZenki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sleepless Angels ~Nemurenu Yoru no Tenshi-tachi~\"", + "link": "https://animethemes.moe/video/KishinDoujiZenki-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kiseki no Chou Kishin\"", + "link": "https://animethemes.moe/video/KishinDoujiZenki-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "3545", + "title": "Kochira Katsushikaku Kameari Kouenmae Hashutsujo", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Natsu ga Kita! (Diamond Head)\"", + "link": "https://animethemes.moe/video/Kochikame-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Everybody Can Do!\"", + "link": "https://animethemes.moe/video/Kochikame-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Katsushika Rhapsody\"", + "link": "https://animethemes.moe/video/Kochikame-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Kochira Kameza no Onna\"", + "link": "https://animethemes.moe/video/Kochikame-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Oide yo Kameari\"", + "link": "https://animethemes.moe/video/Kochikame-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Damatte Ore ni Tsuite Koi\"", + "link": "https://animethemes.moe/video/Kochikame-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"Katsushika Rhapsody (Yamuyamu Version)\"", + "link": "https://animethemes.moe/video/Kochikame-OP7.webm", + "type": "opening" + }, + { + "name": "ED1 \"Smile\"", + "link": "https://animethemes.moe/video/Kochikame-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ii Koto Arusa\"", + "link": "https://animethemes.moe/video/Kochikame-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Shikujo no Yume wa Mangekyou\"", + "link": "https://animethemes.moe/video/Kochikame-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Buee no Biyabiya\"", + "link": "https://animethemes.moe/video/Kochikame-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kyun\"", + "link": "https://animethemes.moe/video/Kochikame-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Kimi to Boku\"", + "link": "https://animethemes.moe/video/Kochikame-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Kimochi Da yo\"", + "link": "https://animethemes.moe/video/Kochikame-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Mainichi, No Problem\"", + "link": "https://animethemes.moe/video/Kochikame-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Robo Keiji Banchou no Uta\"", + "link": "https://animethemes.moe/video/Kochikame-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Oide yo Kameari\"", + "link": "https://animethemes.moe/video/Kochikame-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Nice na Kokoroiki\"", + "link": "https://animethemes.moe/video/Kochikame-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Natsu ga Kita! (Diamond Head)\"", + "link": "https://animethemes.moe/video/Kochikame-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Nande Darou (Ryou-san Version)\"", + "link": "https://animethemes.moe/video/Kochikame-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Nande Darou (KochiKame Version)\"", + "link": "https://animethemes.moe/video/Kochikame-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Hai, Irasshai\"", + "link": "https://animethemes.moe/video/Kochikame-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"Katare! Namida\"", + "type": "ending" + }, + { + "name": "ED17 \"Jugemu: Kochikame Version\"", + "link": "https://animethemes.moe/video/Kochikame-ED17.webm", + "type": "ending" + } + ] + }, + { + "id": "2901", + "title": "Kochira Katsushikaku Kameari Kouenmae Hashutsujo The Movie", + "year": "90s", + "themes": [ + { + "name": "ED \"Kimochi Da yo\"", + "link": "https://animethemes.moe/video/KochikameMovie1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1486", + "title": "Kodomo no Omocha", + "year": "90s", + "themes": [ + { + "name": "OP1 \"19 Ji no nyusu\"", + "link": "https://animethemes.moe/video/KodomoNoOmocha-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ultra Relax\"", + "type": "opening" + }, + { + "name": "ED1 \"Panic\"", + "link": "https://animethemes.moe/video/KodomoNoOmocha-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"DAIJO-BU\"", + "type": "ending" + }, + { + "name": "ED3 \"Pinch ~Love Me Deeper~\"", + "type": "ending" + } + ] + }, + { + "id": "554", + "title": "Koutetsu Tenshi Kurumi", + "year": "90s", + "themes": [ + { + "name": "OP \"Kiss Kara Hajimaru Miracle\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Eien no Koutetsu Tenshi\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1261", + "title": "Kyattou Ninden Teyandee", + "year": "90s", + "themes": [ + { + "name": "OP \"Otto Dokkoi Nihon Bare\"", + "link": "https://animethemes.moe/video/KyattouNindenTeyandee-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"To Be Yourself\"", + "type": "ending" + } + ] + }, + { + "id": "851", + "title": "Kyou kara Ore wa!!", + "year": "90s", + "themes": [ + { + "name": "ED \"Bokura Wa Family\"", + "link": "https://animethemes.moe/video/KyouKaraOreWa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "207", + "title": "Lodoss-tou Senki", + "year": "90s", + "themes": [ + { + "name": "OP \"Adesso e Fortuna\"", + "link": "https://animethemes.moe/video/LodossTouSenki-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LodossTouSenki-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Kaze no Fantasia\"", + "type": "ending" + } + ] + }, + { + "id": "206", + "title": "Lodoss-tou Senki: Eiyuu Kishi Den", + "year": "90s", + "themes": [ + { + "name": "OP \"Kiseki no Umi\"", + "link": "https://animethemes.moe/video/LodossTouSenkiEiyuuKishiDen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LodossTouSenkiEiyuuKishiDen-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED \"Hikari no Suashi\"", + "link": "https://animethemes.moe/video/LodossTouSenkiEiyuuKishiDen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1184", + "title": "Lost Universe", + "year": "90s", + "themes": [ + { + "name": "OP \"〜infinity〜∞\"", + "link": "https://animethemes.moe/video/LostUniverse-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Extrication\"", + "link": "https://animethemes.moe/video/LostUniverse-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1397", + "title": "Macross 7", + "year": "90s", + "themes": [ + { + "name": "OP \"Seventh Moon\"", + "link": "https://animethemes.moe/video/Macross7-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"My Friends\"", + "link": "https://animethemes.moe/video/Macross7-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"...Dakedo Baby!!\"", + "link": "https://animethemes.moe/video/Macross7-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Totsugeki Love Heart (Acoustic Version)\"", + "type": "ending" + } + ] + }, + { + "id": "1398", + "title": "Macross Dynamite 7", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Dynamite Explosion\"", + "link": "https://animethemes.moe/video/MacrossDynamite7-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Dynamite Explosion\"", + "link": "https://animethemes.moe/video/MacrossDynamite7-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Dynamite Explosion\"", + "link": "https://animethemes.moe/video/MacrossDynamite7-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Dynamite Explosion\"", + "link": "https://animethemes.moe/video/MacrossDynamite7-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED \"Parade\"", + "link": "https://animethemes.moe/video/MacrossDynamite7-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "7124", + "title": "Madou King Granzort: Bouken-hen", + "year": "90s", + "themes": [ + { + "name": "OP \"Hikari no Senshi-tachi\"", + "link": "https://animethemes.moe/video/MadouKingGranzortBoukenHen-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Boku no Kako kara Boku no Mirai e\"", + "link": "https://animethemes.moe/video/MadouKingGranzortBoukenHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dakara Seigi wa Katsu!\"", + "link": "https://animethemes.moe/video/MadouKingGranzortBoukenHen-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hyakunenme no Yakusoku\"", + "link": "https://animethemes.moe/video/MadouKingGranzortBoukenHen-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "435", + "title": "Magic Knight Rayearth", + "year": "90s", + "themes": [ + { + "name": "OP \"Yuzurenai Negai\"", + "link": "https://animethemes.moe/video/MagicKnightRayearth-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Asu e no Yuuki\"", + "link": "https://animethemes.moe/video/MagicKnightRayearth-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1563", + "title": "Magic Knight Rayearth II", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Kirai ni Narenai\"", + "link": "https://animethemes.moe/video/MagicKnightRayearthII-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hikari to Kage wo Dakishimeta Mama\"", + "link": "https://animethemes.moe/video/MagicKnightRayearthII-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Lullaby ~Yasashiku Dakasete~\"", + "link": "https://animethemes.moe/video/MagicKnightRayearthII-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Itsuka Kagayaku\"", + "link": "https://animethemes.moe/video/MagicKnightRayearthII-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2040", + "title": "Mahou no Angel Sweet Mint", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Fushigi no Kuni no Sweet Mint\"", + "link": "https://animethemes.moe/video/MahouNoAngelSweetMint-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Fushigi no Kuni no Sweet Mint\"", + "link": "https://animethemes.moe/video/MahouNoAngelSweetMint-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Mint no Yume Ryokou\"", + "link": "https://animethemes.moe/video/MahouNoAngelSweetMint-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Mint no Yume Ryokou\"", + "link": "https://animethemes.moe/video/MahouNoAngelSweetMint-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "5953", + "title": "Mahou no Princess Minky Momo: Yume wo Dakishimete", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Yume Miru Heart\"", + "link": "https://animethemes.moe/video/MinkyMomoYumeWoDakishimete-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yume wo Dakishimete\"", + "link": "https://animethemes.moe/video/MinkyMomoYumeWoDakishimete-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Daba Daba Fallin' Love\"", + "link": "https://animethemes.moe/video/MinkyMomoYumeWoDakishimete-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Suki yori Daisuki Minky Smile!\"", + "link": "https://animethemes.moe/video/MinkyMomoYumeWoDakishimete-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1502", + "title": "Mahou Shoujo Pretty Sammy", + "year": "90s", + "themes": [ + { + "name": "OP \"Yume Mireba Yume mo Yume Janai\"", + "link": "https://animethemes.moe/video/MahouShoujoPrettySammy-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Persona\"", + "link": "https://animethemes.moe/video/MahouShoujoPrettySammy-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Choushi ni Notte Orimashita\"", + "link": "https://animethemes.moe/video/MahouShoujoPrettySammy-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "629", + "title": "Mahoutsukai Tai!", + "year": "90s", + "themes": [ + { + "name": "OP \"Senobi wo Shite Follow You\"", + "link": "https://animethemes.moe/video/MahoutsukaiTai-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mata Ashita\"", + "link": "https://animethemes.moe/video/MahoutsukaiTai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1017", + "title": "Majutsushi Orphen", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Ai Just on my Love\"", + "link": "https://animethemes.moe/video/MajutsushiOrphen-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kimi Wa Majutsushi\"", + "type": "opening" + }, + { + "name": "ED1 \"Last Kiss\"", + "type": "ending" + }, + { + "name": "ED2 \"Doshiyou\"", + "type": "ending" + } + ] + }, + { + "id": "1018", + "title": "Majutsushi Orphen: Revenge", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Sondemotte Kiss\"", + "link": "https://animethemes.moe/video/MajutsushiOrphenRevenge-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Marui Taiyou\"", + "link": "https://animethemes.moe/video/MajutsushiOrphenRevenge-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Love, Yes I Do\"", + "link": "https://animethemes.moe/video/MajutsushiOrphenRevenge-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Amai Anata no Aji\"", + "type": "ending" + } + ] + }, + { + "id": "333", + "title": "Mama wa Shougaku 4 Nensei", + "year": "90s", + "themes": [ + { + "name": "OP \"Ai wo + One\"", + "link": "https://animethemes.moe/video/MamawaShougaku4Nensei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kono Ai wo Mirai e\"", + "link": "https://animethemes.moe/video/MamawaShougaku4Nensei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "626", + "title": "Mamotte Shugogetten!", + "year": "90s", + "themes": [ + { + "name": "OP \"Saa!\"", + "link": "https://animethemes.moe/video/MamotteShugogetten-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"I Just Feel so Love Again ~soba ni iru dake de~\"", + "link": "https://animethemes.moe/video/MamotteShugogetten-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Makenaide\"", + "type": "ending" + } + ] + }, + { + "id": "1483", + "title": "Master Keaton", + "year": "90s", + "themes": [ + { + "name": "OP \"Opening Theme\"", + "link": "https://animethemes.moe/video/MasterKeaton-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"eternal wind\"", + "link": "https://animethemes.moe/video/MasterKeaton-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"A Sigh\"", + "link": "https://animethemes.moe/video/MasterKeaton-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1910", + "title": "Master Keaton OVA", + "year": "90s", + "themes": [ + { + "name": "OP \"Opening Theme\"", + "link": "https://animethemes.moe/video/MasterKeaton-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"A Sigh\"", + "link": "https://animethemes.moe/video/MasterKeaton-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"From Beginning\"", + "link": "https://animethemes.moe/video/MasterKeatonOVA-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "96", + "title": "Mobile Fighter G Gundam", + "year": "90s", + "themes": [ + { + "name": "OP1 V1 \"Flying In The Sky\"", + "link": "https://animethemes.moe/video/MobileFighterGGundam-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Flying In The Sky\"", + "link": "https://animethemes.moe/video/MobileFighterGGundam-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Trust You Forever\"", + "link": "https://animethemes.moe/video/MobileFighterGGundam-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Umi Yori Mo Fukaku\"", + "link": "https://animethemes.moe/video/MobileFighterGGundam-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi No Naka No Eien\"", + "link": "https://animethemes.moe/video/MobileFighterGGundam-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1096", + "title": "Mobile Police Patlabor 2: The Movie", + "year": "90s", + "themes": [ + { + "name": "OP \"Theme of PATLABOR 2\"", + "link": "https://animethemes.moe/video/MobilePolicePatlabor2-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "84", + "title": "Mobile Suit Gundam 0083: Stardust Memory", + "year": "90s", + "themes": [ + { + "name": "OP1 \"THE WINNER\"", + "link": "https://animethemes.moe/video/Gundam0083StardustMemory-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"MEN OF DESTINY\"", + "link": "https://animethemes.moe/video/Gundam0083StardustMemory-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"MAGIC\"", + "link": "https://animethemes.moe/video/Gundam0083StardustMemory-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Evergreen\"", + "link": "https://animethemes.moe/video/Gundam0083StardustMemory-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "81", + "title": "Mobile Suit Gundam: The 08th MS Team", + "year": "90s", + "themes": [ + { + "name": "OP \"Arashi no Naka de Kagayaite\"", + "link": "https://animethemes.moe/video/GundamThe08thMSTeam-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ten Years After\"", + "link": "https://animethemes.moe/video/GundamThe08thMSTeam-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mirai no Futari ni\"", + "link": "https://animethemes.moe/video/GundamThe08thMSTeam-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "90", + "title": "Mobile Suit Gundam Wing", + "year": "90s", + "themes": [ + { + "name": "OP1 V1 \"Just Communication\"", + "link": "https://animethemes.moe/video/GundamWing-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Just Communication\"", + "link": "https://animethemes.moe/video/GundamWing-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Rhythm Emotion\"", + "link": "https://animethemes.moe/video/GundamWing-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Rhythm Emotion\"", + "link": "https://animethemes.moe/video/GundamWing-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED \"It's Just Love!\"", + "link": "https://animethemes.moe/video/GundamWing-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "91", + "title": "Mobile Suit Gundam Wing: Endless Waltz", + "year": "90s", + "themes": [ + { + "name": "ED V1 \"White Reflection\"", + "link": "https://animethemes.moe/video/GundamWingEndlessWaltz-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"White Reflection\"", + "link": "https://animethemes.moe/video/GundamWingEndlessWaltz-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"White Reflection\"", + "link": "https://animethemes.moe/video/GundamWingEndlessWaltz-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "89", + "title": "Mobile Suit Victory Gundam", + "year": "90s", + "themes": [ + { + "name": "OP1 \"STAND UP TO THE VICTORY ~To the Victory~\"", + "link": "https://animethemes.moe/video/VictoryGundam-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Don't Stop! Carry On!\"", + "link": "https://animethemes.moe/video/VictoryGundam-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"WINNERS FOREVER -Shorisha yo-\"", + "link": "https://animethemes.moe/video/VictoryGundam-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Moichido Tenderness\"", + "link": "https://animethemes.moe/video/VictoryGundam-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "164", + "title": "Mononoke Hime", + "year": "90s", + "themes": [ + { + "name": "ED \"Mononoke Hime\"", + "link": "https://animethemes.moe/video/MononokeHime-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "593", + "title": "Mugen no Ryvius", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"dis-\"", + "link": "https://animethemes.moe/video/MugenNoRyvius-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"dis-\"", + "link": "https://animethemes.moe/video/MugenNoRyvius-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"dis-\"", + "link": "https://animethemes.moe/video/MugenNoRyvius-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"dis-\"", + "link": "https://animethemes.moe/video/MugenNoRyvius-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"dis-\"", + "link": "https://animethemes.moe/video/MugenNoRyvius-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"dis-\"", + "link": "https://animethemes.moe/video/MugenNoRyvius-OP1v6.webm", + "type": "opening" + }, + { + "name": "OP V7 \"dis-\"", + "link": "https://animethemes.moe/video/MugenNoRyvius-OP1v7.webm", + "type": "opening" + }, + { + "name": "OP V8 \"dis-\"", + "link": "https://animethemes.moe/video/MugenNoRyvius-OP1v8.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Yume wo Sugitemo\"", + "link": "https://animethemes.moe/video/MugenNoRyvius-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Yume wo Sugitemo\"", + "link": "https://animethemes.moe/video/MugenNoRyvius-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Yume wo Sugitemo\"", + "link": "https://animethemes.moe/video/MugenNoRyvius-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "4086", + "title": "Muka Muka Paradise", + "year": "90s", + "themes": [ + { + "name": "OP \"Totteoki no Kimochi\"", + "link": "https://animethemes.moe/video/MukaMukaParadise-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kiteera Miteera\"", + "link": "https://animethemes.moe/video/MukaMukaParadise-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "569", + "title": "Musekinin Kanchou Tylor", + "year": "90s", + "themes": [ + { + "name": "OP \"Just Think Of Tomorrow\"", + "link": "https://animethemes.moe/video/MusekininKanchouTylor-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Downtown Dance\"", + "link": "https://animethemes.moe/video/MusekininKanchouTylor-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5395", + "title": "Nekketsu Saikyou Go-Saurer", + "year": "90s", + "themes": [ + { + "name": "OP1 \"KEEP ON DREAMING\"", + "link": "https://animethemes.moe/video/NekketsuSaikyouGoSaurer-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"KEEP ON DREAMING (Saurers Version)\"", + "link": "https://animethemes.moe/video/NekketsuSaikyouGoSaurer-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"OUR GOOD DAY… Bokura no GOOD DAY\"", + "link": "https://animethemes.moe/video/NekketsuSaikyouGoSaurer-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30", + "title": "Neon Genesis Evangelion", + "year": "90s", + "themes": [ + { + "name": "OP \"Zankoku na Tenshi no Thesis\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Fly Me to the Moon\" by Claire", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Fly Me to the Moon (Rei #5 Version)\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Fly Me to the Moon (Rei #6 Version)\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Fly Me to the Moon -4 Beat Version-\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Fly Me to the Moon (Aya Bossa Techno Version)\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Fly Me to the Moon (Yoko Takahashi Acid Bossa Version)\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Fly Me to the Moon (Yoko Takahashi Version)\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Fly Me to the Moon -4 Beat Version (Off-Vocal)-\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Fly Me to the Moon (Off-Vocal Version)\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Fly Me to the Moon (Aki Jungle Version)\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Fly Me to the Moon -B22 (A-Type)-\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Fly Me to the Moon (Rei #23 Version)\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Fly Me to the Moon (Rei #25 Version)\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Fly Me to the Moon (Rei #26 Version)\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED14.webm", + "type": "ending" + } + ] + }, + { + "id": "31", + "title": "Neon Genesis Evangelion: Death & Rebirth", + "year": "90s", + "themes": [ + { + "name": "ED1 \"Kanon in D-Dur\"", + "link": "https://animethemes.moe/video/EvangelionDeathAndRebirth-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tamashii no Refrain\"", + "link": "https://animethemes.moe/video/EvangelionDeathAndRebirth-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32", + "title": "Neon Genesis Evangelion: The End of Evangelion", + "year": "90s", + "themes": [ + { + "name": "ED \"Thanatos -If I Can't Be Yours-\"", + "link": "https://animethemes.moe/video/EvangelionEndOfEvangelion-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1152", + "title": "New Dominion Tank Police", + "year": "90s", + "themes": [ + { + "name": "OP \"JUST. Toki wo Koete\"", + "link": "https://animethemes.moe/video/NewDominionTankPolice-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"JUST FALLIN' LOVE ~Ikutsumo no Setsunai yoru no Naka de~\"", + "link": "https://animethemes.moe/video/NewDominionTankPolice-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "912", + "title": "Ninkuu", + "year": "90s", + "themes": [ + { + "name": "OP \"Kagayaki wa Kimi no Naka ni\"", + "link": "https://animethemes.moe/video/Ninkuu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Soredemo Ashita wa Yatte Kuru\"", + "link": "https://animethemes.moe/video/Ninkuu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sora no Namae\"", + "link": "https://animethemes.moe/video/Ninkuu-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sorezore no Ashita e\"", + "link": "https://animethemes.moe/video/Ninkuu-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "616", + "title": "Nurse Angel Ririka SOS", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Koi wo Suru Tabi ni Kizutsuki Yasuku...\"", + "link": "https://animethemes.moe/video/NurseAngelRirikaSOS-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Do-nika Ko-nika\"", + "link": "https://animethemes.moe/video/NurseAngelRirikaSOS-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ririka SOS\"", + "link": "https://animethemes.moe/video/NurseAngelRirikaSOS-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Egao wo Wasurenai\"", + "link": "https://animethemes.moe/video/NurseAngelRirikaSOS-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "350", + "title": "Ojamajo Doremi", + "year": "90s", + "themes": [ + { + "name": "OP \"Ojamajo Carnival!!\"", + "link": "https://animethemes.moe/video/OjamajoDoremi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kitto Ashita wa\"", + "link": "https://animethemes.moe/video/OjamajoDoremi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1300", + "title": "Omishi Mahou Gekijou: Risky★Safety", + "year": "90s", + "themes": [ + { + "name": "ED \"Yoake no Kaze Kiki Nagara\"", + "link": "https://animethemes.moe/video/OmishiMahouGekijou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21", + "title": "One Piece", + "year": "90s", + "themes": [ + { + "name": "OP1 \"We Are!\" by Hiroshi Kitadani", + "link": "https://animethemes.moe/video/OnePiece-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP2 \"Believe\"", + "link": "https://animethemes.moe/video/OnePiece-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP2-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP3 \"Hikari E\"", + "link": "https://animethemes.moe/video/OnePiece-OP3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP3-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP4 \"Bon Voyage!\"", + "link": "https://animethemes.moe/video/OnePiece-OP4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP4-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP5 \"Kokoro no Chizu\"", + "link": "https://animethemes.moe/video/OnePiece-OP5.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP5-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP6 \"Brand New World\"", + "link": "https://animethemes.moe/video/OnePiece-OP6.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP6-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP7 \"We Are!\" by the Straw Hat Pirates", + "link": "https://animethemes.moe/video/OnePiece-OP7.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP7-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP8 \"Crazy Rainbow\"", + "link": "https://animethemes.moe/video/OnePiece-OP8.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP8-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP9 \"Jungle P\"", + "link": "https://animethemes.moe/video/OnePiece-OP9.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP9-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP10 \"We Are\" by TVXQ", + "link": "https://animethemes.moe/video/OnePiece-OP10.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP10-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP11 \"Share the World\"", + "link": "https://animethemes.moe/video/OnePiece-OP11.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP11-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP12 \"Kaze wo Sagashite\"", + "link": "https://animethemes.moe/video/OnePiece-OP12.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP12-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP13 \"One Day\"", + "link": "https://animethemes.moe/video/OnePiece-OP13.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP13-NCBD.webm", + "type": "ending" + }, + { + "name": "OP14 \"Fight Together\"", + "link": "https://animethemes.moe/video/OnePiece-OP14.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP14-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP15 \"We go!\"", + "link": "https://animethemes.moe/video/OnePiece-OP15.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP15-NCBD.webm", + "type": "ending" + }, + { + "name": "OP16 \"Hands Up!\"", + "link": "https://animethemes.moe/video/OnePiece-OP16.webm", + "type": "opening" + }, + { + "name": "OP17 \"Wake up!\"", + "link": "https://animethemes.moe/video/OnePiece-OP17.webm", + "type": "opening" + }, + { + "name": "OP18 \"Hard Knock Days\"", + "link": "https://animethemes.moe/video/OnePiece-OP18.webm", + "type": "opening" + }, + { + "name": "OP19 \"We Can!\"", + "link": "https://animethemes.moe/video/OnePiece-OP19.webm", + "type": "opening" + }, + { + "name": "OP20 \"Hope\"", + "link": "https://animethemes.moe/video/OnePiece-OP20.webm", + "type": "opening" + }, + { + "name": "OP21 \"Super Powers\"", + "link": "https://animethemes.moe/video/OnePiece-OP21.webm", + "type": "opening" + }, + { + "name": "OP22 \"OVER THE TOP\"", + "link": "https://animethemes.moe/video/OnePiece-OP22.webm", + "type": "opening" + }, + { + "name": "OP23 \"DREAMIN' ON\"", + "link": "https://animethemes.moe/video/OnePiece-OP23.webm", + "type": "opening" + }, + { + "name": "ED1 \"memories\"", + "link": "https://animethemes.moe/video/OnePiece-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-ED1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED2 \"RUN! RUN! RUN!\"", + "link": "https://animethemes.moe/video/OnePiece-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-ED2-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED3 \"Watashi ga iru Yo\"", + "link": "https://animethemes.moe/video/OnePiece-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-ED3-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED4 \"Souchinosuke\"", + "link": "https://animethemes.moe/video/OnePiece-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-ED4-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED5 \"BEFORE DAWN\"", + "link": "https://animethemes.moe/video/OnePiece-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-ED5-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED6 \"fish\"", + "link": "https://animethemes.moe/video/OnePiece-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-ED6-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED7 \"GLORY -Kimi ga iru Kara-\"", + "link": "https://animethemes.moe/video/OnePiece-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-ED7-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED8 \"Shining ray\"", + "link": "https://animethemes.moe/video/OnePiece-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-ED8-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED9 \"Family\"", + "link": "https://animethemes.moe/video/OnePiece-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Free Will\"", + "link": "https://animethemes.moe/video/OnePiece-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"FAITH\"", + "link": "https://animethemes.moe/video/OnePiece-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"A to Z ~One Piece Edition~\"", + "link": "https://animethemes.moe/video/OnePiece-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Tsuki to Taiyou\"", + "link": "https://animethemes.moe/video/OnePiece-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"DREAMSHIP\"", + "link": "https://animethemes.moe/video/OnePiece-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Mirai Koukai\"", + "link": "https://animethemes.moe/video/OnePiece-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"Eternal Pose\"", + "link": "https://animethemes.moe/video/OnePiece-ED16.webm", + "type": "ending" + }, + { + "name": "ED17 \"Dear friends\"", + "link": "https://animethemes.moe/video/OnePiece-ED17.webm", + "type": "ending" + }, + { + "name": "ED18 \"Asu wa Kurukara\"", + "link": "https://animethemes.moe/video/OnePiece-ED18.webm", + "type": "ending" + }, + { + "name": "ED19 \"ADVENTURE WORLD\"", + "link": "https://animethemes.moe/video/OnePiece-ED19.webm", + "type": "ending" + }, + { + "name": "ED20 \"One Day\"", + "link": "https://animethemes.moe/video/OnePiece-ED20.webm", + "type": "ending" + }, + { + "name": "ED21 \"We go!\"", + "link": "https://animethemes.moe/video/OnePiece-ED21.webm", + "type": "ending" + } + ] + }, + { + "id": "795", + "title": "Oniisama e...", + "year": "90s", + "themes": [ + { + "name": "OP \"Kin no Utsuwa, Gin no Utsuwa\"", + "link": "https://animethemes.moe/video/OniisamaE-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimagure na Yousei\"", + "link": "https://animethemes.moe/video/OniisamaE-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5440", + "title": "Ougon Yuusha Goldran", + "year": "90s", + "themes": [ + { + "name": "OP \"Bokura no Adventure\"", + "link": "https://animethemes.moe/video/OugonYuushaGoldran-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kiraku ni Ikou!\"", + "type": "ending" + } + ] + }, + { + "id": "437", + "title": "Perfect Blue", + "year": "90s", + "themes": [ + { + "name": "ED \"Season\"", + "link": "https://animethemes.moe/video/PerfectBlue-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "527", + "title": "Pokemon", + "year": "90s", + "themes": [ + { + "name": "OP1 V1 \"Mezase Pokemon Master\" by Rica Matsumoto", + "link": "https://animethemes.moe/video/Pokemon-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Mezase Pokemon Master\" by Rica Matsumoto", + "link": "https://animethemes.moe/video/Pokemon-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Rival!\"", + "link": "https://animethemes.moe/video/Pokemon-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"OK!\"", + "link": "https://animethemes.moe/video/Pokemon-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Mezase Pokemon Master\" by Whiteberry", + "link": "https://animethemes.moe/video/Pokemon-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Ready, Go!\"", + "link": "https://animethemes.moe/video/Pokemon-OP5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hyaku Gojuu Ichi\"", + "link": "https://animethemes.moe/video/Pokemon-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nyaasu no Uta\"", + "link": "https://animethemes.moe/video/Pokemon-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Pocket ni Fantasy\"", + "link": "https://animethemes.moe/video/Pokemon-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Pokemon Ondo\"", + "link": "https://animethemes.moe/video/Pokemon-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Type: Wild\"", + "link": "https://animethemes.moe/video/Pokemon-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Lapras ni Notte\"", + "link": "https://animethemes.moe/video/Pokemon-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Nyaasu no Party\"", + "link": "https://animethemes.moe/video/Pokemon-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 V1 \"Pokemon Hara Hara Relay\"", + "link": "https://animethemes.moe/video/Pokemon-ED8.webm", + "type": "ending" + }, + { + "name": "ED8 V2 \"Pokemon Hara Hara Relay\"", + "link": "https://animethemes.moe/video/Pokemon-ED8v2.webm", + "type": "ending" + }, + { + "name": "ED9 \"Takeshi no Paradaisu\"", + "link": "https://animethemes.moe/video/Pokemon-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Boku no Best Friend e\"", + "link": "https://animethemes.moe/video/Pokemon-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Maemuki Roketto-Dan\"", + "link": "https://animethemes.moe/video/Pokemon-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Poketaari Monsutaari\"", + "link": "https://animethemes.moe/video/Pokemon-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "1007", + "title": "Ranma ½ OVA", + "year": "90s", + "themes": [ + { + "name": "OP \"Love! Panic\"", + "link": "https://animethemes.moe/video/RanmaOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ranma to Akane no Ballad\"", + "type": "ending" + } + ] + }, + { + "id": "1954", + "title": "Rayearth", + "year": "90s", + "themes": [ + { + "name": "ED \"All You Need is Love\"", + "link": "https://animethemes.moe/video/RayearthOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "238", + "title": "Rekka no Honoo", + "year": "90s", + "themes": [ + { + "name": "OP \"Nanka Shiawase\"", + "link": "https://animethemes.moe/video/RekkaNoHonoo-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Love is Changing\"", + "link": "https://animethemes.moe/video/RekkaNoHonoo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Zutto Kimi ni Soba de\"", + "link": "https://animethemes.moe/video/RekkaNoHonoo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2543", + "title": "Robin Hood no Daibouken", + "year": "90s", + "themes": [ + { + "name": "OP \"Wood Walker\"", + "link": "https://animethemes.moe/video/RobinHoodNoDaibouken-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hoshizora no Labyrinth\"", + "type": "ending" + } + ] + }, + { + "id": "2559", + "title": "Romeo no Aoi Sora", + "year": "90s", + "themes": [ + { + "name": "OP \"Sora e...\"", + "link": "https://animethemes.moe/video/RomeoNoAoiSora-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Si Si Ciao -Romana no Oka de-\"", + "link": "https://animethemes.moe/video/RomeoNoAoiSora-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9061", + "title": "RPG Densetsu Hepoi", + "year": "90s", + "themes": [ + { + "name": "OP \"Come On! Hepoi\"", + "link": "https://animethemes.moe/video/RPGDensetsuHepoi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dynamite Cat\"", + "link": "https://animethemes.moe/video/RPGDensetsuHepoi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "45", + "title": "Rurouni Kenshin: Meiji Kenkaku Romantan", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Sobakasu\"", + "link": "https://animethemes.moe/video/RurouniKenshin-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"½\"", + "link": "https://animethemes.moe/video/RurouniKenshin-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Kimi ni Fureru Dake de\"", + "link": "https://animethemes.moe/video/RurouniKenshin-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tactics\"", + "link": "https://animethemes.moe/video/RurouniKenshin-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Namida wa Shitteiru\"", + "link": "https://animethemes.moe/video/RurouniKenshin-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"HEART OF SWORD ~Yoake Mae~\"", + "link": "https://animethemes.moe/video/RurouniKenshin-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"the Fourth Avenue Café\"", + "link": "https://animethemes.moe/video/RurouniKenshin-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"It's gonna rain!\"", + "link": "https://animethemes.moe/video/RurouniKenshin-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"1/3 no Junjou na Kanjou\"", + "link": "https://animethemes.moe/video/RurouniKenshin-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Dame!\"", + "link": "https://animethemes.moe/video/RurouniKenshin-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "1231", + "title": "Saber Marionette J to X", + "year": "90s", + "themes": [ + { + "name": "OP \"Proof of Myself\"", + "link": "https://animethemes.moe/video/SaberMarionetteJToX-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Lively Motion\"", + "link": "https://animethemes.moe/video/SaberMarionetteJToX-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kaze to Sora wo Koete\"", + "type": "ending" + }, + { + "name": "ED3 \"Issho ni\"", + "type": "ending" + } + ] + }, + { + "id": "400", + "title": "Seihou Bukyou Outlaw Star", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Through the Night\"", + "link": "https://animethemes.moe/video/OutlawStar-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Through the Night\"", + "link": "https://animethemes.moe/video/OutlawStar-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hiru no Tsuki\"", + "link": "https://animethemes.moe/video/OutlawStar-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsuki no Ie\"", + "link": "https://animethemes.moe/video/OutlawStar-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "290", + "title": "Seikai no Monshou", + "year": "90s", + "themes": [ + { + "name": "OP \"Opening Theme\"", + "link": "https://animethemes.moe/video/SeikaiNoMonshou-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ushinawareta Aozora\"", + "link": "https://animethemes.moe/video/SeikaiNoMonshou-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ushinawareta Aozora\"", + "link": "https://animethemes.moe/video/SeikaiNoMonshou-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "1108", + "title": "Senkaiden Houshin Engi", + "year": "90s", + "themes": [ + { + "name": "OP \"WILL\"", + "link": "https://animethemes.moe/video/SenkaidenHoushinEngi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"FRIENDS\"", + "link": "https://animethemes.moe/video/SenkaidenHoushinEngi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "339", + "title": "Serial Experiments Lain", + "year": "90s", + "themes": [ + { + "name": "OP \"Duvet\"", + "link": "https://animethemes.moe/video/SerialExperimentsLain-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tooi Sakebi\"", + "link": "https://animethemes.moe/video/SerialExperimentsLain-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "440", + "title": "Shoujo Kakumei Utena", + "year": "90s", + "themes": [ + { + "name": "OP \"Rinbu Revolution\"", + "link": "https://animethemes.moe/video/ShoujoKakumeiUtena-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Truth\"", + "link": "https://animethemes.moe/video/ShoujoKakumeiUtena-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Virtual Star Hasseigaku\"", + "link": "https://animethemes.moe/video/ShoujoKakumeiUtena-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Virtual Star Hasseigaku\"", + "link": "https://animethemes.moe/video/ShoujoKakumeiUtena-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Rose & release\"", + "link": "https://animethemes.moe/video/ShoujoKakumeiUtena-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "1517", + "title": "Silent Möbius", + "year": "90s", + "themes": [ + { + "name": "OP \"Kindan No Pensée\"", + "link": "https://animethemes.moe/video/SilentMobius-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Silently\"", + "link": "https://animethemes.moe/video/SilentMobius-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"'Till The End Of Time\"", + "type": "ending" + } + ] + }, + { + "id": "170", + "title": "Slam Dunk", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Kimi ga Suki da to Sakebitai\"", + "link": "https://animethemes.moe/video/SlamDunk-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Zettai ni Daremo\"", + "link": "https://animethemes.moe/video/SlamDunk-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Anata Dake Mitsumete'ru\"", + "link": "https://animethemes.moe/video/SlamDunk-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sekai ga Owaru Made Wa\"", + "link": "https://animethemes.moe/video/SlamDunk-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kirameku Toki ni Torawarete\"", + "link": "https://animethemes.moe/video/SlamDunk-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"My Friend\"", + "link": "https://animethemes.moe/video/SlamDunk-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "534", + "title": "Slayers", + "year": "90s", + "themes": [ + { + "name": "OP \"Get along\"", + "link": "https://animethemes.moe/video/Slayers-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"KUJIKENAIKARA!\"", + "link": "https://animethemes.moe/video/Slayers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "535", + "title": "Slayers Next", + "year": "90s", + "themes": [ + { + "name": "OP \"Give A Reason\"", + "link": "https://animethemes.moe/video/SlayersNext-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Jama wa Sasenai\"", + "link": "https://animethemes.moe/video/SlayersNext-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1172", + "title": "Slayers Try", + "year": "90s", + "themes": [ + { + "name": "OP \"Breeze\"", + "link": "https://animethemes.moe/video/SlayersTry-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"don't be discouraged\"", + "link": "https://animethemes.moe/video/SlayersTry-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"somewhere\"", + "type": "ending" + } + ] + }, + { + "id": "2263", + "title": "Sonic★the★Hedgehog", + "year": "90s", + "themes": [ + { + "name": "ED \"Look-a-Like\"", + "link": "https://animethemes.moe/video/SonicTheHedgehog-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1577", + "title": "Taiho Shichau zo", + "year": "90s", + "themes": [ + { + "name": "OP \"100mph no Yuuki\"", + "link": "https://animethemes.moe/video/TaihoShichauZo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Arittake no Joonetsu de\"", + "link": "https://animethemes.moe/video/TaihoShichauZo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1372", + "title": "Taiho Shichau zo (TV)", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Boku de Aru Tame ni\"", + "link": "https://animethemes.moe/video/TaihoShichauZoTV-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"LOVE SOMEBODY\"", + "link": "https://animethemes.moe/video/TaihoShichauZoTV-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Thank you, love\"", + "link": "https://animethemes.moe/video/TaihoShichauZoTV-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sora wo Miagete\"", + "link": "https://animethemes.moe/video/TaihoShichauZoTV-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4532", + "title": "Taiyou no Yuusha Fighbird", + "year": "90s", + "themes": [ + { + "name": "OP \"Taiyou no Tsubasa\"", + "link": "https://animethemes.moe/video/TaiyouNoYuushaFighbird-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mitsumeteitai\"", + "type": "ending" + } + ] + }, + { + "id": "773", + "title": "Tenamonya Voyagers", + "year": "90s", + "themes": [ + { + "name": "OP \"Geba Geba March\"", + "link": "https://animethemes.moe/video/TenamonyaVoyagers-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dare ka ga Kaze no Naka de\"", + "link": "https://animethemes.moe/video/TenamonyaVoyagers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "696", + "title": "Tenchi Muyou!", + "year": "90s", + "themes": [ + { + "name": "OP \"Tenchi Muyo!\"", + "link": "https://animethemes.moe/video/TenchiMuyou-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Ginga de Chokuritsu Hokou\" by Ai Orikasa", + "link": "https://animethemes.moe/video/TenchiMuyou-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Ginga de Chokuritsu Hokou\" by Ai Orikasa", + "link": "https://animethemes.moe/video/TenchiMuyou-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ginga de Chokuritsu Hokou\" by Yumi Takada", + "link": "https://animethemes.moe/video/TenchiMuyou-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "182", + "title": "Tenkuu no Escaflowne", + "year": "90s", + "themes": [ + { + "name": "OP \"Yakusoku wa Iranai\"", + "link": "https://animethemes.moe/video/TenkuuNoEscaflowne-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Mystic Eyes\"", + "link": "https://animethemes.moe/video/TenkuuNoEscaflowne-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Mystic Eyes\"", + "link": "https://animethemes.moe/video/TenkuuNoEscaflowne-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "567", + "title": "The Big O", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Big-O!\"", + "link": "https://animethemes.moe/video/TheBigO-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Respect\"", + "link": "https://animethemes.moe/video/TheBigO-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"And Forever...\"", + "link": "https://animethemes.moe/video/TheBigO-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6038", + "title": "Transformers Zone", + "year": "90s", + "themes": [ + { + "name": "OP \"Transformers Zone Theme\"", + "link": "https://animethemes.moe/video/TransformersZone-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ashita no Kimi e\"", + "link": "https://animethemes.moe/video/TransformersZone-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6", + "title": "Trigun", + "year": "90s", + "themes": [ + { + "name": "OP \"H.T.\"", + "link": "https://animethemes.moe/video/Trigun-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kaze wa Mirai ni Fuku\"", + "link": "https://animethemes.moe/video/Trigun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "95", + "title": "Turn A Gundam", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Turn A Turn\"", + "link": "https://animethemes.moe/video/TurnAGundam-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Century Color\"", + "link": "https://animethemes.moe/video/TurnAGundam-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"AURA\"", + "link": "https://animethemes.moe/video/TurnAGundam-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsuki no Mayu\"", + "link": "https://animethemes.moe/video/TurnAGundam-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kagiri naki Tabiji\"", + "link": "https://animethemes.moe/video/TurnAGundam-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "1459", + "title": "Uchuu no Kishi Tekkaman Blade", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Reason\"", + "link": "https://animethemes.moe/video/UchuuNoKishiTekkamanBlade-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Eternally Lonely\"", + "link": "https://animethemes.moe/video/UchuuNoKishiTekkamanBlade-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Energy of Love\"", + "link": "https://animethemes.moe/video/UchuuNoKishiTekkamanBlade-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Lonely Heart\"", + "link": "https://animethemes.moe/video/UchuuNoKishiTekkamanBlade-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "201", + "title": "Video Girl Ai", + "year": "90s", + "themes": [ + { + "name": "OP \"Ureshii Namida\"", + "link": "https://animethemes.moe/video/VideoGirlAi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ano Hi Ni\"", + "link": "https://animethemes.moe/video/VideoGirlAi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "975", + "title": "Yokohama Kaidashi Kikou", + "year": "90s", + "themes": [ + { + "name": "OP \"Cafe Alpha\"", + "link": "https://animethemes.moe/video/YokohamaKaidashiKikou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Closing Time\"", + "link": "https://animethemes.moe/video/YokohamaKaidashiKikou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "550", + "title": "Yu☆Gi☆Oh!", + "year": "90s", + "themes": [ + { + "name": "OP \"Kawaita Sakebi\"", + "link": "https://animethemes.moe/video/YGO-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ashita Moshi Kimi ga Kowaretemo\"", + "link": "https://animethemes.moe/video/YGO-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2006", + "title": "Yu☆Gi☆Oh! (Movie)", + "year": "90s", + "themes": [ + { + "name": "OP \"Kawaita Sakebi\"", + "link": "https://animethemes.moe/video/YGO1999-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ashita Moshi Kimi ga Kowaretemo\"", + "link": "https://animethemes.moe/video/YGO1999-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4651", + "title": "Yume no Crayon Oukoku", + "year": "90s", + "themes": [ + { + "name": "OP \"N-paka March\"", + "link": "https://animethemes.moe/video/YumeNoCrayonOukoku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ari no Mama ni\"", + "link": "https://animethemes.moe/video/YumeNoCrayonOukoku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "392", + "title": "Yuu☆Yuu☆Hakusho", + "year": "90s", + "themes": [ + { + "name": "OP \"Hohoemi no Bakudan\"", + "link": "https://animethemes.moe/video/YuuYuuHakusho-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Homework ga Owaranai\"", + "link": "https://animethemes.moe/video/YuuYuuHakusho-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sayonara bye bye\"", + "link": "https://animethemes.moe/video/YuuYuuHakusho-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Unbalance na Kiss wo Shite\"", + "link": "https://animethemes.moe/video/YuuYuuHakusho-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Taiyou ga Mata Kagayaku Toki\"", + "link": "https://animethemes.moe/video/YuuYuuHakusho-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Daydream Generation\"", + "link": "https://animethemes.moe/video/YuuYuuHakusho-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "3325", + "title": "Yuusha Exkaiser", + "year": "90s", + "themes": [ + { + "name": "OP \"Gatherway\"", + "link": "https://animethemes.moe/video/YuushaExkaiser-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kore Kara no Anata e\"", + "type": "ending" + } + ] + }, + { + "id": "5075", + "title": "Yuusha Keisatsu J-Decker", + "year": "90s", + "themes": [ + { + "name": "OP \"Heart to Heart\" by Tsuru Yoshio", + "link": "https://animethemes.moe/video/YuushaKeisatsuJDecker-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Egao wa Kimi no Wasuremono\"", + "type": "ending" + }, + { + "name": "ED2 \"Heart to Heart\" by Ayako", + "type": "ending" + } + ] + }, + { + "id": "890", + "title": "Yuusha-Ou GaoGaiGar", + "year": "90s", + "themes": [ + { + "name": "OP \"Yuusha Ou Tanjou!\"", + "link": "https://animethemes.moe/video/GaoGaiGar-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Itsuka houshi no umi de\"", + "link": "https://animethemes.moe/video/GaoGaiGar-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3486", + "title": "Yuusha Tokkyuu Might Gaine", + "year": "90s", + "themes": [ + { + "name": "OP \"Arashi no Yuusha\"", + "link": "https://animethemes.moe/video/YuushaTokkyuuMightGaine-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kiken na Gold\"", + "type": "ending" + }, + { + "name": "ED2 \"Black Diamond\"", + "type": "ending" + }, + { + "name": "ED3 \"Arashi no Yuusha (Hero) -piano-\"", + "type": "ending" + } + ] + }, + { + "id": "1897", + "title": "Zettai Muteki Raijin-Oh", + "year": "90s", + "themes": [ + { + "name": "OP \"Dream Shift\"", + "link": "https://animethemes.moe/video/ZettaiMutekiRaijinOh-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chikyuu Bouei Gumi Ouenka\"", + "link": "https://animethemes.moe/video/ZettaiMutekiRaijinOh-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "763", + "title": "Zoids", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Wild Flowers\"", + "link": "https://animethemes.moe/video/Zoids-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Wild Flowers\"", + "link": "https://animethemes.moe/video/Zoids-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Wild Flowers\"", + "link": "https://animethemes.moe/video/Zoids-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Wild Flowers\"", + "link": "https://animethemes.moe/video/Zoids-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Song for...\"", + "link": "https://animethemes.moe/video/Zoids-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Chase\"", + "link": "https://animethemes.moe/video/Zoids-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Chase\"", + "link": "https://animethemes.moe/video/Zoids-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Into Yourself\"", + "link": "https://animethemes.moe/video/Zoids-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Your Song\"", + "link": "https://animethemes.moe/video/Zoids-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "92", + "title": "After War Gundam X", + "year": "90s", + "themes": [ + { + "name": "OP1 V1 \"Dreams\"", + "link": "https://animethemes.moe/video/AfterWarGundamX-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Dreams\"", + "link": "https://animethemes.moe/video/AfterWarGundamX-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP1 V3 \"Dreams\"", + "link": "https://animethemes.moe/video/AfterWarGundamX-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Resolution\"", + "link": "https://animethemes.moe/video/AfterWarGundamX-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Resolution\"", + "link": "https://animethemes.moe/video/AfterWarGundamX-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Human Touch\"", + "link": "https://animethemes.moe/video/AfterWarGundamX-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Human Touch\"", + "link": "https://animethemes.moe/video/AfterWarGundamX-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Human Touch - Japanese Version\"", + "link": "https://animethemes.moe/video/AfterWarGundamX-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Gin-Iro Horizon\"", + "link": "https://animethemes.moe/video/AfterWarGundamX-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "1533", + "title": "Ai Tenshi Densetsu Wedding Peach", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Yumemiru Ai Tenshi\"", + "link": "https://animethemes.moe/video/WeddingPeach-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Wedding Wars: Ai wa Honoo\"", + "type": "opening" + }, + { + "name": "ED1 \"Juliet Of The 21st Century\"", + "type": "ending" + }, + { + "name": "ED2 \"Virgin Love\"", + "type": "ending" + } + ] + }, + { + "id": "366", + "title": "AIKa", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Silent City\"", + "link": "https://animethemes.moe/video/AIKa-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Manatsu no Seiza\"", + "link": "https://animethemes.moe/video/AIKa-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Manatsu no Seiza\"", + "link": "https://animethemes.moe/video/AIKa-OP2v2.webm", + "type": "opening" + }, + { + "name": "OP2 V3 \"Manatsu no Seiza\"", + "link": "https://animethemes.moe/video/AIKa-OP2v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"More Natural\"", + "link": "https://animethemes.moe/video/AIKa-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Dance With Me Tonight\"", + "link": "https://animethemes.moe/video/AIKa-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Dance With Me Tonight\"", + "link": "https://animethemes.moe/video/AIKa-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED2 V3 \"Dance With Me Tonight\"", + "link": "https://animethemes.moe/video/AIKa-ED2v3.webm", + "type": "ending" + } + ] + }, + { + "id": "4718", + "title": "AIKa: Special Trial", + "year": "90s", + "themes": [ + { + "name": "OP \"Ao no Cross\"", + "link": "https://animethemes.moe/video/AIKaSpecialTrial-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aa, Jinsei Taete Hana mo Saku\"", + "link": "https://animethemes.moe/video/AIKaSpecialTrial-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1485", + "title": "Akachan to Boku", + "year": "90s", + "themes": [ + { + "name": "OP1 \"B.B.B. (Be Bad Boy)\"", + "link": "https://animethemes.moe/video/AkachanToBoku-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Love Affair\"", + "link": "https://animethemes.moe/video/AkachanToBoku-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"You\"", + "link": "https://animethemes.moe/video/AkachanToBoku-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rouge ni Naritai\"", + "link": "https://animethemes.moe/video/AkachanToBoku-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "103", + "title": "Akazukin Chacha", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Kimi-iro Omoi\"", + "link": "https://animethemes.moe/video/AkazukinChacha-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Kimi-iro Omoi\"", + "link": "https://animethemes.moe/video/AkazukinChacha-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Kimi-iro Omoi\"", + "link": "https://animethemes.moe/video/AkazukinChacha-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Egao ga Sukidakara\"", + "link": "https://animethemes.moe/video/AkazukinChacha-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Chacha ni Omakase\"", + "link": "https://animethemes.moe/video/AkazukinChacha-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Youkoso Magical School e\"", + "link": "https://animethemes.moe/video/AkazukinChacha-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "5251", + "title": "Angel Densetsu", + "year": "90s", + "themes": [ + { + "name": "OP \"Korogaruishi no You ni\"", + "link": "https://animethemes.moe/video/AngelDensetsu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Wasurenaide\"", + "link": "https://animethemes.moe/video/AngelDensetsu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2709", + "title": "Bakusou Kyoudai Let's & Go MAX", + "year": "90s", + "themes": [ + { + "name": "OP \"BRAVE HEART\"", + "link": "https://animethemes.moe/video/BakusouKyoudaiMax-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"MY NAME IS Kabboi\"", + "link": "https://animethemes.moe/video/BakusouKyoudaiMax-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Bokura no FREEDOM\"", + "link": "https://animethemes.moe/video/BakusouKyoudaiMax-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Bokura no FREEDOM\"", + "link": "https://animethemes.moe/video/BakusouKyoudaiMax-ED2v2.webm", + "type": "ending" + } + ] + }, + { + "id": "1186", + "title": "Battle Athletess Daiundoukai (TV)", + "year": "90s", + "themes": [ + { + "name": "OP \"Tsubasa (Wings)\"", + "link": "https://animethemes.moe/video/BattleAthletessDaiundoukaiTV-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Honey Bee\"", + "type": "ending" + } + ] + }, + { + "id": "33", + "title": "Berserk", + "year": "90s", + "themes": [ + { + "name": "OP \"Tell Me Why\"", + "link": "https://animethemes.moe/video/Berserk-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Waiting So Long\"", + "link": "https://animethemes.moe/video/Berserk-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "530", + "title": "Bishoujo Senshi Sailor Moon", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoon-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoon-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Heart Moving\"", + "link": "https://animethemes.moe/video/SailorMoon-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Princess Moon\"", + "link": "https://animethemes.moe/video/SailorMoon-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "740", + "title": "Bishoujo Senshi Sailor Moon R", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoonR-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoonR-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Otome no Policy\"", + "link": "https://animethemes.moe/video/SailorMoonR-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "531", + "title": "Bishoujo Senshi Sailor Moon R: The Movie", + "year": "90s", + "themes": [ + { + "name": "OP \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoonRMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Moon Revenge\"", + "link": "https://animethemes.moe/video/SailorMoonRMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "532", + "title": "Bishoujo Senshi Sailor Moon S", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoonS-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoonS-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Otome no Policy\"", + "link": "https://animethemes.moe/video/SailorMoonR-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tuxedo Mirage\"", + "link": "https://animethemes.moe/video/SailorMoonS-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "997", + "title": "Bishoujo Senshi Sailor Moon S: Kaguya-hime no Koibito", + "year": "90s", + "themes": [ + { + "name": "OP \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoonSMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Moonlight Destiny\"", + "link": "https://animethemes.moe/video/SailorMoonSMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "996", + "title": "Bishoujo Senshi Sailor Moon: Sailor Stars", + "year": "90s", + "themes": [ + { + "name": "OP \"Sailor Star Song\"", + "link": "https://animethemes.moe/video/SailorMoonSailorStars-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kaze mo Sora mo Kitto...\"", + "link": "https://animethemes.moe/video/SailorMoonSailorStars-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoonSailorStars-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1239", + "title": "Bishoujo Senshi Sailor Moon SuperS", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoonSuperS-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoonSuperS-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Watashi-tachi ni Naritakute\"", + "link": "https://animethemes.moe/video/SailorMoonSuperS-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rashiku Ikimasho\"", + "link": "https://animethemes.moe/video/SailorMoonSuperS-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1278", + "title": "Bishoujo Senshi Sailor Moon SuperS Gaiden: Ami-chan no Hatsukoi", + "year": "90s", + "themes": [ + { + "name": "ED \"Rashiku Ikimasho\"", + "link": "https://animethemes.moe/video/SailorMoonSuperSGaiden-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1240", + "title": "Bishoujo Senshi Sailor Moon SuperS: Sailor 9 Senshi Shuuketsu! Black Dream Hole no Kiseki", + "year": "90s", + "themes": [ + { + "name": "OP \"Moonlight Densetsu\"", + "link": "https://animethemes.moe/video/SailorMoonSuperSMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Morning Moon de Aimashou\"", + "link": "https://animethemes.moe/video/SailorMoonSuperSMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "998", + "title": "Blue Seed", + "year": "90s", + "themes": [ + { + "name": "OP \"Carnival Babel\"", + "link": "https://animethemes.moe/video/BlueSeed-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Touch and Go\"", + "link": "https://animethemes.moe/video/BlueSeed-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1542", + "title": "Brain Powerd", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"IN MY DREAM\"", + "link": "https://animethemes.moe/video/BrainPowerd-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"IN MY DREAM\"", + "link": "https://animethemes.moe/video/BrainPowerd-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ai no Field\"", + "link": "https://animethemes.moe/video/BrainPowerd-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ai no Field\"", + "link": "https://animethemes.moe/video/BrainPowerd-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "458", + "title": "Buttobi!! CPU", + "year": "90s", + "themes": [ + { + "name": "OP \"Access wa Anata kara\"", + "link": "https://animethemes.moe/video/ButtobiCPU-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "232", + "title": "Cardcaptor Sakura", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Catch You Catch Me\"", + "link": "https://animethemes.moe/video/CardcaptorSakura-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Tobira wo Akete\"", + "link": "https://animethemes.moe/video/CardcaptorSakura-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Platinum\"", + "link": "https://animethemes.moe/video/CardcaptorSakura-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Groovy!\"", + "link": "https://animethemes.moe/video/CardcaptorSakura-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Honey\"", + "link": "https://animethemes.moe/video/CardcaptorSakura-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Tobira wo Akete\"", + "link": "https://animethemes.moe/video/CardcaptorSakura-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Fruits Candy\"", + "link": "https://animethemes.moe/video/CardcaptorSakura-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "1598", + "title": "Casshern: Robot Hunter", + "year": "90s", + "themes": [ + { + "name": "OP \"Casshern: Kaze no Bo`hyou\"", + "link": "https://animethemes.moe/video/Casshern-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Casshern: Kaze no Bo`hyou\"", + "link": "https://animethemes.moe/video/Casshern-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Stand Alone: Kare Hateta Kokoro ni\"", + "link": "https://animethemes.moe/video/Casshern-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"In My Heart: Yume no Mama de\"", + "link": "https://animethemes.moe/video/Casshern-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kibou Shigosen: Horizon Blue\"", + "link": "https://animethemes.moe/video/Casshern-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "978", + "title": "Change!! Getter Robo: Sekai Saigo no Hi", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Ima ga Sono Toki da\"", + "link": "https://animethemes.moe/video/ChangeGetterRobo-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Heats\"", + "link": "https://animethemes.moe/video/ChangeGetterRobo-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Yakusoku no Oka\"", + "link": "https://animethemes.moe/video/ChangeGetterRobo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hurry Up Dream\"", + "link": "https://animethemes.moe/video/ChangeGetterRobo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "110", + "title": "Chuuka Ichiban!", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Sora\"", + "link": "https://animethemes.moe/video/ChuukaIchiban-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Iki mo Dekinai: Now I Can Breath\"", + "link": "https://animethemes.moe/video/ChuukaIchiban-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Kimi Sae Ireba\"", + "link": "https://animethemes.moe/video/ChuukaIchiban-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Aoi Sora ni Deaeta\"", + "link": "https://animethemes.moe/video/ChuukaIchiban-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mineral\"", + "link": "https://animethemes.moe/video/ChuukaIchiban-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kaze no You ni Jiyuu: Free as the Wind\"", + "link": "https://animethemes.moe/video/ChuukaIchiban-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "1", + "title": "Cowboy Bebop", + "year": "90s", + "themes": [ + { + "name": "OP \"Tank!\"", + "link": "https://animethemes.moe/video/CowboyBebop-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"The Real Folk Blues\"", + "link": "https://animethemes.moe/video/CowboyBebop-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Space Lion\"", + "link": "https://animethemes.moe/video/CowboyBebop-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Blue\"", + "link": "https://animethemes.moe/video/CowboyBebop-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "2803", + "title": "Densetsu no Yuusha Da Garn", + "year": "90s", + "themes": [ + { + "name": "OP \"Kaze no mirai he\"", + "link": "https://animethemes.moe/video/DensetsuNoYuushaDaGarn-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hareruya, Papaiya\"", + "type": "ending" + } + ] + }, + { + "id": "235", + "title": "Detective Conan", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Mune ga Dokidoki\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DetectiveConan-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP2 \"Feel Your Heart\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Nazo\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DetectiveConan-OP3-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP4 \"Unmei no Roulette Mawashite\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DetectiveConan-OP4-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP5 \"Truth\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP5.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DetectiveConan-OP5-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP6 \"Girigiri Chop\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP6.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DetectiveConan-OP6-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP7 \"Mysterious Eyes\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP7.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DetectiveConan-OP7-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP8 \"Koi wa Thrill, Shock, Suspense\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP8.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DetectiveConan-OP8-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP9 \"Destiny\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP9.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DetectiveConan-OP9-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP10 \"Winter Bells\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP10.webm", + "type": "opening" + }, + { + "name": "OP11 \"I can't stop my love for you♥\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP11.webm", + "type": "opening" + }, + { + "name": "OP12 \"Kaze no Lalala\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP12.webm", + "type": "opening" + }, + { + "name": "OP13 \"Kimi to Yakusoku Shita Yasashii Ano Basho Made\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP13.webm", + "type": "opening" + }, + { + "name": "OP14 \"Start\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP14.webm", + "type": "opening" + }, + { + "name": "OP15 \"Hoshi no Kagayakiyo\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP15.webm", + "type": "opening" + }, + { + "name": "OP16 \"Growing of My heart\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP16.webm", + "type": "opening" + }, + { + "name": "OP17 \"Shoudou\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP17.webm", + "type": "opening" + }, + { + "name": "OP18 \"100 Mono Tobira\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP18.webm", + "type": "opening" + }, + { + "name": "OP19 \"Kumo ni Notte\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP19.webm", + "type": "opening" + }, + { + "name": "OP20 \"Namida no Yesterday\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP20.webm", + "type": "opening" + }, + { + "name": "OP21 \"Glorious Mind\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP21.webm", + "type": "opening" + }, + { + "name": "OP22 \"Ai wa Kurayami no Naka de\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP22.webm", + "type": "opening" + }, + { + "name": "OP23 \"Ichibyou goto ni Love for you\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP23.webm", + "type": "opening" + }, + { + "name": "OP24 \"MYSTERIOUS\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP24.webm", + "type": "opening" + }, + { + "name": "OP25 \"Revive\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP25.webm", + "type": "opening" + }, + { + "name": "OP26 \"Everlasting Luv\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP26.webm", + "type": "opening" + }, + { + "name": "OP27 \"MAGIC\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP27.webm", + "type": "opening" + }, + { + "name": "OP28 \"As the Dew\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP28.webm", + "type": "opening" + }, + { + "name": "OP29 \"SUMMER TIME GONE\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP29.webm", + "type": "opening" + }, + { + "name": "OP30 \"tear drops\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP30.webm", + "type": "opening" + }, + { + "name": "OP31 \"Don't Wanna Lie\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP31.webm", + "type": "opening" + }, + { + "name": "OP32 \"Misty Mystery\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP32.webm", + "type": "opening" + }, + { + "name": "OP33 \"Miss Mystery\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP33.webm", + "type": "opening" + }, + { + "name": "OP34 \"Kimi no Namida ni Konna ni Koi Shiteru\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP34.webm", + "type": "opening" + }, + { + "name": "OP35 \"TRY AGAIN\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP35.webm", + "type": "opening" + }, + { + "name": "OP36 \"Q&A\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP36.webm", + "type": "opening" + }, + { + "name": "OP37 \"Butterfly Core\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP37.webm", + "type": "opening" + }, + { + "name": "OP38 \"Greed\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP38.webm", + "type": "opening" + }, + { + "name": "OP39 \"Dynamite\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP39.webm", + "type": "opening" + }, + { + "name": "OP40 \"WE GO\"", + "type": "opening" + }, + { + "name": "OP41 \"Nazo\"", + "type": "opening" + }, + { + "name": "OP42 \"Hane\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP42.webm", + "type": "opening" + }, + { + "name": "OP43 \"Sekai wa Anata no Iro ni Naru\"", + "type": "opening" + }, + { + "name": "OP44 \"Ikusen no Meikyuu de Ikusen no Nazo wo Doite\"", + "type": "opening" + }, + { + "name": "OP45 \"Lie, Lie, Lie,\"", + "type": "opening" + }, + { + "name": "OP46 \"Everything OK!!\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP46.webm", + "type": "opening" + }, + { + "name": "OP47 \"Countdown\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP47.webm", + "type": "opening" + }, + { + "name": "OP48 \"Timeline\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP48.webm", + "type": "opening" + }, + { + "name": "OP49 \"Barairo no Jinsei\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP49.webm", + "type": "opening" + }, + { + "name": "OP50 \"ANSWER\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP50.webm", + "type": "opening" + }, + { + "name": "OP51 \"Makka na Lip\"", + "link": "https://animethemes.moe/video/DetectiveConan-OP51.webm", + "type": "opening" + }, + { + "name": "ED1 \"Step by Step\"", + "link": "https://animethemes.moe/video/DetectiveConan-ED1.webm", + "type": "ending" + }, + { + "name": "ED9 \"Secret of my heart\"", + "link": "https://animethemes.moe/video/DetectiveConan-ED9.webm", + "type": "ending" + }, + { + "name": "ED56 \"Kamikaze Express\"", + "link": "https://animethemes.moe/video/DetectiveConan-ED56.webm", + "type": "ending" + }, + { + "name": "ED57 \"Sadame\"", + "link": "https://animethemes.moe/video/DetectiveConan-ED57.webm", + "type": "ending" + }, + { + "name": "ED58 \"Aozolighter\"", + "link": "https://animethemes.moe/video/DetectiveConan-ED58.webm", + "type": "ending" + }, + { + "name": "ED59 \"Kimi to Koi no mama de Owarenai Itsumo Yume no mama ja Irarenai\"", + "link": "https://animethemes.moe/video/DetectiveConan-ED59.webm", + "type": "ending" + }, + { + "name": "ED60 \"Sissy Sky\"", + "link": "https://animethemes.moe/video/DetectiveConan-ED60.webm", + "type": "ending" + }, + { + "name": "ED61 \"Sukoshizutsu Sukoshizutsu\"", + "link": "https://animethemes.moe/video/DetectiveConan-ED61.webm", + "type": "ending" + }, + { + "name": "ED62 \"Hoshiai\"", + "link": "https://animethemes.moe/video/DetectiveConan-ED62.webm", + "type": "ending" + } + ] + }, + { + "id": "552", + "title": "Digimon Adventure", + "year": "90s", + "themes": [ + { + "name": "OP \"Butter-Fly\"", + "link": "https://animethemes.moe/video/DigimonAdventure-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"I Wish\"", + "link": "https://animethemes.moe/video/DigimonAdventure-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Keep On\"", + "link": "https://animethemes.moe/video/DigimonAdventure-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1802", + "title": "Dirty Pair Flash", + "year": "90s", + "themes": [ + { + "name": "OP \"Kagirinai ANSWER\"", + "link": "https://animethemes.moe/video/DirtyPairFlash-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dai 2 Shou\"", + "link": "https://animethemes.moe/video/DirtyPairFlash-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12343", + "title": "Dirty Pair Flash 2", + "year": "90s", + "themes": [ + { + "name": "OP \"Thrill ni Koishite\"", + "link": "https://animethemes.moe/video/DirtyPairFlash2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi ga Daisuki\"", + "link": "https://animethemes.moe/video/DirtyPairFlash2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12347", + "title": "Dirty Pair Flash 3", + "year": "90s", + "themes": [ + { + "name": "OP \"Honki ni Shinaide\"", + "link": "https://animethemes.moe/video/DirtyPairFlash3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kokoro de Mitsumeteru\"", + "link": "https://animethemes.moe/video/DirtyPairFlash3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "563", + "title": "DNA²", + "year": "90s", + "themes": [ + { + "name": "OP \"Blurry Eyes\"", + "link": "https://animethemes.moe/video/DNASquared-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Single Bed\"", + "link": "https://animethemes.moe/video/DNASquared-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "225", + "title": "Dragon Ball GT", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"DAN DAN Kokoro Hikarete ku\"", + "link": "https://animethemes.moe/video/DragonBallGT-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"DAN DAN Kokoro Hikarete ku\"", + "link": "https://animethemes.moe/video/DragonBallGT-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"DAN DAN Kokoro Hikarete ku\"", + "type": "opening" + }, + { + "name": "OP V4 \"DAN DAN Kokoro Hikarete ku\"", + "type": "opening" + }, + { + "name": "ED1 \"Hitori Ja Nai\"", + "link": "https://animethemes.moe/video/DragonBallGT-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Don't you see!\"", + "link": "https://animethemes.moe/video/DragonBallGT-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Blue Velvet\"", + "type": "ending" + }, + { + "name": "ED4 \"Sabitsuita Machine Gun de Ima wo Uchinukou\"", + "type": "ending" + } + ] + }, + { + "id": "870", + "title": "Dragon Half", + "year": "90s", + "themes": [ + { + "name": "ED \"Watashi no Tamagoyaki\"", + "link": "https://animethemes.moe/video/DragonHalf-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2229", + "title": "Dragon Quest: Dai no Daibouken", + "year": "90s", + "themes": [ + { + "name": "OP \"Yuusha yo Isoge!!\"", + "link": "https://animethemes.moe/video/DragonQuestDaiNoDaibouken-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DragonQuestDaiNoDaibouken-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Kono Michi Waga Tabi (My Road, My Journey)\"", + "link": "https://animethemes.moe/video/DragonQuestDaiNoDaibouken-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DragonQuestDaiNoDaibouken-ED1-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "1704", + "title": "Eat-Man", + "year": "90s", + "themes": [ + { + "name": "OP \"Chiisana Koi no Melody\"", + "link": "https://animethemes.moe/video/EatMan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Walk This Way\"\"", + "type": "ending" + } + ] + }, + { + "id": "1599", + "title": "Eat-Man '98", + "year": "90s", + "themes": [ + { + "name": "OP \"Burning Blue\"", + "link": "https://animethemes.moe/video/EatMan98-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tabibito\"", + "type": "ending" + } + ] + }, + { + "id": "1046", + "title": "Elf wo Karu Mono-tachi II", + "year": "90s", + "themes": [ + { + "name": "OP \"Round11\"", + "link": "https://animethemes.moe/video/ElfWoKaruMonotachiII-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kiseki no Mukougawa e\"", + "link": "https://animethemes.moe/video/ElfWoKaruMonotachiII-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8503", + "title": "Fushigi Mahou Fun Fun Pharmacy", + "year": "90s", + "themes": [ + { + "name": "OP \"Popuri wa Nikoniko Genki\"", + "link": "https://animethemes.moe/video/Mifapu-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shiawase Hitotsu Futatsu...\"", + "link": "https://animethemes.moe/video/Mifapu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1251", + "title": "Fushigi no Umi no Nadia", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Blue Water\"", + "link": "https://animethemes.moe/video/FushigiNoUmiNoNadia-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Blue Water\"", + "link": "https://animethemes.moe/video/FushigiNoUmiNoNadia-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Yes! I Will\"", + "link": "https://animethemes.moe/video/FushigiNoUmiNoNadia-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "123", + "title": "Fushigi Yuugi", + "year": "90s", + "themes": [ + { + "name": "OP \"Itooshii Hito no Tame ni\"", + "link": "https://animethemes.moe/video/FushigiYuugi-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/FushigiYuugi-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED1 \"Tokimeki no Doukasen\"", + "type": "ending" + }, + { + "name": "ED2 \"Kaze no Uta\"", + "type": "ending" + }, + { + "name": "ED3 \"For Epilogue…\"", + "type": "ending" + } + ] + }, + { + "id": "1394", + "title": "Future GPX Cyber Formula Saga", + "year": "90s", + "themes": [ + { + "name": "OP \"Identity Crisis\"", + "link": "https://animethemes.moe/video/FutureGPXCyberFormulaSaga-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"WILD at HEART\"", + "link": "https://animethemes.moe/video/FutureGPXCyberFormulaSaga-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Adagio\"", + "link": "https://animethemes.moe/video/FutureGPXCyberFormulaSaga-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1395", + "title": "Future GPX Cyber Formula Sin", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Pray\"", + "link": "https://animethemes.moe/video/FutureGPXCyberFormulaSin-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Pray\"", + "link": "https://animethemes.moe/video/FutureGPXCyberFormulaSin-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"POWER of LOVE\"", + "link": "https://animethemes.moe/video/FutureGPXCyberFormulaSin-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Pray\"", + "link": "https://animethemes.moe/video/FutureGPXCyberFormulaSin-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1393", + "title": "Future GPX Cyber Formula Zero", + "year": "90s", + "themes": [ + { + "name": "OP \"Wind is High\"", + "link": "https://animethemes.moe/video/FutureGPXCyberFormulaZero-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Get Up!\"", + "link": "https://animethemes.moe/video/FutureGPXCyberFormulaZero-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Brand New Dream\"", + "link": "https://animethemes.moe/video/FutureGPXCyberFormulaZero-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2916", + "title": "Genki Bakuhatsu Ganbaruger", + "year": "90s", + "themes": [ + { + "name": "OP \"Genki Bakuhatsu GANBARUGAA\"", + "link": "https://animethemes.moe/video/GenkiBakuhatsuGanbaruger-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ganbar Taisou\"", + "link": "https://animethemes.moe/video/GenkiBakuhatsuGanbaruger-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5292", + "title": "Getter Robo Go", + "year": "90s", + "themes": [ + { + "name": "OP1 \"21sseiki Shounen\"", + "link": "https://animethemes.moe/video/GetterRoboGo-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Getter Robo Go\"", + "link": "https://animethemes.moe/video/GetterRoboGo-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Grievous Rain\"", + "link": "https://animethemes.moe/video/GetterRoboGo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tomodachi ni Naritai\"", + "link": "https://animethemes.moe/video/GetterRoboGo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "43", + "title": "Ghost in the Shell", + "year": "90s", + "themes": [ + { + "name": "OP \"Making of a Cyborg\"", + "link": "https://animethemes.moe/video/GhostInTheShell-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Reincarnation\"", + "link": "https://animethemes.moe/video/GhostInTheShell-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2400", + "title": "Ghost Sweeper GS Mikami", + "year": "90s", + "themes": [ + { + "name": "OP \"GHOST SWEEPER\"", + "link": "https://animethemes.moe/video/GhostSweeperGSMikami-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"BELIEVE ME\"", + "link": "https://animethemes.moe/video/GhostSweeperGSMikami-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3665", + "title": "Ginga Eiyuu Densetsu Gaiden: Rasen Meikyuu", + "year": "90s", + "themes": [ + { + "name": "OP \"A Story of Time\"", + "link": "https://animethemes.moe/video/GinEiDenGaidenRasenMeikyuu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Our Trail\"", + "link": "https://animethemes.moe/video/GinEiDenGaidenRasenMeikyuu-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GinEiDenGaidenRasenMeikyuu-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"The Promised Future\"", + "link": "https://animethemes.moe/video/GinEiDenGaidenRasenMeikyuu-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GinEiDenGaidenRasenMeikyuu-ED2-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "3371", + "title": "Ginga Eiyuu Densetsu Gaiden: Senoku no Hoshi, Senoku no Hikari", + "year": "90s", + "themes": [ + { + "name": "OP \"Kid\"", + "link": "https://animethemes.moe/video/GinEiDenGaiden-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Setsumei\"", + "type": "ending" + }, + { + "name": "ED2 \"Nagai Tsukiai\"", + "type": "ending" + }, + { + "name": "ED3 \"Iku Toki, Iwau Toki\"", + "type": "ending" + }, + { + "name": "ED4 \"Aurora no Adagio\"", + "type": "ending" + } + ] + }, + { + "id": "268", + "title": "Golden Boy", + "year": "90s", + "themes": [ + { + "name": "OP \"Golden Boy\"", + "link": "https://animethemes.moe/video/GoldenBoy-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Study A Go! Go\"", + "link": "https://animethemes.moe/video/GoldenBoy-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "245", + "title": "Great Teacher Onizuka", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Driver's High\"", + "link": "https://animethemes.moe/video/GreatTeacherOnizuka-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hitori no Yoru\"", + "link": "https://animethemes.moe/video/GreatTeacherOnizuka-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Last Piece\"", + "link": "https://animethemes.moe/video/GreatTeacherOnizuka-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shizuku\"", + "link": "https://animethemes.moe/video/GreatTeacherOnizuka-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"CHERISHED MEMORIES\"", + "link": "https://animethemes.moe/video/GreatTeacherOnizuka-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "3037", + "title": "GS Mikami: Gokuraku Daisakusen!!", + "year": "90s", + "themes": [ + { + "name": "OP \"GHOST SWEEPER\"", + "link": "https://animethemes.moe/video/GhostSweeperGSMikamiMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"My Jolly Days\"", + "link": "https://animethemes.moe/video/GhostSweeperGSMikamiMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1016", + "title": "Gunnm", + "year": "90s", + "themes": [ + { + "name": "ED \"Cyborg Mermaid\"", + "link": "https://animethemes.moe/video/Gunnm-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "650", + "title": "Gunsmith Cats", + "year": "90s", + "themes": [ + { + "name": "OP \"Gunsmith Cats Theme\"", + "link": "https://animethemes.moe/video/GunsmithCats-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gunsmith Cats Ending Theme\"", + "link": "https://animethemes.moe/video/GunsmithCats-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "106", + "title": "Hana yori Dango", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Futsuu no Nichiyoubi ni\"", + "link": "https://animethemes.moe/video/HanaYoriDango-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Futsuu no Nichiyoubi ni\"", + "link": "https://animethemes.moe/video/HanaYoriDango-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kenka no Ato de...\"", + "link": "https://animethemes.moe/video/HanaYoriDango-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Todoku ka na\"", + "link": "https://animethemes.moe/video/HanaYoriDango-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2749", + "title": "Heisei Inu Monogatari Bow", + "year": "90s", + "themes": [ + { + "name": "OP \"Dai Kirai!\"", + "link": "https://animethemes.moe/video/HeiseiInuMonogatariBow-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Futari Kiri de Ikou yo\"", + "link": "https://animethemes.moe/video/HeiseiInuMonogatariBow-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nengara Noutenki\"", + "link": "https://animethemes.moe/video/HeiseiInuMonogatariBow-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "379", + "title": "Heppoko Jikken Animation Excel♥Saga", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Ai (Chuuseishin)\"", + "link": "https://animethemes.moe/video/ExcelSaga-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Ai (Chuuseishin)\"", + "link": "https://animethemes.moe/video/ExcelSaga-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Menchi Aishou no Bolero\"", + "link": "https://animethemes.moe/video/ExcelSaga-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Menchi Aishou no Bolero (Gyakuna)\"", + "link": "https://animethemes.moe/video/ExcelSaga-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1181", + "title": "Hikyou Tanken Fam & Ihrlie", + "year": "90s", + "themes": [ + { + "name": "OP \"Magical Beat!\"", + "link": "https://animethemes.moe/video/HikyouTankenFamAndIhrlie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dear My self ~Watashi Dake no Time Capsule~\"", + "link": "https://animethemes.moe/video/HikyouTankenFamAndIhrlie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3839", + "title": "Himitsu no Akko-chan 3", + "year": "90s", + "themes": [ + { + "name": "OP \"Himitsu no Akko-chan\"", + "link": "https://animethemes.moe/video/HimitsuNoAkkoChan3-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Watashi no Uta wo Kitte Hoshii\"", + "link": "https://animethemes.moe/video/HimitsuNoAkkoChan3-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nippon Hare Da yo! Akko-chan\"", + "link": "https://animethemes.moe/video/HimitsuNoAkkoChan3-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2050", + "title": "Honoo no Tenkousei", + "year": "90s", + "themes": [ + { + "name": "OP \"Honoo no Tenkousei\"", + "link": "https://animethemes.moe/video/HonooNoTenkousei-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Yumemiru Kimochi ~Dreaming Heart~\"", + "link": "https://animethemes.moe/video/HonooNoTenkousei-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Yumemiru Kimochi ~Dreaming Heart~\"", + "link": "https://animethemes.moe/video/HonooNoTenkousei-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "136", + "title": "Hunter x Hunter", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Ohayou\"", + "link": "https://animethemes.moe/video/HunterHunter-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Taiyou wa Yoru mo Kagayaku\"", + "link": "https://animethemes.moe/video/HunterHunter-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kaze no Uta\"", + "link": "https://animethemes.moe/video/HunterHunter-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"E-Jan - Do You Feel Like I Feel\"", + "link": "https://animethemes.moe/video/HunterHunter-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hotaru\"", + "link": "https://animethemes.moe/video/HunterHunter-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "914", + "title": "Ike! Ina-chuu Takkyuubu", + "year": "90s", + "themes": [ + { + "name": "OP1 \"shanimuni SHEIKU! SHEIKU!\"", + "link": "https://animethemes.moe/video/IkeInaChuuTakkyuubu-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"man-in densha hitomebore\"", + "link": "https://animethemes.moe/video/IkeInaChuuTakkyuubu-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"itsu ni natte mo itsu made mo\"", + "link": "https://animethemes.moe/video/IkeInaChuuTakkyuubu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"booing\"", + "link": "https://animethemes.moe/video/IkeInaChuuTakkyuubu-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "637", + "title": "Iketeru Futari", + "year": "90s", + "themes": [ + { + "name": "OP \"Fall In YOU\"", + "link": "https://animethemes.moe/video/IketeruFutari-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "160", + "title": "Ima, Soko ni Iru Boku", + "year": "90s", + "themes": [ + { + "name": "OP \"Ima, Soko ni Iru Boku\"", + "link": "https://animethemes.moe/video/ImaSokoNiIruBoku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Lullaby...\"", + "link": "https://animethemes.moe/video/ImaSokoNiIruBoku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "185", + "title": "Initial D First Stage", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Around the World\"", + "link": "https://animethemes.moe/video/InitialDFirstStage-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Break in 2 the Nite\"", + "link": "https://animethemes.moe/video/InitialDFirstStage-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Rage Your Dream\"", + "link": "https://animethemes.moe/video/InitialDFirstStage-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kiseki no Hana (Flower of Miracles)\"", + "link": "https://animethemes.moe/video/InitialDFirstStage-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "186", + "title": "Initial D Second Stage", + "year": "90s", + "themes": [ + { + "name": "OP \"Blazin' Beat\"", + "link": "https://animethemes.moe/video/InitialDSecondStage-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi ga Iru\"", + "link": "https://animethemes.moe/video/InitialDSecondStage-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "432", + "title": "Iria: Zeiram The Animation", + "year": "90s", + "themes": [ + { + "name": "OP \"Tokete Iku Yume no Hate ni\"", + "link": "https://animethemes.moe/video/IriaZeiram-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yume wa Toi Keredo\"", + "link": "https://animethemes.moe/video/IriaZeiram-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8228", + "title": "Jigoku Sensei Nube: Gozen 0 Ji Nube Shisu!", + "year": "90s", + "themes": [ + { + "name": "ED \"Bari Bari Saikyou No. 1\"", + "link": "https://animethemes.moe/video/JigokuSenseiNubeGozen0JiNubeShisu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8208", + "title": "Jigoku Sensei Nube (Movie)", + "year": "90s", + "themes": [ + { + "name": "OP \"Baribari Saikyou No. 1\"", + "link": "https://animethemes.moe/video/JigokuSenseiNubeMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mienai Chikara ~INVISIBLE ONE~\"", + "link": "https://animethemes.moe/video/JigokuSenseiNubeMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1025", + "title": "Kachou Ouji", + "year": "90s", + "themes": [ + { + "name": "OP \"Cautionary Warning\"", + "link": "https://animethemes.moe/video/KachouOuji-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yappa Onna hou ga Ii ya\"", + "link": "https://animethemes.moe/video/KachouOuji-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1567", + "title": "Kaitou Saint Tail", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Toki o Koete\"", + "link": "https://animethemes.moe/video/KaitouSaintTail-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ashita e to Kakedashite Yukou\"", + "link": "https://animethemes.moe/video/KaitouSaintTail-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Junshin\"", + "link": "https://animethemes.moe/video/KaitouSaintTail-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Up Side Down - Eien no Wa -\"", + "link": "https://animethemes.moe/video/KaitouSaintTail-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yumemiru Melody\"", + "link": "https://animethemes.moe/video/KaitouSaintTail-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "142", + "title": "Kamikaze Kaitou Jeanne", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Piece of Love\"", + "link": "https://animethemes.moe/video/KamikazeKaitouJeanne-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Dive into Shine\"", + "type": "opening" + }, + { + "name": "ED1 \"Haruka...\"", + "link": "https://animethemes.moe/video/KamikazeKaitouJeanne-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Till The End\"", + "type": "ending" + } + ] + }, + { + "id": "145", + "title": "Kareshi Kanojo no Jijou", + "year": "90s", + "themes": [ + { + "name": "OP \"Tenshi no Yubikiri\"", + "link": "https://animethemes.moe/video/Karekano-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Karekano-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 V4 \"Yume no Naka e\"", + "link": "https://animethemes.moe/video/Karekano-ED1v4.webm", + "type": "ending" + }, + { + "name": "ED1 V6 \"Yume no Naka e\"", + "link": "https://animethemes.moe/video/Karekano-ED1v6.webm", + "type": "ending" + }, + { + "name": "ED1 V7 \"Yume no Naka e\"", + "link": "https://animethemes.moe/video/Karekano-ED1v7.webm", + "type": "ending" + }, + { + "name": "ED1 V8 \"Yume no Naka e\"", + "link": "https://animethemes.moe/video/Karekano-ED1v8.webm", + "type": "ending" + }, + { + "name": "ED1 V13 \"Yume no Naka e\"", + "link": "https://animethemes.moe/video/Karekano-ED1v13.webm", + "type": "ending" + }, + { + "name": "ED1 V16 \"Yume no Naka e\"", + "link": "https://animethemes.moe/video/Karekano-ED1v16.webm", + "type": "ending" + }, + { + "name": "ED1 V18 \"Yume no Naka e\"", + "link": "https://animethemes.moe/video/Karekano-ED1v18.webm", + "type": "ending" + }, + { + "name": "ED1 V19 \"Yume no Naka e\"", + "link": "https://animethemes.moe/video/Karekano-ED1v19.webm", + "type": "ending" + }, + { + "name": "ED1 V24 \"Yume no Naka e\"", + "link": "https://animethemes.moe/video/Karekano-ED1v24.webm", + "type": "ending" + }, + { + "name": "ED1 V25 \"Yume no Naka e\"", + "link": "https://animethemes.moe/video/Karekano-ED1v25.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kaze Hiita Yoru\"", + "type": "ending" + } + ] + }, + { + "id": "1457", + "title": "Key the Metal Idol", + "year": "90s", + "themes": [ + { + "name": "OP \"In the Night\"", + "link": "https://animethemes.moe/video/KeyTheMetalIdol-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Watashi ga Soba ni Iru\"", + "link": "https://animethemes.moe/video/KeyTheMetalIdol-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Passenger\"", + "type": "ending" + }, + { + "name": "ED3 \"Galaxy in my Hands\"", + "type": "ending" + } + ] + }, + { + "id": "218", + "title": "Kidou Senkan Nadesico", + "year": "90s", + "themes": [ + { + "name": "OP \"You Get to Burning\"", + "link": "https://animethemes.moe/video/KidouSenkanNadesico-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Watashi Rashiku\"", + "link": "https://animethemes.moe/video/KidouSenkanNadesico-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Itsuka... Shinjite\"", + "type": "ending" + } + ] + }, + { + "id": "1573", + "title": "Kishin Douji Zenki", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Kishin Douji ZENKI\"", + "link": "https://animethemes.moe/video/KishinDoujiZenki-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Chou Kishin ZENKI, Raigou Shourin!\"", + "link": "https://animethemes.moe/video/KishinDoujiZenki-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Egao wo Ageru\"", + "link": "https://animethemes.moe/video/KishinDoujiZenki-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sleepless Angels ~Nemurenu Yoru no Tenshi-tachi~\"", + "link": "https://animethemes.moe/video/KishinDoujiZenki-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kiseki no Chou Kishin\"", + "link": "https://animethemes.moe/video/KishinDoujiZenki-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "3545", + "title": "Kochira Katsushikaku Kameari Kouenmae Hashutsujo", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Natsu ga Kita! (Diamond Head)\"", + "link": "https://animethemes.moe/video/Kochikame-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Everybody Can Do!\"", + "link": "https://animethemes.moe/video/Kochikame-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Katsushika Rhapsody\"", + "link": "https://animethemes.moe/video/Kochikame-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Kochira Kameza no Onna\"", + "link": "https://animethemes.moe/video/Kochikame-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Oide yo Kameari\"", + "link": "https://animethemes.moe/video/Kochikame-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Damatte Ore ni Tsuite Koi\"", + "link": "https://animethemes.moe/video/Kochikame-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"Katsushika Rhapsody (Yamuyamu Version)\"", + "link": "https://animethemes.moe/video/Kochikame-OP7.webm", + "type": "opening" + }, + { + "name": "ED1 \"Smile\"", + "link": "https://animethemes.moe/video/Kochikame-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ii Koto Arusa\"", + "link": "https://animethemes.moe/video/Kochikame-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Shikujo no Yume wa Mangekyou\"", + "link": "https://animethemes.moe/video/Kochikame-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Buee no Biyabiya\"", + "link": "https://animethemes.moe/video/Kochikame-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Kyun\"", + "link": "https://animethemes.moe/video/Kochikame-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Kimi to Boku\"", + "link": "https://animethemes.moe/video/Kochikame-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Kimochi Da yo\"", + "link": "https://animethemes.moe/video/Kochikame-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Mainichi, No Problem\"", + "link": "https://animethemes.moe/video/Kochikame-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Robo Keiji Banchou no Uta\"", + "link": "https://animethemes.moe/video/Kochikame-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Oide yo Kameari\"", + "link": "https://animethemes.moe/video/Kochikame-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Nice na Kokoroiki\"", + "link": "https://animethemes.moe/video/Kochikame-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Natsu ga Kita! (Diamond Head)\"", + "link": "https://animethemes.moe/video/Kochikame-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Nande Darou (Ryou-san Version)\"", + "link": "https://animethemes.moe/video/Kochikame-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Nande Darou (KochiKame Version)\"", + "link": "https://animethemes.moe/video/Kochikame-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Hai, Irasshai\"", + "link": "https://animethemes.moe/video/Kochikame-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"Katare! Namida\"", + "type": "ending" + }, + { + "name": "ED17 \"Jugemu: Kochikame Version\"", + "link": "https://animethemes.moe/video/Kochikame-ED17.webm", + "type": "ending" + } + ] + }, + { + "id": "2901", + "title": "Kochira Katsushikaku Kameari Kouenmae Hashutsujo The Movie", + "year": "90s", + "themes": [ + { + "name": "ED \"Kimochi Da yo\"", + "link": "https://animethemes.moe/video/KochikameMovie1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1486", + "title": "Kodomo no Omocha", + "year": "90s", + "themes": [ + { + "name": "OP1 \"19 Ji no nyusu\"", + "link": "https://animethemes.moe/video/KodomoNoOmocha-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ultra Relax\"", + "type": "opening" + }, + { + "name": "ED1 \"Panic\"", + "link": "https://animethemes.moe/video/KodomoNoOmocha-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"DAIJO-BU\"", + "type": "ending" + }, + { + "name": "ED3 \"Pinch ~Love Me Deeper~\"", + "type": "ending" + } + ] + }, + { + "id": "554", + "title": "Koutetsu Tenshi Kurumi", + "year": "90s", + "themes": [ + { + "name": "OP \"Kiss Kara Hajimaru Miracle\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Eien no Koutetsu Tenshi\"", + "link": "https://animethemes.moe/video/KoutetsuTenshiKurumi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1261", + "title": "Kyattou Ninden Teyandee", + "year": "90s", + "themes": [ + { + "name": "OP \"Otto Dokkoi Nihon Bare\"", + "link": "https://animethemes.moe/video/KyattouNindenTeyandee-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"To Be Yourself\"", + "type": "ending" + } + ] + }, + { + "id": "851", + "title": "Kyou kara Ore wa!!", + "year": "90s", + "themes": [ + { + "name": "ED \"Bokura Wa Family\"", + "link": "https://animethemes.moe/video/KyouKaraOreWa-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "207", + "title": "Lodoss-tou Senki", + "year": "90s", + "themes": [ + { + "name": "OP \"Adesso e Fortuna\"", + "link": "https://animethemes.moe/video/LodossTouSenki-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LodossTouSenki-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED \"Kaze no Fantasia\"", + "type": "ending" + } + ] + }, + { + "id": "206", + "title": "Lodoss-tou Senki: Eiyuu Kishi Den", + "year": "90s", + "themes": [ + { + "name": "OP \"Kiseki no Umi\"", + "link": "https://animethemes.moe/video/LodossTouSenkiEiyuuKishiDen-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/LodossTouSenkiEiyuuKishiDen-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED \"Hikari no Suashi\"", + "link": "https://animethemes.moe/video/LodossTouSenkiEiyuuKishiDen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1184", + "title": "Lost Universe", + "year": "90s", + "themes": [ + { + "name": "OP \"〜infinity〜∞\"", + "link": "https://animethemes.moe/video/LostUniverse-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Extrication\"", + "link": "https://animethemes.moe/video/LostUniverse-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1397", + "title": "Macross 7", + "year": "90s", + "themes": [ + { + "name": "OP \"Seventh Moon\"", + "link": "https://animethemes.moe/video/Macross7-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"My Friends\"", + "link": "https://animethemes.moe/video/Macross7-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"...Dakedo Baby!!\"", + "link": "https://animethemes.moe/video/Macross7-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Totsugeki Love Heart (Acoustic Version)\"", + "type": "ending" + } + ] + }, + { + "id": "1398", + "title": "Macross Dynamite 7", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Dynamite Explosion\"", + "link": "https://animethemes.moe/video/MacrossDynamite7-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Dynamite Explosion\"", + "link": "https://animethemes.moe/video/MacrossDynamite7-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Dynamite Explosion\"", + "link": "https://animethemes.moe/video/MacrossDynamite7-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Dynamite Explosion\"", + "link": "https://animethemes.moe/video/MacrossDynamite7-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED \"Parade\"", + "link": "https://animethemes.moe/video/MacrossDynamite7-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "7124", + "title": "Madou King Granzort: Bouken-hen", + "year": "90s", + "themes": [ + { + "name": "OP \"Hikari no Senshi-tachi\"", + "link": "https://animethemes.moe/video/MadouKingGranzortBoukenHen-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Boku no Kako kara Boku no Mirai e\"", + "link": "https://animethemes.moe/video/MadouKingGranzortBoukenHen-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dakara Seigi wa Katsu!\"", + "link": "https://animethemes.moe/video/MadouKingGranzortBoukenHen-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hyakunenme no Yakusoku\"", + "link": "https://animethemes.moe/video/MadouKingGranzortBoukenHen-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "435", + "title": "Magic Knight Rayearth", + "year": "90s", + "themes": [ + { + "name": "OP \"Yuzurenai Negai\"", + "link": "https://animethemes.moe/video/MagicKnightRayearth-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Asu e no Yuuki\"", + "link": "https://animethemes.moe/video/MagicKnightRayearth-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1563", + "title": "Magic Knight Rayearth II", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Kirai ni Narenai\"", + "link": "https://animethemes.moe/video/MagicKnightRayearthII-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Hikari to Kage wo Dakishimeta Mama\"", + "link": "https://animethemes.moe/video/MagicKnightRayearthII-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Lullaby ~Yasashiku Dakasete~\"", + "link": "https://animethemes.moe/video/MagicKnightRayearthII-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Itsuka Kagayaku\"", + "link": "https://animethemes.moe/video/MagicKnightRayearthII-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2040", + "title": "Mahou no Angel Sweet Mint", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Fushigi no Kuni no Sweet Mint\"", + "link": "https://animethemes.moe/video/MahouNoAngelSweetMint-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Fushigi no Kuni no Sweet Mint\"", + "link": "https://animethemes.moe/video/MahouNoAngelSweetMint-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Mint no Yume Ryokou\"", + "link": "https://animethemes.moe/video/MahouNoAngelSweetMint-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Mint no Yume Ryokou\"", + "link": "https://animethemes.moe/video/MahouNoAngelSweetMint-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "5953", + "title": "Mahou no Princess Minky Momo: Yume wo Dakishimete", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Yume Miru Heart\"", + "link": "https://animethemes.moe/video/MinkyMomoYumeWoDakishimete-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yume wo Dakishimete\"", + "link": "https://animethemes.moe/video/MinkyMomoYumeWoDakishimete-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Daba Daba Fallin' Love\"", + "link": "https://animethemes.moe/video/MinkyMomoYumeWoDakishimete-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Suki yori Daisuki Minky Smile!\"", + "link": "https://animethemes.moe/video/MinkyMomoYumeWoDakishimete-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1502", + "title": "Mahou Shoujo Pretty Sammy", + "year": "90s", + "themes": [ + { + "name": "OP \"Yume Mireba Yume mo Yume Janai\"", + "link": "https://animethemes.moe/video/MahouShoujoPrettySammy-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Persona\"", + "link": "https://animethemes.moe/video/MahouShoujoPrettySammy-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Choushi ni Notte Orimashita\"", + "link": "https://animethemes.moe/video/MahouShoujoPrettySammy-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "629", + "title": "Mahoutsukai Tai!", + "year": "90s", + "themes": [ + { + "name": "OP \"Senobi wo Shite Follow You\"", + "link": "https://animethemes.moe/video/MahoutsukaiTai-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mata Ashita\"", + "link": "https://animethemes.moe/video/MahoutsukaiTai-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1017", + "title": "Majutsushi Orphen", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Ai Just on my Love\"", + "link": "https://animethemes.moe/video/MajutsushiOrphen-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kimi Wa Majutsushi\"", + "type": "opening" + }, + { + "name": "ED1 \"Last Kiss\"", + "type": "ending" + }, + { + "name": "ED2 \"Doshiyou\"", + "type": "ending" + } + ] + }, + { + "id": "1018", + "title": "Majutsushi Orphen: Revenge", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Sondemotte Kiss\"", + "link": "https://animethemes.moe/video/MajutsushiOrphenRevenge-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Marui Taiyou\"", + "link": "https://animethemes.moe/video/MajutsushiOrphenRevenge-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Love, Yes I Do\"", + "link": "https://animethemes.moe/video/MajutsushiOrphenRevenge-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Amai Anata no Aji\"", + "type": "ending" + } + ] + }, + { + "id": "333", + "title": "Mama wa Shougaku 4 Nensei", + "year": "90s", + "themes": [ + { + "name": "OP \"Ai wo + One\"", + "link": "https://animethemes.moe/video/MamawaShougaku4Nensei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kono Ai wo Mirai e\"", + "link": "https://animethemes.moe/video/MamawaShougaku4Nensei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "626", + "title": "Mamotte Shugogetten!", + "year": "90s", + "themes": [ + { + "name": "OP \"Saa!\"", + "link": "https://animethemes.moe/video/MamotteShugogetten-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"I Just Feel so Love Again ~soba ni iru dake de~\"", + "link": "https://animethemes.moe/video/MamotteShugogetten-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Makenaide\"", + "type": "ending" + } + ] + }, + { + "id": "1483", + "title": "Master Keaton", + "year": "90s", + "themes": [ + { + "name": "OP \"Opening Theme\"", + "link": "https://animethemes.moe/video/MasterKeaton-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"eternal wind\"", + "link": "https://animethemes.moe/video/MasterKeaton-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"A Sigh\"", + "link": "https://animethemes.moe/video/MasterKeaton-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1910", + "title": "Master Keaton OVA", + "year": "90s", + "themes": [ + { + "name": "OP \"Opening Theme\"", + "link": "https://animethemes.moe/video/MasterKeaton-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"A Sigh\"", + "link": "https://animethemes.moe/video/MasterKeaton-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"From Beginning\"", + "link": "https://animethemes.moe/video/MasterKeatonOVA-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "96", + "title": "Mobile Fighter G Gundam", + "year": "90s", + "themes": [ + { + "name": "OP1 V1 \"Flying In The Sky\"", + "link": "https://animethemes.moe/video/MobileFighterGGundam-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Flying In The Sky\"", + "link": "https://animethemes.moe/video/MobileFighterGGundam-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Trust You Forever\"", + "link": "https://animethemes.moe/video/MobileFighterGGundam-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Umi Yori Mo Fukaku\"", + "link": "https://animethemes.moe/video/MobileFighterGGundam-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kimi No Naka No Eien\"", + "link": "https://animethemes.moe/video/MobileFighterGGundam-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1096", + "title": "Mobile Police Patlabor 2: The Movie", + "year": "90s", + "themes": [ + { + "name": "OP \"Theme of PATLABOR 2\"", + "link": "https://animethemes.moe/video/MobilePolicePatlabor2-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "84", + "title": "Mobile Suit Gundam 0083: Stardust Memory", + "year": "90s", + "themes": [ + { + "name": "OP1 \"THE WINNER\"", + "link": "https://animethemes.moe/video/Gundam0083StardustMemory-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"MEN OF DESTINY\"", + "link": "https://animethemes.moe/video/Gundam0083StardustMemory-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"MAGIC\"", + "link": "https://animethemes.moe/video/Gundam0083StardustMemory-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Evergreen\"", + "link": "https://animethemes.moe/video/Gundam0083StardustMemory-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "81", + "title": "Mobile Suit Gundam: The 08th MS Team", + "year": "90s", + "themes": [ + { + "name": "OP \"Arashi no Naka de Kagayaite\"", + "link": "https://animethemes.moe/video/GundamThe08thMSTeam-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ten Years After\"", + "link": "https://animethemes.moe/video/GundamThe08thMSTeam-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Mirai no Futari ni\"", + "link": "https://animethemes.moe/video/GundamThe08thMSTeam-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "90", + "title": "Mobile Suit Gundam Wing", + "year": "90s", + "themes": [ + { + "name": "OP1 V1 \"Just Communication\"", + "link": "https://animethemes.moe/video/GundamWing-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Just Communication\"", + "link": "https://animethemes.moe/video/GundamWing-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 V1 \"Rhythm Emotion\"", + "link": "https://animethemes.moe/video/GundamWing-OP2.webm", + "type": "opening" + }, + { + "name": "OP2 V2 \"Rhythm Emotion\"", + "link": "https://animethemes.moe/video/GundamWing-OP2v2.webm", + "type": "opening" + }, + { + "name": "ED \"It's Just Love!\"", + "link": "https://animethemes.moe/video/GundamWing-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "91", + "title": "Mobile Suit Gundam Wing: Endless Waltz", + "year": "90s", + "themes": [ + { + "name": "ED V1 \"White Reflection\"", + "link": "https://animethemes.moe/video/GundamWingEndlessWaltz-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"White Reflection\"", + "link": "https://animethemes.moe/video/GundamWingEndlessWaltz-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"White Reflection\"", + "link": "https://animethemes.moe/video/GundamWingEndlessWaltz-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "89", + "title": "Mobile Suit Victory Gundam", + "year": "90s", + "themes": [ + { + "name": "OP1 \"STAND UP TO THE VICTORY ~To the Victory~\"", + "link": "https://animethemes.moe/video/VictoryGundam-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Don't Stop! Carry On!\"", + "link": "https://animethemes.moe/video/VictoryGundam-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"WINNERS FOREVER -Shorisha yo-\"", + "link": "https://animethemes.moe/video/VictoryGundam-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Moichido Tenderness\"", + "link": "https://animethemes.moe/video/VictoryGundam-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "164", + "title": "Mononoke Hime", + "year": "90s", + "themes": [ + { + "name": "ED \"Mononoke Hime\"", + "link": "https://animethemes.moe/video/MononokeHime-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "593", + "title": "Mugen no Ryvius", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"dis-\"", + "link": "https://animethemes.moe/video/MugenNoRyvius-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"dis-\"", + "link": "https://animethemes.moe/video/MugenNoRyvius-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"dis-\"", + "link": "https://animethemes.moe/video/MugenNoRyvius-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"dis-\"", + "link": "https://animethemes.moe/video/MugenNoRyvius-OP1v4.webm", + "type": "opening" + }, + { + "name": "OP V5 \"dis-\"", + "link": "https://animethemes.moe/video/MugenNoRyvius-OP1v5.webm", + "type": "opening" + }, + { + "name": "OP V6 \"dis-\"", + "link": "https://animethemes.moe/video/MugenNoRyvius-OP1v6.webm", + "type": "opening" + }, + { + "name": "OP V7 \"dis-\"", + "link": "https://animethemes.moe/video/MugenNoRyvius-OP1v7.webm", + "type": "opening" + }, + { + "name": "OP V8 \"dis-\"", + "link": "https://animethemes.moe/video/MugenNoRyvius-OP1v8.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Yume wo Sugitemo\"", + "link": "https://animethemes.moe/video/MugenNoRyvius-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Yume wo Sugitemo\"", + "link": "https://animethemes.moe/video/MugenNoRyvius-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Yume wo Sugitemo\"", + "link": "https://animethemes.moe/video/MugenNoRyvius-ED1v3.webm", + "type": "ending" + } + ] + }, + { + "id": "4086", + "title": "Muka Muka Paradise", + "year": "90s", + "themes": [ + { + "name": "OP \"Totteoki no Kimochi\"", + "link": "https://animethemes.moe/video/MukaMukaParadise-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kiteera Miteera\"", + "link": "https://animethemes.moe/video/MukaMukaParadise-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "569", + "title": "Musekinin Kanchou Tylor", + "year": "90s", + "themes": [ + { + "name": "OP \"Just Think Of Tomorrow\"", + "link": "https://animethemes.moe/video/MusekininKanchouTylor-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Downtown Dance\"", + "link": "https://animethemes.moe/video/MusekininKanchouTylor-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5395", + "title": "Nekketsu Saikyou Go-Saurer", + "year": "90s", + "themes": [ + { + "name": "OP1 \"KEEP ON DREAMING\"", + "link": "https://animethemes.moe/video/NekketsuSaikyouGoSaurer-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"KEEP ON DREAMING (Saurers Version)\"", + "link": "https://animethemes.moe/video/NekketsuSaikyouGoSaurer-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"OUR GOOD DAY… Bokura no GOOD DAY\"", + "link": "https://animethemes.moe/video/NekketsuSaikyouGoSaurer-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "30", + "title": "Neon Genesis Evangelion", + "year": "90s", + "themes": [ + { + "name": "OP \"Zankoku na Tenshi no Thesis\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Fly Me to the Moon\" by Claire", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Fly Me to the Moon (Rei #5 Version)\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Fly Me to the Moon (Rei #6 Version)\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Fly Me to the Moon -4 Beat Version-\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Fly Me to the Moon (Aya Bossa Techno Version)\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Fly Me to the Moon (Yoko Takahashi Acid Bossa Version)\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Fly Me to the Moon (Yoko Takahashi Version)\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Fly Me to the Moon -4 Beat Version (Off-Vocal)-\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Fly Me to the Moon (Off-Vocal Version)\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Fly Me to the Moon (Aki Jungle Version)\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Fly Me to the Moon -B22 (A-Type)-\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Fly Me to the Moon (Rei #23 Version)\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Fly Me to the Moon (Rei #25 Version)\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"Fly Me to the Moon (Rei #26 Version)\"", + "link": "https://animethemes.moe/video/NeonGenesisEvangelion-ED14.webm", + "type": "ending" + } + ] + }, + { + "id": "31", + "title": "Neon Genesis Evangelion: Death & Rebirth", + "year": "90s", + "themes": [ + { + "name": "ED1 \"Kanon in D-Dur\"", + "link": "https://animethemes.moe/video/EvangelionDeathAndRebirth-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tamashii no Refrain\"", + "link": "https://animethemes.moe/video/EvangelionDeathAndRebirth-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "32", + "title": "Neon Genesis Evangelion: The End of Evangelion", + "year": "90s", + "themes": [ + { + "name": "ED \"Thanatos -If I Can't Be Yours-\"", + "link": "https://animethemes.moe/video/EvangelionEndOfEvangelion-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1152", + "title": "New Dominion Tank Police", + "year": "90s", + "themes": [ + { + "name": "OP \"JUST. Toki wo Koete\"", + "link": "https://animethemes.moe/video/NewDominionTankPolice-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"JUST FALLIN' LOVE ~Ikutsumo no Setsunai yoru no Naka de~\"", + "link": "https://animethemes.moe/video/NewDominionTankPolice-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "912", + "title": "Ninkuu", + "year": "90s", + "themes": [ + { + "name": "OP \"Kagayaki wa Kimi no Naka ni\"", + "link": "https://animethemes.moe/video/Ninkuu-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Soredemo Ashita wa Yatte Kuru\"", + "link": "https://animethemes.moe/video/Ninkuu-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sora no Namae\"", + "link": "https://animethemes.moe/video/Ninkuu-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Sorezore no Ashita e\"", + "link": "https://animethemes.moe/video/Ninkuu-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "616", + "title": "Nurse Angel Ririka SOS", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Koi wo Suru Tabi ni Kizutsuki Yasuku...\"", + "link": "https://animethemes.moe/video/NurseAngelRirikaSOS-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Do-nika Ko-nika\"", + "link": "https://animethemes.moe/video/NurseAngelRirikaSOS-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ririka SOS\"", + "link": "https://animethemes.moe/video/NurseAngelRirikaSOS-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Egao wo Wasurenai\"", + "link": "https://animethemes.moe/video/NurseAngelRirikaSOS-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "350", + "title": "Ojamajo Doremi", + "year": "90s", + "themes": [ + { + "name": "OP \"Ojamajo Carnival!!\"", + "link": "https://animethemes.moe/video/OjamajoDoremi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kitto Ashita wa\"", + "link": "https://animethemes.moe/video/OjamajoDoremi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1300", + "title": "Omishi Mahou Gekijou: Risky★Safety", + "year": "90s", + "themes": [ + { + "name": "ED \"Yoake no Kaze Kiki Nagara\"", + "link": "https://animethemes.moe/video/OmishiMahouGekijou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "21", + "title": "One Piece", + "year": "90s", + "themes": [ + { + "name": "OP1 \"We Are!\" by Hiroshi Kitadani", + "link": "https://animethemes.moe/video/OnePiece-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP2 \"Believe\"", + "link": "https://animethemes.moe/video/OnePiece-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP2-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP3 \"Hikari E\"", + "link": "https://animethemes.moe/video/OnePiece-OP3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP3-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP4 \"Bon Voyage!\"", + "link": "https://animethemes.moe/video/OnePiece-OP4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP4-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP5 \"Kokoro no Chizu\"", + "link": "https://animethemes.moe/video/OnePiece-OP5.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP5-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP6 \"Brand New World\"", + "link": "https://animethemes.moe/video/OnePiece-OP6.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP6-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP7 \"We Are!\" by the Straw Hat Pirates", + "link": "https://animethemes.moe/video/OnePiece-OP7.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP7-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP8 \"Crazy Rainbow\"", + "link": "https://animethemes.moe/video/OnePiece-OP8.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP8-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP9 \"Jungle P\"", + "link": "https://animethemes.moe/video/OnePiece-OP9.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP9-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP10 \"We Are\" by TVXQ", + "link": "https://animethemes.moe/video/OnePiece-OP10.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP10-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP11 \"Share the World\"", + "link": "https://animethemes.moe/video/OnePiece-OP11.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP11-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP12 \"Kaze wo Sagashite\"", + "link": "https://animethemes.moe/video/OnePiece-OP12.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP12-NCDVD480.webm", + "type": "ending" + }, + { + "name": "OP13 \"One Day\"", + "link": "https://animethemes.moe/video/OnePiece-OP13.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP13-NCBD.webm", + "type": "ending" + }, + { + "name": "OP14 \"Fight Together\"", + "link": "https://animethemes.moe/video/OnePiece-OP14.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP14-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP15 \"We go!\"", + "link": "https://animethemes.moe/video/OnePiece-OP15.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-OP15-NCBD.webm", + "type": "ending" + }, + { + "name": "OP16 \"Hands Up!\"", + "link": "https://animethemes.moe/video/OnePiece-OP16.webm", + "type": "opening" + }, + { + "name": "OP17 \"Wake up!\"", + "link": "https://animethemes.moe/video/OnePiece-OP17.webm", + "type": "opening" + }, + { + "name": "OP18 \"Hard Knock Days\"", + "link": "https://animethemes.moe/video/OnePiece-OP18.webm", + "type": "opening" + }, + { + "name": "OP19 \"We Can!\"", + "link": "https://animethemes.moe/video/OnePiece-OP19.webm", + "type": "opening" + }, + { + "name": "OP20 \"Hope\"", + "link": "https://animethemes.moe/video/OnePiece-OP20.webm", + "type": "opening" + }, + { + "name": "OP21 \"Super Powers\"", + "link": "https://animethemes.moe/video/OnePiece-OP21.webm", + "type": "opening" + }, + { + "name": "OP22 \"OVER THE TOP\"", + "link": "https://animethemes.moe/video/OnePiece-OP22.webm", + "type": "opening" + }, + { + "name": "OP23 \"DREAMIN' ON\"", + "link": "https://animethemes.moe/video/OnePiece-OP23.webm", + "type": "opening" + }, + { + "name": "ED1 \"memories\"", + "link": "https://animethemes.moe/video/OnePiece-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-ED1-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED2 \"RUN! RUN! RUN!\"", + "link": "https://animethemes.moe/video/OnePiece-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-ED2-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED3 \"Watashi ga iru Yo\"", + "link": "https://animethemes.moe/video/OnePiece-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-ED3-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED4 \"Souchinosuke\"", + "link": "https://animethemes.moe/video/OnePiece-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-ED4-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED5 \"BEFORE DAWN\"", + "link": "https://animethemes.moe/video/OnePiece-ED5.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-ED5-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED6 \"fish\"", + "link": "https://animethemes.moe/video/OnePiece-ED6.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-ED6-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED7 \"GLORY -Kimi ga iru Kara-\"", + "link": "https://animethemes.moe/video/OnePiece-ED7.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-ED7-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED8 \"Shining ray\"", + "link": "https://animethemes.moe/video/OnePiece-ED8.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/OnePiece-ED8-NCDVD480.webm", + "type": "ending" + }, + { + "name": "ED9 \"Family\"", + "link": "https://animethemes.moe/video/OnePiece-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Free Will\"", + "link": "https://animethemes.moe/video/OnePiece-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"FAITH\"", + "link": "https://animethemes.moe/video/OnePiece-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"A to Z ~One Piece Edition~\"", + "link": "https://animethemes.moe/video/OnePiece-ED12.webm", + "type": "ending" + }, + { + "name": "ED13 \"Tsuki to Taiyou\"", + "link": "https://animethemes.moe/video/OnePiece-ED13.webm", + "type": "ending" + }, + { + "name": "ED14 \"DREAMSHIP\"", + "link": "https://animethemes.moe/video/OnePiece-ED14.webm", + "type": "ending" + }, + { + "name": "ED15 \"Mirai Koukai\"", + "link": "https://animethemes.moe/video/OnePiece-ED15.webm", + "type": "ending" + }, + { + "name": "ED16 \"Eternal Pose\"", + "link": "https://animethemes.moe/video/OnePiece-ED16.webm", + "type": "ending" + }, + { + "name": "ED17 \"Dear friends\"", + "link": "https://animethemes.moe/video/OnePiece-ED17.webm", + "type": "ending" + }, + { + "name": "ED18 \"Asu wa Kurukara\"", + "link": "https://animethemes.moe/video/OnePiece-ED18.webm", + "type": "ending" + }, + { + "name": "ED19 \"ADVENTURE WORLD\"", + "link": "https://animethemes.moe/video/OnePiece-ED19.webm", + "type": "ending" + }, + { + "name": "ED20 \"One Day\"", + "link": "https://animethemes.moe/video/OnePiece-ED20.webm", + "type": "ending" + }, + { + "name": "ED21 \"We go!\"", + "link": "https://animethemes.moe/video/OnePiece-ED21.webm", + "type": "ending" + } + ] + }, + { + "id": "795", + "title": "Oniisama e...", + "year": "90s", + "themes": [ + { + "name": "OP \"Kin no Utsuwa, Gin no Utsuwa\"", + "link": "https://animethemes.moe/video/OniisamaE-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimagure na Yousei\"", + "link": "https://animethemes.moe/video/OniisamaE-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5440", + "title": "Ougon Yuusha Goldran", + "year": "90s", + "themes": [ + { + "name": "OP \"Bokura no Adventure\"", + "link": "https://animethemes.moe/video/OugonYuushaGoldran-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kiraku ni Ikou!\"", + "type": "ending" + } + ] + }, + { + "id": "437", + "title": "Perfect Blue", + "year": "90s", + "themes": [ + { + "name": "ED \"Season\"", + "link": "https://animethemes.moe/video/PerfectBlue-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "527", + "title": "Pokemon", + "year": "90s", + "themes": [ + { + "name": "OP1 V1 \"Mezase Pokemon Master\" by Rica Matsumoto", + "link": "https://animethemes.moe/video/Pokemon-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Mezase Pokemon Master\" by Rica Matsumoto", + "link": "https://animethemes.moe/video/Pokemon-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Rival!\"", + "link": "https://animethemes.moe/video/Pokemon-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"OK!\"", + "link": "https://animethemes.moe/video/Pokemon-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Mezase Pokemon Master\" by Whiteberry", + "link": "https://animethemes.moe/video/Pokemon-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Ready, Go!\"", + "link": "https://animethemes.moe/video/Pokemon-OP5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hyaku Gojuu Ichi\"", + "link": "https://animethemes.moe/video/Pokemon-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Nyaasu no Uta\"", + "link": "https://animethemes.moe/video/Pokemon-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Pocket ni Fantasy\"", + "link": "https://animethemes.moe/video/Pokemon-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Pokemon Ondo\"", + "link": "https://animethemes.moe/video/Pokemon-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Type: Wild\"", + "link": "https://animethemes.moe/video/Pokemon-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Lapras ni Notte\"", + "link": "https://animethemes.moe/video/Pokemon-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Nyaasu no Party\"", + "link": "https://animethemes.moe/video/Pokemon-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 V1 \"Pokemon Hara Hara Relay\"", + "link": "https://animethemes.moe/video/Pokemon-ED8.webm", + "type": "ending" + }, + { + "name": "ED8 V2 \"Pokemon Hara Hara Relay\"", + "link": "https://animethemes.moe/video/Pokemon-ED8v2.webm", + "type": "ending" + }, + { + "name": "ED9 \"Takeshi no Paradaisu\"", + "link": "https://animethemes.moe/video/Pokemon-ED9.webm", + "type": "ending" + }, + { + "name": "ED10 \"Boku no Best Friend e\"", + "link": "https://animethemes.moe/video/Pokemon-ED10.webm", + "type": "ending" + }, + { + "name": "ED11 \"Maemuki Roketto-Dan\"", + "link": "https://animethemes.moe/video/Pokemon-ED11.webm", + "type": "ending" + }, + { + "name": "ED12 \"Poketaari Monsutaari\"", + "link": "https://animethemes.moe/video/Pokemon-ED12.webm", + "type": "ending" + } + ] + }, + { + "id": "1007", + "title": "Ranma ½ OVA", + "year": "90s", + "themes": [ + { + "name": "OP \"Love! Panic\"", + "link": "https://animethemes.moe/video/RanmaOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ranma to Akane no Ballad\"", + "type": "ending" + } + ] + }, + { + "id": "1954", + "title": "Rayearth", + "year": "90s", + "themes": [ + { + "name": "ED \"All You Need is Love\"", + "link": "https://animethemes.moe/video/RayearthOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "238", + "title": "Rekka no Honoo", + "year": "90s", + "themes": [ + { + "name": "OP \"Nanka Shiawase\"", + "link": "https://animethemes.moe/video/RekkaNoHonoo-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Love is Changing\"", + "link": "https://animethemes.moe/video/RekkaNoHonoo-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Zutto Kimi ni Soba de\"", + "link": "https://animethemes.moe/video/RekkaNoHonoo-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2543", + "title": "Robin Hood no Daibouken", + "year": "90s", + "themes": [ + { + "name": "OP \"Wood Walker\"", + "link": "https://animethemes.moe/video/RobinHoodNoDaibouken-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hoshizora no Labyrinth\"", + "type": "ending" + } + ] + }, + { + "id": "2559", + "title": "Romeo no Aoi Sora", + "year": "90s", + "themes": [ + { + "name": "OP \"Sora e...\"", + "link": "https://animethemes.moe/video/RomeoNoAoiSora-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Si Si Ciao -Romana no Oka de-\"", + "link": "https://animethemes.moe/video/RomeoNoAoiSora-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9061", + "title": "RPG Densetsu Hepoi", + "year": "90s", + "themes": [ + { + "name": "OP \"Come On! Hepoi\"", + "link": "https://animethemes.moe/video/RPGDensetsuHepoi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dynamite Cat\"", + "link": "https://animethemes.moe/video/RPGDensetsuHepoi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "45", + "title": "Rurouni Kenshin: Meiji Kenkaku Romantan", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Sobakasu\"", + "link": "https://animethemes.moe/video/RurouniKenshin-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"½\"", + "link": "https://animethemes.moe/video/RurouniKenshin-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Kimi ni Fureru Dake de\"", + "link": "https://animethemes.moe/video/RurouniKenshin-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Tactics\"", + "link": "https://animethemes.moe/video/RurouniKenshin-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Namida wa Shitteiru\"", + "link": "https://animethemes.moe/video/RurouniKenshin-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"HEART OF SWORD ~Yoake Mae~\"", + "link": "https://animethemes.moe/video/RurouniKenshin-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"the Fourth Avenue Café\"", + "link": "https://animethemes.moe/video/RurouniKenshin-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"It's gonna rain!\"", + "link": "https://animethemes.moe/video/RurouniKenshin-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"1/3 no Junjou na Kanjou\"", + "link": "https://animethemes.moe/video/RurouniKenshin-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Dame!\"", + "link": "https://animethemes.moe/video/RurouniKenshin-ED7.webm", + "type": "ending" + } + ] + }, + { + "id": "1231", + "title": "Saber Marionette J to X", + "year": "90s", + "themes": [ + { + "name": "OP \"Proof of Myself\"", + "link": "https://animethemes.moe/video/SaberMarionetteJToX-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Lively Motion\"", + "link": "https://animethemes.moe/video/SaberMarionetteJToX-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kaze to Sora wo Koete\"", + "type": "ending" + }, + { + "name": "ED3 \"Issho ni\"", + "type": "ending" + } + ] + }, + { + "id": "400", + "title": "Seihou Bukyou Outlaw Star", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Through the Night\"", + "link": "https://animethemes.moe/video/OutlawStar-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Through the Night\"", + "link": "https://animethemes.moe/video/OutlawStar-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hiru no Tsuki\"", + "link": "https://animethemes.moe/video/OutlawStar-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsuki no Ie\"", + "link": "https://animethemes.moe/video/OutlawStar-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "290", + "title": "Seikai no Monshou", + "year": "90s", + "themes": [ + { + "name": "OP \"Opening Theme\"", + "link": "https://animethemes.moe/video/SeikaiNoMonshou-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ushinawareta Aozora\"", + "link": "https://animethemes.moe/video/SeikaiNoMonshou-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ushinawareta Aozora\"", + "link": "https://animethemes.moe/video/SeikaiNoMonshou-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "1108", + "title": "Senkaiden Houshin Engi", + "year": "90s", + "themes": [ + { + "name": "OP \"WILL\"", + "link": "https://animethemes.moe/video/SenkaidenHoushinEngi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"FRIENDS\"", + "link": "https://animethemes.moe/video/SenkaidenHoushinEngi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "339", + "title": "Serial Experiments Lain", + "year": "90s", + "themes": [ + { + "name": "OP \"Duvet\"", + "link": "https://animethemes.moe/video/SerialExperimentsLain-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tooi Sakebi\"", + "link": "https://animethemes.moe/video/SerialExperimentsLain-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "440", + "title": "Shoujo Kakumei Utena", + "year": "90s", + "themes": [ + { + "name": "OP \"Rinbu Revolution\"", + "link": "https://animethemes.moe/video/ShoujoKakumeiUtena-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Truth\"", + "link": "https://animethemes.moe/video/ShoujoKakumeiUtena-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Virtual Star Hasseigaku\"", + "link": "https://animethemes.moe/video/ShoujoKakumeiUtena-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Virtual Star Hasseigaku\"", + "link": "https://animethemes.moe/video/ShoujoKakumeiUtena-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Rose & release\"", + "link": "https://animethemes.moe/video/ShoujoKakumeiUtena-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "1517", + "title": "Silent Möbius", + "year": "90s", + "themes": [ + { + "name": "OP \"Kindan No Pensée\"", + "link": "https://animethemes.moe/video/SilentMobius-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Silently\"", + "link": "https://animethemes.moe/video/SilentMobius-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"'Till The End Of Time\"", + "type": "ending" + } + ] + }, + { + "id": "170", + "title": "Slam Dunk", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Kimi ga Suki da to Sakebitai\"", + "link": "https://animethemes.moe/video/SlamDunk-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Zettai ni Daremo\"", + "link": "https://animethemes.moe/video/SlamDunk-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Anata Dake Mitsumete'ru\"", + "link": "https://animethemes.moe/video/SlamDunk-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sekai ga Owaru Made Wa\"", + "link": "https://animethemes.moe/video/SlamDunk-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kirameku Toki ni Torawarete\"", + "link": "https://animethemes.moe/video/SlamDunk-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"My Friend\"", + "link": "https://animethemes.moe/video/SlamDunk-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "534", + "title": "Slayers", + "year": "90s", + "themes": [ + { + "name": "OP \"Get along\"", + "link": "https://animethemes.moe/video/Slayers-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"KUJIKENAIKARA!\"", + "link": "https://animethemes.moe/video/Slayers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "535", + "title": "Slayers Next", + "year": "90s", + "themes": [ + { + "name": "OP \"Give A Reason\"", + "link": "https://animethemes.moe/video/SlayersNext-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Jama wa Sasenai\"", + "link": "https://animethemes.moe/video/SlayersNext-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1172", + "title": "Slayers Try", + "year": "90s", + "themes": [ + { + "name": "OP \"Breeze\"", + "link": "https://animethemes.moe/video/SlayersTry-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"don't be discouraged\"", + "link": "https://animethemes.moe/video/SlayersTry-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"somewhere\"", + "type": "ending" + } + ] + }, + { + "id": "2263", + "title": "Sonic★the★Hedgehog", + "year": "90s", + "themes": [ + { + "name": "ED \"Look-a-Like\"", + "link": "https://animethemes.moe/video/SonicTheHedgehog-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1577", + "title": "Taiho Shichau zo", + "year": "90s", + "themes": [ + { + "name": "OP \"100mph no Yuuki\"", + "link": "https://animethemes.moe/video/TaihoShichauZo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Arittake no Joonetsu de\"", + "link": "https://animethemes.moe/video/TaihoShichauZo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1372", + "title": "Taiho Shichau zo (TV)", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Boku de Aru Tame ni\"", + "link": "https://animethemes.moe/video/TaihoShichauZoTV-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"LOVE SOMEBODY\"", + "link": "https://animethemes.moe/video/TaihoShichauZoTV-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Thank you, love\"", + "link": "https://animethemes.moe/video/TaihoShichauZoTV-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sora wo Miagete\"", + "link": "https://animethemes.moe/video/TaihoShichauZoTV-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "4532", + "title": "Taiyou no Yuusha Fighbird", + "year": "90s", + "themes": [ + { + "name": "OP \"Taiyou no Tsubasa\"", + "link": "https://animethemes.moe/video/TaiyouNoYuushaFighbird-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mitsumeteitai\"", + "type": "ending" + } + ] + }, + { + "id": "773", + "title": "Tenamonya Voyagers", + "year": "90s", + "themes": [ + { + "name": "OP \"Geba Geba March\"", + "link": "https://animethemes.moe/video/TenamonyaVoyagers-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dare ka ga Kaze no Naka de\"", + "link": "https://animethemes.moe/video/TenamonyaVoyagers-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "696", + "title": "Tenchi Muyou!", + "year": "90s", + "themes": [ + { + "name": "OP \"Tenchi Muyo!\"", + "link": "https://animethemes.moe/video/TenchiMuyou-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Ginga de Chokuritsu Hokou\" by Ai Orikasa", + "link": "https://animethemes.moe/video/TenchiMuyou-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Ginga de Chokuritsu Hokou\" by Ai Orikasa", + "link": "https://animethemes.moe/video/TenchiMuyou-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ginga de Chokuritsu Hokou\" by Yumi Takada", + "link": "https://animethemes.moe/video/TenchiMuyou-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "182", + "title": "Tenkuu no Escaflowne", + "year": "90s", + "themes": [ + { + "name": "OP \"Yakusoku wa Iranai\"", + "link": "https://animethemes.moe/video/TenkuuNoEscaflowne-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Mystic Eyes\"", + "link": "https://animethemes.moe/video/TenkuuNoEscaflowne-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Mystic Eyes\"", + "link": "https://animethemes.moe/video/TenkuuNoEscaflowne-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "567", + "title": "The Big O", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Big-O!\"", + "link": "https://animethemes.moe/video/TheBigO-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Respect\"", + "link": "https://animethemes.moe/video/TheBigO-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"And Forever...\"", + "link": "https://animethemes.moe/video/TheBigO-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6038", + "title": "Transformers Zone", + "year": "90s", + "themes": [ + { + "name": "OP \"Transformers Zone Theme\"", + "link": "https://animethemes.moe/video/TransformersZone-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ashita no Kimi e\"", + "link": "https://animethemes.moe/video/TransformersZone-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6", + "title": "Trigun", + "year": "90s", + "themes": [ + { + "name": "OP \"H.T.\"", + "link": "https://animethemes.moe/video/Trigun-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kaze wa Mirai ni Fuku\"", + "link": "https://animethemes.moe/video/Trigun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "95", + "title": "Turn A Gundam", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Turn A Turn\"", + "link": "https://animethemes.moe/video/TurnAGundam-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Century Color\"", + "link": "https://animethemes.moe/video/TurnAGundam-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"AURA\"", + "link": "https://animethemes.moe/video/TurnAGundam-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsuki no Mayu\"", + "link": "https://animethemes.moe/video/TurnAGundam-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kagiri naki Tabiji\"", + "link": "https://animethemes.moe/video/TurnAGundam-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "1459", + "title": "Uchuu no Kishi Tekkaman Blade", + "year": "90s", + "themes": [ + { + "name": "OP1 \"Reason\"", + "link": "https://animethemes.moe/video/UchuuNoKishiTekkamanBlade-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Eternally Lonely\"", + "link": "https://animethemes.moe/video/UchuuNoKishiTekkamanBlade-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Energy of Love\"", + "link": "https://animethemes.moe/video/UchuuNoKishiTekkamanBlade-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Lonely Heart\"", + "link": "https://animethemes.moe/video/UchuuNoKishiTekkamanBlade-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "201", + "title": "Video Girl Ai", + "year": "90s", + "themes": [ + { + "name": "OP \"Ureshii Namida\"", + "link": "https://animethemes.moe/video/VideoGirlAi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ano Hi Ni\"", + "link": "https://animethemes.moe/video/VideoGirlAi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "975", + "title": "Yokohama Kaidashi Kikou", + "year": "90s", + "themes": [ + { + "name": "OP \"Cafe Alpha\"", + "link": "https://animethemes.moe/video/YokohamaKaidashiKikou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Closing Time\"", + "link": "https://animethemes.moe/video/YokohamaKaidashiKikou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "550", + "title": "Yu☆Gi☆Oh!", + "year": "90s", + "themes": [ + { + "name": "OP \"Kawaita Sakebi\"", + "link": "https://animethemes.moe/video/YGO-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ashita Moshi Kimi ga Kowaretemo\"", + "link": "https://animethemes.moe/video/YGO-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2006", + "title": "Yu☆Gi☆Oh! (Movie)", + "year": "90s", + "themes": [ + { + "name": "OP \"Kawaita Sakebi\"", + "link": "https://animethemes.moe/video/YGO1999-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ashita Moshi Kimi ga Kowaretemo\"", + "link": "https://animethemes.moe/video/YGO1999-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4651", + "title": "Yume no Crayon Oukoku", + "year": "90s", + "themes": [ + { + "name": "OP \"N-paka March\"", + "link": "https://animethemes.moe/video/YumeNoCrayonOukoku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ari no Mama ni\"", + "link": "https://animethemes.moe/video/YumeNoCrayonOukoku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "392", + "title": "Yuu☆Yuu☆Hakusho", + "year": "90s", + "themes": [ + { + "name": "OP \"Hohoemi no Bakudan\"", + "link": "https://animethemes.moe/video/YuuYuuHakusho-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Homework ga Owaranai\"", + "link": "https://animethemes.moe/video/YuuYuuHakusho-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sayonara bye bye\"", + "link": "https://animethemes.moe/video/YuuYuuHakusho-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Unbalance na Kiss wo Shite\"", + "link": "https://animethemes.moe/video/YuuYuuHakusho-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Taiyou ga Mata Kagayaku Toki\"", + "link": "https://animethemes.moe/video/YuuYuuHakusho-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Daydream Generation\"", + "link": "https://animethemes.moe/video/YuuYuuHakusho-ED5.webm", + "type": "ending" + } + ] + }, + { + "id": "3325", + "title": "Yuusha Exkaiser", + "year": "90s", + "themes": [ + { + "name": "OP \"Gatherway\"", + "link": "https://animethemes.moe/video/YuushaExkaiser-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kore Kara no Anata e\"", + "type": "ending" + } + ] + }, + { + "id": "5075", + "title": "Yuusha Keisatsu J-Decker", + "year": "90s", + "themes": [ + { + "name": "OP \"Heart to Heart\" by Tsuru Yoshio", + "link": "https://animethemes.moe/video/YuushaKeisatsuJDecker-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Egao wa Kimi no Wasuremono\"", + "type": "ending" + }, + { + "name": "ED2 \"Heart to Heart\" by Ayako", + "type": "ending" + } + ] + }, + { + "id": "890", + "title": "Yuusha-Ou GaoGaiGar", + "year": "90s", + "themes": [ + { + "name": "OP \"Yuusha Ou Tanjou!\"", + "link": "https://animethemes.moe/video/GaoGaiGar-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Itsuka houshi no umi de\"", + "link": "https://animethemes.moe/video/GaoGaiGar-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3486", + "title": "Yuusha Tokkyuu Might Gaine", + "year": "90s", + "themes": [ + { + "name": "OP \"Arashi no Yuusha\"", + "link": "https://animethemes.moe/video/YuushaTokkyuuMightGaine-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kiken na Gold\"", + "type": "ending" + }, + { + "name": "ED2 \"Black Diamond\"", + "type": "ending" + }, + { + "name": "ED3 \"Arashi no Yuusha (Hero) -piano-\"", + "type": "ending" + } + ] + }, + { + "id": "1897", + "title": "Zettai Muteki Raijin-Oh", + "year": "90s", + "themes": [ + { + "name": "OP \"Dream Shift\"", + "link": "https://animethemes.moe/video/ZettaiMutekiRaijinOh-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chikyuu Bouei Gumi Ouenka\"", + "link": "https://animethemes.moe/video/ZettaiMutekiRaijinOh-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "763", + "title": "Zoids", + "year": "90s", + "themes": [ + { + "name": "OP V1 \"Wild Flowers\"", + "link": "https://animethemes.moe/video/Zoids-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Wild Flowers\"", + "link": "https://animethemes.moe/video/Zoids-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Wild Flowers\"", + "link": "https://animethemes.moe/video/Zoids-OP1v3.webm", + "type": "opening" + }, + { + "name": "OP V4 \"Wild Flowers\"", + "link": "https://animethemes.moe/video/Zoids-OP1v4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Song for...\"", + "link": "https://animethemes.moe/video/Zoids-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Chase\"", + "link": "https://animethemes.moe/video/Zoids-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Chase\"", + "link": "https://animethemes.moe/video/Zoids-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Into Yourself\"", + "link": "https://animethemes.moe/video/Zoids-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Your Song\"", + "link": "https://animethemes.moe/video/Zoids-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "2467", + "title": "3 Choume no Tama: Uchi no Tama Shirimasen ka?", + "year": "80s", + "themes": [ + { + "name": "OP \"Genki da Shite yo\"", + "link": "https://animethemes.moe/video/3ChoumeNoTama-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mitsu Ami Hippatte\"", + "link": "https://animethemes.moe/video/3ChoumeNoTama-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2688", + "title": "Akai Koudan Zillion", + "year": "80s", + "themes": [ + { + "name": "OP \"Pure Stone\"", + "link": "https://animethemes.moe/video/AkaiKoudanZillion-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AkaiKoudanZillion-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Push!\"", + "link": "https://animethemes.moe/video/AkaiKoudanZillion-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AkaiKoudanZillion-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rock Candy\"", + "link": "https://animethemes.moe/video/AkaiKoudanZillion-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AkaiKoudanZillion-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "3079", + "title": "Aoki Ryuusei SPT Layzner", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Melos no You ni —Lonely Way—\"", + "link": "https://animethemes.moe/video/AokiRyuuseiSPTLayzner-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Melos no You ni —Lonely Way—\"", + "link": "https://animethemes.moe/video/AokiRyuuseiSPTLayzner-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Go-Fun Dake no Wagamama\"", + "link": "https://animethemes.moe/video/AokiRyuuseiSPTLayzner-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"La Rose Rouge\"", + "link": "https://animethemes.moe/video/AokiRyuuseiSPTLayzner-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5755", + "title": "Aoki Ryuusei SPT Layzner OVA", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Melos no You ni —Lonely Way—\"", + "link": "https://animethemes.moe/video/AokiRyuuseiSPTLayznerOVA-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Melos no You ni —Lonely Way—\"", + "link": "https://animethemes.moe/video/AokiRyuuseiSPTLayznerOVA-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Melos no You ni —Lonely Way—\"", + "link": "https://animethemes.moe/video/AokiRyuuseiSPTLayznerOVA-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Go-Fun Dake no Wagamama\"", + "link": "https://animethemes.moe/video/AokiRyuuseiSPTLayzner-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"La Rose Rouge\"", + "link": "https://animethemes.moe/video/AokiRyuuseiSPTLayzner-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1488", + "title": "Area 88", + "year": "80s", + "themes": [ + { + "name": "OP1 \"How Far to Paradise\"", + "link": "https://animethemes.moe/video/Area88-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kanashimi no Destiny\"", + "link": "https://animethemes.moe/video/Area88-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sabaku no Illusion\"", + "link": "https://animethemes.moe/video/Area88-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"So Long My Love\"", + "link": "https://animethemes.moe/video/Area88-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2921", + "title": "Ashita no Joe 2", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Kizudarake no Eikou\"", + "link": "https://animethemes.moe/video/AshitaNoJoe2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"MIDNIGHT BLUES\"", + "link": "https://animethemes.moe/video/AshitaNoJoe2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hateshinaki Yami no Kanata ni\" by Takeshi Obo", + "link": "https://animethemes.moe/video/AshitaNoJoe2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hateshinaki Yami no Kanata ni\" by Ichiro Araki", + "link": "https://animethemes.moe/video/AshitaNoJoe2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "929", + "title": "Aura Battler Dunbine", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Dunbine Tobu\"", + "link": "https://animethemes.moe/video/AuraBattlerDunbine-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Dunbine Tobu\"", + "link": "https://animethemes.moe/video/AuraBattlerDunbine-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Mieru Darou Byston Well\"", + "link": "https://animethemes.moe/video/AuraBattlerDunbine-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2116", + "title": "Captain Tsubasa", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Moete Hero\" by Hiroyuki Okita", + "link": "https://animethemes.moe/video/CaptainTsubasa-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Moete Hero\" by Takayuki Takemoto", + "link": "https://animethemes.moe/video/CaptainTsubasa-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Fuyu no Lion\" by Hiroyuki Okita", + "link": "https://animethemes.moe/video/CaptainTsubasa-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsubasa yo Hashire!\" by Captain Tsubasa Ouendan", + "link": "https://animethemes.moe/video/CaptainTsubasa-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Asu ni Mukatte Shoot\" by Youko Ogai", + "link": "https://animethemes.moe/video/CaptainTsubasa-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "2043", + "title": "Cat's Eye", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Cat's Eye\"", + "link": "https://animethemes.moe/video/CatsEye-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Derringer\"", + "link": "https://animethemes.moe/video/CatsEye-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Dancing with the sunshine\"", + "link": "https://animethemes.moe/video/CatsEye-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Dancing with the sunshine\"", + "link": "https://animethemes.moe/video/CatsEye-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hot Stuff\"", + "link": "https://animethemes.moe/video/CatsEye-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6636", + "title": "Chou Kousoku Galvion", + "year": "80s", + "themes": [ + { + "name": "OP \"Lonely Chaser\"", + "link": "https://animethemes.moe/video/ChouKousokuGalvion-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Memory Lullaby\"", + "link": "https://animethemes.moe/video/ChouKousokuGalvion-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4503", + "title": "Choujikuu Kidan Southern Cross", + "year": "80s", + "themes": [ + { + "name": "OP \"Hoshi no Deja Vu\"", + "link": "https://animethemes.moe/video/ChoujikuuKidanSouthernCross-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yakusoku\"", + "link": "https://animethemes.moe/video/ChoujikuuKidanSouthernCross-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2089", + "title": "Choujikuu Seiki Orguss", + "year": "80s", + "themes": [ + { + "name": "OP \"Hyouryuu: Sky Hurricane\"", + "link": "https://animethemes.moe/video/ChoujikuuSeikiOrguss-OP1.webm", + "type": "opening" + }, + { + "name": "OP \"Hyouryuu: Sky Hurricane\"", + "link": "https://animethemes.moe/video/ChoujikuuSeikiOrguss-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Kokoro wa Gypsy\"", + "link": "https://animethemes.moe/video/ChoujikuuSeikiOrguss-ED1.webm", + "type": "ending" + }, + { + "name": "ED \"Kokoro wa Gypsy\"", + "link": "https://animethemes.moe/video/ChoujikuuSeikiOrguss-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "2255", + "title": "Choujuu Kishin Dancougar", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Ai yo Faraway\"", + "link": "https://animethemes.moe/video/ChoujuuKishinDancougar-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Honto no Kiss wo Okaeshi ni\"", + "type": "opening" + }, + { + "name": "ED1 \"Burning Love\"", + "type": "ending" + }, + { + "name": "ED2 \"Shadowy Dream\"", + "type": "ending" + } + ] + }, + { + "id": "3035", + "title": "Chouon Senshi Borgman", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Don't Look Back\"", + "link": "https://animethemes.moe/video/ChouonSenshiBorgman-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yoru wo Buttobase!\"", + "link": "https://animethemes.moe/video/ChouonSenshiBorgman-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Forever\"", + "link": "https://animethemes.moe/video/ChouonSenshiBorgman-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tender\"", + "link": "https://animethemes.moe/video/ChouonSenshiBorgman-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1470", + "title": "City Hunter", + "year": "80s", + "themes": [ + { + "name": "OP1 \"CITY HUNTER ~Ai yo Kienaide~\"", + "link": "https://animethemes.moe/video/CityHunter-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Go Go Heaven\"", + "link": "https://animethemes.moe/video/CityHunter-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Get Wild\"", + "link": "https://animethemes.moe/video/CityHunter-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1471", + "title": "City Hunter 2", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Angel Night\"", + "link": "https://animethemes.moe/video/CityHunter2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Sara\"", + "link": "https://animethemes.moe/video/CityHunter2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Super Girl\"", + "link": "https://animethemes.moe/video/CityHunter2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Still Love Her\"", + "link": "https://animethemes.moe/video/CityHunter2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2748", + "title": "Dash! Kappei", + "year": "80s", + "themes": [ + { + "name": "OP \"Mitai Mono Mitai\"", + "link": "https://animethemes.moe/video/DashKappei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Seishun Dash!\"", + "link": "https://animethemes.moe/video/DashKappei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "930", + "title": "Densetsu Kyojin Ideon", + "year": "80s", + "themes": [ + { + "name": "OP \"Fukkatsu no Ideon\"", + "link": "https://animethemes.moe/video/DensetsuKyojinIdeon-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Cosmos ni Kimi to\"", + "link": "https://animethemes.moe/video/DensetsuKyojinIdeon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "424", + "title": "Dirty Pair", + "year": "80s", + "themes": [ + { + "name": "OP \"Ru-Ru-Ru-Russian Roulette\"", + "link": "https://animethemes.moe/video/DirtyPair-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Space Fantasy\"", + "link": "https://animethemes.moe/video/DirtyPair-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1794", + "title": "Dirty Pair no Ooshoubu: Nolandia no Nazo", + "year": "80s", + "themes": [ + { + "name": "ED \"Ai Everlasting\"", + "link": "https://animethemes.moe/video/DirtyPairNoOoshoubu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4200", + "title": "Dirty Pair OVA", + "year": "80s", + "themes": [ + { + "name": "OP \"BY YOURSELF\"", + "link": "https://animethemes.moe/video/DirtyPairOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aki kara no Summer Time\"", + "link": "https://animethemes.moe/video/DirtyPairOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1796", + "title": "Dirty Pair: The Movie", + "year": "80s", + "themes": [ + { + "name": "OP \"Safari Eyes\"", + "link": "https://animethemes.moe/video/DirtyPairMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"pas de deux\"", + "link": "https://animethemes.moe/video/DirtyPairMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1151", + "title": "Dominion", + "year": "80s", + "themes": [ + { + "name": "OP \"Cherry Moon de Odorasete\"", + "link": "https://animethemes.moe/video/Dominion-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hoshi no Orgel\"", + "link": "https://animethemes.moe/video/Dominion-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2222", + "title": "Dr. Slump: Arale-chan", + "year": "80s", + "themes": [ + { + "name": "OP1 V1 \"Waiwai World\"", + "link": "https://animethemes.moe/video/DrSlumpAraleChan-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Waiwai World\"", + "link": "https://animethemes.moe/video/DrSlumpAraleChan-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Waiwai Koushinkyoku\"", + "link": "https://animethemes.moe/video/DrSlumpAraleChan-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Ara Ara Arale-chan\"", + "link": "https://animethemes.moe/video/DrSlumpAraleChan-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Ara Ara Arale-chan\"", + "link": "https://animethemes.moe/video/DrSlumpAraleChan-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Arale-chan Ondo\"", + "link": "https://animethemes.moe/video/DrSlumpAraleChan-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Arale-chan Ondo\"", + "link": "https://animethemes.moe/video/DrSlumpAraleChan-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ichiban Hoshi Miitsuketa\"", + "link": "https://animethemes.moe/video/DrSlumpAraleChan-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Anata ni Shinjitsuichiro\"", + "link": "https://animethemes.moe/video/DrSlumpAraleChan-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "223", + "title": "Dragon Ball", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Makafushigi Adventure\"", + "link": "https://animethemes.moe/video/DragonBall-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Makafushigi Adventure\"", + "link": "https://animethemes.moe/video/DragonBall-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Romatikku Ageru Yo\"", + "link": "https://animethemes.moe/video/DragonBall-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Romatikku Ageru Yo\"", + "link": "https://animethemes.moe/video/DragonBall-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Romatikku Ageru Yo\"", + "link": "https://animethemes.moe/video/DragonBall-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Romatikku Ageru Yo\"", + "link": "https://animethemes.moe/video/DragonBall-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "813", + "title": "Dragon Ball Z", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Cha-La Head-Cha-La\"", + "link": "https://animethemes.moe/video/DragonBallZ-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DragonBallZ-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"We Gotta Power\"", + "link": "https://animethemes.moe/video/DragonBallZ-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dete Koi Tobikiri ZENKAI Power!\"", + "link": "https://animethemes.moe/video/DragonBallZ-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Boku-tachi wa Tenshi datta\"", + "link": "https://animethemes.moe/video/DragonBallZ-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7307", + "title": "Gegege no Kitarou", + "year": "80s", + "themes": [ + { + "name": "OP \"Gegege no Kitaro\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou1985-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Obake ga Ikuzo~!\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou1985-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2196", + "title": "Genmu Senki Leda", + "year": "80s", + "themes": [ + { + "name": "OP \"Yukue-fumei no Heart-tachi\"", + "link": "https://animethemes.moe/video/GenmuSenkiLeda-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kaze to Bouquet no Serenade\"", + "link": "https://animethemes.moe/video/GenmuSenkiLeda-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "820", + "title": "Ginga Eiyuu Densetsu", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Skies of Love\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP2 \"I am waiting for you\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-OP2-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP3 \"Sea of the Stars\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-OP3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-OP3-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP4 \"Must Be Something\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-OP4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-OP4-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Hikari no Hashi wo koete\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tabidachi no Jyokyoku\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-ED2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kansou no Uta\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-ED3-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED4 \"Uchuu no Kakehashi\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-ED4-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "2987", + "title": "Ginga Hyouryuu Vifam", + "year": "80s", + "themes": [ + { + "name": "OP \"HELLO, VIFAM\"", + "link": "https://animethemes.moe/video/GingaHyouryuuVifam-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"NEVER GIVE UP\"", + "link": "https://animethemes.moe/video/GingaHyouryuuVifam-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "589", + "title": "Ginga Nagareboshi Gin", + "year": "80s", + "themes": [ + { + "name": "OP \"Nagareboshi Gin\"", + "link": "https://animethemes.moe/video/GingaNagareboshiGin-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"TOMORROW\"", + "link": "https://animethemes.moe/video/GingaNagareboshiGin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4242", + "title": "Ginga Reppuu Baxingar", + "year": "80s", + "themes": [ + { + "name": "OP \"Ginga Reppuu Baxinger\"", + "link": "https://animethemes.moe/video/GingaReppuuBaxingar-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Asteroid Blues\"", + "type": "ending" + } + ] + }, + { + "id": "4240", + "title": "Ginga Senpuu Braiger", + "year": "80s", + "themes": [ + { + "name": "OP \"Ginga Senpuu Braiger\"", + "link": "https://animethemes.moe/video/GingaSenpuuBraiger-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sasurai Kid\"", + "type": "ending" + }, + { + "name": "ED2 \"Abayo Fly Bye\"", + "type": "ending" + } + ] + }, + { + "id": "4244", + "title": "Ginga Shippuu Sasuraiger", + "year": "80s", + "themes": [ + { + "name": "OP \"Ginga Shippuu Sasuraiger\"", + "link": "https://animethemes.moe/video/GingaShippuuSasuraiger-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Happy Song\"", + "type": "ending" + } + ] + }, + { + "id": "506", + "title": "Glass no Kamen", + "year": "80s", + "themes": [ + { + "name": "OP \"Glass no Kamen\"", + "link": "https://animethemes.moe/video/GlassNoKamen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Purple Light\"", + "link": "https://animethemes.moe/video/GlassNoKamen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4639", + "title": "Gosenzo-sama Banbanzai!", + "year": "80s", + "themes": [ + { + "name": "OP \"Gosenzo-sama Banbanzai!\"", + "link": "https://animethemes.moe/video/GosenzoSamaBanbanzai-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "3022", + "title": "Haai Step Jun", + "year": "80s", + "themes": [ + { + "name": "OP \"Binkan! Mechanic\"", + "link": "https://animethemes.moe/video/HaaiStepJun-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Rival 360 Do ~Renai Hatten Kanou Sei 0~\"", + "link": "https://animethemes.moe/video/HaaiStepJun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "498", + "title": "Haja Taisei Dangaiou", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Cross Fight\"", + "link": "https://animethemes.moe/video/HajaTaiseiDangaiou-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Cheap Thrills\"", + "link": "https://animethemes.moe/video/HajaTaiseiDangaiou-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kokoro no Honesty\"", + "link": "https://animethemes.moe/video/HajaTaiseiDangaiou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Who's Gonna Win\"", + "link": "https://animethemes.moe/video/HajaTaiseiDangaiou-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "967", + "title": "Hokuto no Ken", + "year": "80s", + "themes": [ + { + "name": "OP1 V1 \"Ai wo Torimodose!!\"", + "link": "https://animethemes.moe/video/HokutoNoKen-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Ai wo Torimodose!!\"", + "link": "https://animethemes.moe/video/HokutoNoKen-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Silent Survivor\"", + "link": "https://animethemes.moe/video/HokutoNoKen-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Yuria... Eien ni\"", + "link": "https://animethemes.moe/video/HokutoNoKen-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Yuria... Eien ni\"", + "link": "https://animethemes.moe/video/HokutoNoKen-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dry Your Tears\"", + "link": "https://animethemes.moe/video/HokutoNoKen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1356", + "title": "Hokuto no Ken 2", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Tough Boy\"", + "link": "https://animethemes.moe/video/HokutoNoKen2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Tough Boy\"", + "link": "https://animethemes.moe/video/HokutoNoKen2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Love Song\"", + "link": "https://animethemes.moe/video/HokutoNoKen2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yuria... Eien ni\"", + "link": "https://animethemes.moe/video/HokutoNoKen2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1448", + "title": "Hyakujuu-Ou GoLion", + "year": "80s", + "themes": [ + { + "name": "OP \"Toe! GoLion\"", + "link": "https://animethemes.moe/video/HyakujuuOuGoLion-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gonin De Hitotsu\"", + "type": "ending" + } + ] + }, + { + "id": "2938", + "title": "Idol Densetsu Eriko", + "year": "80s", + "themes": [ + { + "name": "OP \"Namida no Hanbun\"", + "link": "https://animethemes.moe/video/IdolDensetsuEriko-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Unchained Heart\"", + "link": "https://animethemes.moe/video/IdolDensetsuEriko-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"May be Dream\"", + "link": "https://animethemes.moe/video/IdolDensetsuEriko-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2598", + "title": "Juusenki L-Gaim", + "year": "80s", + "themes": [ + { + "name": "OP1 \"L-Gaim~ TIME FOR L-GAIM\"", + "link": "https://animethemes.moe/video/JuusenkiLGaim-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kaze no No Reply\"", + "link": "https://animethemes.moe/video/JuusenkiLGaim-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Starlight Shower\"", + "type": "ending" + } + ] + }, + { + "id": "4119", + "title": "Juushin Liger", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Ikari no Juushin\"", + "link": "https://animethemes.moe/video/JuushinLiger-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kiseki no Juushin\"", + "link": "https://animethemes.moe/video/JuushinLiger-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"The Fire\"", + "link": "https://animethemes.moe/video/JuushinLiger-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hangyaku no Senshi: Ryuu Dolk no Theme\"", + "link": "https://animethemes.moe/video/JuushinLiger-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5153", + "title": "Kikou Kai Galient", + "year": "80s", + "themes": [ + { + "name": "OP \"World Galient\"", + "link": "https://animethemes.moe/video/KikouKaiGalient-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sei no Ichibyou\"", + "link": "https://animethemes.moe/video/KikouKaiGalient-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3609", + "title": "Kikou Kantai Dairugger XV", + "year": "80s", + "themes": [ + { + "name": "OP \"Ginga no Seishun\"", + "link": "https://animethemes.moe/video/KikouKantaiDairuggerXV-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ai wo Tsutaeru Tabi\"", + "type": "ending" + } + ] + }, + { + "id": "2048", + "title": "Kikou Ryohei Mellowlink", + "year": "80s", + "themes": [ + { + "name": "OP \"Soldier Blue\"", + "link": "https://animethemes.moe/video/KikouRyoheiMellowlink-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Vanity\"", + "link": "https://animethemes.moe/video/KikouRyoheiMellowlink-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "865", + "title": "Kikou Senki Dragonar", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Yume-iro Chaser\"", + "link": "https://animethemes.moe/video/KikouSenkiDragonar-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Starlight Serenade\"", + "link": "https://animethemes.moe/video/KikouSenkiDragonar-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Illusion wo Sagashite\"", + "link": "https://animethemes.moe/video/KikouSenkiDragonar-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shiny Boy\"", + "link": "https://animethemes.moe/video/KikouSenkiDragonar-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3670", + "title": "Kikou Souseiki Mospeada", + "year": "80s", + "themes": [ + { + "name": "OP \"Ushinawareta Yume wo Motomete\"", + "link": "https://animethemes.moe/video/KikouSouseikiMospeada-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Blue Rain\"", + "link": "https://animethemes.moe/video/KikouSouseikiMospeada-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1087", + "title": "Kimagure Orange☆Road", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Night of summer side\"", + "link": "https://animethemes.moe/video/KimagureOrangeRoad-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Orange Mystery\"", + "link": "https://animethemes.moe/video/KimagureOrangeRoad-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Kagami no naka no actress\"", + "link": "https://animethemes.moe/video/KimagureOrangeRoad-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Natsu no mirage\"", + "link": "https://animethemes.moe/video/KimagureOrangeRoad-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sad Heart Burning\"", + "link": "https://animethemes.moe/video/KimagureOrangeRoad-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Dance in Memories\"", + "link": "https://animethemes.moe/video/KimagureOrangeRoad-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "3272", + "title": "Kinnikuman", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Kinnikuman Go Fight!\"", + "link": "https://animethemes.moe/video/Kinnikuman-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Honoo no Kinnikuman\"", + "type": "opening" + }, + { + "name": "OP3 \"Kinnikuman Senpuu\"", + "type": "opening" + }, + { + "name": "ED1 \"Niku 2x9 Rock 'n Roll\"", + "link": "https://animethemes.moe/video/Kinnikuman-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kinniku-Mambo\"", + "type": "ending" + }, + { + "name": "ED3 \"Kinnikuman Ondo\"", + "type": "ending" + }, + { + "name": "ED4 \"Kinnikuman Club\"", + "type": "ending" + } + ] + }, + { + "id": "6509", + "title": "Kiteretsu Daihyakka", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Oyome-san ni Natte Agenaizo\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Body dake Lady\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Yumemiru Jikan\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Hajimete no Chuu\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Suimin Busoku\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Oryouri Koushinkyoku\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-OP6.webm", + "type": "opening" + }, + { + "name": "ED1 \"Magical Boy Magical Heart\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Race no Cardigan\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Korosuke ROCK\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Felt no Pencase\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Merry wa Tada no Tomodachi\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Hajimete no Chuu\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"HAPPY BIRTHDAY\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Uwasa no Kiss\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-ED8.webm", + "type": "ending" + } + ] + }, + { + "id": "5891", + "title": "Kousoku Denjin Albegus", + "year": "80s", + "themes": [ + { + "name": "OP \"Kousoku Denjin Albegus\"", + "link": "https://animethemes.moe/video/KousokuDenjinAlbegus-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Wakasa no Formation\"", + "link": "https://animethemes.moe/video/KousokuDenjinAlbegus-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3327", + "title": "Kyoshin Gorg", + "year": "80s", + "themes": [ + { + "name": "OP \"Bright Eyes\"", + "link": "https://animethemes.moe/video/KyoshinGorg-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Believe in Me, Believe in You: Kimi o Shinjiteru\"", + "link": "https://animethemes.moe/video/KyoshinGorg-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6016", + "title": "Kyoushoku Soukou Guyver", + "year": "80s", + "themes": [ + { + "name": "OP \"Bio Boosted Armor Guyver\"", + "link": "https://animethemes.moe/video/KyoushokuSoukouGuyver1989-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Guidepost-Alien's Messiah\"", + "type": "ending" + } + ] + }, + { + "id": "1426", + "title": "Lupin III: Part III", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Sexy Adventure\"", + "link": "https://animethemes.moe/video/LupinIIIPartIII-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Sexy Adventure\"", + "link": "https://animethemes.moe/video/LupinIIIPartIII-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Fairy Night\"", + "link": "https://animethemes.moe/video/LupinIIIPartIII-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3676", + "title": "Machine Robo: Revenge of Chronos", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Machine Robo Honoo\"", + "link": "https://animethemes.moe/video/MachineRoboRevengeOfChronos-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Shouri no Machine Robo\"", + "link": "https://animethemes.moe/video/MachineRoboRevengeOfChronos-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Aoi Heart no Stranger\"", + "link": "https://animethemes.moe/video/MachineRoboRevengeOfChronos-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1088", + "title": "Macross", + "year": "80s", + "themes": [ + { + "name": "OP \"Macross\"", + "link": "https://animethemes.moe/video/Macross-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Runner\" by Makoto Fujiwara", + "link": "https://animethemes.moe/video/Macross-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Runner\" by Mari Iijima", + "type": "ending" + } + ] + }, + { + "id": "2818", + "title": "Madou King Granzort", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Hikari no Senshi-tachi\"", + "link": "https://animethemes.moe/video/MadouKingGranzort-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Hikari no Senshi-tachi\"", + "link": "https://animethemes.moe/video/MadouKingGranzort-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Horore chuchu parero\"", + "link": "https://animethemes.moe/video/MadouKingGranzort-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "518", + "title": "Mahou no Princess Minky Momo", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Love, Love, Minky Momo\"", + "link": "https://animethemes.moe/video/MinkyMomo-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Love, Love, Minky Momo\"", + "link": "https://animethemes.moe/video/MinkyMomo-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Love, Love, Minky Momo\"", + "link": "https://animethemes.moe/video/MinkyMomo-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Minky Suteki Doriminpa\"", + "link": "https://animethemes.moe/video/MinkyMomo-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Minky Suteki Doriminpa\"", + "link": "https://animethemes.moe/video/MinkyMomo-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "1453", + "title": "Maison Ikkoku", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Kanashimi yo Konnichiwa\"", + "link": "https://animethemes.moe/video/MaisonIkkoku-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Alone Again (Naturally)\"", + "link": "https://animethemes.moe/video/MaisonIkkoku-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Suki sa\"", + "link": "https://animethemes.moe/video/MaisonIkkoku-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Sunny Shining Morning\"", + "link": "https://animethemes.moe/video/MaisonIkkoku-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Hidamari\"", + "link": "https://animethemes.moe/video/MaisonIkkoku-OP5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ashita Hareru ka\"", + "link": "https://animethemes.moe/video/MaisonIkkoku-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ci · ne · ma\"", + "link": "https://animethemes.moe/video/MaisonIkkoku-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Get Down\"", + "link": "https://animethemes.moe/video/MaisonIkkoku-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Fantasy\"", + "link": "https://animethemes.moe/video/MaisonIkkoku-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Sayonara no Sobyou\"", + "link": "https://animethemes.moe/video/MaisonIkkoku-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Begin the Night\"", + "link": "https://animethemes.moe/video/MaisonIkkoku-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "3880", + "title": "Makyou Densetsu Acrobunch", + "year": "80s", + "themes": [ + { + "name": "OP \"Yume no Karyuudo\"", + "link": "https://animethemes.moe/video/MakyouDensetsuAcrobunch-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nagisa ni Hitori\"", + "type": "ending" + } + ] + }, + { + "id": "2223", + "title": "Maple Town Monogatari", + "year": "80s", + "themes": [ + { + "name": "OP \"Maple Town Monogatari\"", + "link": "https://animethemes.moe/video/MapleTownMonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Patty no Nichiyoubi\"", + "link": "https://animethemes.moe/video/MapleTownMonogatari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3837", + "title": "Mashin Eiyuuden Wataru", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Step\"", + "link": "https://animethemes.moe/video/MashinEiyuudenWataru-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Step\"", + "link": "https://animethemes.moe/video/MashinEiyuudenWataru-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Achiachi Adventure\"", + "link": "https://animethemes.moe/video/MashinEiyuudenWataru-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1972", + "title": "Meitantei Holmes", + "year": "80s", + "themes": [ + { + "name": "OP \"Sora kara Kobareta Story\"", + "link": "https://animethemes.moe/video/SherlockHound-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Thames-Kawa no Dance\"", + "link": "https://animethemes.moe/video/SherlockHound-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2933", + "title": "Mirai Keisatsu Urashiman", + "year": "80s", + "themes": [ + { + "name": "OP \"Midnight Submarine\"", + "link": "https://animethemes.moe/video/MiraiKeisatsuUrashiman-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dream City Neo Tokyo\"", + "link": "https://animethemes.moe/video/MiraiKeisatsuUrashiman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3437", + "title": "Mister Ajikko", + "year": "80s", + "themes": [ + { + "name": "OP \"Renaissance jounetsu\"", + "link": "https://animethemes.moe/video/MisterAjikko-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kokoro no Photograph\"", + "link": "https://animethemes.moe/video/MisterAjikko-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kokoro no Photograph\"", + "link": "https://animethemes.moe/video/MisterAjikko-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "324", + "title": "Mobile Police Patlabor", + "year": "80s", + "themes": [ + { + "name": "OP1 V1 \"Sono Mama no Kimi de Ite\"", + "link": "https://animethemes.moe/video/MobilePolicePatlabor-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Sono Mama no Kimi de Ite\"", + "link": "https://animethemes.moe/video/MobilePolicePatlabor-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Condition Green ~Kikyuuhasshin~\"", + "link": "https://animethemes.moe/video/MobilePolicePatlabor-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Midnight Blue\"", + "link": "https://animethemes.moe/video/MobilePolicePatlabor-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Midnight Blue\"", + "link": "https://animethemes.moe/video/MobilePolicePatlabor-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Paradise no Kakuritsu\"", + "link": "https://animethemes.moe/video/MobilePolicePatlabor-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1288", + "title": "Mobile Police Patlabor: Early Days", + "year": "80s", + "themes": [ + { + "name": "OP \"Mirai wa Lovers\"", + "link": "https://animethemes.moe/video/MobilePolicePatlaborEarlyDays-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "82", + "title": "Mobile Suit Gundam 0080: War in the Pocket", + "year": "80s", + "themes": [ + { + "name": "OP \"Itsuka Sora ni Todoite\"", + "link": "https://animethemes.moe/video/Gundam0080WarInThePocket-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Tooi Kioku\"", + "link": "https://animethemes.moe/video/Gundam0080WarInThePocket-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Tooi Kioku\"", + "link": "https://animethemes.moe/video/Gundam0080WarInThePocket-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "1090", + "title": "Mobile Suit Gundam I", + "year": "80s", + "themes": [ + { + "name": "ED \"Suna no Juujika\"", + "link": "https://animethemes.moe/video/GundamMovie1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1091", + "title": "Mobile Suit Gundam II: Soldiers of Sorrow", + "year": "80s", + "themes": [ + { + "name": "ED \"Ai Senshi\"", + "link": "https://animethemes.moe/video/GundamMovie2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1092", + "title": "Mobile Suit Gundam III: Encounters in Space", + "year": "80s", + "themes": [ + { + "name": "ED \"Meguriai\"", + "link": "https://animethemes.moe/video/GundamMovie3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "87", + "title": "Mobile Suit Gundam: Char's Counterattack", + "year": "80s", + "themes": [ + { + "name": "ED \"BEYOND THE TIME (Moebius no Sora wo Koete)\"", + "link": "https://animethemes.moe/video/GundamCharsCounterattack-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "86", + "title": "Mobile Suit Gundam ZZ", + "year": "80s", + "themes": [ + { + "name": "OP1 V1 \"Anime Ja Nai - Yume wo Wasureta Furui Chikyujin yo\"", + "link": "https://animethemes.moe/video/GundamZZ-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Anime Ja Nai - Yume wo Wasureta Furui Chikyujin yo\"", + "link": "https://animethemes.moe/video/GundamZZ-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Silent Voice\"", + "link": "https://animethemes.moe/video/GundamZZ-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamZZ-OP2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Jidai ga Naiteiru\"", + "link": "https://animethemes.moe/video/GundamZZ-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Issenman-Nen Ginga\"", + "link": "https://animethemes.moe/video/GundamZZ-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "85", + "title": "Mobile Suit Zeta Gundam", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Zeta - Toki wo Koete\"", + "link": "https://animethemes.moe/video/ZetaGundam-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Mizu no Hoshi e Ai wo Komete\"", + "link": "https://animethemes.moe/video/ZetaGundam-OP2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Hoshizora no Believe\"", + "link": "https://animethemes.moe/video/ZetaGundam-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hoshizora no Believe\"", + "link": "https://animethemes.moe/video/ZetaGundam-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "4536", + "title": "Muteki Robo Trider G7", + "year": "80s", + "themes": [ + { + "name": "OP \"Tryder G7\"", + "link": "https://animethemes.moe/video/MutekiRoboTriderG7-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ore Wa Shachou Da\"", + "type": "ending" + } + ] + }, + { + "id": "3059", + "title": "Ninja Senshi Tobikage", + "year": "80s", + "themes": [ + { + "name": "OP \"Love Survivor\"", + "link": "https://animethemes.moe/video/NinjaSenshiTobikage-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ichi Seikime no Angel\"", + "link": "https://animethemes.moe/video/NinjaSenshiTobikage-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8799", + "title": "Okawari-Boy Starzan-S", + "year": "80s", + "themes": [ + { + "name": "OP \"SHOW ME YOUR SPACE ~Kimi no Uchuu wo Misete~\"", + "link": "https://animethemes.moe/video/OkawariBoyStarzanS-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Koisuru Kimochi wa Doughnuts no Naka\"", + "link": "https://animethemes.moe/video/OkawariBoyStarzanS-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Salsa Paratopia\"", + "link": "https://animethemes.moe/video/OkawariBoyStarzanS-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7106", + "title": "Ougon Senshi Gold Lightan", + "year": "80s", + "themes": [ + { + "name": "OP \"Ougon Senshi Gold Lightan\"", + "link": "https://animethemes.moe/video/OugonSenshiGoldLightan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mechanical Dancing Fight\"", + "link": "https://animethemes.moe/video/OugonSenshiGoldLightan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16434", + "title": "Penguin's Memory: Shiawase Monogatari", + "year": "80s", + "themes": [ + { + "name": "ED \"Boy no Kisetsu\"", + "link": "https://animethemes.moe/video/PenguinsMemory-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1873", + "title": "Plawres Sanshirou", + "year": "80s", + "themes": [ + { + "name": "OP \"Yume Sousa P.M.P. 1\"", + "link": "https://animethemes.moe/video/PlawresSanshirou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Craft Love\"", + "link": "https://animethemes.moe/video/PlawresSanshirou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6428", + "title": "Psychoarmor Govarian", + "year": "80s", + "themes": [ + { + "name": "OP \"Kodoku no Tabiji ~Lonely Journey~\"", + "link": "https://animethemes.moe/video/PsychoarmorGovarian-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Lullaby\"", + "type": "ending" + } + ] + }, + { + "id": "210", + "title": "Ranma ½", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Jaja Uma ni Sasenai de\"", + "link": "https://animethemes.moe/video/Ranma-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Little ★ Date\"", + "link": "https://animethemes.moe/video/Ranma-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Omoide ga Ippai\"", + "link": "https://animethemes.moe/video/Ranma-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Zettai! Part 2\"", + "link": "https://animethemes.moe/video/Ranma-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Chikyuu Orchestra\"", + "link": "https://animethemes.moe/video/Ranma-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Mou Nakanaide\"", + "link": "https://animethemes.moe/video/Ranma-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"Love Seeker CAN'T STOP IT\"", + "link": "https://animethemes.moe/video/Ranma-OP7.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Platonic Tsuranuite\"", + "link": "https://animethemes.moe/video/Ranma-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Platonic Tsuranuite\"", + "link": "https://animethemes.moe/video/Ranma-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Equal Romance\"", + "link": "https://animethemes.moe/video/Ranma-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"〜Don't mind lay-lay Boy〜\"", + "link": "https://animethemes.moe/video/Ranma-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Lambada☆RANMA\"", + "link": "https://animethemes.moe/video/Ranma-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Present\"", + "link": "https://animethemes.moe/video/Ranma-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Friends\"", + "link": "https://animethemes.moe/video/Ranma-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Hinageshi\"", + "link": "https://animethemes.moe/video/Ranma-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"POSITIVE\"", + "link": "https://animethemes.moe/video/Ranma-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Niji to Taiyou no Oka\"", + "link": "https://animethemes.moe/video/Ranma-ED9.webm", + "type": "ending" + } + ] + }, + { + "id": "3399", + "title": "Rokushin Gattai GodMars", + "year": "80s", + "themes": [ + { + "name": "OP \"Uchuu no Ouja! GodMars\"", + "link": "https://animethemes.moe/video/RokushinGattaiGodMars-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ai no Kinjitou\"", + "type": "ending" + }, + { + "name": "ED2 \"17-sai no Densetsu\"", + "type": "ending" + } + ] + }, + { + "id": "4574", + "title": "Saikyou Robot Daioja", + "year": "80s", + "themes": [ + { + "name": "OP \"Saikyou Robot Daioja\"", + "link": "https://animethemes.moe/video/SaikyouRobotDaioja-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yokatta ne Uchuu\"", + "type": "ending" + } + ] + }, + { + "id": "1254", + "title": "Saint Seiya", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Pegasus Fantasy\"", + "link": "https://animethemes.moe/video/SaintSeiya-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Soldier Dream\"", + "link": "https://animethemes.moe/video/SaintSeiya-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Blue Forever\"", + "link": "https://animethemes.moe/video/SaintSeiya-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dream Traveler\"", + "link": "https://animethemes.moe/video/SaintSeiya-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2903", + "title": "Sakigake!! Otokojuku", + "year": "80s", + "themes": [ + { + "name": "OP \"Yogorechimatta Kanashimi ni...\"", + "link": "https://animethemes.moe/video/SakigakeOtokojuku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ikujidai Arimashite\"", + "link": "https://animethemes.moe/video/SakigakeOtokojuku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2361", + "title": "Sei Juushi Bismarck", + "year": "80s", + "themes": [ + { + "name": "OP \"Fushigi Call Me\"", + "link": "https://animethemes.moe/video/SeiJuushiBismarck-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yume Ginga\"", + "link": "https://animethemes.moe/video/SeiJuushiBismarck-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2510", + "title": "Sengoku Majin Goushougun", + "year": "80s", + "themes": [ + { + "name": "OP \"Goshougun Hasshin Se yo!\"", + "link": "https://animethemes.moe/video/SengokuMajinGoushougun-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"21Century ~Ginga wo Koete~\"", + "link": "https://animethemes.moe/video/SengokuMajinGoushougun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2254", + "title": "Sentou Mecha Xabungle", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Hayate Xabungle\"", + "link": "https://animethemes.moe/video/SentouMechaXabungle-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Hayate Xabungle\"", + "link": "https://animethemes.moe/video/SentouMechaXabungle-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Kawaita Daichi\"", + "link": "https://animethemes.moe/video/SentouMechaXabungle-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1548", + "title": "Shin Taketori Monogatari: 1000-nen Joou", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Cosmos Dream: Uchuu wo Kakeru Yume\"", + "link": "https://animethemes.moe/video/ShinTaketoriMonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Cosmos Dream: Uchuu wo Kakeru Yume\"", + "link": "https://animethemes.moe/video/ShinTaketoriMonogatari-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Mahoroba Densetsu\"", + "link": "https://animethemes.moe/video/ShinTaketoriMonogatari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2582", + "title": "Soukou Kihei Votoms", + "year": "80s", + "themes": [ + { + "name": "OP \"Honoo no Sadame\"", + "link": "https://animethemes.moe/video/SoukouKiheiVotoms-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Itsumo Anata Ga\"", + "link": "https://animethemes.moe/video/SoukouKiheiVotoms-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2451", + "title": "Space Cobra", + "year": "80s", + "themes": [ + { + "name": "OP \"Cobra\"", + "link": "https://animethemes.moe/video/SpaceCobra-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Secret Desire\"", + "link": "https://animethemes.moe/video/SpaceCobra-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2612", + "title": "Spoon Oba-san", + "year": "80s", + "themes": [ + { + "name": "OP \"Yume-iro no Spoon\"", + "link": "https://animethemes.moe/video/SpoonObaSan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ringo no Mori no Koneko-tachi\"", + "link": "https://animethemes.moe/video/SpoonObaSan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2257", + "title": "Taiyou no Kiba Dagram", + "year": "80s", + "themes": [ + { + "name": "OP \"Saraba Yasashiki Hibi yo\"", + "link": "https://animethemes.moe/video/TaiyouNoKibaDagram-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kaze no Yukue\"", + "type": "ending" + } + ] + }, + { + "id": "4427", + "title": "Tatakae!! Ramenman", + "year": "80s", + "themes": [ + { + "name": "OP \"Kagayake! Ramenman\"", + "link": "https://animethemes.moe/video/TatakaeRamenman-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kibou e no Tabi\"", + "link": "https://animethemes.moe/video/TatakaeRamenman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "513", + "title": "Tenkuu no Shiro Laputa", + "year": "80s", + "themes": [ + { + "name": "OP \"Sora kara Futtekita Shoujo\"", + "link": "https://animethemes.moe/video/TenkuuNoShiroLaputa-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi wo Nosete\"", + "type": "ending" + } + ] + }, + { + "id": "4853", + "title": "Tezuka Osamu no Don Dracula", + "year": "80s", + "themes": [ + { + "name": "OP \"Paradise Dracula\"", + "link": "https://animethemes.moe/video/DonDracula-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Otousan wa Kyuuketsuki\"", + "link": "https://animethemes.moe/video/DonDracula-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8011", + "title": "Time Bokan Series: Gyakuten Ippatsuman", + "year": "80s", + "themes": [ + { + "name": "OP \"Gyakuten Ippatsuman\"", + "link": "https://animethemes.moe/video/TimeBokanGyakutenIppatsuman-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shibibiin Rhapsody\"", + "link": "https://animethemes.moe/video/TimeBokanGyakutenIppatsuman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "949", + "title": "Top wo Nerae! Gunbuster", + "year": "80s", + "themes": [ + { + "name": "OP \"Active Heart\"", + "link": "https://animethemes.moe/video/Gunbuster-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Try Again...!\"", + "link": "https://animethemes.moe/video/Gunbuster-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Active Heart\"", + "link": "https://animethemes.moe/video/Gunbuster-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Toki no Kawa o Koete…\"", + "link": "https://animethemes.moe/video/Gunbuster-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "1065", + "title": "Touch", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Touch\"", + "link": "https://animethemes.moe/video/Touch-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ai ga Hitoribocchi\"", + "link": "https://animethemes.moe/video/Touch-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Che! Che! Che!\"", + "link": "https://animethemes.moe/video/Touch-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Hitoribocchi no Duet\"", + "link": "https://animethemes.moe/video/Touch-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Jounetsu Monogatari\"", + "link": "https://animethemes.moe/video/Touch-OP5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi ga Inakereba\"", + "link": "https://animethemes.moe/video/Touch-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Seishun (Youth)\"", + "link": "https://animethemes.moe/video/Touch-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yakusoku\"", + "link": "https://animethemes.moe/video/Touch-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kimi wo Tobashita Gogo\"", + "link": "https://animethemes.moe/video/Touch-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "924", + "title": "Transformers: Choujin Master Force", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Choujin Masterforce no Theme\"", + "link": "https://animethemes.moe/video/TransformersChoujinMasterForce-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Choujin Masterforce no Theme\"", + "link": "https://animethemes.moe/video/TransformersChoujinMasterForce-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Moero! Transformer\"", + "link": "https://animethemes.moe/video/TransformersChoujinMasterForce-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "925", + "title": "Transformers Headmasters", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"The Headmasters\"", + "link": "https://animethemes.moe/video/TransformersHeadmasters-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"The Headmasters\"", + "link": "https://animethemes.moe/video/TransformersHeadmasters-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi wa Transformer\"", + "link": "https://animethemes.moe/video/TransformersHeadmasters-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "926", + "title": "Transformers Victory", + "year": "80s", + "themes": [ + { + "name": "OP \"Transformers V (Victory)\"", + "link": "https://animethemes.moe/video/TransformersVictory-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Cybertron Banzai\"", + "link": "https://animethemes.moe/video/TransformersVictory-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1737", + "title": "Uchuu Senshi Baldios", + "year": "80s", + "themes": [ + { + "name": "OP \"Ashita ni Ikiro Baldios\"", + "link": "https://animethemes.moe/video/UchuuSenshiBaldios-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Marin, Inochi no Tabi\"", + "link": "https://animethemes.moe/video/UchuuSenshiBaldios-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4371", + "title": "Uchuu Senshi Baldios (Movie)", + "year": "80s", + "themes": [ + { + "name": "OP \"Sea Wind\"", + "link": "https://animethemes.moe/video/UchuuSenshiBaldiosMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sugao no Mama de\"", + "link": "https://animethemes.moe/video/UchuuSenshiBaldiosMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4183", + "title": "Uchuu Taitei God Sigma", + "year": "80s", + "themes": [ + { + "name": "OP \"Ganbare! Uchuu no Senshi\"", + "link": "https://animethemes.moe/video/UchuuTaiteiGodSigma-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Red Blue Yellow\"", + "type": "ending" + } + ] + }, + { + "id": "3317", + "title": "Uchuusen Sagittarius", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Stardust Boys\"", + "link": "https://animethemes.moe/video/UchuusenSagittarius-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Stardust Boys\"", + "link": "https://animethemes.moe/video/UchuusenSagittarius-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Yume Kounen\"", + "link": "https://animethemes.moe/video/UchuusenSagittarius-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1293", + "title": "Urusei Yatsura", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Lum no Love Song\"", + "link": "https://animethemes.moe/video/UruseiYatsura-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Dancing Star\"", + "link": "https://animethemes.moe/video/UruseiYatsura-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Pajama Jama da!\"", + "link": "https://animethemes.moe/video/UruseiYatsura-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Chance on Love\"", + "link": "https://animethemes.moe/video/UruseiYatsura-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Rock the Planet\"", + "link": "https://animethemes.moe/video/UruseiYatsura-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Tonogata Gomen Asobase\"", + "link": "https://animethemes.moe/video/UruseiYatsura-OP6.webm", + "type": "opening" + }, + { + "name": "ED1 \"Uchuu wa Taihen da!\"", + "link": "https://animethemes.moe/video/UruseiYatsura-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kokorobosoi na\"", + "link": "https://animethemes.moe/video/UruseiYatsura-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hoshizora Cycling\"", + "link": "https://animethemes.moe/video/UruseiYatsura-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"I, I, You and Ai\"", + "link": "https://animethemes.moe/video/UruseiYatsura-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Yume wa Love Me More\"", + "link": "https://animethemes.moe/video/UruseiYatsura-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Koi no Mobius\"", + "link": "https://animethemes.moe/video/UruseiYatsura-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Open Invitation\"", + "link": "https://animethemes.moe/video/UruseiYatsura-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Every Day\"", + "link": "https://animethemes.moe/video/UruseiYatsura-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Good Luck\"", + "link": "https://animethemes.moe/video/UruseiYatsura-ED9.webm", + "type": "ending" + } + ] + }, + { + "id": "544", + "title": "Venus Senki", + "year": "80s", + "themes": [ + { + "name": "ED \"Asu e no Kaze\"", + "link": "https://animethemes.moe/video/VenusSenki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6672", + "title": "Video Senshi Lezarion", + "year": "80s", + "themes": [ + { + "name": "OP \"Video Senshi Lezarion\"", + "link": "https://animethemes.moe/video/VideoSenshiLezarion-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Heartful Hotline\"", + "type": "ending" + } + ] + }, + { + "id": "691", + "title": "Yawara!", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Miracle Girl\"", + "link": "https://animethemes.moe/video/Yawara-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Rain-Kissed Bouquet…\"", + "link": "https://animethemes.moe/video/Yawara-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Girl Can't Lose\"", + "link": "https://animethemes.moe/video/Yawara-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"YOU AND I\"", + "link": "https://animethemes.moe/video/Yawara-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Stand by Me\"", + "link": "https://animethemes.moe/video/Yawara-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Egao wo Sagashite\"", + "link": "https://animethemes.moe/video/Yawara-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Shoujo Jidai\"", + "link": "https://animethemes.moe/video/Yawara-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Itsumo Soko ni Kimi ga Ita\"", + "link": "https://animethemes.moe/video/Yawara-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "1264", + "title": "Yoroiden Samurai Troopers", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Stardust Eyes\"", + "link": "https://animethemes.moe/video/YoroidenSamuraiTroopers-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Samurai Heart\"", + "link": "https://animethemes.moe/video/YoroidenSamuraiTroopers-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Far away\"", + "link": "https://animethemes.moe/video/YoroidenSamuraiTroopers-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"BE FREE\"", + "link": "https://animethemes.moe/video/YoroidenSamuraiTroopers-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7160", + "title": "Yoroshiku Mechadock", + "year": "80s", + "themes": [ + { + "name": "OP \"Yoroshiku Tuning\"", + "link": "https://animethemes.moe/video/YoroshikuMechadock-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi ni Woo...!\"", + "link": "https://animethemes.moe/video/YoroshikuMechadock-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2467", + "title": "3 Choume no Tama: Uchi no Tama Shirimasen ka?", + "year": "80s", + "themes": [ + { + "name": "OP \"Genki da Shite yo\"", + "link": "https://animethemes.moe/video/3ChoumeNoTama-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mitsu Ami Hippatte\"", + "link": "https://animethemes.moe/video/3ChoumeNoTama-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2688", + "title": "Akai Koudan Zillion", + "year": "80s", + "themes": [ + { + "name": "OP \"Pure Stone\"", + "link": "https://animethemes.moe/video/AkaiKoudanZillion-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AkaiKoudanZillion-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED1 \"Push!\"", + "link": "https://animethemes.moe/video/AkaiKoudanZillion-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AkaiKoudanZillion-ED1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rock Candy\"", + "link": "https://animethemes.moe/video/AkaiKoudanZillion-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/AkaiKoudanZillion-ED2-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "3079", + "title": "Aoki Ryuusei SPT Layzner", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Melos no You ni —Lonely Way—\"", + "link": "https://animethemes.moe/video/AokiRyuuseiSPTLayzner-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Melos no You ni —Lonely Way—\"", + "link": "https://animethemes.moe/video/AokiRyuuseiSPTLayzner-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Go-Fun Dake no Wagamama\"", + "link": "https://animethemes.moe/video/AokiRyuuseiSPTLayzner-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"La Rose Rouge\"", + "link": "https://animethemes.moe/video/AokiRyuuseiSPTLayzner-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5755", + "title": "Aoki Ryuusei SPT Layzner OVA", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Melos no You ni —Lonely Way—\"", + "link": "https://animethemes.moe/video/AokiRyuuseiSPTLayznerOVA-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Melos no You ni —Lonely Way—\"", + "link": "https://animethemes.moe/video/AokiRyuuseiSPTLayznerOVA-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Melos no You ni —Lonely Way—\"", + "link": "https://animethemes.moe/video/AokiRyuuseiSPTLayznerOVA-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Go-Fun Dake no Wagamama\"", + "link": "https://animethemes.moe/video/AokiRyuuseiSPTLayzner-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"La Rose Rouge\"", + "link": "https://animethemes.moe/video/AokiRyuuseiSPTLayzner-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1488", + "title": "Area 88", + "year": "80s", + "themes": [ + { + "name": "OP1 \"How Far to Paradise\"", + "link": "https://animethemes.moe/video/Area88-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kanashimi no Destiny\"", + "link": "https://animethemes.moe/video/Area88-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sabaku no Illusion\"", + "link": "https://animethemes.moe/video/Area88-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"So Long My Love\"", + "link": "https://animethemes.moe/video/Area88-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2921", + "title": "Ashita no Joe 2", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Kizudarake no Eikou\"", + "link": "https://animethemes.moe/video/AshitaNoJoe2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"MIDNIGHT BLUES\"", + "link": "https://animethemes.moe/video/AshitaNoJoe2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hateshinaki Yami no Kanata ni\" by Takeshi Obo", + "link": "https://animethemes.moe/video/AshitaNoJoe2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hateshinaki Yami no Kanata ni\" by Ichiro Araki", + "link": "https://animethemes.moe/video/AshitaNoJoe2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "929", + "title": "Aura Battler Dunbine", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Dunbine Tobu\"", + "link": "https://animethemes.moe/video/AuraBattlerDunbine-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Dunbine Tobu\"", + "link": "https://animethemes.moe/video/AuraBattlerDunbine-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Mieru Darou Byston Well\"", + "link": "https://animethemes.moe/video/AuraBattlerDunbine-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2116", + "title": "Captain Tsubasa", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Moete Hero\" by Hiroyuki Okita", + "link": "https://animethemes.moe/video/CaptainTsubasa-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Moete Hero\" by Takayuki Takemoto", + "link": "https://animethemes.moe/video/CaptainTsubasa-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Fuyu no Lion\" by Hiroyuki Okita", + "link": "https://animethemes.moe/video/CaptainTsubasa-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tsubasa yo Hashire!\" by Captain Tsubasa Ouendan", + "link": "https://animethemes.moe/video/CaptainTsubasa-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Asu ni Mukatte Shoot\" by Youko Ogai", + "link": "https://animethemes.moe/video/CaptainTsubasa-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "2043", + "title": "Cat's Eye", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Cat's Eye\"", + "link": "https://animethemes.moe/video/CatsEye-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Derringer\"", + "link": "https://animethemes.moe/video/CatsEye-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Dancing with the sunshine\"", + "link": "https://animethemes.moe/video/CatsEye-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Dancing with the sunshine\"", + "link": "https://animethemes.moe/video/CatsEye-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hot Stuff\"", + "link": "https://animethemes.moe/video/CatsEye-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6636", + "title": "Chou Kousoku Galvion", + "year": "80s", + "themes": [ + { + "name": "OP \"Lonely Chaser\"", + "link": "https://animethemes.moe/video/ChouKousokuGalvion-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Memory Lullaby\"", + "link": "https://animethemes.moe/video/ChouKousokuGalvion-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4503", + "title": "Choujikuu Kidan Southern Cross", + "year": "80s", + "themes": [ + { + "name": "OP \"Hoshi no Deja Vu\"", + "link": "https://animethemes.moe/video/ChoujikuuKidanSouthernCross-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yakusoku\"", + "link": "https://animethemes.moe/video/ChoujikuuKidanSouthernCross-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2089", + "title": "Choujikuu Seiki Orguss", + "year": "80s", + "themes": [ + { + "name": "OP \"Hyouryuu: Sky Hurricane\"", + "link": "https://animethemes.moe/video/ChoujikuuSeikiOrguss-OP1.webm", + "type": "opening" + }, + { + "name": "OP \"Hyouryuu: Sky Hurricane\"", + "link": "https://animethemes.moe/video/ChoujikuuSeikiOrguss-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Kokoro wa Gypsy\"", + "link": "https://animethemes.moe/video/ChoujikuuSeikiOrguss-ED1.webm", + "type": "ending" + }, + { + "name": "ED \"Kokoro wa Gypsy\"", + "link": "https://animethemes.moe/video/ChoujikuuSeikiOrguss-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "2255", + "title": "Choujuu Kishin Dancougar", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Ai yo Faraway\"", + "link": "https://animethemes.moe/video/ChoujuuKishinDancougar-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Honto no Kiss wo Okaeshi ni\"", + "type": "opening" + }, + { + "name": "ED1 \"Burning Love\"", + "type": "ending" + }, + { + "name": "ED2 \"Shadowy Dream\"", + "type": "ending" + } + ] + }, + { + "id": "3035", + "title": "Chouon Senshi Borgman", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Don't Look Back\"", + "link": "https://animethemes.moe/video/ChouonSenshiBorgman-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Yoru wo Buttobase!\"", + "link": "https://animethemes.moe/video/ChouonSenshiBorgman-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Forever\"", + "link": "https://animethemes.moe/video/ChouonSenshiBorgman-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tender\"", + "link": "https://animethemes.moe/video/ChouonSenshiBorgman-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1470", + "title": "City Hunter", + "year": "80s", + "themes": [ + { + "name": "OP1 \"CITY HUNTER ~Ai yo Kienaide~\"", + "link": "https://animethemes.moe/video/CityHunter-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Go Go Heaven\"", + "link": "https://animethemes.moe/video/CityHunter-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Get Wild\"", + "link": "https://animethemes.moe/video/CityHunter-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1471", + "title": "City Hunter 2", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Angel Night\"", + "link": "https://animethemes.moe/video/CityHunter2-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Sara\"", + "link": "https://animethemes.moe/video/CityHunter2-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Super Girl\"", + "link": "https://animethemes.moe/video/CityHunter2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Still Love Her\"", + "link": "https://animethemes.moe/video/CityHunter2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2748", + "title": "Dash! Kappei", + "year": "80s", + "themes": [ + { + "name": "OP \"Mitai Mono Mitai\"", + "link": "https://animethemes.moe/video/DashKappei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Seishun Dash!\"", + "link": "https://animethemes.moe/video/DashKappei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "930", + "title": "Densetsu Kyojin Ideon", + "year": "80s", + "themes": [ + { + "name": "OP \"Fukkatsu no Ideon\"", + "link": "https://animethemes.moe/video/DensetsuKyojinIdeon-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Cosmos ni Kimi to\"", + "link": "https://animethemes.moe/video/DensetsuKyojinIdeon-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "424", + "title": "Dirty Pair", + "year": "80s", + "themes": [ + { + "name": "OP \"Ru-Ru-Ru-Russian Roulette\"", + "link": "https://animethemes.moe/video/DirtyPair-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Space Fantasy\"", + "link": "https://animethemes.moe/video/DirtyPair-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1794", + "title": "Dirty Pair no Ooshoubu: Nolandia no Nazo", + "year": "80s", + "themes": [ + { + "name": "ED \"Ai Everlasting\"", + "link": "https://animethemes.moe/video/DirtyPairNoOoshoubu-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4200", + "title": "Dirty Pair OVA", + "year": "80s", + "themes": [ + { + "name": "OP \"BY YOURSELF\"", + "link": "https://animethemes.moe/video/DirtyPairOVA-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aki kara no Summer Time\"", + "link": "https://animethemes.moe/video/DirtyPairOVA-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1796", + "title": "Dirty Pair: The Movie", + "year": "80s", + "themes": [ + { + "name": "OP \"Safari Eyes\"", + "link": "https://animethemes.moe/video/DirtyPairMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"pas de deux\"", + "link": "https://animethemes.moe/video/DirtyPairMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1151", + "title": "Dominion", + "year": "80s", + "themes": [ + { + "name": "OP \"Cherry Moon de Odorasete\"", + "link": "https://animethemes.moe/video/Dominion-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hoshi no Orgel\"", + "link": "https://animethemes.moe/video/Dominion-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2222", + "title": "Dr. Slump: Arale-chan", + "year": "80s", + "themes": [ + { + "name": "OP1 V1 \"Waiwai World\"", + "link": "https://animethemes.moe/video/DrSlumpAraleChan-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Waiwai World\"", + "link": "https://animethemes.moe/video/DrSlumpAraleChan-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Waiwai Koushinkyoku\"", + "link": "https://animethemes.moe/video/DrSlumpAraleChan-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Ara Ara Arale-chan\"", + "link": "https://animethemes.moe/video/DrSlumpAraleChan-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Ara Ara Arale-chan\"", + "link": "https://animethemes.moe/video/DrSlumpAraleChan-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 V1 \"Arale-chan Ondo\"", + "link": "https://animethemes.moe/video/DrSlumpAraleChan-ED2.webm", + "type": "ending" + }, + { + "name": "ED2 V2 \"Arale-chan Ondo\"", + "link": "https://animethemes.moe/video/DrSlumpAraleChan-ED2v2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Ichiban Hoshi Miitsuketa\"", + "link": "https://animethemes.moe/video/DrSlumpAraleChan-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Anata ni Shinjitsuichiro\"", + "link": "https://animethemes.moe/video/DrSlumpAraleChan-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "223", + "title": "Dragon Ball", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Makafushigi Adventure\"", + "link": "https://animethemes.moe/video/DragonBall-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Makafushigi Adventure\"", + "link": "https://animethemes.moe/video/DragonBall-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Romatikku Ageru Yo\"", + "link": "https://animethemes.moe/video/DragonBall-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Romatikku Ageru Yo\"", + "link": "https://animethemes.moe/video/DragonBall-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED V3 \"Romatikku Ageru Yo\"", + "link": "https://animethemes.moe/video/DragonBall-ED1v3.webm", + "type": "ending" + }, + { + "name": "ED V4 \"Romatikku Ageru Yo\"", + "link": "https://animethemes.moe/video/DragonBall-ED1v4.webm", + "type": "ending" + } + ] + }, + { + "id": "813", + "title": "Dragon Ball Z", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Cha-La Head-Cha-La\"", + "link": "https://animethemes.moe/video/DragonBallZ-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/DragonBallZ-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "OP2 \"We Gotta Power\"", + "link": "https://animethemes.moe/video/DragonBallZ-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Dete Koi Tobikiri ZENKAI Power!\"", + "link": "https://animethemes.moe/video/DragonBallZ-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Boku-tachi wa Tenshi datta\"", + "link": "https://animethemes.moe/video/DragonBallZ-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7307", + "title": "Gegege no Kitarou", + "year": "80s", + "themes": [ + { + "name": "OP \"Gegege no Kitaro\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou1985-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Obake ga Ikuzo~!\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou1985-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2196", + "title": "Genmu Senki Leda", + "year": "80s", + "themes": [ + { + "name": "OP \"Yukue-fumei no Heart-tachi\"", + "link": "https://animethemes.moe/video/GenmuSenkiLeda-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kaze to Bouquet no Serenade\"", + "link": "https://animethemes.moe/video/GenmuSenkiLeda-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "820", + "title": "Ginga Eiyuu Densetsu", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Skies of Love\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP2 \"I am waiting for you\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-OP2-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP3 \"Sea of the Stars\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-OP3.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-OP3-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP4 \"Must Be Something\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-OP4.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-OP4-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Hikari no Hashi wo koete\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-ED1-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED2 \"Tabidachi no Jyokyoku\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-ED2.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-ED2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED3 \"Kansou no Uta\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-ED3.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-ED3-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED4 \"Uchuu no Kakehashi\"", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-ED4.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GingaEiyuuDensetsu-ED4-Lyrics.webm", + "type": "ending" + } + ] + }, + { + "id": "2987", + "title": "Ginga Hyouryuu Vifam", + "year": "80s", + "themes": [ + { + "name": "OP \"HELLO, VIFAM\"", + "link": "https://animethemes.moe/video/GingaHyouryuuVifam-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"NEVER GIVE UP\"", + "link": "https://animethemes.moe/video/GingaHyouryuuVifam-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "589", + "title": "Ginga Nagareboshi Gin", + "year": "80s", + "themes": [ + { + "name": "OP \"Nagareboshi Gin\"", + "link": "https://animethemes.moe/video/GingaNagareboshiGin-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"TOMORROW\"", + "link": "https://animethemes.moe/video/GingaNagareboshiGin-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4242", + "title": "Ginga Reppuu Baxingar", + "year": "80s", + "themes": [ + { + "name": "OP \"Ginga Reppuu Baxinger\"", + "link": "https://animethemes.moe/video/GingaReppuuBaxingar-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Asteroid Blues\"", + "type": "ending" + } + ] + }, + { + "id": "4240", + "title": "Ginga Senpuu Braiger", + "year": "80s", + "themes": [ + { + "name": "OP \"Ginga Senpuu Braiger\"", + "link": "https://animethemes.moe/video/GingaSenpuuBraiger-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Sasurai Kid\"", + "type": "ending" + }, + { + "name": "ED2 \"Abayo Fly Bye\"", + "type": "ending" + } + ] + }, + { + "id": "4244", + "title": "Ginga Shippuu Sasuraiger", + "year": "80s", + "themes": [ + { + "name": "OP \"Ginga Shippuu Sasuraiger\"", + "link": "https://animethemes.moe/video/GingaShippuuSasuraiger-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Happy Song\"", + "type": "ending" + } + ] + }, + { + "id": "506", + "title": "Glass no Kamen", + "year": "80s", + "themes": [ + { + "name": "OP \"Glass no Kamen\"", + "link": "https://animethemes.moe/video/GlassNoKamen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Purple Light\"", + "link": "https://animethemes.moe/video/GlassNoKamen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4639", + "title": "Gosenzo-sama Banbanzai!", + "year": "80s", + "themes": [ + { + "name": "OP \"Gosenzo-sama Banbanzai!\"", + "link": "https://animethemes.moe/video/GosenzoSamaBanbanzai-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "3022", + "title": "Haai Step Jun", + "year": "80s", + "themes": [ + { + "name": "OP \"Binkan! Mechanic\"", + "link": "https://animethemes.moe/video/HaaiStepJun-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Rival 360 Do ~Renai Hatten Kanou Sei 0~\"", + "link": "https://animethemes.moe/video/HaaiStepJun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "498", + "title": "Haja Taisei Dangaiou", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Cross Fight\"", + "link": "https://animethemes.moe/video/HajaTaiseiDangaiou-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Cheap Thrills\"", + "link": "https://animethemes.moe/video/HajaTaiseiDangaiou-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kokoro no Honesty\"", + "link": "https://animethemes.moe/video/HajaTaiseiDangaiou-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Who's Gonna Win\"", + "link": "https://animethemes.moe/video/HajaTaiseiDangaiou-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "967", + "title": "Hokuto no Ken", + "year": "80s", + "themes": [ + { + "name": "OP1 V1 \"Ai wo Torimodose!!\"", + "link": "https://animethemes.moe/video/HokutoNoKen-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Ai wo Torimodose!!\"", + "link": "https://animethemes.moe/video/HokutoNoKen-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Silent Survivor\"", + "link": "https://animethemes.moe/video/HokutoNoKen-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Yuria... Eien ni\"", + "link": "https://animethemes.moe/video/HokutoNoKen-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Yuria... Eien ni\"", + "link": "https://animethemes.moe/video/HokutoNoKen-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dry Your Tears\"", + "link": "https://animethemes.moe/video/HokutoNoKen-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1356", + "title": "Hokuto no Ken 2", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Tough Boy\"", + "link": "https://animethemes.moe/video/HokutoNoKen2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Tough Boy\"", + "link": "https://animethemes.moe/video/HokutoNoKen2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Love Song\"", + "link": "https://animethemes.moe/video/HokutoNoKen2-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Yuria... Eien ni\"", + "link": "https://animethemes.moe/video/HokutoNoKen2-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1448", + "title": "Hyakujuu-Ou GoLion", + "year": "80s", + "themes": [ + { + "name": "OP \"Toe! GoLion\"", + "link": "https://animethemes.moe/video/HyakujuuOuGoLion-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gonin De Hitotsu\"", + "type": "ending" + } + ] + }, + { + "id": "2938", + "title": "Idol Densetsu Eriko", + "year": "80s", + "themes": [ + { + "name": "OP \"Namida no Hanbun\"", + "link": "https://animethemes.moe/video/IdolDensetsuEriko-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Unchained Heart\"", + "link": "https://animethemes.moe/video/IdolDensetsuEriko-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"May be Dream\"", + "link": "https://animethemes.moe/video/IdolDensetsuEriko-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2598", + "title": "Juusenki L-Gaim", + "year": "80s", + "themes": [ + { + "name": "OP1 \"L-Gaim~ TIME FOR L-GAIM\"", + "link": "https://animethemes.moe/video/JuusenkiLGaim-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kaze no No Reply\"", + "link": "https://animethemes.moe/video/JuusenkiLGaim-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Starlight Shower\"", + "type": "ending" + } + ] + }, + { + "id": "4119", + "title": "Juushin Liger", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Ikari no Juushin\"", + "link": "https://animethemes.moe/video/JuushinLiger-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Kiseki no Juushin\"", + "link": "https://animethemes.moe/video/JuushinLiger-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"The Fire\"", + "link": "https://animethemes.moe/video/JuushinLiger-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hangyaku no Senshi: Ryuu Dolk no Theme\"", + "link": "https://animethemes.moe/video/JuushinLiger-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5153", + "title": "Kikou Kai Galient", + "year": "80s", + "themes": [ + { + "name": "OP \"World Galient\"", + "link": "https://animethemes.moe/video/KikouKaiGalient-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sei no Ichibyou\"", + "link": "https://animethemes.moe/video/KikouKaiGalient-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3609", + "title": "Kikou Kantai Dairugger XV", + "year": "80s", + "themes": [ + { + "name": "OP \"Ginga no Seishun\"", + "link": "https://animethemes.moe/video/KikouKantaiDairuggerXV-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ai wo Tsutaeru Tabi\"", + "type": "ending" + } + ] + }, + { + "id": "2048", + "title": "Kikou Ryohei Mellowlink", + "year": "80s", + "themes": [ + { + "name": "OP \"Soldier Blue\"", + "link": "https://animethemes.moe/video/KikouRyoheiMellowlink-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Vanity\"", + "link": "https://animethemes.moe/video/KikouRyoheiMellowlink-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "865", + "title": "Kikou Senki Dragonar", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Yume-iro Chaser\"", + "link": "https://animethemes.moe/video/KikouSenkiDragonar-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Starlight Serenade\"", + "link": "https://animethemes.moe/video/KikouSenkiDragonar-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Illusion wo Sagashite\"", + "link": "https://animethemes.moe/video/KikouSenkiDragonar-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Shiny Boy\"", + "link": "https://animethemes.moe/video/KikouSenkiDragonar-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "3670", + "title": "Kikou Souseiki Mospeada", + "year": "80s", + "themes": [ + { + "name": "OP \"Ushinawareta Yume wo Motomete\"", + "link": "https://animethemes.moe/video/KikouSouseikiMospeada-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Blue Rain\"", + "link": "https://animethemes.moe/video/KikouSouseikiMospeada-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1087", + "title": "Kimagure Orange☆Road", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Night of summer side\"", + "link": "https://animethemes.moe/video/KimagureOrangeRoad-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Orange Mystery\"", + "link": "https://animethemes.moe/video/KimagureOrangeRoad-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Kagami no naka no actress\"", + "link": "https://animethemes.moe/video/KimagureOrangeRoad-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Natsu no mirage\"", + "link": "https://animethemes.moe/video/KimagureOrangeRoad-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Sad Heart Burning\"", + "link": "https://animethemes.moe/video/KimagureOrangeRoad-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Dance in Memories\"", + "link": "https://animethemes.moe/video/KimagureOrangeRoad-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "3272", + "title": "Kinnikuman", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Kinnikuman Go Fight!\"", + "link": "https://animethemes.moe/video/Kinnikuman-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Honoo no Kinnikuman\"", + "type": "opening" + }, + { + "name": "OP3 \"Kinnikuman Senpuu\"", + "type": "opening" + }, + { + "name": "ED1 \"Niku 2x9 Rock 'n Roll\"", + "link": "https://animethemes.moe/video/Kinnikuman-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kinniku-Mambo\"", + "type": "ending" + }, + { + "name": "ED3 \"Kinnikuman Ondo\"", + "type": "ending" + }, + { + "name": "ED4 \"Kinnikuman Club\"", + "type": "ending" + } + ] + }, + { + "id": "6509", + "title": "Kiteretsu Daihyakka", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Oyome-san ni Natte Agenaizo\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Body dake Lady\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Yumemiru Jikan\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Hajimete no Chuu\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Suimin Busoku\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Oryouri Koushinkyoku\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-OP6.webm", + "type": "opening" + }, + { + "name": "ED1 \"Magical Boy Magical Heart\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Race no Cardigan\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Korosuke ROCK\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Felt no Pencase\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Merry wa Tada no Tomodachi\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Hajimete no Chuu\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"HAPPY BIRTHDAY\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Uwasa no Kiss\"", + "link": "https://animethemes.moe/video/KiteretsuDaihyakka-ED8.webm", + "type": "ending" + } + ] + }, + { + "id": "5891", + "title": "Kousoku Denjin Albegus", + "year": "80s", + "themes": [ + { + "name": "OP \"Kousoku Denjin Albegus\"", + "link": "https://animethemes.moe/video/KousokuDenjinAlbegus-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Wakasa no Formation\"", + "link": "https://animethemes.moe/video/KousokuDenjinAlbegus-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3327", + "title": "Kyoshin Gorg", + "year": "80s", + "themes": [ + { + "name": "OP \"Bright Eyes\"", + "link": "https://animethemes.moe/video/KyoshinGorg-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Believe in Me, Believe in You: Kimi o Shinjiteru\"", + "link": "https://animethemes.moe/video/KyoshinGorg-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6016", + "title": "Kyoushoku Soukou Guyver", + "year": "80s", + "themes": [ + { + "name": "OP \"Bio Boosted Armor Guyver\"", + "link": "https://animethemes.moe/video/KyoushokuSoukouGuyver1989-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Guidepost-Alien's Messiah\"", + "type": "ending" + } + ] + }, + { + "id": "1426", + "title": "Lupin III: Part III", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Sexy Adventure\"", + "link": "https://animethemes.moe/video/LupinIIIPartIII-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Sexy Adventure\"", + "link": "https://animethemes.moe/video/LupinIIIPartIII-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Fairy Night\"", + "link": "https://animethemes.moe/video/LupinIIIPartIII-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3676", + "title": "Machine Robo: Revenge of Chronos", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Machine Robo Honoo\"", + "link": "https://animethemes.moe/video/MachineRoboRevengeOfChronos-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Shouri no Machine Robo\"", + "link": "https://animethemes.moe/video/MachineRoboRevengeOfChronos-OP2.webm", + "type": "opening" + }, + { + "name": "ED \"Aoi Heart no Stranger\"", + "link": "https://animethemes.moe/video/MachineRoboRevengeOfChronos-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1088", + "title": "Macross", + "year": "80s", + "themes": [ + { + "name": "OP \"Macross\"", + "link": "https://animethemes.moe/video/Macross-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Runner\" by Makoto Fujiwara", + "link": "https://animethemes.moe/video/Macross-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Runner\" by Mari Iijima", + "type": "ending" + } + ] + }, + { + "id": "2818", + "title": "Madou King Granzort", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Hikari no Senshi-tachi\"", + "link": "https://animethemes.moe/video/MadouKingGranzort-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Hikari no Senshi-tachi\"", + "link": "https://animethemes.moe/video/MadouKingGranzort-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Horore chuchu parero\"", + "link": "https://animethemes.moe/video/MadouKingGranzort-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "518", + "title": "Mahou no Princess Minky Momo", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Love, Love, Minky Momo\"", + "link": "https://animethemes.moe/video/MinkyMomo-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Love, Love, Minky Momo\"", + "link": "https://animethemes.moe/video/MinkyMomo-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Love, Love, Minky Momo\"", + "link": "https://animethemes.moe/video/MinkyMomo-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Minky Suteki Doriminpa\"", + "link": "https://animethemes.moe/video/MinkyMomo-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Minky Suteki Doriminpa\"", + "link": "https://animethemes.moe/video/MinkyMomo-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "1453", + "title": "Maison Ikkoku", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Kanashimi yo Konnichiwa\"", + "link": "https://animethemes.moe/video/MaisonIkkoku-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Alone Again (Naturally)\"", + "link": "https://animethemes.moe/video/MaisonIkkoku-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Suki sa\"", + "link": "https://animethemes.moe/video/MaisonIkkoku-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Sunny Shining Morning\"", + "link": "https://animethemes.moe/video/MaisonIkkoku-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Hidamari\"", + "link": "https://animethemes.moe/video/MaisonIkkoku-OP5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ashita Hareru ka\"", + "link": "https://animethemes.moe/video/MaisonIkkoku-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Ci · ne · ma\"", + "link": "https://animethemes.moe/video/MaisonIkkoku-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Get Down\"", + "link": "https://animethemes.moe/video/MaisonIkkoku-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Fantasy\"", + "link": "https://animethemes.moe/video/MaisonIkkoku-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Sayonara no Sobyou\"", + "link": "https://animethemes.moe/video/MaisonIkkoku-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Begin the Night\"", + "link": "https://animethemes.moe/video/MaisonIkkoku-ED6.webm", + "type": "ending" + } + ] + }, + { + "id": "3880", + "title": "Makyou Densetsu Acrobunch", + "year": "80s", + "themes": [ + { + "name": "OP \"Yume no Karyuudo\"", + "link": "https://animethemes.moe/video/MakyouDensetsuAcrobunch-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Nagisa ni Hitori\"", + "type": "ending" + } + ] + }, + { + "id": "2223", + "title": "Maple Town Monogatari", + "year": "80s", + "themes": [ + { + "name": "OP \"Maple Town Monogatari\"", + "link": "https://animethemes.moe/video/MapleTownMonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Patty no Nichiyoubi\"", + "link": "https://animethemes.moe/video/MapleTownMonogatari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3837", + "title": "Mashin Eiyuuden Wataru", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Step\"", + "link": "https://animethemes.moe/video/MashinEiyuudenWataru-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Step\"", + "link": "https://animethemes.moe/video/MashinEiyuudenWataru-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Achiachi Adventure\"", + "link": "https://animethemes.moe/video/MashinEiyuudenWataru-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1972", + "title": "Meitantei Holmes", + "year": "80s", + "themes": [ + { + "name": "OP \"Sora kara Kobareta Story\"", + "link": "https://animethemes.moe/video/SherlockHound-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Thames-Kawa no Dance\"", + "link": "https://animethemes.moe/video/SherlockHound-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2933", + "title": "Mirai Keisatsu Urashiman", + "year": "80s", + "themes": [ + { + "name": "OP \"Midnight Submarine\"", + "link": "https://animethemes.moe/video/MiraiKeisatsuUrashiman-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dream City Neo Tokyo\"", + "link": "https://animethemes.moe/video/MiraiKeisatsuUrashiman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3437", + "title": "Mister Ajikko", + "year": "80s", + "themes": [ + { + "name": "OP \"Renaissance jounetsu\"", + "link": "https://animethemes.moe/video/MisterAjikko-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Kokoro no Photograph\"", + "link": "https://animethemes.moe/video/MisterAjikko-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Kokoro no Photograph\"", + "link": "https://animethemes.moe/video/MisterAjikko-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "324", + "title": "Mobile Police Patlabor", + "year": "80s", + "themes": [ + { + "name": "OP1 V1 \"Sono Mama no Kimi de Ite\"", + "link": "https://animethemes.moe/video/MobilePolicePatlabor-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Sono Mama no Kimi de Ite\"", + "link": "https://animethemes.moe/video/MobilePolicePatlabor-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Condition Green ~Kikyuuhasshin~\"", + "link": "https://animethemes.moe/video/MobilePolicePatlabor-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Midnight Blue\"", + "link": "https://animethemes.moe/video/MobilePolicePatlabor-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Midnight Blue\"", + "link": "https://animethemes.moe/video/MobilePolicePatlabor-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Paradise no Kakuritsu\"", + "link": "https://animethemes.moe/video/MobilePolicePatlabor-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "1288", + "title": "Mobile Police Patlabor: Early Days", + "year": "80s", + "themes": [ + { + "name": "OP \"Mirai wa Lovers\"", + "link": "https://animethemes.moe/video/MobilePolicePatlaborEarlyDays-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "82", + "title": "Mobile Suit Gundam 0080: War in the Pocket", + "year": "80s", + "themes": [ + { + "name": "OP \"Itsuka Sora ni Todoite\"", + "link": "https://animethemes.moe/video/Gundam0080WarInThePocket-OP1.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Tooi Kioku\"", + "link": "https://animethemes.moe/video/Gundam0080WarInThePocket-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Tooi Kioku\"", + "link": "https://animethemes.moe/video/Gundam0080WarInThePocket-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "1090", + "title": "Mobile Suit Gundam I", + "year": "80s", + "themes": [ + { + "name": "ED \"Suna no Juujika\"", + "link": "https://animethemes.moe/video/GundamMovie1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1091", + "title": "Mobile Suit Gundam II: Soldiers of Sorrow", + "year": "80s", + "themes": [ + { + "name": "ED \"Ai Senshi\"", + "link": "https://animethemes.moe/video/GundamMovie2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1092", + "title": "Mobile Suit Gundam III: Encounters in Space", + "year": "80s", + "themes": [ + { + "name": "ED \"Meguriai\"", + "link": "https://animethemes.moe/video/GundamMovie3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "87", + "title": "Mobile Suit Gundam: Char's Counterattack", + "year": "80s", + "themes": [ + { + "name": "ED \"BEYOND THE TIME (Moebius no Sora wo Koete)\"", + "link": "https://animethemes.moe/video/GundamCharsCounterattack-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "86", + "title": "Mobile Suit Gundam ZZ", + "year": "80s", + "themes": [ + { + "name": "OP1 V1 \"Anime Ja Nai - Yume wo Wasureta Furui Chikyujin yo\"", + "link": "https://animethemes.moe/video/GundamZZ-OP1.webm", + "type": "opening" + }, + { + "name": "OP1 V2 \"Anime Ja Nai - Yume wo Wasureta Furui Chikyujin yo\"", + "link": "https://animethemes.moe/video/GundamZZ-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP2 \"Silent Voice\"", + "link": "https://animethemes.moe/video/GundamZZ-OP2.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/GundamZZ-OP2-Lyrics.webm", + "type": "ending" + }, + { + "name": "ED1 \"Jidai ga Naiteiru\"", + "link": "https://animethemes.moe/video/GundamZZ-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Issenman-Nen Ginga\"", + "link": "https://animethemes.moe/video/GundamZZ-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "85", + "title": "Mobile Suit Zeta Gundam", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Zeta - Toki wo Koete\"", + "link": "https://animethemes.moe/video/ZetaGundam-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Mizu no Hoshi e Ai wo Komete\"", + "link": "https://animethemes.moe/video/ZetaGundam-OP2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Hoshizora no Believe\"", + "link": "https://animethemes.moe/video/ZetaGundam-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Hoshizora no Believe\"", + "link": "https://animethemes.moe/video/ZetaGundam-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "4536", + "title": "Muteki Robo Trider G7", + "year": "80s", + "themes": [ + { + "name": "OP \"Tryder G7\"", + "link": "https://animethemes.moe/video/MutekiRoboTriderG7-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ore Wa Shachou Da\"", + "type": "ending" + } + ] + }, + { + "id": "3059", + "title": "Ninja Senshi Tobikage", + "year": "80s", + "themes": [ + { + "name": "OP \"Love Survivor\"", + "link": "https://animethemes.moe/video/NinjaSenshiTobikage-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ichi Seikime no Angel\"", + "link": "https://animethemes.moe/video/NinjaSenshiTobikage-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8799", + "title": "Okawari-Boy Starzan-S", + "year": "80s", + "themes": [ + { + "name": "OP \"SHOW ME YOUR SPACE ~Kimi no Uchuu wo Misete~\"", + "link": "https://animethemes.moe/video/OkawariBoyStarzanS-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Koisuru Kimochi wa Doughnuts no Naka\"", + "link": "https://animethemes.moe/video/OkawariBoyStarzanS-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Salsa Paratopia\"", + "link": "https://animethemes.moe/video/OkawariBoyStarzanS-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7106", + "title": "Ougon Senshi Gold Lightan", + "year": "80s", + "themes": [ + { + "name": "OP \"Ougon Senshi Gold Lightan\"", + "link": "https://animethemes.moe/video/OugonSenshiGoldLightan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mechanical Dancing Fight\"", + "link": "https://animethemes.moe/video/OugonSenshiGoldLightan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "16434", + "title": "Penguin's Memory: Shiawase Monogatari", + "year": "80s", + "themes": [ + { + "name": "ED \"Boy no Kisetsu\"", + "link": "https://animethemes.moe/video/PenguinsMemory-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1873", + "title": "Plawres Sanshirou", + "year": "80s", + "themes": [ + { + "name": "OP \"Yume Sousa P.M.P. 1\"", + "link": "https://animethemes.moe/video/PlawresSanshirou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Craft Love\"", + "link": "https://animethemes.moe/video/PlawresSanshirou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6428", + "title": "Psychoarmor Govarian", + "year": "80s", + "themes": [ + { + "name": "OP \"Kodoku no Tabiji ~Lonely Journey~\"", + "link": "https://animethemes.moe/video/PsychoarmorGovarian-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Lullaby\"", + "type": "ending" + } + ] + }, + { + "id": "210", + "title": "Ranma ½", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Jaja Uma ni Sasenai de\"", + "link": "https://animethemes.moe/video/Ranma-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Little ★ Date\"", + "link": "https://animethemes.moe/video/Ranma-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Omoide ga Ippai\"", + "link": "https://animethemes.moe/video/Ranma-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Zettai! Part 2\"", + "link": "https://animethemes.moe/video/Ranma-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Chikyuu Orchestra\"", + "link": "https://animethemes.moe/video/Ranma-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Mou Nakanaide\"", + "link": "https://animethemes.moe/video/Ranma-OP6.webm", + "type": "opening" + }, + { + "name": "OP7 \"Love Seeker CAN'T STOP IT\"", + "link": "https://animethemes.moe/video/Ranma-OP7.webm", + "type": "opening" + }, + { + "name": "ED1 V1 \"Platonic Tsuranuite\"", + "link": "https://animethemes.moe/video/Ranma-ED1.webm", + "type": "ending" + }, + { + "name": "ED1 V2 \"Platonic Tsuranuite\"", + "link": "https://animethemes.moe/video/Ranma-ED1v2.webm", + "type": "ending" + }, + { + "name": "ED2 \"Equal Romance\"", + "link": "https://animethemes.moe/video/Ranma-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"〜Don't mind lay-lay Boy〜\"", + "link": "https://animethemes.moe/video/Ranma-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Lambada☆RANMA\"", + "link": "https://animethemes.moe/video/Ranma-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Present\"", + "link": "https://animethemes.moe/video/Ranma-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Friends\"", + "link": "https://animethemes.moe/video/Ranma-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Hinageshi\"", + "link": "https://animethemes.moe/video/Ranma-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"POSITIVE\"", + "link": "https://animethemes.moe/video/Ranma-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Niji to Taiyou no Oka\"", + "link": "https://animethemes.moe/video/Ranma-ED9.webm", + "type": "ending" + } + ] + }, + { + "id": "3399", + "title": "Rokushin Gattai GodMars", + "year": "80s", + "themes": [ + { + "name": "OP \"Uchuu no Ouja! GodMars\"", + "link": "https://animethemes.moe/video/RokushinGattaiGodMars-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Ai no Kinjitou\"", + "type": "ending" + }, + { + "name": "ED2 \"17-sai no Densetsu\"", + "type": "ending" + } + ] + }, + { + "id": "4574", + "title": "Saikyou Robot Daioja", + "year": "80s", + "themes": [ + { + "name": "OP \"Saikyou Robot Daioja\"", + "link": "https://animethemes.moe/video/SaikyouRobotDaioja-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yokatta ne Uchuu\"", + "type": "ending" + } + ] + }, + { + "id": "1254", + "title": "Saint Seiya", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Pegasus Fantasy\"", + "link": "https://animethemes.moe/video/SaintSeiya-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Soldier Dream\"", + "link": "https://animethemes.moe/video/SaintSeiya-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Blue Forever\"", + "link": "https://animethemes.moe/video/SaintSeiya-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Dream Traveler\"", + "link": "https://animethemes.moe/video/SaintSeiya-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2903", + "title": "Sakigake!! Otokojuku", + "year": "80s", + "themes": [ + { + "name": "OP \"Yogorechimatta Kanashimi ni...\"", + "link": "https://animethemes.moe/video/SakigakeOtokojuku-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ikujidai Arimashite\"", + "link": "https://animethemes.moe/video/SakigakeOtokojuku-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2361", + "title": "Sei Juushi Bismarck", + "year": "80s", + "themes": [ + { + "name": "OP \"Fushigi Call Me\"", + "link": "https://animethemes.moe/video/SeiJuushiBismarck-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yume Ginga\"", + "link": "https://animethemes.moe/video/SeiJuushiBismarck-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2510", + "title": "Sengoku Majin Goushougun", + "year": "80s", + "themes": [ + { + "name": "OP \"Goshougun Hasshin Se yo!\"", + "link": "https://animethemes.moe/video/SengokuMajinGoushougun-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"21Century ~Ginga wo Koete~\"", + "link": "https://animethemes.moe/video/SengokuMajinGoushougun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2254", + "title": "Sentou Mecha Xabungle", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Hayate Xabungle\"", + "link": "https://animethemes.moe/video/SentouMechaXabungle-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Hayate Xabungle\"", + "link": "https://animethemes.moe/video/SentouMechaXabungle-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Kawaita Daichi\"", + "link": "https://animethemes.moe/video/SentouMechaXabungle-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1548", + "title": "Shin Taketori Monogatari: 1000-nen Joou", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Cosmos Dream: Uchuu wo Kakeru Yume\"", + "link": "https://animethemes.moe/video/ShinTaketoriMonogatari-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Cosmos Dream: Uchuu wo Kakeru Yume\"", + "link": "https://animethemes.moe/video/ShinTaketoriMonogatari-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Mahoroba Densetsu\"", + "link": "https://animethemes.moe/video/ShinTaketoriMonogatari-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2582", + "title": "Soukou Kihei Votoms", + "year": "80s", + "themes": [ + { + "name": "OP \"Honoo no Sadame\"", + "link": "https://animethemes.moe/video/SoukouKiheiVotoms-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Itsumo Anata Ga\"", + "link": "https://animethemes.moe/video/SoukouKiheiVotoms-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2451", + "title": "Space Cobra", + "year": "80s", + "themes": [ + { + "name": "OP \"Cobra\"", + "link": "https://animethemes.moe/video/SpaceCobra-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Secret Desire\"", + "link": "https://animethemes.moe/video/SpaceCobra-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2612", + "title": "Spoon Oba-san", + "year": "80s", + "themes": [ + { + "name": "OP \"Yume-iro no Spoon\"", + "link": "https://animethemes.moe/video/SpoonObaSan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ringo no Mori no Koneko-tachi\"", + "link": "https://animethemes.moe/video/SpoonObaSan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2257", + "title": "Taiyou no Kiba Dagram", + "year": "80s", + "themes": [ + { + "name": "OP \"Saraba Yasashiki Hibi yo\"", + "link": "https://animethemes.moe/video/TaiyouNoKibaDagram-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kaze no Yukue\"", + "type": "ending" + } + ] + }, + { + "id": "4427", + "title": "Tatakae!! Ramenman", + "year": "80s", + "themes": [ + { + "name": "OP \"Kagayake! Ramenman\"", + "link": "https://animethemes.moe/video/TatakaeRamenman-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kibou e no Tabi\"", + "link": "https://animethemes.moe/video/TatakaeRamenman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "513", + "title": "Tenkuu no Shiro Laputa", + "year": "80s", + "themes": [ + { + "name": "OP \"Sora kara Futtekita Shoujo\"", + "link": "https://animethemes.moe/video/TenkuuNoShiroLaputa-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi wo Nosete\"", + "type": "ending" + } + ] + }, + { + "id": "4853", + "title": "Tezuka Osamu no Don Dracula", + "year": "80s", + "themes": [ + { + "name": "OP \"Paradise Dracula\"", + "link": "https://animethemes.moe/video/DonDracula-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Otousan wa Kyuuketsuki\"", + "link": "https://animethemes.moe/video/DonDracula-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8011", + "title": "Time Bokan Series: Gyakuten Ippatsuman", + "year": "80s", + "themes": [ + { + "name": "OP \"Gyakuten Ippatsuman\"", + "link": "https://animethemes.moe/video/TimeBokanGyakutenIppatsuman-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shibibiin Rhapsody\"", + "link": "https://animethemes.moe/video/TimeBokanGyakutenIppatsuman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "949", + "title": "Top wo Nerae! Gunbuster", + "year": "80s", + "themes": [ + { + "name": "OP \"Active Heart\"", + "link": "https://animethemes.moe/video/Gunbuster-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Try Again...!\"", + "link": "https://animethemes.moe/video/Gunbuster-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Active Heart\"", + "link": "https://animethemes.moe/video/Gunbuster-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Toki no Kawa o Koete…\"", + "link": "https://animethemes.moe/video/Gunbuster-ED3.webm", + "type": "ending" + } + ] + }, + { + "id": "1065", + "title": "Touch", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Touch\"", + "link": "https://animethemes.moe/video/Touch-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Ai ga Hitoribocchi\"", + "link": "https://animethemes.moe/video/Touch-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Che! Che! Che!\"", + "link": "https://animethemes.moe/video/Touch-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Hitoribocchi no Duet\"", + "link": "https://animethemes.moe/video/Touch-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Jounetsu Monogatari\"", + "link": "https://animethemes.moe/video/Touch-OP5.webm", + "type": "opening" + }, + { + "name": "ED1 \"Kimi ga Inakereba\"", + "link": "https://animethemes.moe/video/Touch-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Seishun (Youth)\"", + "link": "https://animethemes.moe/video/Touch-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Yakusoku\"", + "link": "https://animethemes.moe/video/Touch-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Kimi wo Tobashita Gogo\"", + "link": "https://animethemes.moe/video/Touch-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "924", + "title": "Transformers: Choujin Master Force", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Choujin Masterforce no Theme\"", + "link": "https://animethemes.moe/video/TransformersChoujinMasterForce-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Choujin Masterforce no Theme\"", + "link": "https://animethemes.moe/video/TransformersChoujinMasterForce-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Moero! Transformer\"", + "link": "https://animethemes.moe/video/TransformersChoujinMasterForce-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "925", + "title": "Transformers Headmasters", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"The Headmasters\"", + "link": "https://animethemes.moe/video/TransformersHeadmasters-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"The Headmasters\"", + "link": "https://animethemes.moe/video/TransformersHeadmasters-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi wa Transformer\"", + "link": "https://animethemes.moe/video/TransformersHeadmasters-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "926", + "title": "Transformers Victory", + "year": "80s", + "themes": [ + { + "name": "OP \"Transformers V (Victory)\"", + "link": "https://animethemes.moe/video/TransformersVictory-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Cybertron Banzai\"", + "link": "https://animethemes.moe/video/TransformersVictory-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1737", + "title": "Uchuu Senshi Baldios", + "year": "80s", + "themes": [ + { + "name": "OP \"Ashita ni Ikiro Baldios\"", + "link": "https://animethemes.moe/video/UchuuSenshiBaldios-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Marin, Inochi no Tabi\"", + "link": "https://animethemes.moe/video/UchuuSenshiBaldios-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4371", + "title": "Uchuu Senshi Baldios (Movie)", + "year": "80s", + "themes": [ + { + "name": "OP \"Sea Wind\"", + "link": "https://animethemes.moe/video/UchuuSenshiBaldiosMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sugao no Mama de\"", + "link": "https://animethemes.moe/video/UchuuSenshiBaldiosMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4183", + "title": "Uchuu Taitei God Sigma", + "year": "80s", + "themes": [ + { + "name": "OP \"Ganbare! Uchuu no Senshi\"", + "link": "https://animethemes.moe/video/UchuuTaiteiGodSigma-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Red Blue Yellow\"", + "type": "ending" + } + ] + }, + { + "id": "3317", + "title": "Uchuusen Sagittarius", + "year": "80s", + "themes": [ + { + "name": "OP V1 \"Stardust Boys\"", + "link": "https://animethemes.moe/video/UchuusenSagittarius-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Stardust Boys\"", + "link": "https://animethemes.moe/video/UchuusenSagittarius-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Yume Kounen\"", + "link": "https://animethemes.moe/video/UchuusenSagittarius-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1293", + "title": "Urusei Yatsura", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Lum no Love Song\"", + "link": "https://animethemes.moe/video/UruseiYatsura-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Dancing Star\"", + "link": "https://animethemes.moe/video/UruseiYatsura-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Pajama Jama da!\"", + "link": "https://animethemes.moe/video/UruseiYatsura-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Chance on Love\"", + "link": "https://animethemes.moe/video/UruseiYatsura-OP4.webm", + "type": "opening" + }, + { + "name": "OP5 \"Rock the Planet\"", + "link": "https://animethemes.moe/video/UruseiYatsura-OP5.webm", + "type": "opening" + }, + { + "name": "OP6 \"Tonogata Gomen Asobase\"", + "link": "https://animethemes.moe/video/UruseiYatsura-OP6.webm", + "type": "opening" + }, + { + "name": "ED1 \"Uchuu wa Taihen da!\"", + "link": "https://animethemes.moe/video/UruseiYatsura-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Kokorobosoi na\"", + "link": "https://animethemes.moe/video/UruseiYatsura-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Hoshizora Cycling\"", + "link": "https://animethemes.moe/video/UruseiYatsura-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"I, I, You and Ai\"", + "link": "https://animethemes.moe/video/UruseiYatsura-ED4.webm", + "type": "ending" + }, + { + "name": "ED5 \"Yume wa Love Me More\"", + "link": "https://animethemes.moe/video/UruseiYatsura-ED5.webm", + "type": "ending" + }, + { + "name": "ED6 \"Koi no Mobius\"", + "link": "https://animethemes.moe/video/UruseiYatsura-ED6.webm", + "type": "ending" + }, + { + "name": "ED7 \"Open Invitation\"", + "link": "https://animethemes.moe/video/UruseiYatsura-ED7.webm", + "type": "ending" + }, + { + "name": "ED8 \"Every Day\"", + "link": "https://animethemes.moe/video/UruseiYatsura-ED8.webm", + "type": "ending" + }, + { + "name": "ED9 \"Good Luck\"", + "link": "https://animethemes.moe/video/UruseiYatsura-ED9.webm", + "type": "ending" + } + ] + }, + { + "id": "544", + "title": "Venus Senki", + "year": "80s", + "themes": [ + { + "name": "ED \"Asu e no Kaze\"", + "link": "https://animethemes.moe/video/VenusSenki-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6672", + "title": "Video Senshi Lezarion", + "year": "80s", + "themes": [ + { + "name": "OP \"Video Senshi Lezarion\"", + "link": "https://animethemes.moe/video/VideoSenshiLezarion-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Heartful Hotline\"", + "type": "ending" + } + ] + }, + { + "id": "691", + "title": "Yawara!", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Miracle Girl\"", + "link": "https://animethemes.moe/video/Yawara-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Rain-Kissed Bouquet…\"", + "link": "https://animethemes.moe/video/Yawara-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Girl Can't Lose\"", + "link": "https://animethemes.moe/video/Yawara-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"YOU AND I\"", + "link": "https://animethemes.moe/video/Yawara-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Stand by Me\"", + "link": "https://animethemes.moe/video/Yawara-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Egao wo Sagashite\"", + "link": "https://animethemes.moe/video/Yawara-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Shoujo Jidai\"", + "link": "https://animethemes.moe/video/Yawara-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Itsumo Soko ni Kimi ga Ita\"", + "link": "https://animethemes.moe/video/Yawara-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "1264", + "title": "Yoroiden Samurai Troopers", + "year": "80s", + "themes": [ + { + "name": "OP1 \"Stardust Eyes\"", + "link": "https://animethemes.moe/video/YoroidenSamuraiTroopers-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Samurai Heart\"", + "link": "https://animethemes.moe/video/YoroidenSamuraiTroopers-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Far away\"", + "link": "https://animethemes.moe/video/YoroidenSamuraiTroopers-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"BE FREE\"", + "link": "https://animethemes.moe/video/YoroidenSamuraiTroopers-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "7160", + "title": "Yoroshiku Mechadock", + "year": "80s", + "themes": [ + { + "name": "OP \"Yoroshiku Tuning\"", + "link": "https://animethemes.moe/video/YoroshikuMechadock-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kimi ni Woo...!\"", + "link": "https://animethemes.moe/video/YoroshikuMechadock-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "311", + "title": "Ace wo Nerae!", + "year": "70s", + "themes": [ + { + "name": "OP \"Ace wo Nerae!\"", + "link": "https://animethemes.moe/video/AceWoNerae-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shiroi Tennis Court de\"", + "link": "https://animethemes.moe/video/AceWoNerae-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "313", + "title": "Ace wo Nerae! (1979)", + "year": "70s", + "themes": [ + { + "name": "OP \"Mabushii Kisetsu ni\"", + "link": "https://animethemes.moe/video/AceWoNeraeMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Haruka na Yume\"", + "link": "https://animethemes.moe/video/AceWoNeraeMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "283", + "title": "Akage no Anne", + "year": "70s", + "themes": [ + { + "name": "OP \"Kikoeru Kashira (I Wonder if You hear)\"", + "link": "https://animethemes.moe/video/AkageNoAnne-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Samenai Yume\"", + "link": "https://animethemes.moe/video/AkageNoAnne-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2225", + "title": "Alps no Shoujo Heidi", + "year": "70s", + "themes": [ + { + "name": "OP \"Oshiete\"", + "link": "https://animethemes.moe/video/AlpsNoShoujoHeidi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mattete Goran\"", + "link": "https://animethemes.moe/video/AlpsNoShoujoHeidi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8436", + "title": "Animentary: Ketsudan", + "year": "70s", + "themes": [ + { + "name": "OP \"Ketsudan\"", + "link": "https://animethemes.moe/video/AnimentaryKetsudan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Otoko Bushi\"", + "link": "https://animethemes.moe/video/AnimentaryKetsudan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2402", + "title": "Ashita no Joe", + "year": "70s", + "themes": [ + { + "name": "OP V1 \"Ashita no Joe\"", + "link": "https://animethemes.moe/video/AshitaNoJoe-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Ashita no Joe\"", + "link": "https://animethemes.moe/video/AshitaNoJoe-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Joe no Komoriuta\"", + "link": "https://animethemes.moe/video/AshitaNoJoe-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rikiishi Toru no Theme\"", + "link": "https://animethemes.moe/video/AshitaNoJoe-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5311", + "title": "Astroganger", + "year": "70s", + "themes": [ + { + "name": "OP \"Astroganger\"", + "link": "https://animethemes.moe/video/Astroganger-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Susume! Astroganger\"", + "link": "https://animethemes.moe/video/Astroganger-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1666", + "title": "Babel Nisei", + "year": "70s", + "themes": [ + { + "name": "OP \"Babel Nisei\"", + "link": "https://animethemes.moe/video/BabelNisei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Seigi no Chounouryoku Shounen\"", + "link": "https://animethemes.moe/video/BabelNisei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2800", + "title": "Candy Candy", + "year": "70s", + "themes": [ + { + "name": "OP \"Candy Candy\"", + "link": "https://animethemes.moe/video/CandyCandy-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ashita ga Suki\"", + "link": "https://animethemes.moe/video/CandyCandy-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8375", + "title": "Chogattai Majutsu Robot Ginguiser", + "year": "70s", + "themes": [ + { + "name": "OP \"Chougattai Majutsu Robot Ginguiser\"", + "link": "https://animethemes.moe/video/ChogattaiMajutsuRobotGinguiser-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sagashi ni Ikanaika\"", + "type": "ending" + } + ] + }, + { + "id": "1069", + "title": "Chou Denji Machine Voltes V", + "year": "70s", + "themes": [ + { + "name": "OP \"Voltes V no Uta\"", + "link": "https://animethemes.moe/video/ChouDenjiMachineVoltesV-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chichi wo Motomete\"", + "link": "https://animethemes.moe/video/ChouDenjiMachineVoltesV-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1068", + "title": "Chou Denji Robo Combattler V", + "year": "70s", + "themes": [ + { + "name": "OP \"Combattler V no Theme\"", + "link": "https://animethemes.moe/video/ChouDenjiRoboCombattlerV-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ike! Combattler V\"", + "type": "ending" + } + ] + }, + { + "id": "1661", + "title": "Cutey Honey", + "year": "70s", + "themes": [ + { + "name": "OP \"Cutey Honey\"", + "link": "https://animethemes.moe/video/CuteyHoney-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yogiri no Honey\"", + "link": "https://animethemes.moe/video/CuteyHoney-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4690", + "title": "Cyborg 009 (1979)", + "year": "70s", + "themes": [ + { + "name": "OP \"Dare ga Tame ni\"", + "link": "https://animethemes.moe/video/Cyborg009TV2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Itsu no Hi ka\"", + "link": "https://animethemes.moe/video/Cyborg009TV2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "956", + "title": "Daikuu Maryuu Gaiking", + "year": "70s", + "themes": [ + { + "name": "OP \"Daikuu Maryuu Gaiking\"", + "link": "https://animethemes.moe/video/DaikuuMaryuuGaiking-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hoshizora no Gaiking\"", + "link": "https://animethemes.moe/video/DaikuuMaryuuGaiking-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2252", + "title": "Devilman", + "year": "70s", + "themes": [ + { + "name": "OP \"Devilman no Uta\"", + "link": "https://animethemes.moe/video/Devilman-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Devilman-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kyou mo Doko ka de Devilman\"", + "link": "https://animethemes.moe/video/Devilman-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Devilman-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "1337", + "title": "Dororon Enma-kun", + "year": "70s", + "themes": [ + { + "name": "OP \"Dororon Enma-kun\"", + "link": "https://animethemes.moe/video/DororonEnmaKun-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Youkai ni Goyoujin\"", + "link": "https://animethemes.moe/video/DororonEnmaKun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5267", + "title": "Gamba no Bouken", + "year": "70s", + "themes": [ + { + "name": "OP \"Gamba no Uta\"", + "link": "https://animethemes.moe/video/GambaNoBouken-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Boukensha-tachi no Ballad\"", + "link": "https://animethemes.moe/video/GambaNoBouken-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6971", + "title": "Gegege no Kitarou", + "year": "70s", + "themes": [ + { + "name": "OP \"Gegege no Kitaro\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou1971-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Karan Koron no Uta\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou1971-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3579", + "title": "Getter Robo", + "year": "70s", + "themes": [ + { + "name": "OP \"Getter Robo!\"", + "link": "https://animethemes.moe/video/GetterRobo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gattai! Getter Robo\"", + "link": "https://animethemes.moe/video/GetterRobo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4486", + "title": "Getter Robo G", + "year": "70s", + "themes": [ + { + "name": "OP \"Getter Robo!\"", + "link": "https://animethemes.moe/video/GetterRoboG-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Fumetsu no Machine Getter Robo\"", + "link": "https://animethemes.moe/video/GetterRoboG-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1491", + "title": "Ginga Tetsudou 999", + "year": "70s", + "themes": [ + { + "name": "OP V1 \"Ginga Tetsudou 999\"", + "link": "https://animethemes.moe/video/GingaTetsudou999-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Ginga Tetsudou 999\"", + "link": "https://animethemes.moe/video/GingaTetsudou999-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Ginga Tetsudou 999\"", + "link": "https://animethemes.moe/video/GingaTetsudou999-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Aoi Chikyuu\"", + "link": "https://animethemes.moe/video/GingaTetsudou999-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Aoi Chikyuu\"", + "link": "https://animethemes.moe/video/GingaTetsudou999-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "5658", + "title": "Great Mazinger", + "year": "70s", + "themes": [ + { + "name": "OP \"Ore wa Great Mazinger\"", + "link": "https://animethemes.moe/video/GreatMazinger-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yuusha wa Mazinger\"", + "type": "ending" + } + ] + }, + { + "id": "5131", + "title": "Groizer X", + "year": "70s", + "themes": [ + { + "name": "OP \"Tobe! Groizer X\"", + "link": "https://animethemes.moe/video/GroizerX-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Go Go Groizer X\"", + "link": "https://animethemes.moe/video/GroizerX-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8763", + "title": "Hajime Ningen Gyatoruz", + "year": "70s", + "themes": [ + { + "name": "OP \"Hajime Ningen Gyatoruz\"", + "link": "https://animethemes.moe/video/HajimeNingenGyatoruz-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yatsura no Ashioto no Ballad\"", + "link": "https://animethemes.moe/video/HajimeNingenGyatoruz-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "20239", + "title": "Hana no Kakarichou", + "year": "70s", + "themes": [ + { + "name": "OP \"Hana no Kakarichou\"", + "link": "https://animethemes.moe/video/HanaNoKakarichou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aa! Hana no Kakarichou\"", + "link": "https://animethemes.moe/video/HanaNoKakarichou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4808", + "title": "Hurricane Polymar", + "year": "70s", + "themes": [ + { + "name": "OP \"Tatakae! Polymar\"", + "link": "https://animethemes.moe/video/HurricanePolymar-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tenshin Polymar\"", + "link": "https://animethemes.moe/video/HurricanePolymar-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2828", + "title": "Ie Naki Ko", + "year": "70s", + "themes": [ + { + "name": "OP V1 \"Saa Aruki Hajimeyou\"", + "link": "https://animethemes.moe/video/IeNakiKo-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Saa Aruki Hajimeyou\"", + "link": "https://animethemes.moe/video/IeNakiKo-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Harapeko March\"", + "link": "https://animethemes.moe/video/IeNakiKo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6087", + "title": "Jetter Mars", + "year": "70s", + "themes": [ + { + "name": "OP \"Mars 2015 Nen\"", + "link": "https://animethemes.moe/video/JetterMars-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shounen Mars\"", + "link": "https://animethemes.moe/video/JetterMars-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Oyasumi Mars\"", + "link": "https://animethemes.moe/video/JetterMars-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2389", + "title": "Kagaku Ninja-tai Gatchaman", + "year": "70s", + "themes": [ + { + "name": "OP1 \"Taosozu! Galactor\"", + "link": "https://animethemes.moe/video/KagakuNinjataiGatchaman-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Gatchaman no Uta\"", + "link": "https://animethemes.moe/video/KagakuNinjataiGatchaman-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Gatchaman no Uta\"", + "link": "https://animethemes.moe/video/KagakuNinjataiGatchaman-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Taosozu! Galactor\"", + "link": "https://animethemes.moe/video/KagakuNinjataiGatchaman-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6375", + "title": "Kagaku Ninja-tai Gatchaman F", + "year": "70s", + "themes": [ + { + "name": "OP \"Gatchaman Fighter\"", + "link": "https://animethemes.moe/video/KagakuNinjataiGatchamanF-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Bokura no Gatchaman\"", + "link": "https://animethemes.moe/video/KagakuNinjataiGatchamanF-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6374", + "title": "Kagaku Ninja-tai Gatchaman II", + "year": "70s", + "themes": [ + { + "name": "OP V1 \"Warera Gatchaman\"", + "link": "https://animethemes.moe/video/KagakuNinjataiGatchamanS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Warera Gatchaman\"", + "link": "https://animethemes.moe/video/KagakuNinjataiGatchamanS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ashita Yume Mite\"", + "link": "https://animethemes.moe/video/KagakuNinjataiGatchamanS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ashita Yume Mite\"", + "link": "https://animethemes.moe/video/KagakuNinjataiGatchamanS2-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "4198", + "title": "Koutetsu Jeeg", + "year": "70s", + "themes": [ + { + "name": "OP \"Kotetsu Zieg no Uta\"", + "link": "https://animethemes.moe/video/KoutetsuJeeg-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hiroshi no Theme\"", + "link": "https://animethemes.moe/video/KoutetsuJeeg-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1412", + "title": "Lupin III", + "year": "70s", + "themes": [ + { + "name": "OP1 \"Lupin Sansei Sono 1\"", + "link": "https://animethemes.moe/video/LupinIII-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"AFRO LUPIN '68\"", + "link": "https://animethemes.moe/video/LupinIII-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Lupin Sansei Sono 3\"", + "link": "https://animethemes.moe/video/LupinIII-OP3.webm", + "type": "opening" + }, + { + "name": "ED \"Lupin Sansei Sono 2\"", + "link": "https://animethemes.moe/video/LupinIII-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1425", + "title": "Lupin III: Part II", + "year": "70s", + "themes": [ + { + "name": "OP1 \"Theme from Lupin III '77\"", + "link": "https://animethemes.moe/video/LupinIIIPartII-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Theme from Lupin III (Vocal Version)\"", + "link": "https://animethemes.moe/video/LupinIIIPartII-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Theme from Lupin III '79\"", + "link": "https://animethemes.moe/video/LupinIIIPartII-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Theme from Lupin III '80\"", + "link": "https://animethemes.moe/video/LupinIIIPartII-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Love Theme\"", + "link": "https://animethemes.moe/video/LupinIIIPartII-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Love Theme (Vocal Version)\"", + "link": "https://animethemes.moe/video/LupinIIIPartII-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Love Squall\"", + "link": "https://animethemes.moe/video/LupinIIIPartII-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Love Is Everything\"", + "link": "https://animethemes.moe/video/LupinIIIPartII-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "3932", + "title": "Magnerobo Ga-Keen", + "year": "70s", + "themes": [ + { + "name": "OP \"Tatakae! Gakeen\"", + "link": "https://animethemes.moe/video/MagneroboGaKeen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Takeru to Mai no Uta\"", + "type": "ending" + } + ] + }, + { + "id": "2253", + "title": "Mazinger Z", + "year": "70s", + "themes": [ + { + "name": "OP V1 \"Mazinger Z\"", + "link": "https://animethemes.moe/video/MazingerZ-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Mazinger Z\"", + "type": "opening" + }, + { + "name": "ED V1 \"Bokura no Mazinger Z\"", + "link": "https://animethemes.moe/video/MazingerZ-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Bokura no Mazinger Z\"", + "type": "ending" + } + ] + }, + { + "id": "4411", + "title": "Mirai Robo Daltanias", + "year": "70s", + "themes": [ + { + "name": "OP \"Daltanias no Uta\"", + "link": "https://animethemes.moe/video/MiraiRoboDaltanias-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kenjin Otoko Iki\"", + "type": "ending" + } + ] + }, + { + "id": "302", + "title": "Mirai Shounen Conan", + "year": "70s", + "themes": [ + { + "name": "OP \"Ima Chikyu ga Mezameru\"", + "link": "https://animethemes.moe/video/MiraiShounenConan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shiawase no Yokan\"", + "link": "https://animethemes.moe/video/MiraiShounenConan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "80", + "title": "Mobile Suit Gundam", + "year": "70s", + "themes": [ + { + "name": "OP \"Tobe! Gundam (Fly! Gundam)\"", + "link": "https://animethemes.moe/video/Gundam-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Eien Ni Amuro (Forever Amuro)\"", + "link": "https://animethemes.moe/video/Gundam-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2200", + "title": "Muteki Choujin Zanbot 3", + "year": "70s", + "themes": [ + { + "name": "OP \"Ike! Zambot 3\"", + "link": "https://animethemes.moe/video/MutekiChoujinZanbot3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Uchuu no Hoshi yo Eien ni\"", + "link": "https://animethemes.moe/video/MutekiChoujinZanbot3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3305", + "title": "Muteki Koujin Daitarn 3", + "year": "70s", + "themes": [ + { + "name": "OP \"Come Here! Daitarn 3\"", + "link": "https://animethemes.moe/video/MutekiKoujinDaitarn3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Top de Tango\"", + "link": "https://animethemes.moe/video/MutekiKoujinDaitarn3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "338", + "title": "Rose of Versailles", + "year": "70s", + "themes": [ + { + "name": "OP \"Bara wa Utsukushiku Chiru\"", + "link": "https://animethemes.moe/video/RoseOfVersailles-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ai no Hikari to Kage\"", + "link": "https://animethemes.moe/video/RoseOfVersailles-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1236", + "title": "SF Saiyuuki Starzinger", + "year": "70s", + "themes": [ + { + "name": "OP1 \"Starzinger no Uta\"", + "link": "https://animethemes.moe/video/SFSaiyuukiStarzinger-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Uchuu no Senshi Starzinger\"", + "link": "https://animethemes.moe/video/SFSaiyuukiStarzinger-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Bokura no Starzinger\"", + "link": "https://animethemes.moe/video/SFSaiyuukiStarzinger-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hime no Tame nara\"", + "link": "https://animethemes.moe/video/SFSaiyuukiStarzinger-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hoshi ni Negai wo\"", + "link": "https://animethemes.moe/video/SFSaiyuukiStarzinger-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "8542", + "title": "Shin Ace wo Nerae!", + "year": "70s", + "themes": [ + { + "name": "OP \"Seishun ni Kakero!\"", + "link": "https://animethemes.moe/video/ShinAceWoNerae-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ashita ni Mukatte\"", + "link": "https://animethemes.moe/video/ShinAceWoNerae-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8139", + "title": "Shin Minashigo Hutch", + "year": "70s", + "themes": [ + { + "name": "OP \"Shin Minashigo Hutch\"", + "link": "https://animethemes.moe/video/ShinMinashigoHutch-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Utsukushi no Oka\"", + "link": "https://animethemes.moe/video/ShinMinashigoHutch-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4810", + "title": "Shinzou Ningen Casshern", + "year": "70s", + "themes": [ + { + "name": "OP \"Tatakae! Casshan\"", + "link": "https://animethemes.moe/video/ShinzouNingenCasshern-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Are wa Shinzo Ningen\"", + "link": "https://animethemes.moe/video/ShinzouNingenCasshern-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2618", + "title": "Takarajima", + "year": "70s", + "themes": [ + { + "name": "OP \"Takarajima\"", + "link": "https://animethemes.moe/video/Takarajima-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chiisana Funanori\"", + "link": "https://animethemes.moe/video/Takarajima-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2816", + "title": "Toushou Daimos", + "year": "70s", + "themes": [ + { + "name": "OP \"Tate! Toushou Daimos\"", + "link": "https://animethemes.moe/video/ToushouDaimos-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Erika no Ballad\"", + "type": "ending" + } + ] + }, + { + "id": "1000", + "title": "Uchuu Kaizoku Captain Harlock", + "year": "70s", + "themes": [ + { + "name": "OP V1 \"Captain Harlock\"", + "link": "https://animethemes.moe/video/UchuuKaizokuCaptainHarlock-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Captain Harlock\"", + "link": "https://animethemes.moe/video/UchuuKaizokuCaptainHarlock-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Warera no Tabidachi\"", + "link": "https://animethemes.moe/video/UchuuKaizokuCaptainHarlock-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10224", + "title": "Uchuu Majin Daikengou", + "year": "70s", + "themes": [ + { + "name": "OP \"Uchuu Majin Daikengo no Uta\"", + "link": "https://animethemes.moe/video/UchuuMajinDaikengou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Uchuu no Otoko Ryger\"", + "type": "ending" + } + ] + }, + { + "id": "1458", + "title": "Uchuu no Kishi Tekkaman", + "year": "70s", + "themes": [ + { + "name": "OP \"Tekkaman no Uta\"", + "link": "https://animethemes.moe/video/UchuuNoKishiTekkaman-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Space Knights no Uta\"", + "link": "https://animethemes.moe/video/UchuuNoKishiTekkaman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1650", + "title": "Uchuu Senkan Yamato", + "year": "70s", + "themes": [ + { + "name": "OP V1 \"Uchuu Senkan Yamato\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Uchuu Senkan Yamato\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Makka na Scarf\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1985", + "title": "UFO Robo Grendizer", + "year": "70s", + "themes": [ + { + "name": "OP V1 \"Tobe! Grendizer\"", + "link": "https://animethemes.moe/video/UFORoboGrendizer-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Tobe! Grendizer\"", + "link": "https://animethemes.moe/video/UFORoboGrendizer-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Uchuu no Ouja Grendizer\"", + "link": "https://animethemes.moe/video/UFORoboGrendizer-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Uchuu no Ouja Grendizer\"", + "link": "https://animethemes.moe/video/UFORoboGrendizer-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "2718", + "title": "Umi no Triton", + "year": "70s", + "themes": [ + { + "name": "OP \"Go! Go! Triton\"", + "link": "https://animethemes.moe/video/UmiNoTriton-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Umi no Triton\"", + "link": "https://animethemes.moe/video/UmiNoTriton-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1986", + "title": "Wakusei Robo Danguard Ace", + "year": "70s", + "themes": [ + { + "name": "OP V1 \"Suki Da Danguard Ace\"", + "link": "https://animethemes.moe/video/WakuseiRoboDanguardAce-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Suki Da Danguard Ace\"", + "link": "https://animethemes.moe/video/WakuseiRoboDanguardAce-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Sono Na mo Takuma Uchuu Pilot\"", + "link": "https://animethemes.moe/video/WakuseiRoboDanguardAce-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Sono Na mo Takuma Uchuu Pilot\"", + "link": "https://animethemes.moe/video/WakuseiRoboDanguardAce-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "4615", + "title": "Yama Nezumi Rocky Chuck", + "year": "70s", + "themes": [ + { + "name": "OP \"Midori no Hidamari\"", + "link": "https://animethemes.moe/video/YamaNezumiRockyChuck-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Rocky to Polly\"", + "link": "https://animethemes.moe/video/YamaNezumiRockyChuck-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2128", + "title": "Yuusha Raideen", + "year": "70s", + "themes": [ + { + "name": "OP \"Yuusha Raideen\"", + "link": "https://animethemes.moe/video/YuushaRaideen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ore wa Akira Da\"", + "link": "https://animethemes.moe/video/YuushaRaideen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1550", + "title": "Attack No.1", + "year": "60s", + "themes": [ + { + "name": "OP \"Attack No. 1\"", + "link": "https://animethemes.moe/video/AttackNo1-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Bon Bo Bon\"", + "link": "https://animethemes.moe/video/AttackNo1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9613", + "title": "Big X", + "year": "60s", + "themes": [ + { + "name": "OP \"Big X\"", + "link": "https://animethemes.moe/video/BigX-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "8394", + "title": "Cyborg 009 (TV)", + "year": "60s", + "themes": [ + { + "name": "OP \"Cyborg 009\"", + "link": "https://animethemes.moe/video/Cyborg009TV-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tatakai Owatte\"", + "link": "https://animethemes.moe/video/Cyborg009TV-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5760", + "title": "Dororo to Hyakkimaru", + "year": "60s", + "themes": [ + { + "name": "OP \"Dororo no Uta\"", + "link": "https://animethemes.moe/video/DororoToHyakkimaru-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dororo no Uta\"", + "link": "https://animethemes.moe/video/DororoToHyakkimaru-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5052", + "title": "Eightman", + "year": "60s", + "themes": [ + { + "name": "OP \"8 Man\"", + "link": "https://animethemes.moe/video/Eightman-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Eight Man (instrumental only)\"", + "link": "https://animethemes.moe/video/Eightman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5688", + "title": "Gegege no Kitarou", + "year": "60s", + "themes": [ + { + "name": "OP \"Gegege no Kitarou\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Karan Koron no Uta\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3285", + "title": "Himitsu no Akko-chan", + "year": "60s", + "themes": [ + { + "name": "OP \"Himitsu no Akko-chan\"", + "link": "https://animethemes.moe/video/HimitsuNoAkkoChan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sukisuki Song\"", + "link": "https://animethemes.moe/video/HimitsuNoAkkoChan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19681", + "title": "Hustle Punch", + "year": "60s", + "themes": [ + { + "name": "OP \"Hustle Punch no Uta\"", + "link": "https://animethemes.moe/video/HustlePunch-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hustle Punch no Uta\"", + "link": "https://animethemes.moe/video/HustlePunch-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8899", + "title": "Kaitei Shounen Marine", + "year": "60s", + "themes": [ + { + "name": "OP \"Kaitei Shounen Marine\"", + "link": "https://animethemes.moe/video/KaiteiShounenMarine-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Boku Whitey\"", + "link": "https://animethemes.moe/video/KaiteiShounenMarine-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1445", + "title": "Mach GoGoGo", + "year": "60s", + "themes": [ + { + "name": "OP \"Mach GoGoGo\"", + "link": "https://animethemes.moe/video/MachGoGoGo-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "3356", + "title": "Mahoutsukai Sally", + "year": "60s", + "themes": [ + { + "name": "OP V1 \"Mahoutsukai Sally no Uta\"", + "link": "https://animethemes.moe/video/MahoutsukaiSally-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Mahoutsukai Sally no Uta\"", + "link": "https://animethemes.moe/video/MahoutsukaiSally-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mahou no Mambo\"", + "link": "https://animethemes.moe/video/MahoutsukaiSally-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Itazura no Uta\"", + "link": "https://animethemes.moe/video/MahoutsukaiSally-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5023", + "title": "Ninpuu Kamui Gaiden", + "year": "60s", + "themes": [ + { + "name": "OP \"Shinobi no Theme (Instrumental)\"", + "link": "https://animethemes.moe/video/NinpuuKamuiGaiden-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shinobi no Theme\"", + "link": "https://animethemes.moe/video/NinpuuKamuiGaiden-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3024", + "title": "Ribbon no Kishi", + "year": "60s", + "themes": [ + { + "name": "OP \"Ribbon No Kishi\"", + "link": "https://animethemes.moe/video/RibbonNoKishi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ribbon No March\"", + "link": "https://animethemes.moe/video/RibbonNoKishi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2686", + "title": "Tetsujin 28-gou", + "year": "60s", + "themes": [ + { + "name": "OP1 \"Tetsujin 28-gou\"", + "link": "https://animethemes.moe/video/Tetsujin28gou-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Tetsujin 28-gou no Uta\"", + "type": "opening" + }, + { + "name": "ED1 \"Shoutarou no March (Instrumental)\"", + "type": "ending" + }, + { + "name": "ED2 \"Susume Shoutarou\"", + "type": "ending" + } + ] + }, + { + "id": "2747", + "title": "Tetsuwan Atom", + "year": "60s", + "themes": [ + { + "name": "OP V1 \"Tetsuwan Atom\"", + "link": "https://animethemes.moe/video/TetsuwanAtom-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TetsuwanAtom-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Tetsuwan Atom\"", + "link": "https://animethemes.moe/video/TetsuwanAtom-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Tetsuwan Atom\"", + "link": "https://animethemes.moe/video/TetsuwanAtom-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Tetsuwan Atom\"", + "link": "https://animethemes.moe/video/TetsuwanAtom-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3009", + "title": "Tiger Mask", + "year": "60s", + "themes": [ + { + "name": "OP \"Ike! Tiger Mask\"", + "link": "https://animethemes.moe/video/TigerMask-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Minashigo no Ballad\"", + "link": "https://animethemes.moe/video/TigerMask-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12835", + "title": "Umeboshi Denka", + "year": "60s", + "themes": [ + { + "name": "OP \"Umeboshi Denka Konnichiwa\"", + "link": "https://animethemes.moe/video/UmeboshiDenka-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Umeboshi Denka Konnichiwa\"", + "link": "https://animethemes.moe/video/UmeboshiDenka-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4044", + "title": "Youkai Ningen Bem", + "year": "60s", + "themes": [ + { + "name": "OP \"Youkai Ningen Bem\"", + "link": "https://animethemes.moe/video/YoukaiNingenBem-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Bero wa Tomodachi\"", + "link": "https://animethemes.moe/video/YoukaiNingenBem-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12767", + "title": "Yuusei Kamen", + "year": "60s", + "themes": [ + { + "name": "OP \"Yuusei Kamen\"", + "link": "https://animethemes.moe/video/YuuseiKamen-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "311", + "title": "Ace wo Nerae!", + "year": "70s", + "themes": [ + { + "name": "OP \"Ace wo Nerae!\"", + "link": "https://animethemes.moe/video/AceWoNerae-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shiroi Tennis Court de\"", + "link": "https://animethemes.moe/video/AceWoNerae-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "313", + "title": "Ace wo Nerae! (1979)", + "year": "70s", + "themes": [ + { + "name": "OP \"Mabushii Kisetsu ni\"", + "link": "https://animethemes.moe/video/AceWoNeraeMovie-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Haruka na Yume\"", + "link": "https://animethemes.moe/video/AceWoNeraeMovie-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "283", + "title": "Akage no Anne", + "year": "70s", + "themes": [ + { + "name": "OP \"Kikoeru Kashira (I Wonder if You hear)\"", + "link": "https://animethemes.moe/video/AkageNoAnne-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Samenai Yume\"", + "link": "https://animethemes.moe/video/AkageNoAnne-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2225", + "title": "Alps no Shoujo Heidi", + "year": "70s", + "themes": [ + { + "name": "OP \"Oshiete\"", + "link": "https://animethemes.moe/video/AlpsNoShoujoHeidi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Mattete Goran\"", + "link": "https://animethemes.moe/video/AlpsNoShoujoHeidi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8436", + "title": "Animentary: Ketsudan", + "year": "70s", + "themes": [ + { + "name": "OP \"Ketsudan\"", + "link": "https://animethemes.moe/video/AnimentaryKetsudan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Otoko Bushi\"", + "link": "https://animethemes.moe/video/AnimentaryKetsudan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2402", + "title": "Ashita no Joe", + "year": "70s", + "themes": [ + { + "name": "OP V1 \"Ashita no Joe\"", + "link": "https://animethemes.moe/video/AshitaNoJoe-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Ashita no Joe\"", + "link": "https://animethemes.moe/video/AshitaNoJoe-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Joe no Komoriuta\"", + "link": "https://animethemes.moe/video/AshitaNoJoe-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Rikiishi Toru no Theme\"", + "link": "https://animethemes.moe/video/AshitaNoJoe-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5311", + "title": "Astroganger", + "year": "70s", + "themes": [ + { + "name": "OP \"Astroganger\"", + "link": "https://animethemes.moe/video/Astroganger-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Susume! Astroganger\"", + "link": "https://animethemes.moe/video/Astroganger-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1666", + "title": "Babel Nisei", + "year": "70s", + "themes": [ + { + "name": "OP \"Babel Nisei\"", + "link": "https://animethemes.moe/video/BabelNisei-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Seigi no Chounouryoku Shounen\"", + "link": "https://animethemes.moe/video/BabelNisei-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2800", + "title": "Candy Candy", + "year": "70s", + "themes": [ + { + "name": "OP \"Candy Candy\"", + "link": "https://animethemes.moe/video/CandyCandy-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ashita ga Suki\"", + "link": "https://animethemes.moe/video/CandyCandy-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8375", + "title": "Chogattai Majutsu Robot Ginguiser", + "year": "70s", + "themes": [ + { + "name": "OP \"Chougattai Majutsu Robot Ginguiser\"", + "link": "https://animethemes.moe/video/ChogattaiMajutsuRobotGinguiser-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sagashi ni Ikanaika\"", + "type": "ending" + } + ] + }, + { + "id": "1069", + "title": "Chou Denji Machine Voltes V", + "year": "70s", + "themes": [ + { + "name": "OP \"Voltes V no Uta\"", + "link": "https://animethemes.moe/video/ChouDenjiMachineVoltesV-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chichi wo Motomete\"", + "link": "https://animethemes.moe/video/ChouDenjiMachineVoltesV-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1068", + "title": "Chou Denji Robo Combattler V", + "year": "70s", + "themes": [ + { + "name": "OP \"Combattler V no Theme\"", + "link": "https://animethemes.moe/video/ChouDenjiRoboCombattlerV-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ike! Combattler V\"", + "type": "ending" + } + ] + }, + { + "id": "1661", + "title": "Cutey Honey", + "year": "70s", + "themes": [ + { + "name": "OP \"Cutey Honey\"", + "link": "https://animethemes.moe/video/CuteyHoney-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yogiri no Honey\"", + "link": "https://animethemes.moe/video/CuteyHoney-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4690", + "title": "Cyborg 009 (1979)", + "year": "70s", + "themes": [ + { + "name": "OP \"Dare ga Tame ni\"", + "link": "https://animethemes.moe/video/Cyborg009TV2-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Itsu no Hi ka\"", + "link": "https://animethemes.moe/video/Cyborg009TV2-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "956", + "title": "Daikuu Maryuu Gaiking", + "year": "70s", + "themes": [ + { + "name": "OP \"Daikuu Maryuu Gaiking\"", + "link": "https://animethemes.moe/video/DaikuuMaryuuGaiking-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hoshizora no Gaiking\"", + "link": "https://animethemes.moe/video/DaikuuMaryuuGaiking-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2252", + "title": "Devilman", + "year": "70s", + "themes": [ + { + "name": "OP \"Devilman no Uta\"", + "link": "https://animethemes.moe/video/Devilman-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Devilman-OP1-NCBD1080.webm", + "type": "ending" + }, + { + "name": "ED \"Kyou mo Doko ka de Devilman\"", + "link": "https://animethemes.moe/video/Devilman-ED1.webm", + "type": "ending" + }, + { + "name": "", + "link": "https://animethemes.moe/video/Devilman-ED1-NCBD1080.webm", + "type": "ending" + } + ] + }, + { + "id": "1337", + "title": "Dororon Enma-kun", + "year": "70s", + "themes": [ + { + "name": "OP \"Dororon Enma-kun\"", + "link": "https://animethemes.moe/video/DororonEnmaKun-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Youkai ni Goyoujin\"", + "link": "https://animethemes.moe/video/DororonEnmaKun-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5267", + "title": "Gamba no Bouken", + "year": "70s", + "themes": [ + { + "name": "OP \"Gamba no Uta\"", + "link": "https://animethemes.moe/video/GambaNoBouken-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Boukensha-tachi no Ballad\"", + "link": "https://animethemes.moe/video/GambaNoBouken-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6971", + "title": "Gegege no Kitarou", + "year": "70s", + "themes": [ + { + "name": "OP \"Gegege no Kitaro\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou1971-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Karan Koron no Uta\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou1971-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3579", + "title": "Getter Robo", + "year": "70s", + "themes": [ + { + "name": "OP \"Getter Robo!\"", + "link": "https://animethemes.moe/video/GetterRobo-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Gattai! Getter Robo\"", + "link": "https://animethemes.moe/video/GetterRobo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4486", + "title": "Getter Robo G", + "year": "70s", + "themes": [ + { + "name": "OP \"Getter Robo!\"", + "link": "https://animethemes.moe/video/GetterRoboG-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Fumetsu no Machine Getter Robo\"", + "link": "https://animethemes.moe/video/GetterRoboG-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1491", + "title": "Ginga Tetsudou 999", + "year": "70s", + "themes": [ + { + "name": "OP V1 \"Ginga Tetsudou 999\"", + "link": "https://animethemes.moe/video/GingaTetsudou999-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Ginga Tetsudou 999\"", + "link": "https://animethemes.moe/video/GingaTetsudou999-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Ginga Tetsudou 999\"", + "link": "https://animethemes.moe/video/GingaTetsudou999-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Aoi Chikyuu\"", + "link": "https://animethemes.moe/video/GingaTetsudou999-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Aoi Chikyuu\"", + "link": "https://animethemes.moe/video/GingaTetsudou999-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "5658", + "title": "Great Mazinger", + "year": "70s", + "themes": [ + { + "name": "OP \"Ore wa Great Mazinger\"", + "link": "https://animethemes.moe/video/GreatMazinger-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yuusha wa Mazinger\"", + "type": "ending" + } + ] + }, + { + "id": "5131", + "title": "Groizer X", + "year": "70s", + "themes": [ + { + "name": "OP \"Tobe! Groizer X\"", + "link": "https://animethemes.moe/video/GroizerX-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Go Go Groizer X\"", + "link": "https://animethemes.moe/video/GroizerX-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8763", + "title": "Hajime Ningen Gyatoruz", + "year": "70s", + "themes": [ + { + "name": "OP \"Hajime Ningen Gyatoruz\"", + "link": "https://animethemes.moe/video/HajimeNingenGyatoruz-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Yatsura no Ashioto no Ballad\"", + "link": "https://animethemes.moe/video/HajimeNingenGyatoruz-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "20239", + "title": "Hana no Kakarichou", + "year": "70s", + "themes": [ + { + "name": "OP \"Hana no Kakarichou\"", + "link": "https://animethemes.moe/video/HanaNoKakarichou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Aa! Hana no Kakarichou\"", + "link": "https://animethemes.moe/video/HanaNoKakarichou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4808", + "title": "Hurricane Polymar", + "year": "70s", + "themes": [ + { + "name": "OP \"Tatakae! Polymar\"", + "link": "https://animethemes.moe/video/HurricanePolymar-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tenshin Polymar\"", + "link": "https://animethemes.moe/video/HurricanePolymar-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2828", + "title": "Ie Naki Ko", + "year": "70s", + "themes": [ + { + "name": "OP V1 \"Saa Aruki Hajimeyou\"", + "link": "https://animethemes.moe/video/IeNakiKo-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Saa Aruki Hajimeyou\"", + "link": "https://animethemes.moe/video/IeNakiKo-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Harapeko March\"", + "link": "https://animethemes.moe/video/IeNakiKo-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6087", + "title": "Jetter Mars", + "year": "70s", + "themes": [ + { + "name": "OP \"Mars 2015 Nen\"", + "link": "https://animethemes.moe/video/JetterMars-OP1.webm", + "type": "opening" + }, + { + "name": "ED1 \"Shounen Mars\"", + "link": "https://animethemes.moe/video/JetterMars-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Oyasumi Mars\"", + "link": "https://animethemes.moe/video/JetterMars-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "2389", + "title": "Kagaku Ninja-tai Gatchaman", + "year": "70s", + "themes": [ + { + "name": "OP1 \"Taosozu! Galactor\"", + "link": "https://animethemes.moe/video/KagakuNinjataiGatchaman-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Gatchaman no Uta\"", + "link": "https://animethemes.moe/video/KagakuNinjataiGatchaman-OP2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Gatchaman no Uta\"", + "link": "https://animethemes.moe/video/KagakuNinjataiGatchaman-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Taosozu! Galactor\"", + "link": "https://animethemes.moe/video/KagakuNinjataiGatchaman-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "6375", + "title": "Kagaku Ninja-tai Gatchaman F", + "year": "70s", + "themes": [ + { + "name": "OP \"Gatchaman Fighter\"", + "link": "https://animethemes.moe/video/KagakuNinjataiGatchamanF-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Bokura no Gatchaman\"", + "link": "https://animethemes.moe/video/KagakuNinjataiGatchamanF-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "6374", + "title": "Kagaku Ninja-tai Gatchaman II", + "year": "70s", + "themes": [ + { + "name": "OP V1 \"Warera Gatchaman\"", + "link": "https://animethemes.moe/video/KagakuNinjataiGatchamanS2-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Warera Gatchaman\"", + "link": "https://animethemes.moe/video/KagakuNinjataiGatchamanS2-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Ashita Yume Mite\"", + "link": "https://animethemes.moe/video/KagakuNinjataiGatchamanS2-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Ashita Yume Mite\"", + "link": "https://animethemes.moe/video/KagakuNinjataiGatchamanS2-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "4198", + "title": "Koutetsu Jeeg", + "year": "70s", + "themes": [ + { + "name": "OP \"Kotetsu Zieg no Uta\"", + "link": "https://animethemes.moe/video/KoutetsuJeeg-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hiroshi no Theme\"", + "link": "https://animethemes.moe/video/KoutetsuJeeg-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1412", + "title": "Lupin III", + "year": "70s", + "themes": [ + { + "name": "OP1 \"Lupin Sansei Sono 1\"", + "link": "https://animethemes.moe/video/LupinIII-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"AFRO LUPIN '68\"", + "link": "https://animethemes.moe/video/LupinIII-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Lupin Sansei Sono 3\"", + "link": "https://animethemes.moe/video/LupinIII-OP3.webm", + "type": "opening" + }, + { + "name": "ED \"Lupin Sansei Sono 2\"", + "link": "https://animethemes.moe/video/LupinIII-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1425", + "title": "Lupin III: Part II", + "year": "70s", + "themes": [ + { + "name": "OP1 \"Theme from Lupin III '77\"", + "link": "https://animethemes.moe/video/LupinIIIPartII-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Theme from Lupin III (Vocal Version)\"", + "link": "https://animethemes.moe/video/LupinIIIPartII-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Theme from Lupin III '79\"", + "link": "https://animethemes.moe/video/LupinIIIPartII-OP3.webm", + "type": "opening" + }, + { + "name": "OP4 \"Theme from Lupin III '80\"", + "link": "https://animethemes.moe/video/LupinIIIPartII-OP4.webm", + "type": "opening" + }, + { + "name": "ED1 \"Love Theme\"", + "link": "https://animethemes.moe/video/LupinIIIPartII-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Love Theme (Vocal Version)\"", + "link": "https://animethemes.moe/video/LupinIIIPartII-ED2.webm", + "type": "ending" + }, + { + "name": "ED3 \"Love Squall\"", + "link": "https://animethemes.moe/video/LupinIIIPartII-ED3.webm", + "type": "ending" + }, + { + "name": "ED4 \"Love Is Everything\"", + "link": "https://animethemes.moe/video/LupinIIIPartII-ED4.webm", + "type": "ending" + } + ] + }, + { + "id": "3932", + "title": "Magnerobo Ga-Keen", + "year": "70s", + "themes": [ + { + "name": "OP \"Tatakae! Gakeen\"", + "link": "https://animethemes.moe/video/MagneroboGaKeen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Takeru to Mai no Uta\"", + "type": "ending" + } + ] + }, + { + "id": "2253", + "title": "Mazinger Z", + "year": "70s", + "themes": [ + { + "name": "OP V1 \"Mazinger Z\"", + "link": "https://animethemes.moe/video/MazingerZ-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Mazinger Z\"", + "type": "opening" + }, + { + "name": "ED V1 \"Bokura no Mazinger Z\"", + "link": "https://animethemes.moe/video/MazingerZ-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Bokura no Mazinger Z\"", + "type": "ending" + } + ] + }, + { + "id": "4411", + "title": "Mirai Robo Daltanias", + "year": "70s", + "themes": [ + { + "name": "OP \"Daltanias no Uta\"", + "link": "https://animethemes.moe/video/MiraiRoboDaltanias-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Kenjin Otoko Iki\"", + "type": "ending" + } + ] + }, + { + "id": "302", + "title": "Mirai Shounen Conan", + "year": "70s", + "themes": [ + { + "name": "OP \"Ima Chikyu ga Mezameru\"", + "link": "https://animethemes.moe/video/MiraiShounenConan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shiawase no Yokan\"", + "link": "https://animethemes.moe/video/MiraiShounenConan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "80", + "title": "Mobile Suit Gundam", + "year": "70s", + "themes": [ + { + "name": "OP \"Tobe! Gundam (Fly! Gundam)\"", + "link": "https://animethemes.moe/video/Gundam-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Eien Ni Amuro (Forever Amuro)\"", + "link": "https://animethemes.moe/video/Gundam-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2200", + "title": "Muteki Choujin Zanbot 3", + "year": "70s", + "themes": [ + { + "name": "OP \"Ike! Zambot 3\"", + "link": "https://animethemes.moe/video/MutekiChoujinZanbot3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Uchuu no Hoshi yo Eien ni\"", + "link": "https://animethemes.moe/video/MutekiChoujinZanbot3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3305", + "title": "Muteki Koujin Daitarn 3", + "year": "70s", + "themes": [ + { + "name": "OP \"Come Here! Daitarn 3\"", + "link": "https://animethemes.moe/video/MutekiKoujinDaitarn3-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Top de Tango\"", + "link": "https://animethemes.moe/video/MutekiKoujinDaitarn3-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "338", + "title": "Rose of Versailles", + "year": "70s", + "themes": [ + { + "name": "OP \"Bara wa Utsukushiku Chiru\"", + "link": "https://animethemes.moe/video/RoseOfVersailles-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ai no Hikari to Kage\"", + "link": "https://animethemes.moe/video/RoseOfVersailles-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1236", + "title": "SF Saiyuuki Starzinger", + "year": "70s", + "themes": [ + { + "name": "OP1 \"Starzinger no Uta\"", + "link": "https://animethemes.moe/video/SFSaiyuukiStarzinger-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Uchuu no Senshi Starzinger\"", + "link": "https://animethemes.moe/video/SFSaiyuukiStarzinger-OP2.webm", + "type": "opening" + }, + { + "name": "OP3 \"Bokura no Starzinger\"", + "link": "https://animethemes.moe/video/SFSaiyuukiStarzinger-OP3.webm", + "type": "opening" + }, + { + "name": "ED1 \"Hime no Tame nara\"", + "link": "https://animethemes.moe/video/SFSaiyuukiStarzinger-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Hoshi ni Negai wo\"", + "link": "https://animethemes.moe/video/SFSaiyuukiStarzinger-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "8542", + "title": "Shin Ace wo Nerae!", + "year": "70s", + "themes": [ + { + "name": "OP \"Seishun ni Kakero!\"", + "link": "https://animethemes.moe/video/ShinAceWoNerae-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ashita ni Mukatte\"", + "link": "https://animethemes.moe/video/ShinAceWoNerae-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8139", + "title": "Shin Minashigo Hutch", + "year": "70s", + "themes": [ + { + "name": "OP \"Shin Minashigo Hutch\"", + "link": "https://animethemes.moe/video/ShinMinashigoHutch-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Utsukushi no Oka\"", + "link": "https://animethemes.moe/video/ShinMinashigoHutch-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4810", + "title": "Shinzou Ningen Casshern", + "year": "70s", + "themes": [ + { + "name": "OP \"Tatakae! Casshan\"", + "link": "https://animethemes.moe/video/ShinzouNingenCasshern-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Are wa Shinzo Ningen\"", + "link": "https://animethemes.moe/video/ShinzouNingenCasshern-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2618", + "title": "Takarajima", + "year": "70s", + "themes": [ + { + "name": "OP \"Takarajima\"", + "link": "https://animethemes.moe/video/Takarajima-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Chiisana Funanori\"", + "link": "https://animethemes.moe/video/Takarajima-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2816", + "title": "Toushou Daimos", + "year": "70s", + "themes": [ + { + "name": "OP \"Tate! Toushou Daimos\"", + "link": "https://animethemes.moe/video/ToushouDaimos-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Erika no Ballad\"", + "type": "ending" + } + ] + }, + { + "id": "1000", + "title": "Uchuu Kaizoku Captain Harlock", + "year": "70s", + "themes": [ + { + "name": "OP V1 \"Captain Harlock\"", + "link": "https://animethemes.moe/video/UchuuKaizokuCaptainHarlock-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Captain Harlock\"", + "link": "https://animethemes.moe/video/UchuuKaizokuCaptainHarlock-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Warera no Tabidachi\"", + "link": "https://animethemes.moe/video/UchuuKaizokuCaptainHarlock-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "10224", + "title": "Uchuu Majin Daikengou", + "year": "70s", + "themes": [ + { + "name": "OP \"Uchuu Majin Daikengo no Uta\"", + "link": "https://animethemes.moe/video/UchuuMajinDaikengou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Uchuu no Otoko Ryger\"", + "type": "ending" + } + ] + }, + { + "id": "1458", + "title": "Uchuu no Kishi Tekkaman", + "year": "70s", + "themes": [ + { + "name": "OP \"Tekkaman no Uta\"", + "link": "https://animethemes.moe/video/UchuuNoKishiTekkaman-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Space Knights no Uta\"", + "link": "https://animethemes.moe/video/UchuuNoKishiTekkaman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1650", + "title": "Uchuu Senkan Yamato", + "year": "70s", + "themes": [ + { + "name": "OP V1 \"Uchuu Senkan Yamato\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Uchuu Senkan Yamato\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED \"Makka na Scarf\"", + "link": "https://animethemes.moe/video/UchuuSenkanYamato-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1985", + "title": "UFO Robo Grendizer", + "year": "70s", + "themes": [ + { + "name": "OP V1 \"Tobe! Grendizer\"", + "link": "https://animethemes.moe/video/UFORoboGrendizer-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Tobe! Grendizer\"", + "link": "https://animethemes.moe/video/UFORoboGrendizer-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Uchuu no Ouja Grendizer\"", + "link": "https://animethemes.moe/video/UFORoboGrendizer-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Uchuu no Ouja Grendizer\"", + "link": "https://animethemes.moe/video/UFORoboGrendizer-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "2718", + "title": "Umi no Triton", + "year": "70s", + "themes": [ + { + "name": "OP \"Go! Go! Triton\"", + "link": "https://animethemes.moe/video/UmiNoTriton-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Umi no Triton\"", + "link": "https://animethemes.moe/video/UmiNoTriton-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1986", + "title": "Wakusei Robo Danguard Ace", + "year": "70s", + "themes": [ + { + "name": "OP V1 \"Suki Da Danguard Ace\"", + "link": "https://animethemes.moe/video/WakuseiRoboDanguardAce-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Suki Da Danguard Ace\"", + "link": "https://animethemes.moe/video/WakuseiRoboDanguardAce-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED V1 \"Sono Na mo Takuma Uchuu Pilot\"", + "link": "https://animethemes.moe/video/WakuseiRoboDanguardAce-ED1.webm", + "type": "ending" + }, + { + "name": "ED V2 \"Sono Na mo Takuma Uchuu Pilot\"", + "link": "https://animethemes.moe/video/WakuseiRoboDanguardAce-ED1v2.webm", + "type": "ending" + } + ] + }, + { + "id": "4615", + "title": "Yama Nezumi Rocky Chuck", + "year": "70s", + "themes": [ + { + "name": "OP \"Midori no Hidamari\"", + "link": "https://animethemes.moe/video/YamaNezumiRockyChuck-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Rocky to Polly\"", + "link": "https://animethemes.moe/video/YamaNezumiRockyChuck-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2128", + "title": "Yuusha Raideen", + "year": "70s", + "themes": [ + { + "name": "OP \"Yuusha Raideen\"", + "link": "https://animethemes.moe/video/YuushaRaideen-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ore wa Akira Da\"", + "link": "https://animethemes.moe/video/YuushaRaideen-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1550", + "title": "Attack No.1", + "year": "60s", + "themes": [ + { + "name": "OP \"Attack No. 1\"", + "link": "https://animethemes.moe/video/AttackNo1-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Bon Bo Bon\"", + "link": "https://animethemes.moe/video/AttackNo1-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "9613", + "title": "Big X", + "year": "60s", + "themes": [ + { + "name": "OP \"Big X\"", + "link": "https://animethemes.moe/video/BigX-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "8394", + "title": "Cyborg 009 (TV)", + "year": "60s", + "themes": [ + { + "name": "OP \"Cyborg 009\"", + "link": "https://animethemes.moe/video/Cyborg009TV-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Tatakai Owatte\"", + "link": "https://animethemes.moe/video/Cyborg009TV-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5760", + "title": "Dororo to Hyakkimaru", + "year": "60s", + "themes": [ + { + "name": "OP \"Dororo no Uta\"", + "link": "https://animethemes.moe/video/DororoToHyakkimaru-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Dororo no Uta\"", + "link": "https://animethemes.moe/video/DororoToHyakkimaru-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5052", + "title": "Eightman", + "year": "60s", + "themes": [ + { + "name": "OP \"8 Man\"", + "link": "https://animethemes.moe/video/Eightman-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Eight Man (instrumental only)\"", + "link": "https://animethemes.moe/video/Eightman-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "5688", + "title": "Gegege no Kitarou", + "year": "60s", + "themes": [ + { + "name": "OP \"Gegege no Kitarou\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Karan Koron no Uta\"", + "link": "https://animethemes.moe/video/GegegeNoKitarou-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3285", + "title": "Himitsu no Akko-chan", + "year": "60s", + "themes": [ + { + "name": "OP \"Himitsu no Akko-chan\"", + "link": "https://animethemes.moe/video/HimitsuNoAkkoChan-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Sukisuki Song\"", + "link": "https://animethemes.moe/video/HimitsuNoAkkoChan-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "19681", + "title": "Hustle Punch", + "year": "60s", + "themes": [ + { + "name": "OP \"Hustle Punch no Uta\"", + "link": "https://animethemes.moe/video/HustlePunch-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Hustle Punch no Uta\"", + "link": "https://animethemes.moe/video/HustlePunch-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "8899", + "title": "Kaitei Shounen Marine", + "year": "60s", + "themes": [ + { + "name": "OP \"Kaitei Shounen Marine\"", + "link": "https://animethemes.moe/video/KaiteiShounenMarine-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Boku Whitey\"", + "link": "https://animethemes.moe/video/KaiteiShounenMarine-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "1445", + "title": "Mach GoGoGo", + "year": "60s", + "themes": [ + { + "name": "OP \"Mach GoGoGo\"", + "link": "https://animethemes.moe/video/MachGoGoGo-OP1.webm", + "type": "opening" + } + ] + }, + { + "id": "3356", + "title": "Mahoutsukai Sally", + "year": "60s", + "themes": [ + { + "name": "OP V1 \"Mahoutsukai Sally no Uta\"", + "link": "https://animethemes.moe/video/MahoutsukaiSally-OP1.webm", + "type": "opening" + }, + { + "name": "OP V2 \"Mahoutsukai Sally no Uta\"", + "link": "https://animethemes.moe/video/MahoutsukaiSally-OP1v2.webm", + "type": "opening" + }, + { + "name": "ED1 \"Mahou no Mambo\"", + "link": "https://animethemes.moe/video/MahoutsukaiSally-ED1.webm", + "type": "ending" + }, + { + "name": "ED2 \"Itazura no Uta\"", + "link": "https://animethemes.moe/video/MahoutsukaiSally-ED2.webm", + "type": "ending" + } + ] + }, + { + "id": "5023", + "title": "Ninpuu Kamui Gaiden", + "year": "60s", + "themes": [ + { + "name": "OP \"Shinobi no Theme (Instrumental)\"", + "link": "https://animethemes.moe/video/NinpuuKamuiGaiden-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Shinobi no Theme\"", + "link": "https://animethemes.moe/video/NinpuuKamuiGaiden-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3024", + "title": "Ribbon no Kishi", + "year": "60s", + "themes": [ + { + "name": "OP \"Ribbon No Kishi\"", + "link": "https://animethemes.moe/video/RibbonNoKishi-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Ribbon No March\"", + "link": "https://animethemes.moe/video/RibbonNoKishi-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "2686", + "title": "Tetsujin 28-gou", + "year": "60s", + "themes": [ + { + "name": "OP1 \"Tetsujin 28-gou\"", + "link": "https://animethemes.moe/video/Tetsujin28gou-OP1.webm", + "type": "opening" + }, + { + "name": "OP2 \"Tetsujin 28-gou no Uta\"", + "type": "opening" + }, + { + "name": "ED1 \"Shoutarou no March (Instrumental)\"", + "type": "ending" + }, + { + "name": "ED2 \"Susume Shoutarou\"", + "type": "ending" + } + ] + }, + { + "id": "2747", + "title": "Tetsuwan Atom", + "year": "60s", + "themes": [ + { + "name": "OP V1 \"Tetsuwan Atom\"", + "link": "https://animethemes.moe/video/TetsuwanAtom-OP1.webm", + "type": "opening" + }, + { + "name": "", + "link": "https://animethemes.moe/video/TetsuwanAtom-OP1-Lyrics.webm", + "type": "ending" + }, + { + "name": "OP V2 \"Tetsuwan Atom\"", + "link": "https://animethemes.moe/video/TetsuwanAtom-OP1v2.webm", + "type": "opening" + }, + { + "name": "OP V3 \"Tetsuwan Atom\"", + "link": "https://animethemes.moe/video/TetsuwanAtom-OP1v3.webm", + "type": "opening" + }, + { + "name": "ED \"Tetsuwan Atom\"", + "link": "https://animethemes.moe/video/TetsuwanAtom-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "3009", + "title": "Tiger Mask", + "year": "60s", + "themes": [ + { + "name": "OP \"Ike! Tiger Mask\"", + "link": "https://animethemes.moe/video/TigerMask-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Minashigo no Ballad\"", + "link": "https://animethemes.moe/video/TigerMask-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12835", + "title": "Umeboshi Denka", + "year": "60s", + "themes": [ + { + "name": "OP \"Umeboshi Denka Konnichiwa\"", + "link": "https://animethemes.moe/video/UmeboshiDenka-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Umeboshi Denka Konnichiwa\"", + "link": "https://animethemes.moe/video/UmeboshiDenka-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "4044", + "title": "Youkai Ningen Bem", + "year": "60s", + "themes": [ + { + "name": "OP \"Youkai Ningen Bem\"", + "link": "https://animethemes.moe/video/YoukaiNingenBem-OP1.webm", + "type": "opening" + }, + { + "name": "ED \"Bero wa Tomodachi\"", + "link": "https://animethemes.moe/video/YoukaiNingenBem-ED1.webm", + "type": "ending" + } + ] + }, + { + "id": "12767", + "title": "Yuusei Kamen", + "year": "60s", + "themes": [ + { + "name": "OP \"Yuusei Kamen\"", + "link": "https://animethemes.moe/video/YuuseiKamen-OP1.webm", + "type": "opening" + } + ] + } +]