API Documentation

RegCheck API — Bolivia

The /CheckBolivia endpoint returns vehicle data. Latency warning: this API may take over a minute to return.

Endpoint

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

Test plate: 3054SXI

Fields Returned

  • Make & Model
  • Registration Year
  • Policy Number
  • Class / Service / Drive / Body
  • Engine CC
  • Colour
  • Doors
  • Location
  • Vehicle Type

Sample JSON

{
  "Description": "FORD FIESTA",
  "RegistrationYear": "2014",
  "CarMake": { "CurrentTextValue": "FORD" },
  "CarModel": { "CurrentTextValue": "FIESTA" },
  "Policy": "140447810",
  "Class": "AUTOMOVIL",
  "Service": "PARTICULAR",
  "Drive": "4 X 2 (SIMPLE)",
  "CC": "1600",
  "Colour": "ROJO METALICO",
  "Doors": "5",
  "Location": "LA PAZ"
}