Verify with Confidence.

The fastest API for NIN, BVN, and Academic verification in Nigeria. Reliable. Secure. Scalable.

Create Free Account View Documentation
NIMC

NIN Verification

Instant NIN lookup with full image and bio-data retrieval. Optimized for KYC compliance.

NIBSS

BVN Verification

Verify bank details and identities across all Nigerian banks with 99.9% uptime.

Edu-Verify

JAMB Services

Verify UTME results, admission letters, and matriculation status via our academic portal.

Secure

Document Analysis

Verify International Passports and Drivers Licenses using our advanced OCR engine.

Built for Developers

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" ... }
}