---
title: "Retrieve Cannabinoids"
method: GET
path: "/cannabinoids"
tags: ["Taxonomy"]
---

# Retrieve Cannabinoids

`GET /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.

---

## Query parameters

- `page_size` integer
- `filters[updated_at][after]` string, date-time
- `filters[updated_at][before]` string, date-time

## Response `200`

Successful Cannabinoids Retrieval

- object
  - `data` Cannabinoid[]
    - `id` integer, required — The primary identifier for a Weedmaps resource.
    - `name` string, required — The name that is displayed on a Weedmaps.
    - `symbol` string, required — An abbreviation for the compound.
    - `slug` string, required — URL-safe slug for this resource; may be used in lieu of `id` when performing some operations.
    - `updated_at` string, required — The timestamp this resource was last updated.
  - `meta` Pagination — Pagination using page, per_page, and total to indicate the current page, number of items per page, and total number of items.
    - `page` integer — Current Page Number
    - `per_page` integer — Total Per Page
    - `total` integer — Total Number

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entities

---

[API](https://skmtc.dev/weedmaps/apis/auth-api.md) · [All operations](https://skmtc.dev/weedmaps/apis/auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/weedmaps/auth-api/revisions/7300ae412cb7/schema)
