Generate Fact
Generate random anime Waifu from a huge database.
Functions
Function | Type | Description | Required? |
---|---|---|---|
getWaifu | function | The search function to generate a random anime Waifu. | Yes |
Request Samples
import Client from "waifu.it";
// Replace <TOKEN> with your API Token
const api = new Client("<TOKEN>");
api.getWaifu().then((res) => console.log(res));
Response Schema
Content Type: application/json
{
"id": 5,
}