Production-grade APIs for Indian vehicle data. Query registration, run compliance checks, and pull traffic challans in under 300ms. Ship KYC and onboarding flows in an afternoon.
Sign up, grab your key, and start pulling structured vehicle data in minutes.
Full vehicle + owner lookup
{
"valid": true,
"regNumber": "DL3CAB1234",
"owner": "ROH*** SH***",
"makerDescription": "MARUTI SUZUKI INDIA LTD",
"makerModel": "SWIFT VXI",
"fuelType": "PETROL",
"colorType": "PEARL WHITE",
"chassisNumber": "MA3EW***********",
"registered": "2021-03-14",
"manufactured": "02/2021",
"rto": "DL-03",
"fitnessUpto": "2036-03-13",
"insuranceProvider": "ICICI LOMBARD",
"insuranceUpto": "2026-11-30",
"taxUpto": "LTT",
"financed": true,
"lender": "HDFC BANK"
}Fast pass/fail RC validity
{
"status": "VALID",
"regNumber": "DL3CAB1234",
"category": "LMV",
"categoryDescription": "Motor Car",
"normsType": "BHARAT STAGE VI",
"pollutionCertificateUpto": "2026-09-01",
"blacklistStatus": false,
"nonUseStatus": false
}Pending & paid traffic challans
{
"regNumber": "DL3CAB1234",
"totalChallans": 2,
"challans": [
{
"challanNo": "TR2026041234",
"date": "2026-04-11",
"amount": 500,
"offense": "Signal Jump",
"status": "PENDING",
"state": "Delhi"
},
{
"challanNo": "TR2025110091",
"date": "2025-11-02",
"amount": 1000,
"offense": "No Helmet",
"status": "PAID",
"state": "Delhi"
}
]
}Create an account with just your email — 500 free credits included.
Instant test + live API keys from the dashboard.
One HTTPS request. cURL, Node, Python, PHP — you pick.
Structured JSON response in under 300ms. Ready for prod.
curl -X POST https://api.parzival.info/v1/vehicle-info \
-H "Authorization: Bearer pk_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{ "regNumber": "DL3CAB1234" }'Advanced contact verification for KYC-approved business accounts. Custom onboarding, dedicated capacity, and enhanced compliance workflows.
"Replaced three brittle scrapers with one clean API. Onboarding is now instant."
"Response times are consistently sub-300ms. The docs are the best I've seen in the space."
"Rolled it into our dealer portal in a weekend. Wallet-based billing is a huge win."