🐶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

{
    "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

{
    "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

{
    "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

{
    "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

{
    "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

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

Last updated