API Documentation

RegCheck API — Switzerland

Offline data available. The /CheckSwitzerland endpoint returns comprehensive vehicle data including Typenschein, Euro Type Code, and CO2.

Endpoint

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

Test plate: AG364769

Fields Returned

  • Make / Model
  • Variant (full descriptive string including HP, transmission, price)
  • Registration Year / Month
  • Transmission
  • Engine Size (cc)
  • Power (kW)
  • Fuel Type
  • Doors / Body style
  • Drive type
  • Engine Type code
  • Typenschein (Swiss type certificate number)
  • Euro Type Code
  • CO2 (g/km)
  • Region (Canton)

Sample JSON

{
  "Description": "Honda CR-Z",
  "Variant": "CR-Z 1.5i Hybrid GT Coupé - 3 doors - 114 HP - Manuell - 35100 Fr.",
  "RegistrationYear": 2012,
  "RegistrationMonth": 9,
  "CarMake": { "CurrentTextValue": "Honda" },
  "CarModel": { "CurrentTextValue": "CR-Z" },
  "Transmission": "Manual",
  "EngineSize": "1497",
  "Power": "84",
  "FuelType": "Benzin / Elektrisch",
  "Doors": "0",
  "Body": "Limousine",
  "Drive": "Vorderrad",
  "EngineType": "LEA1",
  "TypeCertificate": "1HA341",
  "EuroTypeCode": "e11*2007/46-79/2009*0100",
  "Co2": "117",
  "Region": "Aargau"
}