Know when a trial or drug changes status.
Posolix watches US clinical trials and FDA drug approvals. Subscribe to an illness or a medication in the dashboard and get an email as soon as a new trial or approval comes out, or send every change to your own endpoint by webhook.
Beta members get an API key and a dashboard login, free for the length of the beta.
One feed for trials and approvals, three ways to use it.
Pick the conditions, sponsors, phases or drug classes you care about. Posolix tracks them and tells you what changed, not just what's there.
Webhooks
Subscribe with a filter and get a signed POST every time a matching record changes. Each event carries the before and after values, so you don't have to diff anything yourself.
POST https://your-app.com/hooks/posolix
{
"event": "trial.status_changed",
"occurred_at": "2026-09-18T14:02:11Z",
"trial": {
"phase": "PHASE3",
"conditions": ["Non-small cell lung cancer"],
"sponsor": "Example Therapeutics"
},
"changes": {
"overall_status": {
"from": "RECRUITING",
"to": "ACTIVE_NOT_RECRUITING"
}
}
} // illustrative, fields may change in beta
Historical API
Query every change we've recorded, filtered by date, sponsor, condition, phase or event type. Useful for backtesting, research and filling a database on day one.
Search dashboard
Browse the same data without writing code. Subscribe to any illness, medication or search and get an email when something new comes out.
Search every trial and approval, then subscribe to what you care about.
Search for an illness or a medication, narrow it down by phase, sponsor or status, and hit Subscribe. From then on we'll email you whenever a matching trial is registered, changes status or a drug is approved.
| Study | Sponsor | Latest change | When |
|---|---|---|---|
| Maintenance therapy after chemoradiationPhase 3, 412 participants | Example Therapeutics | Stopped recruiting | 2 days ago |
| First-line combination in advanced diseasePhase 3, 780 participants | Sample Bio | New site added | 5 days ago |
| Targeted therapy for a rare mutationPhase 3, 260 participants | Placeholder Pharma | Completion date moved | 12 days ago |
| Subcutaneous vs intravenous dosingPhase 3, 530 participants | Demo Oncology | Started recruiting | 19 days ago |
Early design preview with illustrative records. The beta dashboard may look different.
See the full history
Every record shows a timeline of what changed and when, from first registration to results.
Subscribe to any search
Follow an illness, a medication or a sponsor and get an email when a new trial or approval matches. Developers can get the same alerts as webhooks.
Export in one click
Download results as CSV for spreadsheets, reports or your own analysis.
Who it's for.
Biotech and pharma teamsKeep an eye on competitor trials and approvals without checking sites by hand.
Investors and analystsGet catalysts the moment they're public, with history to put them in context.
Health-tech developersAdd trial and drug data to your product through one consistent API.
Researchers and journalistsSearch how studies and labels have changed over months or years.
Questions.
What does the beta include?
Full access to both halves of Posolix: an API key for webhooks and the historical API, and a login to the search dashboard. Expect rough edges and some changes while we learn what you need.
How do I get in?
Fill in the short request form. We're letting people in in small groups and will email you your API key and dashboard login when your spot opens.
Can I get notified about a specific illness or medication?
Yes. Search for it in the dashboard, add filters like phase or sponsor if you want, and click Subscribe. We'll email you when a matching trial is registered or changes status, or when a matching drug is approved. Developers can have the same alerts sent to their own endpoint as webhooks.
How much will it cost?
Nothing during the beta. Beta users will hear about pricing before it starts and get early-supporter terms.
How fresh is the data?
We check for updates on a regular schedule and send emails and webhooks as soon as we detect a change.
Can I use this for medical decisions?
No. Posolix is a data and notification service, not medical advice. Always verify a record independently before acting on it.
Join the beta.
Get an API key and a dashboard login, free while we're in beta.