This API provides anime metadata like MyAnimeList API and torrent data from Ohys-Raws.
All torrent information are provided by Ohys-Raws team.
You can search for what you want. Even content deleted from Ohys-Raws is available here.
You will able to get the completed information using this API, including title, episode, codecs, thumbnail, torrent trackers, resolution, detailed file information and much more.
GET https://api.minako.moe/search/{string}
Search Anime Data Item
GET https://api.minako.moe/detail/{unique_id}
Get Anime Data Item
GET https://img.minako.moe/t/{unique_id}
Get Anime Poster Image
GET https://img.minako.moe/p/{unique_id}/{episode_number}
Get Anime Episode Preview Image
GET https://api.minako.moe/ohys/search/{string}
Search Torrent Item
---
Parameters:
q (Optional): Search By String
---
GET https://api.minako.moe/ohys/list
Get Torrent List
---
Parameters:
keyword (Optional): Search Anime
count (Optional): Max List Rows (Default: 20, Maximum: 1000)
---
GET https://api.minako.moe/ohys/detail/{unique_id}
Get Torrent Item Details
---
Parameters:
id (Required): Item ID
---
GET https://api.minako.moe/ohys/download
Download Torrent Using Magnet Link
---
Parameters:
id (Required): Item ID
proper (Required): Return Format (magnet)
---
GET https://api.minako.moe/ohys/timetable/{year}/{quarter}
Get Timetable for Ohys-Raws
---
Parameters:
year (Required): Specific Year
quarter (Required): Specific Season for Timetable
---
Powered By Ohys-Raws. Database provided by Anime Notifier and TMDb.
Timetable's ParseOhysTimetable() function is based on modified version of Seia's ohys-api repo.