Skip to content

theabhayprajapati/Open-Apple-Store

Repository files navigation

Fury Open Source Apple Store

Open Apple Store has data of almost all Apple Store's Products.

API Reference

Comminity

Discord Server

Base Url

base url oas.vercel.app/api

Get All Items

  GET /api/all

returns everything in the database.

Get Single item based on id

  GET /api/${id}
Route Type Description
id string Required. Id of item to fetch

Get Categoried products

  GET /api/category/${category}
Categories = ["Mac", "iPhone", "iPad", "Apple Watch"]
Route Type Description
category string Required. category of of item to fetch

Get Series of products

  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

Tech Stack

Client: Next.js, Recoil, TailwindCSS

Server: MongoDB

Authors

About

Open Source Apple Store, has made this with the help of Apple Store item, this project which provide an additional choice to developer to interact with API.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published