# API

{% hint style="warning" %}
This page is for script developers and server maintainers who want to integrate rcore\_stats into their scripts.

You do not need to do anything here to enjoy the full functionality of rcore\_stats on your server.
{% endhint %}

API is a big part of the resource as it allows you to create custom stats and achievements for your scripts! Whether you are an author of a script and you want to add stats to your script, or you are a server owner and you want to track some custom stats, this is the right place for you.


---

# 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://documentation.rcore.cz/paid-resources/rcore_stats/api.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.
