API Documentation

RegCheck API — Tunisia

The /CheckTunisia endpoint returns vehicle data including fuel type, variant, engine type, and fiscal power.

Endpoint

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

Test plate: 818TU223

Note: Tunisian number plates read right to left. The letters "TU" stand for "تونس" and "RS" stands for "ت ن". The plate 818TU223 can also be read as 223 / تونس / 818.

Fields Returned

  • Make / Model
  • Registration Year / Date
  • Fuel Type
  • Variant
  • Engine (description string)
  • Type (vehicle category)
  • Fiscal Power

Sample JSON

{
  "Description": "Kia PICANTO",
  "RegistrationYear": "2017",
  "RegistrationDate": "01-01-2017",
  "CarMake": { "CurrentTextValue": "Kia" },
  "CarModel": { "CurrentTextValue": "PICANTO" },
  "FuelType": "Essence",
  "Variant": "III (JA) ( 03-2017 > )",
  "Engine": "1.0 67ch ( 03-2017 > ---- )",
  "Type": "VOITURE PARTICULIERE",
  "FiscalPower": "0"
}