Aller au contenu
GET /v1/complaints

Owner complaints for a vehicle

Essayez-le en direct

10 appels gratuits par jour — sans inscription, sans clé API. Passe par la passerelle oanor.

En-têtes personnalisés (facultatif)
api.oanor.com/nhtsa-api

Ça marche. Récupérez une clé API et utilisez-la dans votre projet.

Obtenez une clé API

Extraits de code

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_..."}
)

Exemple de réponse

Une réponse réelle de ce endpoint, capturée lors du dernier contrôle de santé.

{
    "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
…