{"id":15138398,"url":"https://github.com/armoe-project/mihoyo-api","last_synced_at":"2025-10-23T15:30:17.089Z","repository":{"id":39884483,"uuid":"340005569","full_name":"armoe-project/mihoyo-api","owner":"armoe-project","description":"miHoYo API | miHoYoBBS/Genshin Impact/Honkai Impact 3","archived":false,"fork":false,"pushed_at":"2023-02-14T14:44:22.000Z","size":221,"stargazers_count":38,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-30T19:07:38.737Z","etag":null,"topics":["genshin-impact","honkai3rd","mihoyo-api","restful-api","rocket","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/armoe-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-18T09:55:36.000Z","updated_at":"2024-10-30T03:23:57.000Z","dependencies_parsed_at":"2024-09-16T12:32:38.604Z","dependency_job_id":"cfbb3f1d-916d-4da5-b1cf-0874492a60c1","html_url":"https://github.com/armoe-project/mihoyo-api","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armoe-project%2Fmihoyo-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armoe-project%2Fmihoyo-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armoe-project%2Fmihoyo-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armoe-project%2Fmihoyo-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/armoe-project","download_url":"https://codeload.github.com/armoe-project/mihoyo-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237843740,"owners_count":19375195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["genshin-impact","honkai3rd","mihoyo-api","restful-api","rocket","rust"],"created_at":"2024-09-26T07:23:19.833Z","updated_at":"2025-10-23T15:30:16.602Z","avatar_url":"https://github.com/armoe-project.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n![][banner]\n\n![][rust]\n![][rocket]\n![][license]\n\n\u003c/div\u003e\n\n## 简介\n\n米哈游API 米游社/原神/崩坏3等\n\n## 功能列表\n\n* 获取角色首页数据\n* 获取角色深渊数据\n* 获取角色详情数据\n* 获取角色便签数据\n* EnkaNetwork镜像\n\n\n## 使用\n\n* 前往 [Releases](https://github.com/armoe-project/mihoyo-api/releases) 下载对应设备二进制文件\n* 运行二进制文件\n\n## 文档\n\n本项目使用 [Apifox](https://www.apifox.cn/) 管理文档\n\n[点击查看使用文档](https://www.apifox.cn/apidoc/shared-e63772a9-debc-4e57-b30d-568bead9c81c)\n  \n## 配置\n\n在程序同级目录创建文件 `Rocket.toml`\n\n```toml\n[default]\naddress = \"0.0.0.0\" # 绑定地址\nport = 8000 # 端口号\nlog_level = \"normal\" # 日志等级\n```\n\n更多配置项请参考 [Rocket 文档](https://rocket.rs/v0.5-rc/guide/configuration)\n\n## 开发\n\n```shell\n# 克隆代码\ngit clone https://github.com/armoe-project/mihoyo-api.git\n# 运行开发服务器\ncargo run\n```\n\n## 开源协议\n\n本项目使用 [GPL-3.0](LICENSE) 协议开放源代码\n\n```text\nmihoyo-api - miHoYo API\nCopyright (C) 2022 ZhenXin\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n```\n\n## 鸣谢\n\n* [Visual Studio Code](https://code.visualstudio.com/)\n* [Rust](https://www.rust-lang.org/zh-CN/)\n* [Rocket](https://rocket.rs/)\n\n[banner]: https://socialify.git.ci/armoe-project/mihoyo-api/image?forks=1\u0026issues=1\u0026language=1\u0026name=1\u0026owner=1\u0026pulls=1\u0026stargazers=1\u0026theme=Light\n\n[rust]: https://img.shields.io/badge/rust-1.64.0--2021-blue?style=for-the-badge\n\n[rocket]: https://img.shields.io/badge/rocket-0.5.0--rc.2-blue?style=for-the-badge\n\n[license]: https://img.shields.io/github/license/RealHeart/ZMusic?style=for-the-badge\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmoe-project%2Fmihoyo-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farmoe-project%2Fmihoyo-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmoe-project%2Fmihoyo-api/lists"}