Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update old API links with new v2 link. Fix some english spelling and grammatical errors. #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
## Important Notes:

Hi i've updated this api, if you're currently using this API please take a look at the new `/v2` endpoint and consider using it since the original version is about to be terminated anytime soon. Thanks!
Hi I've updated this API, if you're currently still using the old one, please migrate to the new `/v2` endpoint now that the original version has been terminated.

## Donation

If you like this project, you can give me a cup of coffee :)
If you like this project, please consider buying me a cup of coffee 😊

[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://saweria.co/azharimm)

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/azharimm)

# Phone Specifications API

The data is based on gsmarena site
The data is based on the [GSM Arena](https://gsmarena.com) website.

## 1. List Brands

@@ -21,7 +21,7 @@ The data is based on gsmarena site
```

```
[GET] https://api-mobilespecs.azharimm.dev/brands
[GET] https://phone-specs-api-2.azharimm.dev/brands
```

## 2. List Phones
@@ -31,7 +31,7 @@ The data is based on gsmarena site
```

```
[GET] https://api-mobilespecs.azharimm.dev/brands/apple-phones-48?page=2
[GET] https://phone-specs-api-2.azharimm.dev/brands/apple-phones-48?page=2
```

### Query params
@@ -47,7 +47,7 @@ The data is based on gsmarena site
```

```
[GET] https://api-mobilespecs.azharimm.dev/apple_iphone_12_pro_max-10237
[GET] https://phone-specs-api-2.azharimm.dev/apple_iphone_12_pro_max-10237
```

## 4. Search
@@ -73,7 +73,7 @@ The data is based on gsmarena site
```

```
[GET] https://api-mobilespecs.azharimm.dev/latest
[GET] https://phone-specs-api-2.azharimm.dev/latest
```

## 6. Top By Interest
@@ -83,7 +83,7 @@ The data is based on gsmarena site
```

```
[GET] https://api-mobilespecs.azharimm.dev/top-by-interest
[GET] https://phone-specs-api-2.azharimm.dev/top-by-interest
```

## 7. Top By Fans
@@ -93,5 +93,5 @@ The data is based on gsmarena site
```

```
[GET] https://api-mobilespecs.azharimm.dev/top-by-fans
[GET] https://phone-specs-api-2.azharimm.dev/top-by-fans
```