# API Endpoint

For your projects, we provide two different API endpoints based on the network you intend to utilize:

### **Mainnet API Endpoint**

This endpoint is specifically designed for integration with the mainnet network. It enables you to interact with the PLYR API in a production environment, where real transactions and operations occur. You should use the Mainnet API Endpoint when your project is ready for deployment and needs to interact with the live blockchain network.

<https://api.plyr.network/api>

### Testnet API Endpoint

This endpoint is intended for use on the testnet network. The testnet environment allows you to experiment and test your integration with the ZooGames API without utilizing real funds or affecting the live blockchain network. It provides a sandbox-like environment for developers to ensure the functionality and reliability of their applications before transitioning to the mainnet.

<https://api-testnet.plyr.network/api>

You can request Testnet PLYR and GAMR [here](https://core.app/tools/testnet-faucet/?subnet=plyr\&token=plyr)

> Please ensure that you select the appropriate API endpoint based on your project's requirements and the desired network environment.

{% hint style="info" %}
We recommend testing on the Testnet environment first.\
Throughout the documentation, we use "**apiEnpoint**" to represent the API Endpoint you choose to use.\
Replace it with the appropriate Testnet or Mainnet URL as needed.
{% endhint %}


---

# 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://dev.plyr.network/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.
