# Block Emission

```
https://api.vechainstats.com/v2/carbon/co2e-block
    ?blocknum=16538235
    &VCS_API_KEY=your_api_key
```

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

| Parameter    | Description                                      |
| ------------ | ------------------------------------------------ |
| blocknum     | The block number to request the emission data of |
| {% endtab %} |                                                  |

{% tab title="Response" %}

```json
{
    "status": {
        "success": true,
        "message": "OK"
    },
    "data": {
        "number": 16538235,
        "hash": "0x00fc5a7b6de7fe17d79aae453f2fd3478c625ebb3c9ae07c5536951d15d3075c",
        "co2e_emitted": "0.17729761",
        "timestamp": 1695906710
    },
    "meta": {
        "blocknum": 16538235,
        "type": "block",
        "unit": "grams",
        "disclaimer": "https://vechainstats.com/disclaimer/",
        "timestamp": 1695975591
    }
}
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
The CO2e calculation and data model used to determine the VechainThor Blockchain emissions are based on the best available information and methods at this time. However, these methods and information may change in the future due to new research, updated methodologies, or changes to the underlying data. Therefore, the emissions calculations and data for the current period may be subject to revision in the future. We will make reasonable efforts to keep the vechain blockchain emissions data up-to-date and accurate, and we appreciate your understanding as we strive to improve the emissions reporting.
{% 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://docs.vechainstats.com/api-endpoints/carbon/block-emission.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.
