
Updated: May 12, 2026 at 10:36 PM
Bot Nations π
Loading posts...
Rating
Login required
Loading reviews...
Loading recommended channels...

@BotNations is a dedicated channel for welcome and everyone with regular updates in Blogging
No reviews yet. Be the first to share your experience!
/rc KL43G1669", { parse_mode: "HTML" })
}
const rc = params.trim().toUpperCase()
const loading = await msg.reply(`π Fetching details for: ${rc}\nPlease wait...`, { parse_mode: "HTML" })
try {
const apiUrl = `https://vehicle-eight-vert.vercel.app/api?rc=${encodeURIComponent(rc)}`
const res = await HTTP.get({ url: apiUrl, timeout: 20000 })
if (!res.ok || !res.data || !res.data.details) {
throw new Error("No vehicle information found for this number.")
}
const d = res.data.details
const info =
`π Vehicle Information\nβββββββββββββββ\n` +
`πͺͺ RC Number: ${res.data.rc}\n` +
`π€ Owner: ${d["Owner Name"] || "N/A"}\n` +
`ποΈ Model: ${d["Maker Model"] || "N/A"}\n` +
`β½ Fuel Type: ${d["Fuel Type"] || "N/A"}\n` +
`ποΈ RTO: ${d["Registered RTO"] || "N/A"}\n` +
`π
Registration Date: ${d["Registration Date"] || "N/A"}\n` +
`π§Ύ Tax Upto: ${d["Tax Upto"] || "N/A"}\n` +
`π§° Fitness Upto: ${d["Fitness Upto"] || "N/A"}\n` +
`π§― PUC Upto: ${d["PUC Upto"] || "N/A"}\n` +
`π‘οΈ Insurance Company: ${d["Insurance Company"] || "N/A"}\n` +
`π Insurance Upto: ${d["Insurance Upto"] || "N/A"}\n` +
`π Contact: ${d["Phone"] || "N/A"}\n` +
`π Address: ${d["Address"] || "N/A"}\nβββββββββββββββ\n` +
`π€ Made by @bizft`
await Api.editMessageText({
chat_id: msg.chat.id,
message_id: loading.result.message_id,
text: info,
parse_mode: "HTML"
})
} catch (err) {
await Api.editMessageText({
chat_id: msg.chat.id,
message_id: loading.result.message_id,
text: `β Failed to fetch data\n\nReason: ${err.message}`,
parse_mode: "HTML"
})
}
π Vehicle Info Bot β Instantly fetch any RC details in seconds! β‘
π§ Made by https://t.me/bizft
Setup Guide:
1οΈβ£ Go to https://telebothost.com/ and create your bot.
2οΈβ£ Paste the /rc TBL code I gave above into a new command.
3οΈβ£ Deploy & start your bot β send /rc KL43G1669 to test! β