# API Ping

```
https://api.vechainstats.com/v2/api-ping
    ?VCS_API_KEY=your_api_key
```

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

```json
{
    "status": {
        "success": true,
        "message": "OK"
    },
    "data": {
        "ping": true
    },
    "meta": {
        "timestamp": 1695722261
    }
}
```

{% endtab %}
{% endtabs %}
