04-Store-API
The StoreAPI is simple REST API to fetch products from the database according to fiters.
GETHome
https://storeapi-hjc5.onrender.com/
Get the Home Page
Example Request
Home
200 OK
Example Response
Date
Content-Type
Transfer-Encoding
Connection
CF-Ray
ETag
Vary
CF-Cache-Status
x-powered-by
x-render-origin-server
Server
Content-Encoding
alt-svc
GETproducts static
https://storeapi-hjc5.onrender.com/api/v1/products/static
Get All Products
Example Request
products static
200 OK
Example Response
Date
Content-Type
Transfer-Encoding
Connection
CF-Ray
ETag
Vary
CF-Cache-Status
x-powered-by
x-render-origin-server
Server
Content-Encoding
alt-svc
GETget products
https://storeapi-hjc5.onrender.com/api/v1/products?numericFilters=price>=100
Get products as per fiter
Available Query Parameters:
PARAMS
name
featured
company
sort
fields
limit
page
numericFilters
Example Request
get products
200 OK
Example Response
Date
Content-Type
Transfer-Encoding
Connection
CF-Ray
ETag
Vary
CF-Cache-Status
x-powered-by
x-render-origin-server
Server
Content-Encoding
alt-svc