/important-API

A full package of API by pika (no need of any other API-id or API-key)

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

A important repository, collection of awesome APIs
made by me and other developers. Please freely send
pull requests if you want to add your API or improve
this repository or API for a best user experience of APIs.

For WhatsApp bot usage 👇🏻

Random Manga (json)

Pika

🌟 Random manga by pika

//For 𝗰𝗮𝘀𝗲 based script

<----Working on this--->

Couplepp (json/API)

Pika

🌟 Couplepp by pika

//For 𝗰𝗮𝘀𝗲 based script

case '<command-name>':{
let couplepp = await fetchJson('https://raw.githubusercontent.com/PikaBotz/important-API/main/couple-API/couplepp.json')
let random = couplepp[Math.floor(Math.random() * couplepp.length)]
bot.sendMessage(m.chat, { image: { url: random.male }, caption: `Male picture.` }, { quoted: m })
bot.sendMessage(m.chat, { image: { url: random.female }, caption: `Female picture` }, { quoted: m })
   }
   break

If you want to copy this repository then you're free to copy, just give me a credit that's it.