{
  "x402Version": 2,
  "id": 6076,
  "slug": "6076",
  "resource": "https://x402-filings.datalayer.workers.dev/v1/fda/enforcement",
  "description": "FDA recall and enforcement records across drug, device and food, normalised into one shape with classification, reason, distribution scope and firm. Queryable by firm, product, classification and date. One product type returning nothing never fails the call — the three openFDA endpoints are independent and a gap in one is not a gap in the others.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x917e635b83F0dd7e8172c55EC4EEbb28B734cA85",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "classification": "Class I",
            "end": "2026-08-15",
            "firm": "Pfizer",
            "limit": 25,
            "product": "drug",
            "search": "contamination",
            "start": "2025-08-15"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 25,
            "firmSummary": [
              {
                "firm": "Example Pharma Inc",
                "recalls": 4,
                "worstClassification": "Class I"
              }
            ],
            "problems": [],
            "recalls": [
              {
                "classification": "Class I",
                "distribution": {
                  "scope": "nationwide",
                  "states": []
                },
                "firm": "Example Pharma Inc",
                "productType": "drug",
                "quantity": "12,400 bottles",
                "reason": "Failed dissolution specifications",
                "reportDate": "2026-07-02",
                "rootCause": "manufacturing",
                "status": "Ongoing"
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "classification": {
                    "description": "Class I, Class II or Class III.",
                    "examples": [
                      "Class I"
                    ],
                    "type": "string"
                  },
                  "end": {
                    "description": "Report date to, ISO. Defaults to today.",
                    "examples": [
                      "2026-08-15"
                    ],
                    "type": "string"
                  },
                  "firm": {
                    "description": "Recalling firm name, partial match.",
                    "examples": [
                      "Pfizer"
                    ],
                    "type": "string"
                  },
                  "limit": {
                    "description": "Max records, 1-100. Default 25.",
                    "examples": [
                      25
                    ],
                    "type": "integer"
                  },
                  "product": {
                    "description": "One of drug, device, food, or all. Default all.",
                    "examples": [
                      "drug"
                    ],
                    "type": "string"
                  },
                  "search": {
                    "description": "Free text matched against product description and recall reason.",
                    "examples": [
                      "contamination"
                    ],
                    "type": "string"
                  },
                  "start": {
                    "description": "Report date from, ISO. Defaults to 1 year ago.",
                    "examples": [
                      "2025-08-15"
                    ],
                    "type": "string"
                  }
                },
                "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-09-01T03:29:08.089Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-01T03:29:07.74Z"
  },
  "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"
  }
}