Comment on page
🦎
Lézard
get
https://api.night-api.com/
images/animals/lezard/:id
Get a lezard image
const axios = require("axios");
axios.get('https://api.night-api.com/images/animals/lezard', {
headers: {
authorization: "Your API token"
}
})
.then(function (response) {
console.log(response.data);
})
Last modified 1yr ago