https://services.kwant.pro/api/front/misc/producersProducers List
This endpoint is used to handle click events. It is called when a user clicks on a button or a link.
Request
| Field | Type | Description | Required | Default |
|---|---|---|---|---|
| page | Int | Result page | No | 1 |
| limit | Int | Number of producers per page. | No | 50 |
Response
The response will contain the following parameters:
{ "page": 1, "pages": 4, "count": 197, "logo_order": [510,52,32,31,5,3,472,79,525,83,33,8,529,49,24,18,496,41,43,559], // array of producer ids to display logo grid in order "list": [ { "producer_id": 70, "name": "NKT", "slug": "nkt-70", "gfx": "70.jpg", "products_count": 385 }, {...} { "producer_id": 515, "name": "EMITER", "slug": "emiter-515", "gfx": "515.jpg", "products_count": 8 } ], "cached": true, // indicates if the response is cached "timestamp": 1715606304677 // timestamp of the response}