Skip to main content
Python

Authorizations

X-API-Key
string
header
required

Simplex API Key

Query Parameters

query
string
required

Partial or full drug name or slug to search for (e.g. "wegovy", "zepbound 5mg", "mounjaro auto-injectors", "wegovy_2.4mg_0.75ml_auto_injectors"). Matched case-insensitively against both slug and full_name, with exact > prefix > substring > token/fuzzy ranking.

limit
integer
default:10

Maximum number of matches to return (1-50). Defaults to 10.

Required range: 1 <= x <= 50

Response

200 - application/json

Search drugs response

succeeded
boolean
required

Whether the search executed successfully.

query
string
required

Echo of the query that was searched.

matches
object[]
required

Ranked list of matching drugs (best match first). Empty array if no match.