v1
latestOpenAPI 3.1.02026-07-24257573.4 KBRetrieve Strains
This operation will retrieve Strains from the Weedmaps Catalog.
You can use the sort and filter query parameters to refine the results and locate specific Strains.
💡 Tip 💡
You can sync our catalog of Strains or map them to your internal Catalog.
When creating or updating a Menu Item, be sure to send us the correlated Strain identifier.
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
Number of items per page for paginated lists. Maximum 150.
Optionally return resources in a specified order. Use a '-' to invert order.
Filter resources where name equals; cannot be combined with match
Filter resources where name contains; cannot be combined with eq
Filter for publicly visible resources
Filter resources after the updated_at timestamp
Filter resources before the updated_at timestamp
Response
Successful Strain Retrieval
Example response
{
"data": [
{
"id": 420,
"name": "Purple Urkle",
"updated_at": "2023-04-20T16:20:00Z"
}
],
"meta": {
"page": 1,
"per_page": 20,
"total": 42
}
}