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`.
Get vehicle details by number.
GET https://65.21.178.173:5005/api/v1/vehicle?query=<VEHICLE_NUMBER>&apikey=<YOUR_API_KEY>
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>
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>
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>