Pharmaceutical Cross-Market Data
Access comprehensive French (BDPM) and US (NADAC) pharmaceutical data with cross-market matching, pricing, NDC/RxNorm codes, and multi-tier access
Pharmaceutical Cross-Market Data endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Search by Active Ingredient /api/v1/search/by-ingredient |
Search pharmaceutical products by active ingredient name. Returns matching products with their formulations and strengths. |
| GET |
Search by Dosage Form /api/v1/search/by-dosage-form |
Search products by pharmaceutical dosage form (e.g., tablet, capsule, injection, solution) |
| GET |
Search by Strength /api/v1/search/by-strength |
Search products by medication strength (e.g., "500 mg", "2.5 mg"). |
| GET |
Search by ATC Code /api/v1/search/by-atc |
Search products by Anatomical Therapeutic Chemical (ATC) classification code. Professional tier only. Returns products matching any ATC level (1-4) |
| GET |
Search by NDC /api/v1/search/by-ndc |
Search products by US National Drug Code (NDC). Professional tier only. Returns all products associated with the NDC. |
| GET |
Search by Product Name /api/v1/search/by-product-name |
Search by US commercial product name or clinical product name. Professional tier only. |
| GET |
Get US Pricing by NDC /api/v1/pricing/us/{ndc} |
Get US NADAC pricing information for a specific NDC code. Professional tier only. Includes pricing history and generic/brand status. |
| GET |
Get French Pricing by CIS /api/v1/pricing/french/{cis_id} |
Get French pricing and reimbursement information for a CIS product. Standard tier returns limited info, Professional tier returns full pricing history and details. |
| GET |
Search by Drug Name /api/v1/search/by-name |
Search for pharmaceutical products by French drug name or RxNorm name. Returns matching products with basic info (Standard tier) or complete data (Professional tier). |
| GET |
Get Database Statistics /api/v1/stats |
Get statistics about the pharmaceutical database including total products, RxNorm codes, and NDC coverage |
| GET |
Get Product by CIS ID /api/v1/product/{cis_id} |
Retrieve detailed information about a pharmaceutical product using its French CIS identifier. Returns all versions and history. |