{
  "description": "GitHub Achievements API - 获取用户的 GitHub 成就信息",
  "author": {
    "name": "Leo Wang",
    "github": "https://github.com/wangrunlin"
  },
  "repository": "https://github.com/wangrunlin/github-achievements-api",
  "usage": {
    "endpoint": "https://github-achievements-api.wangrunlin.workers.dev/<github_username>",
    "example": "https://github-achievements-api.wangrunlin.workers.dev/wangrunlin"
  },
  "response": {
    "total": {
      "raw": "成就总数（不计算等级）",
      "weighted": "成就总数（计算等级）"
    },
    "achievements": [
      {
        "type": "成就类型",
        "tier": "成就等级（若无等级则为1）",
        "image": "成就图标 URL"
      }
    ]
  }
}