Currently we have 13 animals available on the API:
// You can add an ID in the parameter of the function to get an image with an precise ID// Or without ID parameter for random images// Return: Promiseconstimage=awaitapi.animals.dog(); constimage=awaitapi.animals.cat(5);constimage=awaitapi.animals.fox(10);constimage=awaitapi.animals.giraffe(7);constimage=awaitapi.animals.kangaroo(1);constimage=awaitapi.animals.lion();constimage=awaitapi.animals.quokka();constimage=awaitapi.animals.wolf();constimage=awaitapi.animals.lezard();constimage=awaitapi.animals.leopard();constimage=awaitapi.animals.singes();constimage=awaitapi.animals.paon();constimage=awaitapi.animals.hamster();