/v1/complaints
Owner complaints for a vehicle
Pruébalo en vivo
10 llamadas gratis al día — sin registro, sin clave API. Pasa por el gateway de oanor.
Funciona. Consigue una clave API y úsala en tu proyecto.
Obtener una clave APIFragmentos de código
curl "https://api.oanor.com/nhtsa-api/v1/complaints" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/nhtsa-api/v1/complaints", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/nhtsa-api/v1/complaints");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/nhtsa-api/v1/complaints",
headers={"x-oanor-key": "oanor_test_..."}
)
Respuesta de ejemplo
Una respuesta real de este endpoint, capturada en la última comprobación de estado.
{
"data": {
"make": "honda",
"year": "2022",
"count": 189,
"model": "accord",
"complaints": [
{
"fire": false,
"crash": false,
"deaths": 0,
"summary": "The touchscreen display has failed and has to be replaced according to the dealership service department. This is a known issue with this generation Honda (10th generation) where the digitizer in the screen fails under heat exposure in the cabin.",
"injuries": 0,
"components": [
"ELECTRICAL SYSTEM"
],
"filed_date": "06/04/2026",
"odi_number": 11742035,
"incident_date": "06/03/2025"
},
{
"fire": false,
"crash": false,
"deaths": 0,
"summary": "Auto start/stop not working and air horn went out as well, yes available for inspection. No it hasn’t been inspected yet by dealer as it is over warranty limit. First appeared 5/29/26",
"injuries": 0,
"components": [
"FUEL/PROPULSION SYSTEM"
],
"filed_date": "06/03/2026",
"odi_number": 11741716,
"incident_date": "05/29/2026"
},
{
"fire": false,
"crash": false,
"deaths": 0,
"summary": ", I had MY Honda dealership replace my touchscreen and head unit due to issues with ghost touches and apps switching back and forth. Once I got my car back, which took two weeks, the problems seemed to be resolved. However, after a few weeks, the ghost touches started happening again, about once a week. I was planning to live with that, given the amount of time they had my car. Now, fast forward to the present time: the ghost touches are back, and the touchscreen refuses to function 95% of the time. I had contacted my service advisor at the dealership on 5/28/26 and replied that she would get with the Service manager and shop foreman. This is ashame that a company like Honda could not stand by their product better to fix this issue that has been known since 2024.",
"injuries": 0,
"components": [
"ELECTRICAL SYSTEM",
"UNKNOWN OR OTHER"
],
"filed_date": "06/03/2026",
"odi_number": 11741771,
"incident_date": "10/10/2025"
},
{
"fire": false,
"crash": false,
"deaths": 0,
"summary": "I am submitting this complaint regarding an apparent head gasket failure involving my 2022 Honda Accord Sport 1.5T equipped with Honda's 1.5-liter turbocharged engine. At approximately 143,000 miles, I began experiencing coolant loss without any visible external le
…