v1

latestOpenAPI 3.1.02026-07-24257573.4 KB
Brands

Retrieve Brands

This operation will retrieve Brands from the Weedmaps Universal Brand Catalog.

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


💡 Tip 💡

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

When creating or updating a Menu Item, be sure to send back the correlated Brand identifier.

This link can directly improve search relevance, increase consumer engagement, and it elevates the visibility of the Menu Item within the Weedmaps ecosystem.


get/brands

Query parameters

page_sizeinteger

Number of items per page for paginated lists. Maximum 150.

sort[]string[]

Optionally return resources in a specified order. Use a '-' to invert order.

filters[name][eq]string

Filter resources where name equals; cannot be combined with match

filters[name][match]string

Filter resources where name contains; cannot be combined with eq

filters[published]boolean

Filter for publicly visible resources

filters[updated_at][before]string date-time

Filter resources before the updated_at timestamp

Response

Successful Brands Retrieval

Example response

{
  "data": [
    {
      "avatar_image_url": "https://images.weedmaps.com/static/placeholders/weedmaps-logo.jpg",
      "description": "WM Cannabis is a cutting-edge cannabis brand that has redefined the way people experience the world of cannabis. We are committed to providing a premium and holistic cannabis experience that goes beyond just getting high.",
      "id": 420,
      "name": "Purple Urkle",
      "updated_at": "2023-04-20T16:20:00Z"
    }
  ],
  "meta": {
    "page": 1,
    "per_page": 20,
    "total": 42
  }
}