🤖
Any API
  • 👋Welcome!
  • 🏁Quick Start
  • Reference
    • 📝API Reference
      • 🐶Animals
      • 🍥Anime
      • ⚙️Utils
Powered by GitBook
On this page
  • Wink
  • Return Wink GIF
  • Pat
  • Return Pat GIF
  • Hug
  • Return Hug GIF

Was this helpful?

  1. Reference
  2. API Reference

Anime

All routes that include some kind of anime thing.

Good to know: These routes, unlike the animal routes, are animated gifs.

Wink

Return Wink GIF

GET https://api.any-bot.xyz/api/v1/wink

This will return a wink GIF from some anime.

Headers

Name
Type
Description

API_KEY

string

Your API Key (Optional)

{
    "message": "OK",
    "image": "http://api.any-bot.tech/img/wink/mywinkgif.gif",
    "status": 200
}

Pat

Return Pat GIF

GET https://api.any-bot.xyz/api/v1/pat

This will return a pat GIF from some anime.

Headers

Name
Type
Description

API_KEY

string

Your API Key (Optional)

{
    "message": "OK",
    "image": "http://api.any-bot.tech/img/pat/mypatgif.gif",
    "status": 200
}

Hug

Return Hug GIF

GET https://api.any-bot.xyz/api/v1/hug

This will return a hug GIF from some anime.

Headers

Name
Type
Description

API_KEY

string

Your API Key (Optional)

{
    "message": "OK",
    "image": "http://api.any-bot.tech/img/hug/myhuggif.gif",
    "status": 200
}
PreviousAnimalsNextUtils

Last updated 2 years ago

Was this helpful?

📝
🍥