LogoLogo
  • 👥About us
  • 💾Changelogs
    • 🌐API
    • 📲Module
  • ⛔Rate-Limit
  • ✨Start with the NPM module
  • Module
    • 📸Images
      • 🐬Animals
    • 🎮Games
      • 🎮Garry's Mod
      • 🎮Minecraft
      • 🎮FiveM
  • Joke
    • 🤣Jokes
      • 🎲Random
      • 📋Category
      • 🆔ID
  • Images
    • 🐙Animals
      • 🐕Dog
      • 🐈Cat
      • 🦊Fox
      • 🦒Giraffe
      • 🦘Kangaroo
      • 🦁Lion
      • 🐒Quokka
      • 🐺Wolf
      • 🦎Lézard
      • 🐆Léopard
      • 🐒Singes
      • 🦚Paon
      • 🐹Hamster
    • 🥘SFW
      • 🎲Random
      • 📋Category
      • 🆔ID
    • 🔞NSFW
      • 🎲Random
      • 📋Category
      • 🆔ID
    • 🏗️Utils
      • 📸QR Code
        • 🔁Generator
        • 📃Reader
      • 🔐Captcha
      • ℹ️IP infos
  • Games
    • 🎮Games
      • 🎮Garry's Mod
      • 🎮Minecraft
      • 🎮FiveM
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Images
  2. Animals

Lézard

Get a lezard image

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

Path Parameters

Name
Type
Description

ID

Number

An image ID

Headers

Name
Type
Description

authorization*

String

Your API key

{ 
    status: 400, 
    content: 'Clé invalide' 
}
{
    "status": 200,
    "content": {
        "id": 19,
        "url": "https://cdn.night-api.com/api/images/animals/lezard/ECbzuiDnjG31eMpgqVUJ8Lq7n4inm4.png"
    }
}
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);
})
PreviousWolfNextLéopard

Last updated 2 years ago

Was this helpful?

🐙
🦎