{
  "x402Version": 2,
  "id": 5299,
  "slug": "5299",
  "resource": "https://x402stock.xyz/api/v1/fda",
  "description": "FDA catalysts for a pharma/biotech/medtech company, from openFDA. Pass `?company=Medtronic` (required) plus `?limit=` (max 50). Returns `drug` (recalls + approvals) and `device` (510(k) clearances, PMA approvals, recalls) sections, each with recent items, match totals, and official FDA links. One call across 5 FDA datasets. From x402stock, a market & economic data API (x402, USDC).",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "company": "Pfizer",
            "limit": 10
          },
          "type": "http"
        },
        "output": {
          "example": {
            "as_of": "2026-06-18T12:00:00.000Z",
            "attribution": "Source: openFDA, U.S. Food and Drug Administration",
            "company": "Medtronic",
            "device": {
              "approvals": {
                "count": 1,
                "items": [
                  {
                    "advisory_committee": "Cardiovascular",
                    "applicant": "Medtronic Vascular",
                    "decision_code": "OK30",
                    "decision_date": "2026-06-05",
                    "generic_name": "Coronary drug-eluting stent",
                    "pma_number": "P160043",
                    "product_code": "NIQ",
                    "supplement_number": "S094",
                    "supplement_type": "30-Day Notice",
                    "trade_name": "Resolute Onyx Zotarolimus-Eluting Coronary Stent System",
                    "url": "https://www.accessdata.fda.gov/scripts/cdrh/cfdocs/cfpma/pma.cfm?id=P160043"
                  }
                ],
                "total_matched": 12772
              },
              "clearances": {
                "count": 1,
                "items": [
                  {
                    "advisory_committee": "General, Plastic Surgery",
                    "applicant": "Medtronic Sofamor Danek USA, Inc.",
                    "clearance_type": "Traditional",
                    "date_received": "2025-11-20",
                    "decision": "Substantially Equivalent",
                    "decision_date": "2026-06-05",
                    "device_name": "OsteoCool RF Ablation System; OsteoCool 2.0 RF Ablation System",
                    "k_number": "K253656",
                    "product_code": "GEI",
                    "url": "https://www.accessdata.fda.gov/scripts/cdrh/cfdocs/cfpmn/pmn.cfm?ID=K253656"
                  }
                ],
                "total_matched": 1576
              },
              "recalls": {
                "count": 0,
                "items": [],
                "total_matched": 1250
              }
            },
            "drug": {
              "approvals": {
                "count": 0,
                "items": [],
                "total_matched": 0
              },
              "recalls": {
                "count": 0,
                "items": [],
                "total_matched": 0
              }
            },
            "source": "fda"
          },
          "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": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "additionalProperties": false,
                "properties": {
                  "company": {
                    "maxLength": 120,
                    "minLength": 2,
                    "type": "string"
                  },
                  "limit": {
                    "default": 10,
                    "exclusiveMinimum": 0,
                    "maximum": 50,
                    "type": "integer"
                  }
                },
                "required": [
                  "company",
                  "limit"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "additionalProperties": false,
                "properties": {
                  "as_of": {
                    "type": "string"
                  },
                  "attribution": {
                    "type": "string"
                  },
                  "company": {
                    "type": "string"
                  },
                  "device": {
                    "additionalProperties": false,
                    "properties": {
                      "approvals": {
                        "additionalProperties": false,
                        "properties": {
                          "count": {
                            "type": "number"
                          },
                          "items": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "advisory_committee": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "applicant": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "decision_code": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "decision_date": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "generic_name": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "pma_number": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "product_code": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "supplement_number": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "supplement_type": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "trade_name": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "url": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                }
                              },
                              "required": [
                                "pma_number",
                                "supplement_number",
                                "trade_name",
                                "generic_name",
                                "decision_date",
                                "decision_code",
                                "supplement_type",
                                "advisory_committee",
                                "product_code",
                                "applicant",
                                "url"
                              ],
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "total_matched": {
                            "type": "number"
                          }
                        },
                        "required": [
                          "total_matched",
                          "count",
                          "items"
                        ],
                        "type": "object"
                      },
                      "clearances": {
                        "additionalProperties": false,
                        "properties": {
                          "count": {
                            "type": "number"
                          },
                          "items": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "advisory_committee": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "applicant": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "clearance_type": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "date_received": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "decision": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "decision_date": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "device_name": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "k_number": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "product_code": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "url": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                }
                              },
                              "required": [
                                "k_number",
                                "device_name",
                                "decision",
                                "decision_date",
                                "clearance_type",
                                "product_code",
                                "advisory_committee",
                                "date_received",
                                "applicant",
                                "url"
                              ],
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "total_matched": {
                            "type": "number"
                          }
                        },
                        "required": [
                          "total_matched",
                          "count",
                          "items"
                        ],
                        "type": "object"
                      },
                      "recalls": {
                        "additionalProperties": false,
                        "properties": {
                          "count": {
                            "type": "number"
                          },
                          "items": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "classification": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "date": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "firm": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "product_description": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "product_type": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "reason": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "recall_number": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "status": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "voluntary_mandated": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                }
                              },
                              "required": [
                                "date",
                                "status",
                                "classification",
                                "product_type",
                                "product_description",
                                "reason",
                                "firm",
                                "recall_number",
                                "voluntary_mandated"
                              ],
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "total_matched": {
                            "type": "number"
                          }
                        },
                        "required": [
                          "total_matched",
                          "count",
                          "items"
                        ],
                        "type": "object"
                      }
                    },
                    "required": [
                      "clearances",
                      "approvals",
                      "recalls"
                    ],
                    "type": "object"
                  },
                  "drug": {
                    "additionalProperties": false,
                    "properties": {
                      "approvals": {
                        "additionalProperties": false,
                        "properties": {
                          "count": {
                            "type": "number"
                          },
                          "items": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "active_ingredients": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "application_number": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "approval_date": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "brand_names": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "dosage_form": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "review_priority": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "route": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "sponsor": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "submission_class": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "url": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                }
                              },
                              "required": [
                                "application_number",
                                "sponsor",
                                "approval_date",
                                "brand_names",
                                "active_ingredients",
                                "dosage_form",
                                "route",
                                "submission_class",
                                "review_priority",
                                "url"
                              ],
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "total_matched": {
                            "type": "number"
                          }
                        },
                        "required": [
                          "total_matched",
                          "count",
                          "items"
                        ],
                        "type": "object"
                      },
                      "recalls": {
                        "additionalProperties": false,
                        "properties": {
                          "count": {
                            "type": "number"
                          },
                          "items": {
                            "items": {
                              "additionalProperties": false,
                              "properties": {
                                "classification": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "date": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "firm": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "product_description": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "product_type": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "reason": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "recall_number": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "status": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                },
                                "voluntary_mandated": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "null"
                                    }
                                  ]
                                }
                              },
                              "required": [
                                "date",
                                "status",
                                "classification",
                                "product_type",
                                "product_description",
                                "reason",
                                "firm",
                                "recall_number",
                                "voluntary_mandated"
                              ],
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "total_matched": {
                            "type": "number"
                          }
                        },
                        "required": [
                          "total_matched",
                          "count",
                          "items"
                        ],
                        "type": "object"
                      }
                    },
                    "required": [
                      "recalls",
                      "approvals"
                    ],
                    "type": "object"
                  },
                  "source": {
                    "const": "fda",
                    "type": "string"
                  }
                },
                "required": [
                  "source",
                  "as_of",
                  "company",
                  "drug",
                  "device",
                  "attribution"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402stock.xyz",
  "lastUpdated": "2026-09-14T19:01:52.015Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-14T19:01:51.776Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402stock.xyz",
    "manifest_name": "x402stock.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"
  }
}