# Account API

This API will tell you how many API credits are left in your account.

### API Example

{% tabs %}
{% tab title="cURL" %}

<pre class="language-bash"><code class="lang-bash"><strong>curl "https://api.makcorps.com/account?api_key=6574702667653735133680a052"
</strong></code></pre>

{% endtab %}
{% endtabs %}

### Response

```json
{
  "requestLimit": 30,
  "requestUsed": 0,
  "remainingLimit": 30
}
```
