# ROBOT API 开发文档

## 介绍

#### *本文档旨在介绍如何快速使用ROBOT社区API构建您自己的应用程序, 为了更好的与我们社区服务进行结合, 请务必参照文档说明的步骤使用我们的服务*

#### 我们的服务分为多种, 对于基础开发者, 您可以直接使用我们的公开API, 无需额外的授权, 对于希望深度与ROBOT服务集成的开发者, 请联络ROBOT社区开发者, 并说明您的需求, 客制化您需要的服务.

#### 感谢Cloudflare对ROBOT社区后端服务的支持, 感谢Cloudflare Workers提供的无服务器函数部署服务, 我们的部分API部署在Cloudflare Workers上, 以便提供更快速以及更高并发的支持

<div data-full-width="false"><figure><img src="/files/cMVtNioXo1jeLIblW4lN" alt="" width="188"><figcaption><p>Cloudflare</p></figcaption></figure> <figure><img src="/files/Pn6ixfxihfSYRKOYGedW" alt="" width="258"><figcaption></figcaption></figure></div>

目前我们对所有人开放包括但不限于以下内容的API

* ROBOT Community 社区数据&#x20;
* ROBOT Players 社区数据
* Battlefield V 玩家与服务器数据

未来还会开放更多API, 供开发者们选择合适的API连接ROBOT社区

**关于更多API的具体信息, 请前往下一章节查看**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bfvrobot.net/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
