> For the complete documentation index, see [llms.txt](https://webside.gitbook.io/webside/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://webside.gitbook.io/webside/api/general/get-1.md).

# Version

This endpoint provides the version of the target system.

**URL**: `/version`

**Method**: `GET`

## Success Responses

**Code** : `200 OK`

**Content**: `string`

**Example:**: Pharo 12 version `GET /version`.

```json
"12"
```
