Files
ak-endfield-api-archive/README.md

59 lines
2.6 KiB
Markdown

<h1 align="center">ak-endfield-api-archive</h2>
<p align="center">
<a href="https://github.com/palmcivet/awesome-arknights-endfield"><img src="https://raw.githubusercontent.com/palmcivet/awesome-arknights-endfield/refs/heads/main/assets/badge-for-the-badge.svg" alt="Awesome Arknights Endfield" /></a>
</p>
<p align="center">
<a href="https://github.com/daydreamer-json/ak-endfield-api-archive/actions/workflows/main.yml"><img src="https://github.com/daydreamer-json/ak-endfield-api-archive/actions/workflows/main.yml/badge.svg" alt="GitHub Actions" /></a>
<img src="https://api.cron-job.org/jobs/7183534/5f3f37a732a92096/status-0.svg" alt="Cron Job" />
</p>
Monitor changes to responses from various Arknights: Endfield APIs and record them in this repository.
Updates are checked about every 10 minutes and automatically pushed by GitHub Actions.
API outputs are stored in the [`output`](/output/) directory.
The APIs currently being monitored are as follows:
- Launcher
- Get latest game (Global, China)
- Get latest game resources (Global, China)
- Get latest launcher (Global, China)
- Get launcher web resources (Global, China)
- Announcement
- Banner
- Main background image
- Single Ent.
- Sidebar
- Raw
- Game resource json (index, patch)
Currently, raw data is provided as-is without modification. It is also not decrypted.
## Download Library
To easily view information about past versions of game packages and other items, please refer to the following page.
https://ak-endfield-api-archive.daydreamer-json.cc/
Previous pages created using Markdown will not be maintained.
## Contributing
Since I can only run the game on platforms and operating systems that are available to me, there may be inaccuracies. If you have information -particularly regarding **Chinese regional game data**, beta versions, encrypted binaries such as `index_main.json` or `game_files`- or if you're able to help improve the code, or if you encounter any other issues, feel free to submit an issue or a pull request.
All files within the `output` folder are automatically generated by the `src` scripts. Therefore, to make changes, you must modify the scripts themselves.
## Disclaimer
This project has no affiliation with Hypergryph (GRYPHLINE) and was created solely for **private use, educational, and research purposes.**
I assume no responsibility whatsoever. **PLEASE USE IT AT YOUR OWN RISK.**
## Thanks
- [Vivi029](https://github.com/Vivi029): Added Windows Google Play Games channel
---
This project was created using `bun init` in bun v1.3.5. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.