node-cannabis-reports API documentation
Strains
Strain object
Cannabis strains in the Cannabis Reports system.
Cannabis strains are the various cultivars available for the cannabis family. Thousands of years of human domestication and breeding of cannabis strains have resulted in a huge variety of attributes that we know and love today.
http://en.wikipedia.org/wiki/Cultivar
Over time, strain names have been used by various companies in their attempts to recreate the results of other breeders. Cannabis Reports identifies strains not only by their name, but by their seed company as well, to ensure they are all properly represented.
Strain Attributes
Name | Type | Description |
---|---|---|
name | string | Name of the cannabis strain. |
ucpc | string | UCPC code for this strain. |
link | url | Link to the strain in the Cannabis Reports API. |
qr | url | Link to the QR code for this strain. |
url | url | Link to the strain listing on the Cannabis Reports website. |
image | url | Link to the full size image for this strain on Cannabis Reports. |
seedCompany | object | Information about the seed company that created or provides the strain. |
seedCompany.name | string | Name of the seed company for the strain. |
seedCompany.ucpc | string | UCPC for the seed company. |
seedCompany.link | url | Link to the seed company for the strain in the Cannabis Reports API. |
genetics | object | Object that holds information about the genetics for the strain. |
genetics.names | string | The textual representation of the genetics for a strain. |
genetics.ucpc | string | The genetics of a strain with UCPC codes instead of names. Delimiters in the genetic string are parentheses (), lower case "x", common slash /, and question mark ?. These characters will never be included within the UCPC. |
genetics.link | url | Link to the genetics for the strain in the Cannabis Reports API. |
lineage | object | Countries of origin for the genetics for the strain. Object keys are the country name and the values are the two character country codes. |
children | object | Object that holds information about the children for the strain. |
children.count | integer | Number of strains this one has been bred into. |
children.link | url | Link to the children for the strain in the Cannabis Reports API. |
reviews | object | Object that holds information about the reviews for the strain. |
reviews.count | integer | Number of reviews for the strain. |
reviews.link | url | Link to the reviews for the strain in the Cannabis Reports API. |
createdAt | object | Object containing two strings, "dateTime" and the "timezone" when the strain was added. |
updatedAt | object | Object containing two strings, "dateTime" and the "timezone" when the strain was updated. |
Where's Indica, Sativa, Hybrid?
Mainstream cannabis science does not subscribe to what has become a common classification scheme for identifying cannabis strains. There are differing opinions on the appropriate taxonomy of cannabis in the scientific community. Until there is consensus, Cannabis Reports does not participate in this type of classification.
Cannabis consumers have become used to associating feelings to these words which were previously used to describe physical or genetic characteristics of a plant.
To this effect, we have given producers the ability to classify their products as indica, sativa, and hybrid as it has become part of the common vocabulary. We have also allowed for strains to be listed on menus in ways that consumers have grown accustomed to, with most strains ending up in the "hybrid" category.
Where are the THC, CBD, and Other Percentages for Strains?
Results from cannabis labs on the percentage of THC and CBD content are based upon samples of the overall harvest for particular strains.
The cannabis plant contains hundreds of chemicals that interact together to provide the experience you have when you consume it. Science has shown that genetics of a strain can determine whether the disposition exists to produce the chemicals we measure for. However, the overall abundance of them in what you are consuming can vary depending on many factors:
- Skill of producer.
- Environment.
- Genetic phenotypes from seeds.
- Part of plant consumed.
- Processing.
Cannabis Reports lets producers tie lab tests to individual products, batches of products, or flowers. For the overall information of a cannabis strain, however, we recognize that the actual results can vary from crop to crop.
Explore Strain Endpoints
Here are some of the results available from the different strain endpoints
Endpoint | Result |
---|---|
Gets a paginated list of strains with optional sorting. | |
Returns search results for strains in our database. | |
Gets an individual strain based on the UCPC. | |
Gets the reviews for a cannabis strain. | |
Gets the average effects and flavors from reviews for this strain. | |
Gets the seed company that was responsible for a cannabis strain. | |
Gets the strains that were the parent material for the strain with the given UCPC. | |
Gets the child strains that this one has been bred into. | |
Gets information about the availability of a strain using latitude and longitude. |
The strain search API can be used to find strains by name. Search with at least 2 characters and get an array of strains to work with.
Returns search results for strains in our database.
Get the average effects and flavors from reviews for this strain.
More information on how to read and understand cannabis genetics can be found in our FAQ:
https://www.cannabisreports.com/faq/cannabis-genetics/how-do-you-read-cannabis-genetics
This goes up the genetic family tree looking for the parents of the strain. If you'd like to check out the children of a strain, see the documentation for /strain/:ucpc/children
.
Gets the strains that were the parent material for the strain with the given UCPC.
This will provide a paginated list of children that this strain was a parent of. Some strains have been bred into hundreds of other ones.
For the parents of this strain, check out the /strain/:ucpc/genetics
documentation.
Get the child strains that this one has been bred into.
This will provide a paginated list of item summary objects for this particular strain.
Get information about the availability of a strain using latitude and longitude.
Flowers
Flower object
Cannabis flowers in the Cannabis Reports system.
Cannabis flowers are distinct products that can be found on retailer menus. The Cannabis Reports system allows for specific batches of cannabis flowers to be linked directly to the cultivator that grew the plant, while still maintaining a connection to the original genetics of the strain. Designating flowers as distinct items improves our ability to discuss the variety of flower quality that can be produced from the same strain grown at different farms.
The main forms of flowers that Cannabis Reports recognizes are:
- Flowers
- Seeds
- Clones
- Shake
Producers measure the cannabinoid content of their flowers in many ways. Currently, Cannabis Reports allows producers to display the percentage of weight for THC and CBD.
Name | Type | Description |
---|---|---|
name |
| Name of the flower. |
ucpc |
| UCPC code for this flower. |
link |
| Link to the flower in the Cannabis Reports API. |
qr |
| Link to the QR code for this flower. |
barcode |
| Link to the barcode for this flower. |
url |
| Link to the flower listing on the Cannabis Reports website. |
image |
| Link to the full size image for this flower. |
producer |
| Information about the producer that created the flower. |
producer.name |
| Name of the producer of the flower. |
producer.ucpc |
| |
producer.link |
| Link to the producer in the Cannabis Reports API. |
type |
| Type of cannabis flower. |
strain |
| Strain that was used for this flower. |
strain.name |
| Name of the strain used for this flower. |
strain.ucpc |
| |
strain.link |
| Link to the strain used in this flower in the Cannabis Reports API. |
labTest |
| Link to the PDF containing lab test information for this flower. |
thc |
| Percentage of THC in this flower. |
cbd |
| Percentage of CBD in this flower. |
reviews |
| Object containing information on the reviews for the flower. |
reviews.count |
| Number of reviews for the flower. |
reviews.link |
| Link to the reviews for the flower. |
createdAt |
| Object containing two strings, "dateTime" and the "timezone" when the flower was added. |
updatedAt |
| Object containing two strings, "dateTime" and the "timezone" when the flower was updated. |
Explore Flowers Endpoints
Here are some of the results available from the different flower endpoints:
Endpoint | Result |
---|---|
Gets a paginated list of flowers with optional sorting. | |
Gets a paginated list of products for a given type with optional sorting. | |
Gets an individual flower based on the UCPC. | |
Gets the reviews for a cannabis flower. | |
Gets the average effects and flavors from reviews for this flower. | |
Gets the producer for a given flower. | |
Gets the information about a strain for a flower with the given UCPC. | |
Get information about the availability of a flower using latitude and longitude. |
Gets a paginated list of products for a given type with optional sorting.
Get the average effects and flavors from reviews for this flower.
Get information about the availability of a product using latitude and longitude.
Get information about the availability of a strain using latitude and longitude.
Extracts
Extract Object
Cannabis extracts in the Cannabis Reports system.
Cannabis extracts are created from the flowers of the cannabis plant. Various methods for creating cannabis extracts have been perfected over thousands of years.
Cannabis Reports recognizes 10 main types of extracts:
- Kief
- Hash
- Water-Hash
- Oil
- Wax
- Crumble
- Honeycomb
- Shatter
- Vaporizer-Disposable
- Vaporizer-Cartridge
Each extract is tied to a strain and the producer who created it. For more information about cannabis extracts, check out our FAQ here:
https://www.cannabisreports.com/faq/typesconsumption/what-is-a-cannabis-extract
Name | Type | Description |
---|---|---|
name |
| Name of the extract including the name of the strain and the type of extract. |
ucpc |
| UCPC code for this extract. |
link |
| Link to the extract in the Cannabis Reports API. |
qr |
| Link to the QR code for this extract. |
barcode |
| Link to the barcode for this extract. |
url |
| Link to the extract listing on the Cannabis Reports website. |
image |
| Link to the full size image for this extract. If none has been uploaded, this links to a generic image for this type of extract. |
producer |
| Information about the producer that created the extract. |
producer.name |
| Name of the producer of the extract. |
producer.ucpc |
| |
producer.link |
| Link to the producer in the Cannabis Reports API. |
type |
| Type of cannabis extract. |
strain |
| Strain that this extract comes from. |
strain.name |
| Name of the strain this extract comes from. |
strain.ucpc |
| |
strain.link |
| Link to the strain this extract comes from in the Cannabis Reports API. |
labTest |
| Link to the PDF containing lab test information for this extract. |
thc |
| Percentage of THC in this extract. |
cbd |
| Percentage of CBD in this extract. |
reviews |
| Object containing information on the reviews for the extract. |
reviews.count |
| Number of reviews for the extract. |
reviews.link |
| Link to the reviews for the extract. |
createdAt |
| Object containing two strings, "dateTime" and the "timezone" when the extract was added. |
updatedAt |
| Object containing two strings, "dateTime" and the "timezone" when the extract was updated. |
Explore Extract Endpoints
Here are some of the results available from the different extract endpoints
Endpoint | Result |
---|---|
Gets a paginated list of extracts with optional sorting. | |
Gets a paginated list of extracts with optional sorting. | |
Gets an individual extract based on the UCPC. | |
Get the reviews for a cannabis extract. | |
Get the average effects and flavors from reviews for this extract. | |
Gets the producer for a given extract. | |
Gets the information about a strain for an extract with the given UCPC. | |
Get information about the availability of an extract using latitude and longitude. |
Get the average effects and flavors from reviews for this extract.
Extracts in the Cannabis Reports system have a producer associated with them. Some dispensaries are not yet listing the company that produced their extracts for their menus. For those extracts, an "Unknown Producer" has been associated. Trying to get information about his producer will give you the UCPC and name with nothing more.
More information about the various fields for the producer can be found in the cannabis producer object definition section.
Gets the producer for a given extract.
Gets the information about a strain for an extract with the given UCPC.
This will provide a paginated list of item summary objects for this particular strain.
Get information about the availability of an extract using latitude and longitude.
Edibles
Edible Object
Cannabis edibles in the Cannabis Reports system.
Cannabis edibles cover a wide variety of consumable products that contain cannabis in various forms. From cotton candy, to tinctures, to dog treats, and everything in between. If it's a form of cannabis that is meant to be consumed, we categorize it as an edible.
The main forms of edibles that Cannabis Reports recognizes are:
- Baked Goods
- Candy
- Treat
- Chocolate
- Snack
- Beverage
- Pill
- Tincture
We also support "Other" types of edibles. Some examples are:
- Butter
- Honey
- Breath Strips
- Tea
- Ice Cream
Producers measure the amount of cannabis in their edibles in a variety of ways. We recognize 4 ways for measuring the cannabis contents:
- THC mg
- CBD mg
- Cannabis mg
- Hash Oil mg
More information about cannabis edibles can be found in our FAQ here:
https://www.cannabisreports.com/faq/typesconsumption/what-is-a-cannabis-edible
Name | Type | Description |
---|---|---|
name |
| Name of the edible. |
ucpc |
| UCPC code for this edible. |
link |
| Link to the edible in the Cannabis Reports API. |
qr |
| Link to the QR code for this edible. |
barcode |
| Link to the barcode for this edible. |
url |
| Link to the edible listing on the Cannabis Reports website. |
image |
| Link to the full size image for this edible. |
producer |
| Information about the producer that created the edible. |
producer.name |
| Name of the producer of the edible. |
producer.ucpc |
| |
producer.link |
| Link to the producer in the Cannabis Reports API. |
type |
| Type of cannabis edible. |
strain |
| Strain that was used in this edible. |
strain.name |
| Name of the strain used in this edible. |
strain.ucpc |
| |
strain.link |
| Link to the strain used in this edible in the Cannabis Reports API. |
labTest |
| Link to the PDF containing lab test information for this edible. |
thc |
| Milligrams of THC in this edible. |
cbd |
| Milligrams of CBD in this edible. |
cannabis |
| Milligrams of cannabis in this edible. |
hashOil |
| Milligrams of hash oil in this edible. |
reviews |
| Object containing information on the reviews for the edible. |
reviews.count |
| Number of reviews for the edible. |
reviews.link |
| Link to the reviews for the edible. |
createdAt |
| Object containing two strings, "dateTime" and the "timezone" when the edible was added. |
updatedAt |
| Object containing two strings, "dateTime" and the "timezone" when the edible was updated. |
Explore Edible Endpoints
Here are some of the results available from the different edible endpoints:
Endpoint | Result |
---|---|
Gets a paginated list of edibles with optional sorting. | |
Gets a paginated list of edibles for a given type with optional sorting. | |
Gets an individual edible based on the UCPC. | |
Get the reviews for a cannabis edible. | |
Get the average effects and flavors from reviews for this edible. | |
Gets the producer for a given edible. | |
Gets the information about a strain for an edible with the given UCPC. | |
Get information about the availability of an edible using latitude and longitude. |
Get the average effects and flavors from reviews for this edible.
More information about the various fields for the producer can be found in the cannabis producer object definition section.
Gets the producer for a given edible.
This will provide a paginated list of item summary objects for this particular edible.
Get information about the availability of an edible using latitude and longitude.
Products
Product Object
Cannabis products in the Cannabis Reports system.
Cannabis products cover a wide variety of additional products that contain cannabis. Anything that wouldn't be consumed like an edible or extract falls into this category. We also have pre-rolled cannabis in this category.
The main forms of products that Cannabis Reports recognizes are:
- Bath
- Topical
- Skin Care
- Pre-Roll
We also support "Other" types of products. Some examples are:
- Lip Balm
- Massage Oil
- Personal Lubricant
Producers measure the amount of cannabis in their products in a variety of ways. We recognize 4 ways for measuring the cannabis contents:
- THC mg
- CBD mg
- Cannabis mg
- Hash Oil mg
More information about cannabis products can be found in our FAQ here:
https://www.cannabisreports.com/faq/typesconsumption/what-is-a-cannabis-product
Name | Type | Description |
---|---|---|
name |
| Name of the product. |
ucpc |
| UCPC code for this product. |
link |
| Link to the product in the Cannabis Reports API. |
qr |
| Link to the QR code for this product. |
barcode |
| Link to the barcode for this product. |
url |
| Link to the product listing on the Cannabis Reports website. |
image |
| Link to the full size image for this product. |
producer |
| Information about the producer that created the product. |
producer.name |
| Name of the producer of the product. |
producer.ucpc |
| |
producer.link |
| Link to the producer in the Cannabis Reports API. |
type |
| Type of cannabis product. |
strain |
| Strain that was used in this product. |
strain.name |
| Name of the strain used in this product. |
strain.ucpc |
| |
strain.link |
| Link to the strain used in this product in the Cannabis Reports API. |
labTest |
| Link to the PDF containing lab test information for this product. |
thc |
| Milligrams of THC in this product. |
cbd |
| Milligrams of CBD in this product. |
cannabis |
| Milligrams of cannabis in this product. |
hashOil |
| Milligrams of hash oil in this product. |
reviews |
| Object containing information on the reviews for the product. |
reviews.count |
| Number of reviews for the product. |
reviews.link |
| Link to the reviews for the product. |
createdAt |
| Object containing two strings, "dateTime" and the "timezone" when the product was added. |
updatedAt |
| Object containing two strings, "dateTime" and the "timezone" when the product was updated. |
Explore Product Endpoints
Here are some of the results available from the different product endpoints:
Endpoint | Result |
---|---|
Gets a paginated list of products with optional sorting. | |
Gets a paginated list of products for a given type with optional sorting. | |
Gets an individual product based on the UCPC. | |
Gets the reviews for a cannabis product. | |
Gets the average effects and flavors from reviews for this product. | |
Gets the producer for a given product. | |
Gets the information about a strain for a product with the given UCPC. | |
Get information about the availability of a product using latitude and longitude. |
Get the average effects and flavors from reviews for this product.
More information about the various fields for the producer can be found in the cannabis producer object definition section.
Gets the producer for a given product.
Gets the information about a strain for a product with the given UCPC.
This will provide a paginated list of item summary objects for this particular product.
Get information about the availability of a product using latitude and longitude.
Producers
Product Object
Cannabis products in the Cannabis Reports system.
Cannabis products cover a wide variety of additional products that contain cannabis. Anything that wouldn't be consumed like an edible or extract falls into this category. We also have pre-rolled cannabis in this category.
The main forms of products that Cannabis Reports recognizes are:
- Bath
- Topical
- Skin Care
- Pre-Roll
We also support "Other" types of products. Some examples are:
- Lip Balm
- Massage Oil
- Personal Lubricant
Producers measure the amount of cannabis in their products in a variety of ways. We recognize 4 ways for measuring the cannabis contents:
- THC mg
- CBD mg
- Cannabis mg
- Hash Oil mg
More information about cannabis products can be found in our FAQ here:
https://www.cannabisreports.com/faq/typesconsumption/what-is-a-cannabis-product
Name | Type | Description |
---|---|---|
name |
| Name of the product. |
ucpc |
| UCPC code for this product. |
link |
| Link to the product in the Cannabis Reports API. |
qr |
| Link to the QR code for this product. |
barcode |
| Link to the barcode for this product. |
url |
| Link to the product listing on the Cannabis Reports website. |
image |
| Link to the full size image for this product. |
producer |
| Information about the producer that created the product. |
producer.name |
| Name of the producer of the product. |
producer.ucpc |
| |
producer.link |
| Link to the producer in the Cannabis Reports API. |
type |
| Type of cannabis product. |
strain |
| Strain that was used in this product. |
strain.name |
| Name of the strain used in this product. |
strain.ucpc |
| |
strain.link |
| Link to the strain used in this product in the Cannabis Reports API. |
labTest |
| Link to the PDF containing lab test information for this product. |
thc |
| Milligrams of THC in this product. |
cbd |
| Milligrams of CBD in this product. |
cannabis |
| Milligrams of cannabis in this product. |
hashOil |
| Milligrams of hash oil in this product. |
reviews |
| Object containing information on the reviews for the product. |
reviews.count |
| Number of reviews for the product. |
reviews.link |
| Link to the reviews for the product. |
createdAt |
| Object containing two strings, "dateTime" and the "timezone" when the product was added. |
updatedAt |
| Object containing two strings, "dateTime" and the "timezone" when the product was updated. |
Explore Product Endpoints
Here are some of the results available from the different product endpoints:
Endpoint | Result |
---|---|
Gets a paginated list of products with optional sorting. | |
Gets a paginated list of products for a given type with optional sorting. | |
Gets an individual product based on the UCPC. | |
Gets the reviews for a cannabis product. | |
Gets the average effects and flavors from reviews for this product. | |
Gets the producer for a given product. | |
Gets the information about a strain for a product with the given UCPC. | |
Get information about the availability of a product using latitude and longitude. |
Gets a paginated list of extracts for a producer with the given UCPC.
Gets a paginated list of edibles for a producer with the given UCPC.
Gets a paginated list of products for a producer with the given UCPC.
This will provide a paginated list of item summary objects for all availability from this producer.
Get information about the availability of everything from a producer using latitude and longitude.
Dispensaries
Dispensary Object
Cannabis dispensaries, deliveries, and retailers in the Cannabis Reports system.
Cannabis Reports currently refers to all types of retailers in the API as a dispensary. Delivery services will not have an address associated with them, only a location. The dispensary menus are split into strains, extracts, edibles, and products.
Name | Type | Description |
---|---|---|
name |
| Name of the dispensary. |
link |
| Link to the dispensary in the Cannabis Reports API. |
qr |
| Link to the QR code for this dispensary. |
url |
| Link to the dispensary listing on the Cannabis Reports website. |
image |
| Link to the full size logo image for this dispensary. |
state |
| Two character representation of the state this dispensary is in. |
city |
| City this dispensary is in. |
lat |
| Latitude of this dispensary. |
lng |
| Longitude of this dispensary. |
address |
| Object containing additional location information for this dispensary. |
address.address1 |
| Street address for this dispensary. |
address.address2 |
| Additional street address line for this dispensary. |
address.zip |
| Zip Code for this dispensary. |
slug |
| Identifier for this dispensary; a combination of city and state. |
reviews |
| Object containing information about reviews for this dispensary. |
reviews.count |
| The number of reviews for items from this dispensary. |
reviews.link |
| Link to the reviews for this dispensary in the Cannabis Reports API. |
strains |
| Object containing information about strains available at this dispensary. |
strains.count |
| The number of flowers available from the dispensary. |
strains.link |
| Link to flower menu items available from this dispensary. |
extracts |
| Object containing information about extracts available at this dispensary. |
extracts.count |
| The number of extracts available at this dispensary. |
extracts.link |
| Link to extracts menu items available from this dispensary. |
edibles |
| Object containing information about edibles available at this dispensary. |
edibles.count |
| Number of edibles available at this dispensary. |
edibles.link |
| Link to edible menu items available from this dispensary. |
products |
| Object containing information about products available at this dispensary. |
products.count |
| The number of products available at this dispensary. |
products.link |
| Link to product menu items available from this dispensary. |
updatedAt |
| Object containing two strings, "dateTime" and the "timezone" when the dispensary was updated. |
createdAt |
| Object containing two strings, "dateTime" and the "timezone" when the dispensary was added. |
Explore Dispensary Endpoints
Here are some of the results available from the different dispensary endpoints:
Gets a paginated list of dispensaries from the system. | |
Gets information about an individual dispensary based on the state, city, and slug. | |
Gets a paginated list of strains for a dispensary from the given information. | |
Gets a paginated list of extracts for a dispensary from the given information. | |
Gets a paginated list of edibles for a dispensary from the given information. | |
Gets a paginated list of products for a dispensary from the given information. |
Menu Item Object
Menu items for dispensaries.
When getting menu items from dispensaries, the API will return an object containing strain, extract, edible, or product, as well as the pricing information for the item.
Name | Type | Description |
---|---|---|
name |
| Name of the item. |
type |
| |
item |
| |
price |
| |
price_half_gram |
| |
price_gram |
| |
price_eighth |
| |
price_quarter |
| |
price_half_ounce |
| |
price_ounce |
| |
updatedAt |
| Object containing two strings, "dateTime" and the "timezone" when the dispensary was updated. |
createdAt |
| Object containing two strings, "dateTime" and the "timezone" when the dispensary was added. |
Menu Item Summary Object
Menu item summary for when it is known what the menu item is.
When getting menu item information about an already known item, like in many of our availability endpoints, the API will return pricing and location information.
Name | Type | Description |
---|---|---|
name |
| Name of the item. |
ucpc |
| UCPC of the item. |
type |
| |
location |
| Object containing information about the location this item is at. |
location.name |
| Name of the location this item is at. |
location.link |
| Link to this dispensary in the Cannabis Reports API. |
location.lat |
| Latitude of the dispensary this item is at. |
location.lng |
| Longitude of the dispensary this item is at. |
price |
| |
price_half_gram |
| |
price_gram |
| |
price_eighth |
| |
price_quarter |
| |
price_half_ounce |
| |
price_ounce |
| |
updatedAt |
| Object containing two strings, "dateTime" and the "timezone" when the dispensary was updated. |
createdAt |
| Object containing two strings, "dateTime" and the "timezone" when the dispensary was added. |
More information about the various fields can be found in the dispensary object section of the documentation.
Gets information about an individual dispensary based on the state, city, and slug.
This will return an array of dispensary menu items with strains for the items. More information about dispensary menu items can be found in the menu item object section of the documentation.
More information about the strain fields can be found in the strain object section of the documentation.
Get a paginated list of strains for a dispensary from the given information.
This will return an array of dispensary menu items with extracts for the items. More information about dispensary menu items can be found in the menu item object section of the documentation.
More information about the strain fields can be found in the strain object section of the documentation.
Get a paginated list of extracts for a dispensary from the given information.
This will return an array of dispensary menu items with edibles for the items. More information about dispensary menu items can be found in the menu item object section of the documentation.
More information about the strain fields can be found in the strain object section of the documentation.
Get a paginated list of edibles for a dispensary from the given information.
This will return an array of dispensary menu items with products for the items. More information about dispensary menu items can be found in the menu item object section of the documentation.
More information about the strain fields can be found in the strain object section of the documentation.
Get a paginated list of products for a dispensary from the given information.
Seed Companies
Seed Company Object
Seed Companies in the Cannabis Reports system.
Cannabis seed companies create the variety of strains available for growing and breeding.
Seed Company Attributes
name |
| Name of the cannabis seed company. |
ucpc |
| UCPC code for this seed company. |
link |
| Link to the seed company in the Cannabis Reports API. |
qr |
| Link to the QR code for this seed company. |
url | 'url' | Link to the seed company on the Cannabis Reports website. |
image |
| Link to the full size image for this seed company on Cannabis Reports. |
lineage |
| Countries of origin for the genetics of the strains available from this seed company. Object keys are the country name and the values are two character country codes. |
strains |
| Object containing information on the strains available from this seed company. |
strains.count |
| Number of strains available from this seed company. |
strains.link |
| Link to the strains available from this seed company. |
reviews |
| Object containing information on the reviews for all of the strains available from this seed company. |
reviews.count |
| The number of reviews for all of the strains available from this seed company. |
reviews.link |
| Links to the reviews for all of the strains available from this seed company. |
createdAt |
| Object containing two strings, "dateTime" and the "timezone" when the seed company was added. |
updatedAt |
| Object containing two strings, "dateTime" and the "timezone" when the seed company was updated. |
Explore Seed Company Endpoints
Here are some of the results available from the different seed company endpoints:
Endpoint | Result |
---|---|
Gets an individual seed company based on the UCPC. | |
Gets the information about the strains offered by the seed company. | |
Gets the reviews for the strains available from the seed company. |
Gets the information about the strains offered by the seed company.
Gets the reviews for the strains available from the seed company.