非官方 MCMOD API,提供 MCMOD 网站的搜索和详情数据查询功能。
请求格式:
GET /s/{search_params}
搜索参数支持 MCMOD 网站原有的所有参数格式,例如:
- 基础搜索:
/s/key=关键词 - 高级搜索:
/s/key=关键词&site=&filter=1&mold=1
示例:
https://mcmod-api.zkitefly.eu.org/s/key=Fabulously%20Optimized
请求格式:
GET /d/{type}/{id}
type: 内容类型 (class/modpack)id: 内容 ID
示例:
https://mcmod-api.zkitefly.eu.org/d/class/1234
address: 条目链接title: 标题description: 描述snapshot_time: 快照时间data:mcmod_id: MCMOD IDabbr: 简称(如有)chinese_name: 中文名称sub_name: 副标题category: 分类
title: 标题subtitle: 英文标题cover_image: 封面图片supported_versions: 支持的游戏版本related_links: 相关链接operating_environment: 运行环境tag_links: 标签short_name: 简称recorded_time: 收录时间last_edit_time: 最后编辑时间last_recommend_time: 最后推荐时间edit_count: 编辑次数authors: 作者信息mod_relations: 关联模组
点击上方的 "Deploy with Vercel" 按钮即可快速部署。
- 本 API 为非官方实现,仅供学习交流使用
- 请合理使用,避免频繁请求
- API 数据来源于 MCMOD 网站,版权归原网站所有
MIT License