Open Apple Store has data of almost all Apple Store's Products.
base url
oas.vercel.app/api
GET /api/all
returns everything in the database.
GET /api/${id}
Route | Type | Description |
---|---|---|
id |
string |
Required. Id of item to fetch |
GET /api/category/${category}
Categories = ["Mac", "iPhone", "iPad", "Apple Watch"]
Route | Type | Description |
---|---|---|
category |
string |
Required. category of of item to fetch |
GET /api/series/${series}
Series = ["MacBook Air","MacBook Pro" ,"MacBook Pro 13","MacBook Pro 14","MacBook Pro 16", "iPhone 13", "iPhone __", "Series 7", "Series __", "iMac"]
Route | Type | Description |
---|---|---|
series |
string |
Required. category of of item to fetch |
Client: Next.js
, Recoil
, TailwindCSS
Server: MongoDB