FDA / openfda

openFDA is a research project to provide open APIs, raw data downloads, documentation and examples, and a developer community for an important collection of FDA public datasets.
https://open.fda.gov
Creative Commons Zero v1.0 Universal
567 stars 131 forks source link

Is there a way to get manufacturer details and drug at the same time by using the single api? #169

Closed mannusillegal closed 3 years ago

dkrylovsb commented 3 years ago

Yes, you can do that by using the Drug Label endpoint. Here is an example:

https://api.fda.gov/drug/label.json?search=openfda.substance_name.exact:%22ASPIRIN%22&limit=10

Look for the manufacturer_name field within the results. More details can be found here