---
title: "GET /info"
method: GET
path: "/info"
tags: ["info"]
---

# GET /info

`GET /info`

Get information about groov View. No authorization required.

## Response `200`

OK

- GroovInfo
  - `isGroovBox` boolean, required — True if running on a groov hardware box
  - `isGroovBoxSetup` boolean, required — True if running on a groov hardware box which has been setup or true if running on groov Server for Windows
  - `isLicenseValid` boolean, required — True if a license is installed, valid, and not expired
  - `licenseType` string, required — The license type (NONE, MAINTENANCE_EXPIRED, or VALID)
  - `trialPeriodExpiration` number, required — Milliseconds until trial period is expired
  - `shouldShowTrialDialog` boolean, required — True if the trial dialog pops up when logging into groov View
  - `groovBoxDescription` string, required — The groov box type (GROOV-AT1, GROOV-AR1, or GRV-EPIC-PR1)
  - `groovAdminVersion` string, required — The groov Admin version number if running on a groov hardware box
  - `groovNodeRedVersion` string, required — The node red version number if running on a GROOV-AR1 which has node red installed
  - `timezoneOffset` number, required — The server's timezone offset from UTC in minutes
  - `timezoneName` string, required — The server's timezone
  - `warVersion` string, required — The version number of the war
  - `minimumApiVersion` number, required — The minimum supported API version number
  - `currentApiVersion` number, required — The current API version number

---

[API](https://skmtc.net/opto22/apis/groov-view-public-api.md) · [All operations](https://skmtc.net/opto22/apis/groov-view-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opto22/groov-view-public-api/revisions/80939206f137/schema)
