Unofficial api of the most popular trading network in Ukraine ATB АТБ-Маркет
The site of the trading company has neither a normal website nor a normal application.
No, we download data from the server and use it conveniently and comfortably
git clone https://github.com/truenormis/atb-api
php artisan migrate
php artisan categories:save
php artisan products:findnew
php artisan images:save
php artisan options:findnew
php artisan products:update {--price}
GET /api/v1/products
| Key | Type | Value | Description |
|---|---|---|---|
sort |
string |
titile,price |
You can use - to value |
filter[country] |
string |
Example Україна |
Filter products by Country |
filter[trademark] |
string |
Example Своя лінія |
Filter products by trademark |
GET /api/v1/categories
GET /api/v1/categories/{category}
| Parameter | Type | Description |
|---|---|---|
id |
int |
Required. Id of item to fetch |