🤣 Random Joke API
🧑💻 Code:
👀 View Details & Response 👇
View Now
📹 Setup Video:
https://youtu.be/BWS8Lve3wKY
🧑💻 Code:
export default async function handler(req, res) {
const response = await fetch("https://official-joke-api.appspot.com/random_joke");
const joke = await response.json();
res.status(200).json(joke);
}
👀 View Details & Response 👇
View Now
📹 Setup Video:
https://youtu.be/BWS8Lve3wKY
👏2👍1
This media is not supported in your browser
VIEW IN TELEGRAM
Stay safe and participate in the drill 🇮🇳
👍2😁1
Flex Coder
New Email Form Api Launched ✅ Step & Use Of Api: ➣ Generate Api Token From @FormVerifyRobot ➣ Use Api Url & Generated Api Token In Your Html Form ➣ For Testing Use Script ➖➖➖➖➖➖➖➖➖➖➖➖ 🤖 Bot Used: @FormVerifyRobot 🔗 Api Url: https://mortisgamer.serv00.net/html.php…
What This Api Source Code Video?
Comment: Yes/No
👍6🔥1
📚 DICTIONARY API
🧑💻 Code:
👀 View Details & Response 👇
View Now
📹 Setup Video:
https://youtu.be/P1eDLzq4qu0
🧑💻 Code:
export default async function handler(req, res) {
const { word } = req.query;
const response = await fetch(`https://api.dictionaryapi.dev/api/v2/entries/en/${word}`);
const data = await response.json();
res.status(200).json(data);
}
👀 View Details & Response 👇
View Now
📹 Setup Video:
https://youtu.be/P1eDLzq4qu0
👍3👌1
🤗 Working On Member Suggested Api. So There Api Setup Video Will Be Coming Soon.
You Can Also Suggest Your Api. But It Will Take Time To Develop👇
😁3👍2
📣 Cyber Attack Alert!
Several malicious files named "Dance of the Hilary" and "Tasksche.exe" are being circulated.
Do not open any unknown or suspicious files, disable auto download from all of your social media platforms.
Several malicious files named "Dance of the Hilary" and "Tasksche.exe" are being circulated.
Do not open any unknown or suspicious files, disable auto download from all of your social media platforms.
Please share this warning with your elders, friends, and family to keep them safe online.
It's best to stay away from unknown people's who send u any link file or ask anything stay safe secure and private!
👍2😍2
👩👩👧👧 Create Telegram Channel Member Checker Api
🧑💻 Half Code:
👀 View Details & Response 👇
View Now
📹 Setup Video:
https://youtu.be/UB6Yv_qhMrc
🧑💻 Half Code:
import express from "express";
import fetch from "node-fetch";
const app = express();
app.get("/", async (req, res) => {
const { token, channel, userid } = req.query;
if (!token || !channel || !userid) return res.json({ error: "Missing parameters" });
const channels = Array.isArray(channel) ? channel : channel.split(",");
const result = [];
const botInfo = await fetch(`https://api.telegram.org/bot${token}/getMe`).then(r => r.json());
const botId = botInfo.result.id;
for (const chan of channels) {
const adminCheck = await fetch(`https://api.telegram.org/bot${token}/getChatMember?chat_id=${chan}&user_id=${botId}`).then(r => r.json());
if (!adminCheck.ok || !["administrator", "creator"].includes(adminCheck.result.status)) {
result.push({ channel: chan, error: "Bot is not admin" });
👀 View Details & Response 👇
View Now
📹 Setup Video:
https://youtu.be/UB6Yv_qhMrc
🤩2👍1
🎵 Spotify API - Full Source Code Pack 🚀
📞 Contact Me: @Flex_Hide
📥 Selling spotify official api, with various features like:
👉 Search Music
👉 Music Lyrics
👉 Suggest Song
👉 Download Song
👉 Artist Details
👉 Use Any Song/Playlist
🛠 Tech Used:
👉 Github Account
👉 Vercel Account
👉 Spotify Account (optional)
What You Get 🤔?
👉 1 zip file
👉 3 full detail setup video
👉 1 Api Endpoint Message
👉 Contact Support
⁉️ Try & View Api💸 Price: 399
🔸 Search Section:
🔍 Search Song: https://spotify-vert-nine.vercel.app/search?q=<Song_Name>
👁 Ex: https://spotify-vert-nine.vercel.app/search?q=Believer
🔍 Search Track:https://spotify-vert-nine.vercel.app/search?url=<Spotify_Url>
👁 Ex: https://spotify-vert-nine.vercel.app/search?url=https://open.spotify.com/track/0pqnGHJpmpxLKifKRmU6WP?si=64adfb9775c44b86
🔸 Track Section:
🔍 Track Details: https://spotify-vert-nine.vercel.app/track?song=<Spotify_Url>
👁 Ex: https://spotify-vert-nine.vercel.app/track?song=https://open.spotify.com/track/0pqnGHJpmpxLKifKRmU6WP?si=64adfb9775c44b86
🔸 Download Section:
🔍 Song Download: https://spotify-vert-nine.vercel.app/download?song=<Spotify_Url>
👁 Ex: https://spotify-vert-nine.vercel.app/download?song=https://open.spotify.com/track/0pqnGHJpmpxLKifKRmU6WP?si=64adfb9775c44b86
🔸 Suggest Song Section:
🔍 Suggest Song (without limit): https://spotify-vert-nine.vercel.app/suggest?q=<Song_Name>
👁 Ex: https://spotify-vert-nine.vercel.app/suggest?q=Believer
🔍 Suggest Song (with limit): https://spotify-vert-nine.vercel.app/suggest?q=<Song_Name>
👁 Ex: https://spotify-vert-nine.vercel.app/suggest?q=Believer&limit=1
🔍 Suggest Song (with offset): https://spotify-vert-nine.vercel.app/suggest?q=<Song_Name>
👁 Ex: https://spotify-vert-nine.vercel.app/suggest?q=Believer&offset=5
🔸 Song Lyrics Section:
🔍 Song Lyrics: https://spotify-vert-nine.vercel.app/lyrics?q=<Song_Name>
👁 Ex: https://spotify-vert-nine.vercel.app/lyrics?q=Believer
🔍 Song Lyrics:https://spotify-vert-nine.vercel.app/lyrics?url=<Spotify_Url>
👁 Ex: https://spotify-vert-nine.vercel.app/lyrics?url=https://open.spotify.com/track/0pqnGHJpmpxLKifKRmU6WP?si=64adfb9775c44b86
📞 Contact Me: @Flex_Hide
🙏3👍2
Flex Coder
New Video Uploaded 👇 https://youtu.be/hBKoENMO_Og ⚠️ Note: Like, Share And Subscribe
Ye Video Ka Use Eak Api Create Karne Mein Hoga 🙂
👍2
Suggest Idea For Api Series Beyond TeraBox Api & Vehicle Info Api
Comment Now 👇
👍4🎉3