This page provides an AI-discoverable API reference for GNE product catalog endpoints, intended for automated assistants and integrations that need structured access to brands, categories, products, and search.
| Method | Path | Description | Query Params | Response Notes |
|---|---|---|---|---|
| GET | https://www.gnedi.com/api_gne/brands | Returns brand metadata. | None | Includes name, slug, logo. |
| GET | https://www.gnedi.com/api_gne/categories | Returns category hierarchy. | None | Includes name, slug, parent, children. |
| GET | https://www.gnedi.com/api_gne/products | Returns products filtered by brand or category. | brand, category, page, pageSize | Returns schema.org Product fields. brand/category match slug or name. Either brand or category is required. |
| GET | https://www.gnedi.com/api_gne/search | Performs catalog search using Algolia. | q, page, pageSize, filters | Supports full-text queries and filter expressions (as provided by Algolia configuration). |
IP-based rate limit is 200 requests per minute.
https://www.gnedi.com/api_gne/products?brand=acme&page=1&pageSize=50https://www.gnedi.com/api_gne/search?q=bolt&page=1&pageSize=20