# Get Environment Info

## **ENDPOINT**

```
GET https://api.data123.io/aleo/<API KEY>/v1/testnet3/node/env
```

### **Arguments**

None

### **Response**

<table><thead><tr><th width="195">Parameter</th><th width="122">type</th><th>Description</th></tr></thead><tbody><tr><td>result</td><td>object</td><td>The environment info</td></tr></tbody></table>

### Request

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

```bash
curl https://api.data123.io/aleo/<API KEY>/v1/testnet3/node/env
```

{% endtab %}
{% endtabs %}
