Documentation
US FDA Medications
Comprehensive US FDA medication lookup with 81,212 medications.
Comprehensive US FDA medication lookup with 81,212 medications. 99 curated common medications for instant access, drug interaction checking, CLI and JavaScript API.
Perfect for: US healthcare apps, drug interaction checkers, medical AI assistants.
Quick Start
npm install -g us-medicationsus-medications "lisinopril"us-medications --search "blood pressure"us-medications --interactions "warfarin"Database Statistics
81,212 medications
Complete FDA medication database with automatic download on first use.
99 curated
Instant access to common medications — no download needed.
FDA data source
Authoritative, up-to-date information from the US Food and Drug Administration.
OpenClaw compatible
Works as an OpenClaw skill for AI agents and LLM tool frameworks.
Usage
Command Line
us-medications "lisinopril"us-medications --search "blood pressure"us-medications --interactions "warfarin"us-medications --statsJavaScript API
const { lookupMedication, searchMedications } = require('us-medications');const med = await lookupMedication('metformin');Links
- GitHub Repository
- npm Package
- OpenClaw Integration — Add to your AI agent
- Skill file (OpenClaw)