> For the complete documentation index, see [llms.txt](https://docs.wproofreader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wproofreader.com/v6.12.0/api-reference/auxiliary-api-commands/version-api.md).

# Version API

Check the application version.

**Command name:** ver

Request URL (GET):

```javascript
http(s)://endpoint/api?cmd=ver
```

```javascript
{
    "Copyright": "(c) 2000-2026 WebSpellChecker LLC",
    "ProductWebsite": "webspellchecker.com",
    "ProgramVersion": "6.x.x.x x64 master:xxxxxxx (xxxx) #xxx",
    "PackageVersion": "6.x.x.x master:xxxxxxx (xxx) #xxx"
}
```
