๐ŸฆšPaon

Get a paon image

GET https://api.night-api.com/images/animals/paon/:id

Path Parameters

Headers

{ 
    status: 400, 
    content: 'Clรฉ invalide' 
}
const axios = require("axios");

axios.get('https://api.night-api.com/images/animals/paon', {
    headers: {
        authorization: "Your API token"
    }
})
.then(function (response) {
    console.log(response.data);
})

Last updated