添加2个第三方API

This commit is contained in:
Kamisato-Ayaka-233
2023-05-26 20:28:57 +08:00
parent 4257679326
commit 59515852cf
4 changed files with 106 additions and 3 deletions

View File

@@ -0,0 +1,46 @@
# 项目ID与名称的字典
- [UIGF API](#uigf-api)
- [Caughtwind API](#caughtwind-api)
---
## UIGF API
_请求方式GET_
`https://api.uigf.org/dict/genshin/{lang}.json`
**导航参数:**
| 字段 | 内容 | 备注 |
| ---- | ---- | --- |
| lang | 返回数据中文本的语言,支持如下语言:<br>chs<br>cht<br>de<br>en<br>es<br>fr<br>id<br>jp<br>kr<br>pt<br>ru<br>th<br>vi | |
**JSON返回**
根对象:
| 字段 | 类型 | 内容 | 备注 |
| --- | ---- | ---- | --- |
| “项目名称” | str | 项目ID | |
## Caughtwind API
_请求方式GET_
`https://api.21cnt.cn/genshin/itemId`
**参数:**
| 字段 | 内容 | 备注 |
| ---- | ---- | --- |
| lang | 返回数据中文本的语言,支持如下语言:<br>chs | |
**JSON返回**
根对象:
| 字段 | 类型 | 内容 | 备注 |
| --- | ---- | ---- | --- |
| “项目名称” | str | 项目ID | |