npm install japi.rest
const japiRestPkg = require('japi.rest');
const japiRest = new japiRestPkg('Your JAPI Key'); // Get ur japi key from https://key.japi.rest
japiRest.discord.getUser('209796601357533184').then(user => console.log(user));
Endpoint | Service | Routes |
---|---|---|
deviantart |
DeviantArt | getTopics |
discord |
Discord | getUser, getInvite, getTemplate, getApplication |
meta |
Meta Fetcher | get |
mywaifulist |
MyWaifuList | getWaifu, getWaifuRandom, searchSeries, getSeries, topTierWaifus, mostPopular, topTrash, vTubers, seasonalBestWaifus, seasonalWorstWaifus, seasonalPopularWaifus |
patreon |
Patreon | getCreator |
pcpartpicker |
PCPartPicker | getList |
presence |
JAPI Presence | get |
tiktok |
TikTok | getCreator |
wikihow |
WikiHow | search, info |
http://docs.japi.rest/ |