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/animu
Response
{
"types": [
"/animu/nom",
"/animu/poke",
"/animu/cry",
"/animu/quote",
...
]
}
GET /animu/:type
Example Response:
URL
https://api.some-random-api.com/animu/nom
Response
{
"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/quote
Response
{
"quote": "What do you mean I use my sexual charm?!",
"anime": "Death Note",
"id": 4114,
"name": "Misa Amane"
}