🐢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)

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)

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)

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)

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)

Last updated

Was this helpful?