From 094d0e361d2bdd13f3e580f0a829c9cc3d2cf719 Mon Sep 17 00:00:00 2001 From: Hugo Torzuoli Date: Mon, 23 Oct 2017 08:35:01 +0200 Subject: [PATCH 1/2] Add PUBG Public API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af423859..31145df3 100644 --- a/README.md +++ b/README.md @@ -308,6 +308,7 @@ API | Description | Auth | HTTPS | Link | | Marvel | Marvel Comics | `apiKey` | No | [Go!](http://developer.marvel.com) | | Open Trivia | Trivia Questions | No | Yes | [Go!](https://opentdb.com/api_config.php) | | PandaScore | E-sports games and results | `apiKey` | Yes | [Go!](https://api.pandascore.co) | +| PLAYERUNKNOWN'S BATTLEGROUNDS | PUBG Stats | `apiKey` | Yes | [Go!](https://pubgtracker.com/site-api) | | Pokéapi | Pokémon Information | No | No | [Go!](http://pokeapi.co) | | Qriusity | Quiz/Trivia Questions | No | Yes | [Go!](https://qriusity.com/) | | Riot Games | League of Legends Game Information | `apiKey` | Yes | [Go!](https://developer.riotgames.com/) | From 95b74058c748690f893cfbdeb9f10f19fb7e95b1 Mon Sep 17 00:00:00 2001 From: Hugo Torzuoli Date: Mon, 23 Oct 2017 17:21:31 +0200 Subject: [PATCH 2/2] PUBG Fix case --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31145df3..740172b7 100644 --- a/README.md +++ b/README.md @@ -308,7 +308,7 @@ API | Description | Auth | HTTPS | Link | | Marvel | Marvel Comics | `apiKey` | No | [Go!](http://developer.marvel.com) | | Open Trivia | Trivia Questions | No | Yes | [Go!](https://opentdb.com/api_config.php) | | PandaScore | E-sports games and results | `apiKey` | Yes | [Go!](https://api.pandascore.co) | -| PLAYERUNKNOWN'S BATTLEGROUNDS | PUBG Stats | `apiKey` | Yes | [Go!](https://pubgtracker.com/site-api) | +| PlayerUnknown's Battlegrounds | PUBG Stats | `apiKey` | Yes | [Go!](https://pubgtracker.com/site-api) | | Pokéapi | Pokémon Information | No | No | [Go!](http://pokeapi.co) | | Qriusity | Quiz/Trivia Questions | No | Yes | [Go!](https://qriusity.com/) | | Riot Games | League of Legends Game Information | `apiKey` | Yes | [Go!](https://developer.riotgames.com/) |