API Documentation

RegCheck API — Argentina

The /CheckArgentina endpoint returns basic vehicle data including region.

Endpoint

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

Test plate: NOD441

Fields Returned

  • Make & Model
  • Registration Year
  • Region

Sample JSON

{
  "Description": "FIAT PALIO ATTRACTIVE 1.4 5 P",
  "RegistrationYear": "2014",
  "CarMake": { "CurrentTextValue": "FIAT" },
  "CarModel": { "CurrentTextValue": "PALIO ATTRACTIVE 1.4 5 P" },
  "Region": "Ciudad de Buenos Aires"
}