API Documentation

RegCheck API — France

The /CheckFrance endpoint returns vehicle data including an extended French-language dataset. A separate endpoint is available for motorcycles.

Cars — /CheckFrance

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

Test plate: Eg258ma

Fields returned:

  • Make and Model
  • Year of Registration
  • Engine Size
  • Fuel Type
  • Date of Registration
  • Body Style
  • Extended French dataset (see table below)

Extended Data Field Reference

Field Meaning
anneeSortie Year of first manufacture
boiteDeVitesse Transmission
carburantVersion Fuel type code
carrosserieVersion Body version code
classeSra SRA safety classification
libVersion Version / Trim
libelleModele Model name
marque Make code
puissance Fiscal power
datePremiereMiseCirculation Date of first registration (DDMMYYYY)
electrique Electric car flag
numSerieMoteur VIN number
valeurANeufSRA New value (SRA)
niveauRisqueVol Theft risk level
puissanceDyn Dynamic power (HP)
segmentVeh Vehicle segment code
KtypeId KType ID
EngineCC Engine displacement (cc)
Co2 CO2 emissions
Cylinders Number of cylinders
CNIT CNIT code

Motorcycles — /CheckMotorBikeFrance

Endpoint: https://www.immatriculationapi.com/api/bespokeapi.asmx?op=CheckMotorBikeFrance

Sample JSON (Car)

{
  "Description": "RENAULT SCÉNIC III",
  "RegistrationYear": "2016",
  "CarMake": { "CurrentTextValue": "RENAULT" },
  "CarModel": { "CurrentTextValue": "SCÉNIC III" },
  "EngineSize": { "CurrentTextValue": "5" },
  "FuelType": { "CurrentTextValue": "DIESEL" },
  "BodyStyle": { "CurrentTextValue": "MONOSPACE COMPACT" },
  "RegistrationDate": "2016-06-24",
  "ExtendedData": {
    "anneeSortie": "2016",
    "carburantVersion": "D",
    "libVersion": "1.5 dCi 1461cm3 110cv",
    "libelleModele": "SCÉNIC III",
    "datePremiereMiseCirculation": "24062016",
    "numSerieMoteur": "VF1JZ890H55864144",
    "puissanceDyn": "110",
    "KtypeId": "5853",
    "EngineCC": "1461",
    "Co2": "105",
    "Cylinders": "4",
    "CNIT": "M10RENVP472E768"
  }
}