API Documentation

RegCheck API — Albania

The /CheckAlbania endpoint returns vehicle data including power, colour, and traffic permit number.

Endpoint

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

Test plate: AB404GM

Fields Returned

  • Make / Model
  • Registration Year
  • Engine Size (cc)
  • Power (kW)
  • Number of Seats
  • Colour (in Albanian)
  • Traffic Permit number
  • Owner (if available)
  • Region (if available)

Sample JSON

{
  "Description": "AUDI AUTOVETURE",
  "RegistrationYear": "2009",
  "CarMake": { "CurrentTextValue": "AUDI" },
  "CarModel": { "CurrentTextValue": "AUTOVETURE" },
  "NumberOfSeats": "5",
  "Power": "2967",
  "Colour": "KUQE",
  "TrafficPermit": "0000000358602",
  "EngineSize": "2490"
}