Minecraft Package
  1. v1
Minecraft Package
  • 使用前说明
  • 更新日志
  • Minecraft
    • Launcher Meta
      • 获取 Minecraft Version 列表
  • Fabric
    • v2
      • 返回游戏版本
      • 返回Loader版本
      • 返回Installer版本
  • Forge
    • BMCLAPI
      • 指定游戏版本Forge列表
      • 获取推荐标记的Forge版本
  • Quilt
    • Meta
      • v3
        • Game 游戏版本列表
        • Loader 加载器版本列表
        • Installer 安装器版本列表(含下载)
        • 疑似获取加载器的 libraries?
    • Quilt 安装器版本列表 XML
      GET
  • NeoForged
    • NeoForge列表
      GET
    • 获取指定版本更新日志txt文件
      GET
    • 过滤Latest版本
      GET
    • 过滤全部版本
      GET
  • Optifine
    • 获取全部 Optifine 列表
      GET
    • 指定版本列表
      GET
  • BMCLAPI
    • Forge
      • 获取forge支持的minecraft版本列表
      • 根据版本获取forge列表
      • 获取最新版的forge
      • 获取标记的forge版本
      • 获取forge列表
      • 根据build下载forge
    • NeoForge
      • 下载neoforge文件
      • 获取neoforge列表
      • 获取neoforge版本信息
      • 下载指定neoforge版本的指定文件
  • spider.aigio1064.cn
    • 获取第三方 Minecraft Server 核心清单
    • 获取第三方 Minecraft Server 核心清单第二版
  • PurpurMC
    • v2
      • 列出全部项目
      • 获取项目版本信息
      • 获取项目的版本构建列表
      • 获取指定版本的构建信息
      • 下载指定构建文件
  • PaperMC
    • PaperMC API说明
    • v3
      • 获取全部项目
      • 获取指定项目信息
      • 获取指定项目全部版本
      • 获取指定版本信息
      • 获取版本构建信息列表
      • 获取指定构建信息
  • Arclight
    • Arclight API说明
    • v1
      • 获取所有分支
        GET
      • 获取受支持的版本列表
        GET
      • 获取指定版本信息
        GET
      • 获取版本支持的加载器列表
        GET
      • 获取加载器版本列表
        GET
      • 获取版本文件列表
        GET
  1. v1

获取所有分支

开发中
GET
/v1/files/arclight/branches

请求参数

无

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/files/arclight/branches'

返回响应

🟢200成功
application/json
Body

示例
{
    "files": [
        {
            "key": "/arclight/branches/dev",
            "last-modified": "2025-09-17T13:26:31.219Z",
            "link": "https://files.hypertention.cn/v1/files/arclight/branches/dev",
            "name": "dev",
            "type": "directory"
        },
        {
            "key": "/arclight/branches/FeudalKings",
            "last-modified": "2024-06-28T15:36:00.714Z",
            "link": "https://files.hypertention.cn/v1/files/arclight/branches/FeudalKings",
            "name": "FeudalKings",
            "type": "directory"
        },
        {
            "key": "/arclight/branches/Trials",
            "last-modified": "2024-03-01T14:20:42.043Z",
            "link": "https://files.hypertention.cn/v1/files/arclight/branches/Trials",
            "name": "Trials",
            "type": "directory"
        },
        {
            "key": "/arclight/branches/1.19",
            "last-modified": "2024-03-01T14:17:55.591Z",
            "link": "https://files.hypertention.cn/v1/files/arclight/branches/1.19",
            "name": "1.19",
            "type": "directory"
        },
        {
            "key": "/arclight/branches/Net",
            "last-modified": "2024-03-01T14:16:36.561Z",
            "link": "https://files.hypertention.cn/v1/files/arclight/branches/Net",
            "name": "Net",
            "type": "directory"
        },
        {
            "key": "/arclight/branches/Executions",
            "last-modified": "2024-03-01T14:15:38.354Z",
            "link": "https://files.hypertention.cn/v1/files/arclight/branches/Executions",
            "name": "Executions",
            "type": "directory"
        },
        {
            "key": "/arclight/branches/1.18",
            "last-modified": "2024-03-01T14:14:37.812Z",
            "link": "https://files.hypertention.cn/v1/files/arclight/branches/1.18",
            "name": "1.18",
            "type": "directory"
        },
        {
            "key": "/arclight/branches/1.17",
            "last-modified": "2024-03-01T14:11:48.461Z",
            "link": "https://files.hypertention.cn/v1/files/arclight/branches/1.17",
            "name": "1.17",
            "type": "directory"
        },
        {
            "key": "/arclight/branches/1.16",
            "last-modified": "2024-03-01T14:00:37.509Z",
            "link": "https://files.hypertention.cn/v1/files/arclight/branches/1.16",
            "name": "1.16",
            "type": "directory"
        },
        {
            "key": "/arclight/branches/Whisper",
            "last-modified": "2024-02-25T12:53:28.061Z",
            "link": "https://files.hypertention.cn/v1/files/arclight/branches/Whisper",
            "name": "Whisper",
            "type": "directory"
        }
    ],
    "key": "/arclight/branches",
    "last-modified": "2024-02-25T12:53:28.06Z"
}
修改于 2025-09-28 07:40:59
上一页
Arclight API说明
下一页
获取受支持的版本列表
Built with