The Cannabis API
Discover the Strain Info API – your gateway to comprehensive cannabis strain data. Access strain names, types (indica, sativa, hybrid), ratings, effects, flavors, and descriptions with ease. Build cannabis-related apps, conduct strain research, or satisfy your curiosity with accurate and up-to-date information. Enhance your projects by leveraging our API for streamlined cannabis insights.…
The Cannabis API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Strain By Name /strains/getStrainsByName/{strainName} |
Returns the id, name, type, rating, flavours, effects and description of a strain by it's name. |
| GET |
Get Strain By Type /strains/getStrainsByType/{strainType} |
Returns the id, name, type, rating, effects, flavours and description of all the strains with the specified type (sativa, indica or hybrid). |
| GET |
Get Strain By Effects /strains/getStrainsByEffect/{strainEffect} |
Returns the id, name, type, rating, effects, flavours and description of all the strains with the specified effects. |
| GET |
Get Strain By Flavours /strains/getStrainsByFlavour/{strainFlavour} |
Returns the id, name, type, rating, effects, flavours and description of all the strains with the specified flavours. |
| GET |
Get Strain Effects By ID /strains/getEffectsByStrainId/{strainID} |
Returns the effects of the strain with the specified ID. |
| GET |
Get Strain By ID /strains/getStrainsById/{strainID} |
Returns the id, name, type, rating, effects, flavours and description of specified strain. |
| GET |
Get Strain Flavours By ID /strains/getFlavorsByStrainId/{strainID} |
Returns the flavours of the strain with the specified ID. |
| GET |
Get All Flavours /strains/getAllFlavors |
Get Every Cannabis Flavour in the dataset. |
| GET |
Get All Effects /strains/getAllEffects |
Get Every Cannabis Effect in the dataset. |
The Cannabis API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|