Μετάβαση στο περιεχόμενο
GET /v1/complaints

Owner complaints for a vehicle

Δοκιμάστε το ζωντανά

10 δωρεάν κλήσεις την ημέρα — χωρίς εγγραφή, χωρίς κλειδί API. Μέσω του gateway του oanor.

Προσαρμοσμένες κεφαλίδες (προαιρετικά)
api.oanor.com/nhtsa-api

Δουλεύει. Πάρε ένα κλειδί API και χρησιμοποίησέ το στο έργο σου.

Λάβετε ένα κλειδί API

Αποσπάσματα κώδικα

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

Παράδειγμα απόκρισης

Πραγματική απόκριση αυτού του endpoint, από τον τελευταίο έλεγχο υγείας.

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