3605 hemp products from 40 vendors. 9 REST endpoints. Real-time pricing with shipping and discount calculations. Cannabinoid profiles, terpene data, lab test results.

Authentication: None required
Rate Limit: 60-500 req/min
Format: JSON
HTTPS: Required
Updates: Daily

API Capabilities

Developer-focused hemp product data

Smart Pricing Engine

Automatic discount code application, shipping calculations, and price-per-gram comparisons across all vendors.

Detailed Cannabinoid Profiles

THC, THCA, CBD, CBG, CBN content with terpene profiles for thousands of products.

Multi-Vendor Coverage

40+ verified vendors including Flow Gardens, Dr. Ganja, Black Tie CBD, Holy City Hemp, and more.

Advanced Filtering

Filter by category, vendor, price range, cannabinoid content, tags, and more.

Enhanced Product Data

AI-enhanced descriptions, pricing metrics, package details, and comparison data.

Example API Call

Get started in minutes

GET /api/products/enhanced
curl "https://thcaindex.com/api/products/enhanced?category=flower&limit=5"
Response (JSON)
{
  "products": [
    {
      "uuid": "abc123...",
      "name": "Premium Indoor THCA Flower",
      "category": "flower",
      "vendor": "flow_gardens",
      "vendor_display_name": "Flow Gardens",
      "vendor_url": "https://flowgardens.com/...",
      "price": 89.99,
      "total_price_with_shipping": 99.99,
      "final_price": 94.99,
      "shipping_cost": 10.00,
      "discount_applied": {
        "code": "SAVE5",
        "percentage": 5,
        "amount_saved": 5.00
      },
      "weight_grams": 28,
      "price_per_gram": 3.21,
      "cannabinoids": {
        "THCA": 24.5,
        "CBD": 0.3,
        "Delta9": 0.2
      },
      "tags": ["indoor", "sativa"],
      "lab_tested": true,
      "in_stock": true,
      "image_url": "https://thcaindex.com/static/ProductImages/..."
    }
  ],
  "total": 847,
  "offset": 0,
  "limit": 5
}

Monetize Your Integration

Join our partner program to earn commissions on purchases made through your API integration. Track clicks, conversions, and earnings with our affiliate dashboard.

Learn More About Partnerships

Questions or Integration Support?

We're here to help

Need help integrating the API? Have feature requests? Want to discuss custom data access?