๐Dog
Get a dog image
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
status: 400,
content: 'Clรฉ invalide'
}{
"status": 200,
"content": {
"id": 8100,
"url": "https://cdn.night-api.com/api/images/animals/dog/n02097298_8858.jpg"
}
}const axios = require("axios");
axios.get('https://api.night-api.com/images/animals/dog', {
headers: {
authorization: "Your API token"
}
})
.then(function (response) {
console.log(response.data);
})Last updated
Was this helpful?
