{
  "x402Version": 2,
  "id": 6078,
  "slug": "6078",
  "resource": "https://x402-filings.datalayer.workers.dev/v1/fda/adverse-events",
  "description": "Adverse event reports for a drug or medical device from the FDA's FAERS and MAUDE systems: total report count and the most frequently reported reactions, ranked. Returns the interpretation caveat with the data — these are voluntary reports, a report does not establish causation, and counts scale with how widely a product is used.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x917e635b83F0dd7e8172c55EC4EEbb28B734cA85",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "device": "insulin pump",
            "drug": "ibuprofen",
            "limit": 10
          },
          "type": "http"
        },
        "output": {
          "example": {
            "caveat": "Voluntary reports. A report does not establish that the product caused the event.",
            "mostReported": "NAUSEA",
            "query": {
              "drug": "ibuprofen",
              "limit": 10
            },
            "topReactions": [
              {
                "reaction": "NAUSEA",
                "reports": 3120
              },
              {
                "reaction": "DIZZINESS",
                "reports": 2044
              }
            ],
            "totalReports": 48211
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "device": {
                    "description": "Device generic name.",
                    "examples": [
                      "insulin pump"
                    ],
                    "type": "string"
                  },
                  "drug": {
                    "description": "Brand or generic drug name. Either drug or device is required.",
                    "examples": [
                      "ibuprofen"
                    ],
                    "type": "string"
                  },
                  "limit": {
                    "description": "Max ranked reactions, 1-50. Default 10.",
                    "examples": [
                      10
                    ],
                    "type": "integer"
                  }
                },
                "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": "x402-filings.datalayer.workers.dev",
  "lastUpdated": "2026-08-24T10:18:53.917Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-24T10:18:53.577Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402-filings.datalayer.workers.dev",
    "manifest_name": "x402-filings.datalayer.workers.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}