Developer Portal
API Documentation
Integrate Nigeria's most reliable institutional data into your own applications with our high-performance REST APIs.
Road Worthiness API
Validate vehicle certification status and historical inspection records.
Vehicle Verification API
Comprehensive background checks and ownership history for all registered vehicles.
Vehicle License API
Manage and verify vehicle licensing documentation and renewal statuses.
Public Transport API
Real-time data for transit routes, accreditation, and fleet management.
Trucks Data API
Heavy vehicle telemetry, permit validation, and tonnage tracking.
Intl Vehicle License API
Validate international driving permits and multi-jurisdictional licensing.
LASDRI Card API
Verify driver training certifications and professional card authenticity.
Ehailing API
Integrate with e-hailing regulations, driver vetting, and trip auditing.
Vehicle Insurance API
Real-time insurance policy validation and claims history check.
Integrate in Minutes
Our APIs are designed to be intuitive and robust. Use our SDKs or direct REST calls to power your vehicle management workflows.
-
Ultra-Low Latency
Distributed edge caching for sub-100ms response times globally.
-
Bank-Grade Security
AES-256 encryption and OAuth 2.0 authentication on every request.
curl --request GET \ --url https://api.detunsys.com/v1/verify/ABC123XYZ \ --header 'Authorization: Bearer YOUR_API_KEY' // Response { "status": "success", "data": { "vin": "WBA5K910X0L...", "plate_no": "LAG-123-XY", "valid_till": "2026-12-31", "owner": "John Doe" } }