{
  "x402Version": 2,
  "id": 321,
  "slug": "321",
  "resource": "https://api.kadec0.xyz/v1/fda",
  "description": "FDA recalls and adverse events. Drug, device, and food recall and adverse-event records from openFDA with classification, recalling firm, and reason.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x4df66B6c140778fe0717880A7c6dDE5Ea53AcDeA",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "report": "recall",
            "search": "reason_for_recall:contamination",
            "type": "drug"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 1,
            "items": [
              {
                "category": "drug",
                "classification": "Class II",
                "reasonForRecall": "...",
                "recallingFirm": "...",
                "status": "Ongoing",
                "type": "fda_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": {
                  "limit": {
                    "default": "20",
                    "type": "string"
                  },
                  "report": {
                    "default": "recall",
                    "enum": [
                      "recall",
                      "event"
                    ],
                    "type": "string"
                  },
                  "search": {
                    "description": "OpenFDA Lucene query or plain text",
                    "type": "string"
                  },
                  "type": {
                    "default": "drug",
                    "enum": [
                      "drug",
                      "device",
                      "food"
                    ],
                    "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-14T18:45:04.057Z",
  "quality": {
    "calls30d": 13,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-14T18:45:03.678Z"
  },
  "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"
  }
}