🤖
Any API
  • 👋Welcome!
  • 🏁Quick Start
  • Reference
    • 📝API Reference
      • 🐶Animals
      • 🍥Anime
      • ⚙️Utils
Powered by GitBook
On this page
  • Get Dog
  • Return Dog
  • Get Cat
  • Return Cat
  • Get Bear
  • Return Bear
  • Get Bird
  • Return Bird
  • Get Fox
  • Return Fox
  • Get Koala
  • Return Koala

Was this helpful?

  1. Reference
  2. API Reference

Animals

All routes to obtain animals that exist even now

Get Dog

Return Dog

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

It will return a random photo and a random fact of some dog.

Request Body

Name
Type
Description

API_KEY

string

Your API Key (Optional)

{
    "message": "OK",
    "image": "http://api.any-bot.tech/img/dog/mydogimage.jpg",
    "fact": "Dogs are the best friends of humans",
    "status": 200
}

Get Cat

Return Cat

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

It will return a random photo and a random fact of some cat.

Headers

Name
Type
Description

API_KEY

string

Your API Key (Optional)

{
    "message": "OK",
    "image": "http://api.any-bot.tech/img/cat/mycatimage.jpg",
    "fact": "Cats are very affectionate.",
    "status": 200
}

Get Bear

Return Bear

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

It will return a random photo and a random fact of some bear.

Headers

Name
Type
Description

API_KEY

string

Your API Key (Optional)

{
    "message": "OK",
    "image": "http://api.any-bot.tech/img/bear/mybearimage.jpg",
    "fact": "Bears are very hairy.",
    "status": 200
}

Get Bird

Return Bird

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

It will return a random photo and a random fact of some bird.

Headers

Name
Type
Description

API_KEY

string

Your API Key (Optional)

{
    "message": "OK",
    "image": "http://api.any-bot.tech/img/bird/mybirdimage.jpg",
    "fact": "Some birds sing in the early morning.",
    "status": 200
}

Get Fox

Return Fox

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

It will return a random photo and a random fact of some fox.

Headers

Name
Type
Description

API_KEY

string

Your API Key (Optional)

{
    "message": "OK",
    "image": "http://api.any-bot.tech/img/fox/myfoximage.jpg",
    "fact": "Foxes are depicted in animated series as thieves.",
    "status": 200
}

Get Koala

Return Koala

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

It will return a random photo and a random fact of some koala.

Headers

Name
Type
Description

API_KEY

string

Your API Key (Optional)

{
    "message": "OK",
    "image": "http://api.any-bot.tech/img/koala/mykoalaimage.jpg",
    "fact": "Koalas eat eucalyptus leaves.",
    "status": 200
}
PreviousAPI ReferenceNextAnime

Last updated 2 years ago

Was this helpful?

📝
🐶