Skip to content
This repository was archived by the owner on Jan 17, 2024. It is now read-only.

Research Spike Show Drug Interactions from Labeling

Jason McNutt edited this page Jun 24, 2015 · 1 revision

Call the following openFDA query -

https://api.fda.gov/drug/label.json?search=openfda.generic_name:metformin+AND+_exists_:drug_interactions&limit=1

Use the drug_interactions field, problem is it is a run on string, sometimes it will come with html table with appended _table to it but that is not always the case you can see in this query result.

Clone this wiki locally