For the complete documentation index, see llms.txt. This page is also available as Markdown.

European Vehicle Registration

Documentation for the data schema of European Vehicle Registration model.

Extract data from Vehicle Registration Certificates issued in all EU countries.

This includes, but is not limited to:

  • DEU - Zulassungsbescheinigung Teil I / II

  • ESP - Permiso de Circulación

  • FRA - Certificat d'immatriculation (Carte grise)

  • ITA - Carta di Circolazione or Documento Unico

European Vehicle Registration Fields

Documentation for all fields present in the data schema.

Field accessors are used as the keys for accessing the values in the returned data. On the data schema interface, this is the "Field Name".

Field value types indicate how the value is returned by the API. On the data schema interface, this is the "Field Type".

document_number

The unique identifier for the car technical passport document.

Accessor: document_number Value Type: string

Has a single value.

a

The registration number of the vehicle.

Accessor: a Value Type: string

Has a single value.

b

The date when the vehicle was registered.

Accessor: b Value Type: date

Has a single value.

c1

The name of the vehicle owner.

Accessor: c1 Value Type: string

Has a single value.

c2

The name of the holder of the vehicle.

Accessor: c2 Value Type: string

Has a single value.

c3

The address of the vehicle owner.

Accessor: c3 Value Type: string

Has a single value.

c4

A declaration stating the ownership of the vehicle.

Accessor: c4 Value Type: string

Has a single value.

c4_1

The name of the previous owner of the vehicle.

Accessor: c4_1 Value Type: string

Has a single value.

d1

The manufacturer of the vehicle.

Accessor: d1 Value Type: string

Has a single value.

d2

The type of the vehicle.

Accessor: d2 Value Type: string

Has a single value.

d2_1

The model of the vehicle.

Accessor: d2_1 Value Type: string

Has a single value.

d3

The variant of the vehicle model.

Accessor: d3 Value Type: string

Has a single value.

e

The Vehicle Identification Number VIN.

Accessor: e Value Type: string

Has a single value.

f1

The gross weight of the vehicle in kilograms.

Accessor: f1 Value Type: number

Has a single value.

f2

The unladen weight of the vehicle in kilograms.

Accessor: f2 Value Type: number

Has a single value.

f3

The payload capacity of the vehicle in kilograms.

Accessor: f3 Value Type: number

Has a single value.

g

The engine capacity of the vehicle in cubic centimeters.

Accessor: g Value Type: number

Has a single value.

g1

The net engine capacity of the vehicle in cubic centimeters.

Accessor: g1 Value Type: number

Has a single value.

h

The validity period of the document.

Accessor: h Value Type: date

Has a single value.

i

Date of delivery of the present document.

Accessor: i Value Type: date

Has a single value.

j

The category of the vehicle as per regulations

Accessor: j Possible Values: M1, N1, N2, N3, L, O

Has a single value.

j1

The subcategory of the vehicle.

Accessor: j1 Value Type: string

Has a single value.

j2

The approval code of the vehicle.

Accessor: j2 Value Type: string

Has a single value.

j3

The emission class of the vehicle.

Accessor: j3 Value Type: string

Has a single value.

k

The type approval number of the vehicle.

Accessor: k Value Type: string

Has a single value.

p1

The power of the vehicle in kilowatts.

Accessor: p1 Value Type: number

Has a single value.

p2

The revolutions per minute RPM of the vehicle.

Accessor: p2 Value Type: number

Has a single value.

p3

The type of fuel used by the vehicle.

Accessor: p3 Value Type: string

Has a single value.

p5

The engine code of the vehicle.

Accessor: p5 Value Type: string

Has a single value.

p6

The maximum speed of the vehicle in kilometers per hour.

Accessor: p6 Value Type: number

Has a single value.

s1

The noise level of the vehicle in decibels.

Accessor: s1 Value Type: number

Has a single value.

x1

Additional information about the vehicle.

Accessor: x1 Value Type: string

Has a single value.

y1

The CO2 emissions of the vehicle in grams per kilometer.

Accessor: y1 Value Type: number

Has a single value.

y2

The particulate emissions of the vehicle in grams per kilometer.

Accessor: y2 Value Type: number

Has a single value.

y3

The hydrocarbon emissions of the vehicle in grams per kilometer.

Accessor: y3 Value Type: number

Has a single value.

y4

The nitrogen oxide emissions of the vehicle in grams per kilometer.

Accessor: y4 Value Type: number

Has a single value.

y5

The fuel consumption of the vehicle in liters per 100 kilometers.

Accessor: y5 Value Type: number

Has a single value.

y6

The range of the vehicle in kilometers.

Accessor: y6 Value Type: number

Has a single value.

z1

A reserved field for future use.

Accessor: z1 Value Type: string

Has a single value.

z2

A reserved field for future use.

Accessor: z2 Value Type: string

Has a single value.

z3

A reserved field for future use.

Accessor: z3 Value Type: string

Has a single value.

z4

A reserved field for future use.

Accessor: z4 Value Type: string

Has a single value.

z5

A reserved field for future use.

Accessor: z5 Value Type: string

Has a single value.

mrz1

The first line of the machine-readable zone.

Accessor: mrz1 Value Type: string

Has a single value.

mrz2

The second line of the machine-readable zone.

Accessor: mrz2 Value Type: string

Has a single value.

Last updated

Was this helpful?