URL Specification
Collection
GET https://www.biggreenegg.com/{collection_slug}
Example: https://www.biggreenegg.com/bases
Path Parameters
Name
Type
Description
collection_slug
string
Primary or Secondary collection slug
Single Product
GET https://www.biggreenegg.com/p/{product_slug}
Example: https://www.biggreenegg.com/p/baking-stone The p in the url is the product qualifier
Path Parameters
Name
Type
Description
product_slug
string
Product slug
Content
GET https://www.biggreenegg.com/{category_slug}/{content_slug}
Example: https://www.biggreenegg.com/recipes/low-and-slow-meat-feat
Path Parameters
Name
Type
Description
content_slug
string
Content slug
category_slug
string
Product slug
Last updated
Was this helpful?