myUpchar - Medicine API
Enabling healthcare awareness, access & availability for Bharat
India's biggest healthcare platform
Embed Medicine Search & Buy Experience For Your Customers & Monetize
Enable search for 2 Lakh medicines in your Website/App.
Display Medicine Information on your Website/App with Real-Time pricing.
Easy checkout on myUpchar & earn commission on every sale.
myUpchar - Medicine API: Get Medicines List
https://beta.myupchar.com/api/medicine/search?api_key=API_KEY&name=MEDICINE_NAME&type=MEDICINE_TYPE&manufacturer=MANUFACTURER_NAME&category_id=CATEGORY_ID&page=PAGE_NUMBER
Where, you have to pass parameters like api_key, name, type, category_id and manufacturer. api_key and atleast one parameter out of name, type, category_id and manufacturer is required.
To filter the medicines by medicine type, pass the type with one of the value out of < Allopath/Ayurveda/General/Homeopath/Unani >.
Each page contains 24 results. Page Number can be passed as parameter to get the results from a specific page number.
Expected response format:
Copy
myUpchar - Medicine API: Get Medicine Detail
https://beta.myupchar.com/api/medicine/detail?api_key=API_KEY&product_id=ID
Where, you will get product_id from the response of the first API.
Expected response format:
Copy