# Network Gas Stats

```
https://api.vechainstats.com/v2/network/gas-stats
    ?timeframe=2023-09-28
    &VCS_API_KEY=your_api_key
```

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

| Parameter    | Description                                      |
| ------------ | ------------------------------------------------ |
| timeframe    | Timeframe given in YYYY or YYYY-MM or YYYY-MM-DD |
| {% endtab %} |                                                  |

{% tab title="Response" %}

```json
{
    "status": {
        "success": true,
        "message": "OK"
    },
    "data": {
        "block_count": 8640,
        "gas_total_limit": 259141558819,
        "gas_total_used": 12316999888,
        "gas_intrinsic": 5219767260,
        "gas_evm_incurred": 7097232628,
        "gas_target_perc": 4.75
    },
    "meta": {
        "timeframe": "2023-09-28",
        "days": 1,
        "partial_data": false,
        "timestamp": 1695994773
    }
}
```

{% endtab %}
{% endtabs %}
