> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XBOX services API

> 浏览 XBOX Game Development Kit 中的 XBOX services API 文档与参考资料。

XBOX services API 相关文档。

<CardGroup cols={2}>
  <Card title="在 XSAPI C API 中进行异步调用" icon="lightbulb" href="/services/xbox-services/fundamentals/xbox-services-api/live-flatc-async-patterns">
    异步 API 是一种能快速返回的 API,它会启动一个异步任务,并在任务完成后返回结果。
  </Card>

  <Card title="与 XDK XSAPI 的向后兼容性" icon="lightbulb" href="/services/xbox-services/fundamentals/xbox-services-api/live-gs-backcompat-api">
    虽然 XSAPI(XBOX Service API)以 C 库形式提供,但 GDK 还包含随附发布的 XSAPI C++ 版本的头文件……
  </Card>

  <Card title="如何使用 XBOX services API (XSAPI)" icon="book-open" href="/services/xbox-services/fundamentals/xbox-services-api/live-gs-xbl-apis">
    XSAPI 依赖于游戏运行时服务 (GRTS)。
  </Card>

  <Card title="XBOX services API" icon="circle-info" href="/services/xbox-services/fundamentals/xbox-services-api/live-introduction-to-xbox-live-apis">
    有两种方式可以从 XBOX services 获取信息。
  </Card>

  <Card title="XSAPI C" icon="circle-info" href="/services/xbox-services/fundamentals/xbox-services-api/live-xsapi-flat-c">
    2018 年 6 月,C API 层被添加到 XSAPI 中。
  </Card>
</CardGroup>

## 另请参阅

* [游戏绑定](/services/xbox-services/fundamentals/game-binding/index)
* [身份](/services/xbox-services/fundamentals/identity/index)
* [门户配置](/services/xbox-services/fundamentals/portal-config/index)
* [RTA](/services/xbox-services/fundamentals/rta/index)
* [S2S 身份验证调用](/services/xbox-services/fundamentals/s2s-auth-calls/index)
* [沙盒](/services/xbox-services/fundamentals/sandboxes/index)


## Related topics

- [XBOX services 概述](/zh-CN/services/xbox-services/fundamentals/live-xbl-overview.md)
- [XBOX services 身份验证](/zh-CN/services/xbox-services/fundamentals/s2s-auth-calls/service-authentication/live-xbox-live-authentication.md)
- [XBOX 服务 API 概述](/zh-CN/services/xbox-services/fundamentals/xbox-services-api/live-introduction-to-xbox-live-apis.md)
- [XBOX 服务 API 参考](/zh-CN/reference/live/gc-reference-live-toc.md)
- [XBOX 服务 RESTful 参考](/zh-CN/reference/live/rest/atoc-xboxlivews-reference.md)
