Driver

The person’s driving record, from the Spanish traffic authority (DGT)

View as Markdown

Where it lives: in the Spain Public Administration results, at data.driver.data. APIs with dedicated per-product results endpoints return this model directly.

The driving record answers “can this person drive, and how well”: the licenses they hold, their points balance, and how that balance has moved. A core signal for mobility, insurance and fleet-related risk checks.

product"driver_data"Required
sub_family"driver_data:eu_driver_data"Required
fetch_datestringRequiredformat: "datetime"
Date this product was fetched
countrystringRequiredformat: "country"
Country that expired the license.
licenceslist of objectsRequired
List of driving licenses.
point_balanceintegerOptional0-20
Balance of the driver in points.
namestringOptional
First name of the driver
name_extrastringOptional
Last name of the driver.
identifierobjectOptional
NIF of the driver.
dangerous_goods_authorizedbooleanOptional
Whether the driver is authorized to transport dangerous goods.
school_transport_authorizedbooleanOptional
Whether the driver is authorized to transport school goods.
addressstringOptional
Address of the driver.
point_movementslist of objectsOptional
List of movements. If not present means the data was not consulted.

Licenses

Each license the person holds:

categorystringRequired
Class of driving license.
datedateRequired
Granted date.
expiresdateOptional
Expiry date.

Point movements

Each change in the points balance, most recent first:

descriptionstringRequired
Description of the movement.
datedateRequired
points_deltaintegerRequired
balance_afterintegerRequired
Balance after the movement.
effective_datedateOptional
Effective date of the movement.
infraction_referencestringOptional
Reference number of the infraction.
infraction_datedateOptional
Date of the infraction.
authority_namestringOptional
Name of the authority.
authority_codestringOptional
Code of the authority.