v1accidenttx{vin}/sample
PreviewNo auth required
GET

/accident/vin/{vin}/sample

Returns a representative Texas accident record for any valid VIN. All fields are static sample data — only the VIN is replaced with the value you supply. Use this endpoint to validate field mapping and response structure before live lookups are enabled.

Resource accidentScope texasMode sample · pointBase URL /api/v1

Try this endpoint

Enter any valid 17-character VIN. Sample data is returned with your VIN echoed throughout.

Overview

This endpoint is designed for integration testing and field mapping. It accepts any 17-character VIN, runs it through the same validation pipeline as a live lookup, and returns a fixed sample record with your VIN substituted in. Both /sample and /point modes behave identically in preview — the alias texas is interchangeable with tx.

Request Example

1curl --request GET \
2 --url "https://api.accurate.vin/api/v1/accident/vin/1HGBH41JXMN109186/sample"

Parameters

NameTypeRequiredDescription
vinstringYes17-character Vehicle Identification Number (VIN). Case-insensitive; normalized to uppercase internally.
resourcepathYesAlways accident for this endpoint. Resolved from the URL segment.
scopepathYesState abbreviation or full name. tx and texas both resolve to Texas.
modepathYessample or point. Both return static sample data with the requested VIN echoed.

Response Schema

FieldTypeDescription
okbooleantrue when the request succeeded
resourcestringAlways accident
modestringAlways sample in preview mode
countnumberNumber of records returned in the data array
metadata.source_systemstringOriginating dataset — Texas Peace Officer's Crash Reports (CR-3)
metadata.data_providerstringTexas Department of Transportation
metadata.data_typestringvehicle_crash_data
metadata.ingested_atstringISO date the dataset was last ingested
metadata.countystringCounty the sample data represents
metadata.statestringTwo-letter state abbreviation
metadata.disclaimer.warrantystringTxDOT accuracy and timeliness disclaimer
metadata.disclaimer.attributionstringRequired attribution language for derived analysis
data[].idstringInternal UUID for the crash record
data[].vinstringThe VIN you supplied, echoed into every record
data[].crash_idstringCR-3 crash report identifier
data[].citystringCity where the crash occurred
data[].countystringCounty where the crash occurred
data[].crash_datestringISO 8601 date of the crash (YYYY-MM-DD)
data[].crash_yearnumberYear of the crash
data[].crash_monthnumberMonth of the crash (1–12)
data[].crash_death_countnumberNumber of fatalities in the crash
data[].crash_total_injury_countnumberTotal number of injuries in the crash
data[].latitudenumberGPS latitude of the crash location
data[].longitudenumberGPS longitude of the crash location
data[].manner_of_collisionstringManner of collision as coded by the officer
data[].contributing_factorsstringPrimary contributing factor narrative
data[].contributing_factor_1string | nullCoded contributing factor 1
data[].contributing_factor_2string | nullCoded contributing factor 2
data[].contributing_factor_3string | nullCoded contributing factor 3
data[].ori_numberstringAgency ORI number of the reporting law enforcement agency
data[].autonomous_level_engagedstringAutonomous driving level engaged (coded); null pre-April 2023
data[].autonomous_unit_reportedstringWhether autonomous unit was reported (coded); null pre-April 2023
data[].license_plate_statestringState of vehicle license plate
data[].lessee_owner_zip_codestringZIP code of the registered owner or lessee
data[].vehicle_makestringVehicle manufacturer
data[].vehicle_model_namestringVehicle model name
data[].vehicle_model_yearnumberVehicle model year
data[].vehicle_body_stylestringCoded body style (e.g. SV - SPORT UTILITY VEHICLE)
data[].vehicle_colorstringCoded vehicle color (e.g. WHI - WHITE)
data[].vehicle_travel_directionstringCoded direction of travel at time of crash
data[].vehicle_damage_rating_1_areastring | nullPrimary damage area code
data[].vehicle_damage_rating_1_direction_of_forcestring | nullDirection of force for primary damage
data[].vehicle_damage_rating_1_severitystring | nullSeverity code for primary damage
data[].vehicle_damage_rating_2_areastring | nullSecondary damage area code
data[].vehicle_damage_rating_2_direction_of_forcestring | nullDirection of force for secondary damage
data[].vehicle_damage_rating_2_severitystring | nullSeverity code for secondary damage
data[].possible_vehicle_defect_1string | nullFirst possible vehicle defect noted
data[].possible_vehicle_defect_2string | nullSecond possible vehicle defect noted
data[].vehicle_defect_1string | nullConfirmed vehicle defect 1
data[].vehicle_defect_2string | nullConfirmed vehicle defect 2
data[].vehicle_defect_3string | nullConfirmed vehicle defect 3
data[].commercial_motor_vehicle_flagbooleanWhether the vehicle is a commercial motor vehicle
data[].vehicle_hit_and_run_flagbooleanWhether the vehicle was involved in a hit-and-run
data[].vehicle_parked_flagbooleanWhether the vehicle was parked at the time of the crash
data[].vehicle_towedbooleanWhether the vehicle was towed from the scene
data[].airbag_deployedbooleanWhether any airbag deployed during the crash
Note: autonomous_level_engaged and autonomous_unit_reported are only populated for crashes occurring after March 31, 2023.