RegCheck API — Brazil
The
/CheckBrazilendpoint returns vehicle data including location, fuel, colour, and VIN.
Endpoint
https://www.regcheck.org.uk/api/reg.asmx?op=CheckBrazil
Test plate: KNX9595
Fields Returned
- Make & Model
- Registration Year
- Colour
- Fuel
- Location (city/state)
- VIN
- Power (HP)
- Engine CC
- Vehicle Type
- Seats
- Gross Weight / Max Traction
Sample JSON
{
"Description": "GM - CHEVROLET VECTRA GT 2.0 MPFI 8V FLEXPOWER MEC.",
"RegistrationYear": "2011",
"CarMake": { "CurrentTextValue": "CHEVROLET" },
"CarModel": { "CurrentTextValue": "Vectra GT 2.0 MPFI 8V FlexPower Mec." },
"Location": "SAO LUIS, MA",
"Vin": "9BGAJ48C0BB209328",
"Fuel": "ALCOOL / GASOLINA",
"Colour": "AZUL",
"Power": "140",
"EngineCC": "2000",
"Type": "PASSAGEIRO",
"Seats": "5"
}