Our animus endpoint
Here is a list of how our /animu endpoint works and the types of responses you'll get.
Want more animus? Join the discord to give suggestions
GET /animu
Example Response:
URL
https://api.some-random-api.com/animuResponse
{
"types": [
"/animu/nom",
"/animu/poke",
"/animu/cry",
"/animu/kiss",
"/animu/pat",
"/animu/hug",
"/animu/wink",
"/animu/face-palm",
"/animu/quote"
]
}GET /animu/:type
Example Response:
URL
https://api.some-random-api.com/animu/nomResponse
{
"link": "https://img.some-random-api.com/images/nom/1654556264.gif"
"type": "nom"
}GET /animu/quote
Example Response:
URL
https://api.some-random-api.com/animu/quoteResponse
{
"quote": "What do you mean I use my sexual charm?!",
"anime": "Death Note",
"id": 4114,
"name": "Misa Amane"
}