Back to catalog
🏥

openFDA

API Key

Public FDA data about drugs, devices and foods

🏥HealthHTTPS

No items to display.

Sample Response

response.json
1{
2 "drug": "ibuprofen",
3 "total_reports": 48219,
4 "events": [
5 {
6 "reaction": "Drug ineffective",
7 "count": 4871,
8 "serious": false,
9 "outcome": "Recovered",
10 "report_date": "2025-11-14"
11 },
12 {
13 "reaction": "Nausea",
14 "count": 3502,
15 "serious": false,

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://open.fda.gov" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs