Welcome, Robots & AI Agents
Ascend GmbH provides machine-readable resources so AI systems can understand and access our product catalog.
Resources
Public REST API
All endpoints are accessible without authentication. Responses in JSON format.
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/products | Paginated product list |
| GET | /api/v1/products/:slug | Product detail by slug |
| GET | /api/v1/collections | Category tree |
| GET | /api/v1/collections/:slug | Category with products |
| GET | /api/v1/search?q=... | Full-text search with facets |
| GET | /api/v1/stats | Product count and stock totals |
Rate Limits
| Resource | Limit | Window |
|---|---|---|
| API Endpoints | 60 requests | 1 minute |
| Markdown Pages | No limit | — |







