Skip to content

Unofficial api of the most popular trading network in Ukraine ATB

Notifications You must be signed in to change notification settings

truenormis/atb-api

Repository files navigation

Logo

Unofficial ATB API

Unofficial api of the most popular trading network in Ukraine ATB АТБ-Маркет

FAQ

Why is it needed?

The site of the trading company has neither a normal website nor a normal application.

We take data from the site?

No, we download data from the server and use it conveniently and comfortably

Installing

Base installation command

git clone https://github.com/truenormis/atb-api
php artisan migrate

Get all products

php artisan categories:save
php artisan products:findnew
php artisan images:save
php artisan options:findnew

Updating

php artisan products:update {--price}

API Reference

Get products

  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 categories

  GET /api/v1/categories

Get Subcategories by category id

  GET /api/v1/categories/{category}
Parameter Type Description
id int Required. Id of item to fetch

About

Unofficial api of the most popular trading network in Ukraine ATB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published