All Api Access

Nexus Info Bot All Api Access

The following are some of the available API endpoints. A personal API key is required for authentication, which you can get from the bot. The key should be passed as a query parameter `apikey`.

🚗 Vehicle Info

Get vehicle details by number.

GET https://65.21.178.173:5005/api/v1/vehicle?query=<VEHICLE_NUMBER>&apikey=<YOUR_API_KEY>

📸 Instagram Info

Get Instagram user details. This is an external API.

GET https://65.21.178.173:5005/api/v1/instagram_info?query=<USERNAME>&apikey=<YOUR_API_KEY>

📧 Email Breach Check

Check email in data breaches. This is an external API.

GET https://65.21.178.173:5005/api/v1/email_breach_check?query=<EMAIL>&apikey=<YOUR_API_KEY>

✉️ Telegram Info

Get Telegram user details. This is an external API.

GET https://65.21.178.173:5005/api/v1/telegram_info?query=<USER_ID_OR_USERNAME>&apikey=<YOUR_API_KEY>

More endpoints are available through the bot's "Get Info" menu. This documentation is a work in progress.