Vehicle Info (RC)
Full RC lookup by registration number โ owner, make, model, fuel, insurance, address & more. Multi-source with automatic failover, cached 24h.
Endpointโ
GET/vehicle?number=JH03AH8817
Full vehicle details from registration number.
Query Parametersโ
| Parameter | Type | Required | Description |
|---|---|---|---|
number | string | โ | Registration number (e.g. JH03AH8817) |
Exampleโ
curl "https://api.apimitra.in/vehicle?number=JH03AH8817"
{
"status": "ok",
"registration": "JH03AH8817",
"vehicle": "Tata Nexon",
"type": "PRIVATE_CAR",
"owner": "RAKESH KUMAR SINGH",
"make": "Tata",
"model": "Nexon",
"fuel": "PETROL",
"color": "ATLAS BLACK",
"registration_date": "03-Aug-2022",
"rto": "PALAMU, Jharkhand",
"insurer": "iffco-tokio",
"insurance_expiry": "31-Jul-2025",
"insurance_expired": true,
"permanent_address": "VILL-JAIDU, Palamu, Jharkhand 822122"
}
Formatโ
JH 03 AH 8817
โ โ โ โ number
โ โ โ series (letters)
โ โ district code
โ state code
| Part | Meaning |
|---|---|
| State | 2-letter state code (JH = Jharkhand) |
| District | 1โ2 digit district code (03) |
| Series | 1โ2 letters (AH) |
| Number | 4 digits (8817) |
note
Engine & chassis numbers are masked in responses. Data is cached for 24 hours.