Build innovative applications with our comprehensive REST API. Access real-time vehicle data, process payments, and automate compliance workflows.
Enterprise-grade API designed for reliability, security, and ease of use
Sub-200ms response times with 99.9% uptime guarantee
Bank-grade security with OAuth 2.0 and end-to-end encryption
Live government database integration for accurate information
Clean, intuitive REST API following industry best practices
Get started quickly with our straightforward API key authentication. No complex OAuth flows required for basic usage.
Sign up for a free developer account to access the API
Create your API credentials from the developer dashboard
Include your API key in the Authorization header
curl -X GET 'https://echallan.app/vehicle/:DL01AA1234' \ -H 'Authorization: Bearer YOUR_API_KEY' \ -H 'Content-Type: application/json'
Comprehensive set of endpoints covering all vehicle compliance needs
/v1/vehicle/{number}Get complete vehicle details
/v1/vehicle/{number}/rcFetch RC information only
/v1/vehicle/{number}/insuranceCheck insurance status
/v1/challans/{vehicle}List all pending challans
/v1/challans/payProcess challan payment
/v1/challans/{id}/receiptDownload payment receipt
/v1/renewals/{vehicle}Check renewal requirements
/v1/renewals/fitnessInitiate fitness renewal
/v1/renewals/permitRenew permits and licenses
See how easy it is to integrate our API into your application
// Example API call using JavaScript
const response = await fetch('https://echallan.app/vehicle/DL01AA1234', {
method: 'GET',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
}
});
const vehicleData = await response.json();
console.log(vehicleData);
/* Response
{
"vehicle_number": "DL01AA1234",
"owner_name": "John Doe",
"rc_status": "valid",
"insurance_valid_until": "2024-12-31",
"fitness_valid_until": "2025-06-30",
"pending_challans": [
{
"challan_id": "CH123456789",
"amount": 500,
"offense": "Speed Limit Violation",
"date": "2024-01-15"
}
]
}
*/Get the help you need to build amazing applications with our comprehensive support options
Comprehensive guides and API reference
Test APIs directly in your browser
Connect with other developers and get help