Github
Discord
Site
Searchโฆ
๐
Night-API
๐พ
Changelogs
Module
โจ
Start with the module
๐คฃ
Jokes
๐ธ
Images
๐ฎ
Games
Joke
๐คฃ
Informations
Images
๐
Animals
๐
Dog
๐
Cat
๐ฆ
Fox
๐ฆ
Giraffe
๐ฆ
Kangaroo
๐ฆ
Lion
๐
Quokka
๐บ
Wolf
๐ฅ
SFW
๐
NSFW
Games
๐ฎ
Informations
Powered By
GitBook
๐ฆ
Lion
get
https://night-api.com/v1
/images/lion
Get a lion image
1
const
axios
=
require
(
"axios"
);
2
โ
3
axios
.
get
(
'https://night-api.com/v1/images/lion'
,
{
4
headers
:
{
5
authorization
:
"Your API token"
6
}
7
})
8
.
then
(
function
(
response
)
{
9
console
.
log
(
response
.
data
);
10
})
Copied!
Previous
Kangaroo
Next
Quokka
Last modified
1mo ago
Export as PDF
Copy link