Database Lookup API
Educational Database Query System
For Educational Purposes Only
⚠️ Educational Use Only
No API Key
📡 API Endpoints
🔍 Search by ID
/api/search/{id_number}
Search database by ID number
📞 Search by Phone
/api/phone/{phone_number}
Search database by phone number
📋 Sample Response
{
"success": true,
"data": {
"name": "Sample Name",
"phone": "1234567890",
"address": "Sample Address",
"city": "Sample City",
"state": "Sample State"
},
"checked_at": "2026-04-28 10:30:45 UTC",
"api_info": {
"developed_by": "Creator Shyamchand & Ayan",
"organization": "CEO & Founder Of - Nexxon Hackers"
}
}
Developed by Creator Shyamchand & Ayan
CEO & Founder Of - Nexxon Hackers
⚠️ This is an educational project. Do not use for illegal purposes.