Konviere DrugsAPI
Konviere Drugs API serves public FDA data about drugs, and has one or more categories, which serve unique data-such as data about recall enforcement reports, or about adverse events. Every query to the API must go through one endpoint for one kind of data. Drug adverse event API returns data that has been collected from the FDA Adverse Event Reporting System (FAERS), a database that contains…
Konviere DrugsAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Drug Info by Route /Konviere/drugs/getDrugInfoByDrgRte/{drgRte} |
This web method will return all the dataset related to the drug information using the “drgRte” the route, this input parameter is required. All web method requires the "api_key"… |
| GET |
Get Adverse Event Summary Info by Pharmacologic Class /konviere/drugs/getAdverseEventsSummaryByPharmClass/{pharmacologicClass} |
This web method will return a summary dataset related to the adverse events information using the “pharmacologicClass” the pharmacologic class, this input parameter is required.… |
| GET |
Get Adverse Event Info by Pharmacologic Class /Konviere/drugs/getAdverseEventsByPharmClass/{pharmacologicClass} |
This web method will return all the dataset related to the adverse events information using the “pharmacologicClass” the pharmacologic class, this input parameter is required.… |
| GET |
Get Adverse Event Info by Reaction & Sex /Konviere/drugs/getReactionsByReaction&Sex/{reaction}/{sex} |
This web method will return a summary dataset related to the adverse events information using the “reaction” the reaction and “sex” the patient sex (0: unknown, 1: male, 2:… |
| GET |
Get Adverse Event Info by Reaction, Sex, Age Group & Active Substance /konviere/drugs/getReactionsByReaction&Sex&AgeGrp&AtvSbs/{reaction}/{sex}/{ageGrp}/{actvSubst} |
This web method will return a summary dataset related to the adverse events information using the “reaction” the reaction, “sex” the patient sex (0: unknown, 1: male, 2: female),… |
| GET |
Get Drug Info by Drug Name /konviere/drugs/getDrugInfoByDrgNm/{drgNm} |
This web method will return all the dataset related to the drug information using the “drgNm” the drug name or brand name or drug product, this input parameter is required. All… |
| GET |
Get Adverse Event Info by Reaction /konviere/drugs/getReactionsByReaction/{reaction} |
This web method will return a summary dataset related to the adverse events information using the “reaction” the reaction that was reported, this input parameter is required. All… |
| GET |
Get Adverse Event Info by Reaction, Sex & Age Group /Konviere/drugs/getReactionsByReaction&Sex&AgeGrp/{reaction}/{sex}/{ageGrp} |
This web method will return a summary dataset related to the adverse events information using the “reaction” the reaction, “sex” the patient sex (0: unknown, 1: male, 2: female)… |
| GET |
Get Adverse Event Info by Reaction, Sex, Age Group & Drug Name /Konviere/drugs/getReactionsByReaction&Sex&AgeGrp&DrgNm/{reaction}/{sex}/{ageGrp}/{drgNm} |
This web method will return a summary dataset related to the adverse events information using the “reaction” the reaction, “sex” the patient sex (0: unknown, 1: male, 2: female),… |
| GET |
Get Drug Info by Drug Name & Route /konviere/drugs/getDrugInfoByDrgNm&DrgRte/{drgNm}/{drgRte} |
This web method will return all the dataset related to the drug information using the “drgNm” the drug name or brand name or drug product and “drgRte” drug route, these input… |
Konviere DrugsAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19.95 / month | — |
|
| ULTRA | $29.95 / month | — |
|
| MEGA | $39.95 / month | — |
|