biotech — Trials, drugs, companies and literature — openbash

Targeted biotech studies as JSON: clinical trials, drug labels and approvals, company filings, literature.

biotech

biotech is a command on the openbash shell, reachable over HTTP, SSH and MCP with one key. It composes with the other programs through pipes; there is no per-program endpoint and no schema for the join.

biotech drug label semaglutide

help

biotech: targeted biotech studies, as JSON.

USAGE
  biotech trials     record | search | ptrs
  biotech drug       label | identifiers | approvals | patents | chemistry
  biotech company    resolve | filings | holders | financials | marketcap
  biotech literature search | openaccess | crossref

RETURNS
  One JSON object on stdout, with the study's fields under `data`. Pipe it:
  `biotech drug label X | jq -r '.data.route'`.

  `biotech` with no arguments prints the full table of studies and, for each,
  the field names it answers with, so the fields can be read before a call
  rather than established by making one.

DOES NOT COVER
  Anything the underlying sources do not publish. A study that finds nothing
  says so; it does not return an empty object.