# Thor Instance Size

```
https://api.vechainstats.com/v2/network/thor-instance-size
    ?VCS_API_KEY=your_api_key
```

{% hint style="info" %}
**Note :** This endpoint is throttled to **10 calls/minute** regardless of API Pro tier.
{% endhint %}

{% tabs %}
{% tab title="Response" %}
{% hint style="info" %}
The instance size is returned in bytes, 1 GB equals 1,073,741,824 bytes.
{% endhint %}

```json
{
    "status": {
        "success": true,
        "message": "OK"
    },
    "data": {
        "archive_nodes": 356287468042,
        "full_nodes": 165052218614,
        "full_nodes_skip": 85185851983
    },
    "meta": {
        "count": 3,
        "timestamp": 1695646709
    }
}
```

{% endtab %}
{% endtabs %}
