{
  "x402Version": 2,
  "id": 14255,
  "slug": "14255",
  "resource": "https://x402.forgemesh.io/car-complaints",
  "description": "Car complaint records: what real owners reported failing on a given year/make/model or VIN — component, narrative summary, crash/fire flags, injuries, and dates, newest first as structured JSON. Filter by component keyword to target a suspected problem area before buying or diagnosing.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "component": "POWER TRAIN",
            "limit": 1,
            "make": "honda",
            "model": "accord",
            "model_year": "2003"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "attribution": "US DOT consumer vehicle defect complaints (public domain)",
            "complaints": [
              {
                "components": "POWER TRAIN",
                "crash": false,
                "date_filed": "06/27/2026",
                "deaths": 0,
                "fire": false,
                "injuries": 0,
                "odi_number": 11746949,
                "summary": "Transmission began slipping between 2nd and 3rd gear…"
              }
            ],
            "matched": 926,
            "returned": 1,
            "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": {
                  "component": {
                    "description": "filter by component keyword, e.g. BRAKES, ENGINE, AIR BAGS",
                    "type": "string"
                  },
                  "limit": {
                    "maximum": 50,
                    "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": "5000",
              "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
              "network": "eip155:8453",
              "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
              "resourceUrl": "https://x402.forgemesh.io/car-complaints",
              "scheme": "exact",
              "validUntil": 1788443239,
              "version": 1
            },
            "signature": "0x1ebaafdf0e6d2d40343e8d59ccc286b18db55cdfcad317f75a8e8f95a208419b3e5f4980d6a3c05ef65689b36b5439bcbd3a29e27e07d93e6ea98b94bf8793f51b"
          }
        ]
      },
      "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:19.491Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-03T13:42:19.293Z"
  },
  "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"
  }
}