Free access to real-time rare disease research, clinical trial updates, and FDA approvals.
Free • No API Key RequiredThe Daily Rare Disease API provides programmatic access to the same safety data that powers our daily briefings. Use it to build apps, dashboards, or integrations that help patients and researchers.
Returns FDA approvals and regulatory updates relevant to rare diseases.
| Param | Type | Default | Description |
|---|---|---|---|
limit | int | 10 | Results to return (max 50) |
days | int | — | Filter to last N days |
search | string | — | Keyword search in title, description |
Returns research feed from PubMed and medical journals.
| Param | Type | Default | Description |
|---|---|---|---|
limit | int | 10 | Results to return (max 50) |
days | int | — | Filter to last N days |
search | string | — | Keyword search in title, abstract |
Returns a JSON description of all available endpoints, parameters, and usage examples.
All endpoints return JSON with a consistent envelope:
On error:
The API allows 100 requests per hour per IP address. No API key is needed.
Responses include a Cache-Control: public, max-age=3600 header — caching on your end is encouraged.
All endpoints include Access-Control-Allow-Origin: * headers, so you can call the API directly from browser-based JavaScript applications.