Developer Portal

API Documentation

Integrate Nigeria's most reliable institutional data into your own applications with our high-performance REST APIs.

Production

Road Worthiness API

Validate vehicle certification status and historical inspection records.

4 Endpoints
Docs
Production

Vehicle Verification API

Comprehensive background checks and ownership history for all registered vehicles.

3 Endpoints
Docs
Stable

Vehicle License API

Manage and verify vehicle licensing documentation and renewal statuses.

5 Endpoints
Docs
Beta

Public Transport API

Real-time data for transit routes, accreditation, and fleet management.

8 Endpoints
Docs
Stable

Trucks Data API

Heavy vehicle telemetry, permit validation, and tonnage tracking.

6 Endpoints
Docs
Development

Intl Vehicle License API

Validate international driving permits and multi-jurisdictional licensing.

4 Endpoints
Docs
Production

LASDRI Card API

Verify driver training certifications and professional card authenticity.

3 Endpoints
Docs
Stable

Ehailing API

Integrate with e-hailing regulations, driver vetting, and trip auditing.

7 Endpoints
Docs
Stable

Vehicle Insurance API

Real-time insurance policy validation and claims history check.

4 Endpoints
Docs

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.

Request API Key
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"
  }
}