Documentation

More details you may find by checking our GitHub

/products - get all the products present in database

/products/"id" - get product by id

/products?page=1&pageSize=150&category=tablets&sortBy=name - query params that are available

SortBy categories:

newest
alphabetically
cheapest
best-prices
recommended

Product example:

{
"id": 1
"category": "phones"
"itemId": "apple-iphone-7-32gb-black"
"name": "Apple iPhone 7 32GB Black"
"fullPrice": 400
"screen": "4.7' IPS"
"capacity": "32GB"
"color": "black"
"ram": "2GB"
"year": 2016
"image": "http://localhost:443/images/img/phones/apple-iphone-7/black/00.jpg"
}

/products/length/"category" - get number of products by category

Response example:

{
"length": 13
}

/images/"path to image" - get an image

/products-info/"itemId" - get full information about product by itemId

Response example:

{
"id": "apple-ipad-pro-11-2021-256gb-spacegray"
"namespaceId": "apple-ipad-pro-11-2021"
"name": "Apple iPad Pro 11 (2021) 256GB Space Gray"
"capacityAvailable": ["128GB", "256GB", "512GB", "1TB", "2TB"]
"priceRegular": 829
"priceDiscount": 799
"colorsAvailable": ["spacegray", "silver"]
"color": "spacegray"
"images":
[ "img/tablets/apple-ipad-pro-11-2021/spacegray/00.webp", "img/tablets/apple-ipad-pro-11-2021/spacegray/01.webp", "img/tablets/apple-ipad-pro-11-2021/spacegray/02.webp", ]
"description":
[
{
"title": "Powerful Performance"
"text": [ "Enjoy a vibrant and immersive visual experience on the iPad Pro 11's Liquid Retina display. With ProMotion technology and True Tone, the display adapts to your environment, providing smooth scrolling, precise color accuracy, and incredible detail.", "From watching movies to editing videos, the iPad Pro 11's display brings your content to life with stunning clarity." ]
}
{
"title": "Stunning Liquid Retina Display"
"text": [ "Enjoy a vibrant and immersive visual experience on the iPad Pro 11's Liquid Retina display. With ProMotion technology and True Tone, the display adapts to your environment, providing smooth scrolling, precise color accuracy, and incredible detail.", "From watching movies to editing videos, the iPad Pro 11's display brings your content to life with stunning clarity." ]
}
{
"title": "Versatile Camera System"
"text": [ "Capture stunning photos and videos with the iPad Pro 11's advanced camera system. Featuring a 12MP Ultra Wide front camera and a 12MP Wide rear camera with LiDAR scanner, you can take high-quality shots and enjoy augmented reality experiences.", "Whether you're video calling, scanning documents, or recording 4K videos, the iPad Pro 11's camera system delivers exceptional performance." ]
}
]
"screen" "11' Liquid Retina"
"resolution"" "2388x1668
"processor" "Apple M1"
"ram" "8GB"
"camera" "12MP + 12MP"
"zoom" "Digital zoom up to 5x"
"cell" ["Not applicable"]
}