Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rotten-lkz/anidb-search
Anidb Searching API.(anidb 搜索 API)
https://github.com/rotten-lkz/anidb-search
anidb anidb-data anidbapi anime
Last synced: 8 days ago
JSON representation
Anidb Searching API.(anidb 搜索 API)
- Host: GitHub
- URL: https://github.com/rotten-lkz/anidb-search
- Owner: Rotten-LKZ
- License: mit
- Created: 2022-10-03T15:30:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T08:00:03.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T15:51:11.762Z (about 2 months ago)
- Topics: anidb, anidb-data, anidbapi, anime
- Language: TypeScript
- Homepage: https://anidb-search.vercel.app
- Size: 1.75 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# anidb-search
Anidb Searching API.(anidb 搜索 API)
## 中文
### 使用
此 API 数据每周更新一次。
地址:https://anidb.rotcool.me/api/s?content={str}&lang={str}
content: 搜索内容。支持汉语拼音、拼音首字母
lang: 指定语言。例如:lang=zh 时,可以匹配到 zh-Hans、zh-nan、zh-Hant 等### 更新数据
下载 并且解压,将里面的 `anime-titles.xml` 复制到本项目根目录下,执行 `npm start` 即可。
## English
### Usage
This API data is updated weekly.
URL: https://anidb.rotcool.me/api/s?content={str}&lang={str}
content: Search content. Support Chinese Pinyin and the first letter of Pinyin
lang: Specifies the language. For example, when lang=zh, it can be matched to zh-Hans, zh-nan, zh-Hunt, etc
### Update datas
Download and unzip it. Then copy `anime-titles.xml` of the zip file to the root folder of this project and run `npm start`.