{
  "x402Version": 2,
  "id": 335,
  "slug": "335",
  "resource": "https://api.kadec0.xyz/v1/recalls",
  "description": "Consumer product recalls. A normalized multi-agency recall feed spanning FDA, CPSC, and NHTSA — product, reason, company, classification, and severity.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x4df66B6c140778fe0717880A7c6dDE5Ea53AcDeA",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "agency": "all",
            "limit": "10",
            "q": "salmonella"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 1,
            "items": [
              {
                "agency": "FDA",
                "classification": "Class I",
                "company": "...",
                "date": "2026-05-12",
                "product": "...",
                "reason": "undeclared milk",
                "recallNumber": "F-1234-2026",
                "severity": "high",
                "status": "Ongoing",
                "type": "recall"
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "agency": {
                    "default": "all",
                    "description": "usda/FSIS is unavailable (agency blocks bots)",
                    "enum": [
                      "fda",
                      "cpsc",
                      "nhtsa",
                      "all"
                    ],
                    "type": "string"
                  },
                  "limit": {
                    "default": "25",
                    "type": "string"
                  },
                  "q": {
                    "description": "search text. For agency=nhtsa pass '<make> <model> <year>'",
                    "type": "string"
                  }
                },
                "required": [],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.kadec0.xyz",
  "lastUpdated": "2026-09-13T15:02:06.828Z",
  "quality": {
    "calls30d": 9,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-13T15:02:06.348Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.kadec0.xyz",
    "manifest_name": "api.kadec0.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}