API Documentation

RegCheck API — India

The /CheckIndia endpoint queries VAHAN (https://vahan.parivahan.gov.in/vahanservice), which holds almost 290 million registered vehicles. Not all vehicles in India are digitally registered; some imported vehicles may have limited technical data.

Endpoint

https://www.regcheck.org.uk/api/reg.asmx?op=CheckIndia

Test plate: WB24AE4770

Fields Returned

  • Make, Model, Variant
  • Engine Size
  • Year of first registration
  • VIN (Chassis Number)
  • Engine Number
  • Fuel Type
  • Number of Seats
  • Registration Date
  • Owner name
  • Fitness expiry
  • Insurance expiry
  • PUCC (Pollution Under Control Certificate) expiry
  • Vehicle Type
  • Location (city/area)

Sample JSON

{
  "Description": "HYUNDAI GRAND I-10 MAGNA 1.2",
  "RegistrationYear": "2016",
  "CarMake": { "CurrentTextValue": "HYUNDAI" },
  "CarModel": { "CurrentTextValue": "GRAND I-10 MAGNA 1.2" },
  "Variant": "1.2 Magna U2 Diesel 1186.0",
  "EngineSize": { "CurrentTextValue": "1197.0" },
  "NumberOfSeats": { "CurrentTextValue": "5" },
  "VechileIdentificationNumber": "MALA851CLGM431431*C",
  "FuelType": { "CurrentTextValue": "PETROL" },
  "RegistrationDate": "07/06/2016",
  "Insurance": "2021-05-27",
  "PUCC": "2021-06-26",
  "VehicleType": "MOTOR CAR(LMV)",
  "Location": "Barrackpore"
}