Global Stocks – JSON API Documentation
All endpoints except /api/docs require HTTP Basic Authentication.
Example usage: curl -u "username:password" "https://api.globalstocks.eu/api/product-catalog"
| Method | Path | Description | |
|---|---|---|---|
| GET | /api/docs | API documentation (this page). | Try it → |
| GET | /api/pages-content | PagesContent – pagestranslation (id, parent_id, lang, title, content). | Try it → |
| GET | /api/category-list | CategoryList – stockcategorylist (id, parent_id, title, route, language, level). | Try it → |
| GET | /api/site-pages | SitePages – sitepagesconfig (id, route, title, type, lang). | Try it → |
| GET | /api/domain-configuration | DomainConfiguration – domainconfiguration. | Try it → |
| GET | /api/product-catalog | ProductCatalog – top 30 by default. Query params: id (single item), limit (default 30, max 500), offset (default 0). Example: ?limit=30&offset=30 for next page. | Try it → |
| GET | /api/product-count | Total product count. | Try it → |
| GET | /api/banner-config | BannerConfig – bannerconfig. | Try it → |