From 76118c88ce43316e7a11bc41e8eb0858e4960bc7 Mon Sep 17 00:00:00 2001 From: echo Date: Mon, 30 Dec 2024 10:52:29 +0900 Subject: [PATCH] add nexon open api --- README.md | 1 + README_EN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 456e267..e15f38a 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ | [Magic The Gathering](http://magicthegathering.io/) | 매직: 더 개더링 정보 | ✕ | ✕ | ? | | [Marvel](http://developer.marvel.com) | 마블 코믹스 | `apiKey` | ✕ | ? | | [mod.io](https://docs.mod.io) | 크로스 플랫폼 사이트 모드 API | `apiKey` | ○ | ? | +| [NEXON Open API](https://openapi.nexon.com) | 넥슨 게임 API, 메이플스토리, 마비노기, 퍼스트 디센던트 등... | `apiKey` | ○ | ? | | [Open Trivia](https://opentdb.com/api_config.php) | 잡학 문제 | ✕ | ○ | ? | | [PandaScore](https://api.pandascore.co) | E-스포츠 게임과 결과 | `apiKey` | ○ | ? | | [PlayerUnknown's Battlegrounds](https://pubgtracker.com/site-api) | 배틀그라운드(PUBG) 통계 | `apiKey` | ○ | ? | diff --git a/README_EN.md b/README_EN.md index e0d6760..f9ba6be 100644 --- a/README_EN.md +++ b/README_EN.md @@ -419,6 +419,7 @@ API | Description | Auth | HTTPS | CORS | | [Magic The Gathering](http://magicthegathering.io/) | Magic The Gathering Game Information | No | No | Unknown | | [Marvel](http://developer.marvel.com) | Marvel Comics | `apiKey` | No | Unknown | | [mod.io](https://docs.mod.io) | Cross Platform Mod API | `apiKey` | Yes | Unknown | +| [NEXON Open API](https://openapi.nexon.com) | Nexon game API, Maplestory, Mabinogi, The first descendant and more | `apiKey` | Yes | Unknown | | [Open Trivia](https://opentdb.com/api_config.php) | Trivia Questions | No | Yes | Unknown | | [PandaScore](https://api.pandascore.co) | E-sports games and results | `apiKey` | Yes | Unknown | | [PlayerUnknown's Battlegrounds](https://pubgtracker.com/site-api) | PUBG Stats | `apiKey` | Yes | Unknown |