v1
latestOpenAPI 3.1.02026-07-24257573.4 KBTaxonomy
Retrieve Cannabinoids
This operation will retrieve all the Cannabinoids from the Weedmaps Catalog.
You can use the filter query parameters to keep up-to-date with syncing Cannabinoids.
💡 Tip 💡
You can sync our catalog of Cannabinoids or map them to your internal Catalog.
When creating or updating a Menu Item, be sure to send us the correlated Weedmaps identifier or slug.
This link can directly improve search relevance, increase consumer engagement, and it elevates the visibility of the Menu Item within the Weedmaps ecosystem.
get/cannabinoids
Query parameters
page_sizeinteger
Number of items per page for paginated lists. Maximum 150.
filters[updated_at][after]string date-time
Filter resources after the updated_at timestamp
filters[updated_at][before]string date-time
Filter resources before the updated_at timestamp
Response
Successful Cannabinoids Retrieval
Example response
{
"data": [
{
"id": 420,
"name": "delta-8-thc",
"symbol": "∆8THC",
"slug": "ice-water-hash",
"updated_at": "2023-04-20T16:20:00Z"
}
],
"meta": {
"page": 1,
"per_page": 20,
"total": 42
}
}