The fastest API for NIN, BVN, and Academic verification in Nigeria. Reliable. Secure. Scalable.
Instant NIN lookup with full image and bio-data retrieval. Optimized for KYC compliance.
Verify bank details and identities across all Nigerian banks with 99.9% uptime.
Verify UTME results, admission letters, and matriculation status via our academic portal.
Verify International Passports and Drivers Licenses using our advanced OCR engine.
Simple REST endpoints that integrate with PHP, Python, Node.js and more.
// POST /v1/verify/nin
{
"api_key": "AREWA_LIVE_XXXXXX",
"id_number": "12345678901",
"type": "nin_with_face"
}
// Response
{
"status": "success",
"data": { "first_name": "Musa", "last_name": "Ibrahim" ... }
}