From c7ce080a980cbd9b6b9a3c7666031291d131f694 Mon Sep 17 00:00:00 2001 From: Azhari Muhammad Marzan Date: Wed, 15 Sep 2021 05:28:42 +0700 Subject: [PATCH] Add football standings and phone specifications (#2029) Squashs: * added football standings and phone specs API update order football standing API * Apply suggestions from code review fix alphabetical order and remove blank space Co-authored-by: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> Co-authored-by: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0ac1f577..75141e69 100644 --- a/README.md +++ b/README.md @@ -916,6 +916,7 @@ API | Description | Auth | HTTPS | CORS | | [Abstract Phone Validation](https://www.abstractapi.com/phone-validation-api) | Validate phone numbers globally | `apiKey` | Yes | Yes | | [apilayer numverify](https://numverify.com) | Phone number validation | `apiKey` | Yes | Unknown | | [Cloudmersive Validate](https://cloudmersive.com/phone-number-validation-API) | Validate international phone numbers | `apiKey` | Yes | Yes | +| [Phone Specification](https://github.com/azharimm/phone-specs-api) | Rest Api for Phone specifications | No | Yes | Yes | **[⬆ Back to Index](#index)** ### Photography @@ -1052,6 +1053,7 @@ API | Description | Auth | HTTPS | CORS | | [Fitbit](https://dev.fitbit.com/) | Fitbit Information | `OAuth` | Yes | Unknown | | [Football (Soccer) Videos](https://www.scorebat.com/video-api/) | Embed codes for goals and highlights from Premier League, Bundesliga, Serie A and many more | No | Yes | Yes | | [Football Prediction](https://boggio-analytics.com/fp-api/) | Predictions for upcoming football matches, odds, results and stats | `X-Mashape-Key` | Yes | Unknown | +| [Football Standings](https://github.com/azharimm/football-standings-api) | Display football standings e.g epl, la liga, serie a etc. The data is based on espn site | No | Yes | Yes | | [Football-Data](https://www.football-data.org) | Football data with matches info, players, teams, and competitions | `X-Mashape-Key` | Yes | Unknown | | [JCDecaux Bike](https://developer.jcdecaux.com/) | JCDecaux's self-service bicycles | `apiKey` | Yes | Unknown | | [MLB Records and Stats](https://appac.github.io/mlb-data-api-docs/) | Current and historical MLB statistics | No | No | Unknown |