https://services.kwant.pro/api/front/misc/countriesCountries list
This endpoints return json data with banner for provided category.
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 data:
{ "data": { "count": 249, "pages": 50, "page": 1, "list": [ { "country_id": 1, "isocode": "AD", "name": "Andora", "subregions": false }, { "country_id": 2, "isocode": "AE", "name": "Zjednoczone Emiraty Arabskie", "subregions": false }, { "country_id": 3, "isocode": "AF", "name": "Afganistan", "subregions": false }, { "country_id": 4, "isocode": "AG", "name": "Antigua i Barbuda", "subregions": false }, { "country_id": 5, "isocode": "AI", "name": "Anguilla", "subregions": false }, {...} ] }, "success": true}