FETCH402
← Protocol index

Resource / 13244

unknown

Unnamed resource.

FDA drug recalls and adverse event reports from openFDA. Search by drug name or company.

Eligibility
probeable
Failures
0
Last quote
Last probe
Payment requirements / accepts[] 1 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 5000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0x24FAcafEB49b4e3FACF0B3e69604A2F4640c9bf2

All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.

Probe evidence 0 recent

No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.

Machine contract

Schemas.

InputJSON
{
  "method": "GET",
  "queryParams": {
    "company": "Pfizer",
    "drug": "aspirin",
    "limit": "10",
    "type": "recalls"
  },
  "schema": {
    "properties": {
      "company": {
        "description": "Company/manufacturer name",
        "type": "string"
      },
      "drug": {
        "description": "Drug name to search",
        "type": "string"
      },
      "limit": {
        "description": "Number of results (max 25)",
        "type": "string"
      },
      "search": {
        "description": "General search term",
        "type": "string"
      },
      "type": {
        "description": "recalls or adverse_events",
        "type": "string"
      }
    },
    "required": []
  },
  "type": "http"
}
OutputJSON
{
  "example": {
    "recalls": [
      {
        "classification": "Class II",
        "company": "Acme Pharma",
        "date": "20260101",
        "product": "Drug X 10mg tablets",
        "reason": "Contamination"
      }
    ],
    "success": true,
    "total_available": 17665,
    "type": "drug_recalls"
  }
}