mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-03-22 07:12:28 +01:00
50 lines
2.1 KiB
Markdown
50 lines
2.1 KiB
Markdown
# ak-endfield-api-archive
|
|
|
|
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
|
|
- Get latest game resources
|
|
- Get latest launcher
|
|
|
|
## Download Library
|
|
|
|
To easily view information about past versions of game packages and other items, please refer to the following page.
|
|
|
|
- **Game packages**
|
|
- [Windows Official](/output/akEndfield/launcher/game/6/list.md)
|
|
- [Windows Epic](/output/akEndfield/launcher/game/801/list.md)
|
|
- [Windows Google Play](/output/akEndfield/launcher/game/802/list.md)
|
|
- **Game patch packages**
|
|
- [Windows Official](/output/akEndfield/launcher/game/6/list_patch.md)
|
|
- [Windows Epic](/output/akEndfield/launcher/game/801/list_patch.md.md)
|
|
- [**Game resources**](/output/akEndfield/launcher/game_resources/6/list.md) (Windows, Android, iOS, PlayStation)
|
|
|
|
All dates and times specified in Markdown files are in Asia server time (China Standard Time, UTC+8).
|
|
|
|
## 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 `game_files` or `package_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 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.
|