> For the complete documentation index, see [llms.txt](https://docs.vechainstats.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vechainstats.com/api-endpoints/api-info/api-ping.md).

# 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 %}
