API Documentation

RegCheck API — Sweden

Offline data available. The /CheckSweden endpoint returns standard vehicle data from the Swedish Transport Agency.

Endpoint

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

Test plate: SXM788

Fields Returned

  • Make and Model
  • Year of Registration
  • Engine Size
  • Fuel Type
  • Body Style
  • Colour
  • Date of Registration
  • VIN
  • Transmission
  • CO2 (g/km)
  • Number of Seats

Sample JSON

{
  "Description": "Ford Focus 1.8",
  "RegistrationYear": "2006",
  "CarMake": { "CurrentTextValue": "Ford" },
  "CarModel": { "CurrentTextValue": "Focus 1.8" },
  "EngineSize": { "CurrentTextValue": "1798cm" },
  "FuelType": { "CurrentTextValue": "Bensin" },
  "BodyStyle": { "CurrentTextValue": "Halvkombi" },
  "Colour": "Grön",
  "RegistrationDate": "2006",
  "VechileIdentificationNumber": "WF05XXGCD56B24845",
  "Transmission": "Manuell",
  "Co2": "167 g/km",
  "NumberOfSeats": { "CurrentTextValue": "5" }
}