웹 스크래핑은 이번이 처음입니다. 이 모든 데이터 API는 https://otakudesu.bid/에서 제공됩니다.
git clone https://github.com/RizkyFauziIlmi/otakudesu-anime-api.git
yarn
또는 npm install
) npm install
npm run dev or npm run start
API 경로 = https://otakudesu-anime-api.vercel.app
ApI 버전 = v1.0
[pageNumber] = 1-3 (데이터베이스에 따라 변경될 수 있음)
/api/v1/ongoing/[page]
예 : https://otakudesu-anime-api.vercel.app/api/v1/ongoing/1
[페이지] = 1-46 (데이터베이스에 따라 변경될 수 있음)
/api/v1/completed/[page]
예 : https://otakudesu-anime-api.vercel.app/api/v1/completed/1
[q] = 임의의 문자열
/api/v1/search/[q]
예 : https://otakudesu-anime-api.vercel.app/api/v1/search/black%20clover
/api/v1/anime-list
예: https://otakudesu-anime-api.vercel.app/api/v1/anime-list
[엔드포인트] : 문자열
/api/v1/detail/[endpoint]
예 : https://otakudesu-anime-api.vercel.app/api/v1/detail/chaisaw-sub-indo
[엔드포인트] : 문자열
/api/v1/batch/[endpoint]
예 : https://otakudesu-anime-api.vercel.app/api/v1/batch/hakumao-s2-batch-sub-indo/
/api/v1/genres
예 : https://otakudesu-anime-api.vercel.app/api/v1/genres
[장르] : 문자열 [페이지] : 1 - ... (장르에 따라 다름)
/api/v1/genres/[genre]/[page]
예 : https://otakudesu-anime-api.vercel.app/api/v1/genres/action/1