---
title: "Retrieve Terpenes"
method: GET
path: "/terpenes"
tags: ["Taxonomy"]
---

# Retrieve Terpenes

`GET /terpenes`

This operation will retrieve Terpenes from the Weedmaps Catalog.

You can use the `sort` and `filter` query parameters to refine the results and locate specific Terpenes.

---
💡 **Tip** 💡

You can sync our catalog of Terpenes or map them to your internal Catalog.

When creating or updating a Menu Item, be sure to send us the correlated Terpene identifiers.

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` integer
- `page_size` integer
- `filters[updated_at][after]` string, date-time
- `filters[updated_at][before]` string, date-time

## Response `200`

Successful Terpenes Retrieval

- object
  - `data` Terpene[] — A list of [Terpenes](https://developer.weedmaps.com/v2025.07/docs/wm-terpenes) in the Weedmaps Taxonomy.
    - `id` integer — The primary identifier for a Weedmaps resource.
    - `name` string — The name that is displayed on a Weedmaps.
    - `published` boolean — This field controls the public visibility of on Weedmaps.
    - `slug` string — URL-safe slug for this resource; may be used in lieu of `id` when performing some operations.
    - `updated_at` string — 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)
