API Documentation

All endpoints are GET requests. Replace YOUR_API_KEY with a key from your dashboard.

Base URL
https://your-app.lovable.app/api/public/v1/lookup
Response shape
{
  "status": "ok",
  "service": "mobile_lookup",
  "credits_used": 1,
  "data": { ... upstream JSON ... }
}

Errors return {"status": "error", "error": "..."} with appropriate HTTP status (401 invalid key, 402 no credits, 400 bad input).

Endpoints

Telegram Username to Number1 credit

Telegram username daalo, linked mobile number nikalo

GET https://your-app.lovable.app/api/public/v1/lookup?key=YOUR_API_KEY&service=telegram_number&telegram=anusoni1024
Mobile Lookup1 credit

Get details associated with a mobile number

GET https://your-app.lovable.app/api/public/v1/lookup?key=YOUR_API_KEY&service=mobile_lookup&number=9876543210
Aadhar to Number2 credits

Get mobile number linked to Aadhar

GET https://your-app.lovable.app/api/public/v1/lookup?key=YOUR_API_KEY&service=aadhar_to_number&number=123456789012
Aadhar to PAN2 credits

Find PAN linked to Aadhar

GET https://your-app.lovable.app/api/public/v1/lookup?key=YOUR_API_KEY&service=aadhar_to_pan&aadhar=123456789012
Aadhar to Ration2 credits

Find ration card linked to Aadhar

GET https://your-app.lovable.app/api/public/v1/lookup?key=YOUR_API_KEY&service=aadhar_ration&aadhar=123456789012
Ration Card Info1 credit

Lookup ration card details

GET https://your-app.lovable.app/api/public/v1/lookup?key=YOUR_API_KEY&service=ration_info&ration=RC12345678
PAN Card Info1 credit

Get PAN holder details

GET https://your-app.lovable.app/api/public/v1/lookup?key=YOUR_API_KEY&service=pan&pan=ABCDE1234F
GST Details1 credit

Lookup GST registration details

GET https://your-app.lovable.app/api/public/v1/lookup?key=YOUR_API_KEY&service=gst&gst=22AAAAA0000A1Z5
PAN to GST1 credit

Find GST numbers linked to a PAN

GET https://your-app.lovable.app/api/public/v1/lookup?key=YOUR_API_KEY&service=pan_to_gst&pan=ABCDE1234F
IMEI Tracker2 credits

Lookup device details by IMEI

GET https://your-app.lovable.app/api/public/v1/lookup?key=YOUR_API_KEY&service=imei&imei=351234567890123
Vehicle RC Info1 credit

Vehicle registration details

GET https://your-app.lovable.app/api/public/v1/lookup?key=YOUR_API_KEY&service=vehicle&rc=MH01AB1234
RC to Owner Number2 credits

Owner contact number from RC

GET https://your-app.lovable.app/api/public/v1/lookup?key=YOUR_API_KEY&service=vehicle_owner_number&rc=MH01AB1234
IFSC Code Info1 credit

Bank branch info from IFSC

GET https://your-app.lovable.app/api/public/v1/lookup?key=YOUR_API_KEY&service=ifsc&ifsc=SBIN0001234
Pincode Search1 credit

Lookup pincode information

GET https://your-app.lovable.app/api/public/v1/lookup?key=YOUR_API_KEY&service=pincode&pin=400001
Post Office Data1 credit

Post offices in a pincode

GET https://your-app.lovable.app/api/public/v1/lookup?key=YOUR_API_KEY&service=postoffice&pin=400001
Email Lookup1 credit

Find details for an email address

GET https://your-app.lovable.app/api/public/v1/lookup?key=YOUR_API_KEY&service=email&email=user%40gmail.com