# GraphQL API

{% hint style="info" %}
The API is available at `/api/graphql/` URL path of your instance.
{% endhint %}

{% hint style="info" %}
API returns data in JSON format.
{% endhint %}

{% hint style="info" %}
[API schema](https://docs.ergonode.com/graphql/overview/schema) contains Queries and Mutations.
{% endhint %}

{% hint style="info" %}
Rate limit is: 250 req / min for media, and 500 req / min for everything else. Max 6 concurrent connections.
{% endhint %}
