---
title: "VERSION: Returns actual version information"
method: GET
path: "/version"
tags: ["other"]
---

# VERSION: Returns actual version information

`GET /version`

No authentication is needed for this commnad (it is public)

## Response `200`

Successful response

- Version — Information about versions
  - `version` string — The whole Nightscout instance version
  - `apiVersion` string — API v3 subsystem version
  - `srvDate` number — Actual server date and time in UNIX epoch format
  - `storage` object
    - `type` string — Type of storage engine used
    - `version` string — Version of the storage engine

## Changes

- **2019-10-09** `e3a793475629` — 2 warning, 4 info
  - removed the optional property `result` from the response with the `200` status
  - removed the optional property `status` from the response with the `200` status
  - added the optional property `apiVersion` to the response with the `200` status
  - added the optional property `srvDate` to the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/nightscout/apis/nightscout-api/changes/version/get.md)

---

[API](https://skmtc.dev/nightscout/apis/nightscout-api.md) · [All operations](https://skmtc.dev/nightscout/apis/nightscout-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nightscout/nightscout-api/revisions/6b2eb690f4ab/schema)
