{
  "x402Version": 2,
  "id": 14240,
  "slug": "14240",
  "resource": "https://x402.forgemesh.io/vehicle-top-failures",
  "description": "Reliability intelligence for any US-market vehicle: every consumer defect complaint on file for a year/make/model (or VIN) aggregated into a ranked top-failure-components report — complaint counts and percentage share per component, plus crash, fire, injury, and death totals. One call answers 'what actually breaks on this car?' For buy/avoid decisions, warranty pricing, and inspection checklists.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "limit": 3,
            "make": "honda",
            "model": "accord",
            "model_year": "2003"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "attribution": "Derived from US DOT consumer vehicle defect complaints (public domain)",
            "severity_totals": {
              "crashes": 158,
              "deaths": 1,
              "fires": 19,
              "injuries": 157
            },
            "top_failure_components": [
              {
                "complaints": 926,
                "component": "POWER TRAIN",
                "share_pct": 46
              },
              {
                "complaints": 324,
                "component": "AIR BAGS",
                "share_pct": 16.1
              },
              {
                "complaints": 175,
                "component": "SERVICE BRAKES",
                "share_pct": 8.7
              }
            ],
            "total_complaints": 2013,
            "vehicle": {
              "make": "honda",
              "model": "accord",
              "model_year": "2003"
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "limit": {
                    "description": "top N components (default 10)",
                    "maximum": 25,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "make": {
                    "description": "e.g. honda",
                    "type": "string"
                  },
                  "model": {
                    "description": "e.g. accord",
                    "type": "string"
                  },
                  "model_year": {
                    "description": "4-digit year",
                    "type": "string"
                  },
                  "vin": {
                    "description": "VIN — decoded automatically (alternative to make/model/model_year)",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "info": {
      "required": false
    },
    "offer-receipt": {
      "info": {
        "offers": [
          {
            "acceptIndex": 0,
            "format": "eip712",
            "payload": {
              "amount": "10000",
              "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
              "network": "eip155:8453",
              "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
              "resourceUrl": "https://x402.forgemesh.io/vehicle-top-failures",
              "scheme": "exact",
              "validUntil": 1788443260,
              "version": 1
            },
            "signature": "0x98453f31e0dde7ec4952eb06bad24e42fe66e10ee7d8810625aadb4c0e86d3f87f37112040e98c2378ae01c18d1bae15203640d49cdd6e7b01162ddd515fad6e1c"
          }
        ]
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "offers": {
            "items": {
              "properties": {
                "acceptIndex": {
                  "type": "integer"
                },
                "format": {
                  "type": "string"
                },
                "payload": {
                  "properties": {
                    "amount": {
                      "type": "string"
                    },
                    "asset": {
                      "type": "string"
                    },
                    "network": {
                      "type": "string"
                    },
                    "payTo": {
                      "type": "string"
                    },
                    "resourceUrl": {
                      "type": "string"
                    },
                    "scheme": {
                      "type": "string"
                    },
                    "validUntil": {
                      "type": "integer"
                    },
                    "version": {
                      "type": "integer"
                    }
                  },
                  "required": [
                    "version",
                    "resourceUrl",
                    "scheme",
                    "network",
                    "asset",
                    "payTo",
                    "amount"
                  ],
                  "type": "object"
                },
                "signature": {
                  "type": "string"
                }
              },
              "required": [
                "format",
                "signature"
              ],
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "offers"
        ],
        "type": "object"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "id": {
          "maxLength": 128,
          "minLength": 16,
          "pattern": "^[a-zA-Z0-9_-]+$",
          "type": "string"
        },
        "required": {
          "type": "boolean"
        }
      },
      "required": [
        "required"
      ],
      "type": "object"
    }
  },
  "tags": [
    "bazaar",
    "info",
    "offer-receipt",
    "schema"
  ],
  "sourceHost": "x402.forgemesh.io",
  "lastUpdated": "2026-09-03T13:42:40.236Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-03T13:42:40.127Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402.forgemesh.io",
    "manifest_name": "x402.forgemesh.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}