From aa6b010b484e733359c34ac1884612bc3316e5ea Mon Sep 17 00:00:00 2001 From: Nikhil Prasad <114438461+nprasad2077@users.noreply.github.com> Date: Mon, 26 Jun 2023 14:52:24 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7348891..84b0f314 100644 --- a/README.md +++ b/README.md @@ -1553,6 +1553,7 @@ API | Description | Auth | HTTPS | CORS | | [MLB Records and Stats](https://appac.github.io/mlb-data-api-docs/) | Current and historical MLB statistics | No | No | Unknown | | [NBA Data](https://rapidapi.com/api-sports/api/api-nba/) | All NBA Stats DATA, Games, Livescore, Standings, Statistics | `apiKey` | Yes | Unknown | | [NBA Stats](https://any-api.com/nba_com/nba_com/docs/API_Description) | Current and historical NBA Statistics | No | Yes | Unknown | +| [NBA Stats](https://documenter.getpostman.com/view/24232555/2s93shzpR3) | NBA player statistics and data | No | Yes | Yes | | [NHL Records and Stats](https://gitlab.com/dword4/nhlapi) | NHL historical data and statistics | No | Yes | Unknown | | [Oddsmagnet](https://data.oddsmagnet.com) | Odds history from multiple UK bookmakers | No | Yes | Yes | | [OpenLigaDB](https://www.openligadb.de) | Crowd sourced sports league results | No | Yes | Yes | From 2001d526b0aa5f8d207384e5bc995030e6adfdd6 Mon Sep 17 00:00:00 2001 From: Nikhil Prasad Date: Wed, 27 Mar 2024 02:40:51 -0500 Subject: [PATCH 2/2] add nba graphql api --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84b0f314..ae1a434c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ IssuesPull RequestsLicense - +​
@@ -1553,6 +1553,7 @@ API | Description | Auth | HTTPS | CORS | | [MLB Records and Stats](https://appac.github.io/mlb-data-api-docs/) | Current and historical MLB statistics | No | No | Unknown | | [NBA Data](https://rapidapi.com/api-sports/api/api-nba/) | All NBA Stats DATA, Games, Livescore, Standings, Statistics | `apiKey` | Yes | Unknown | | [NBA Stats](https://any-api.com/nba_com/nba_com/docs/API_Description) | Current and historical NBA Statistics | No | Yes | Unknown | +| [NBA GraphQL](https://nbaapi.com/graphql) | Advanced NBA player statistics and data in GraphQL| No | Yes | Yes | | [NBA Stats](https://documenter.getpostman.com/view/24232555/2s93shzpR3) | NBA player statistics and data | No | Yes | Yes | | [NHL Records and Stats](https://gitlab.com/dword4/nhlapi) | NHL historical data and statistics | No | Yes | Unknown | | [Oddsmagnet](https://data.oddsmagnet.com) | Odds history from multiple UK bookmakers | No | Yes | Yes |