NINA Version

GET /version/nina

Returns the version of NINA.

Query parameters

  • friendly boolean

    If true, the version will be returned in a friendly format.

Responses

  • 200 application/json

    Successful response

    Hide response attributes Show response attributes object
    • Response string
    • Error string
    • StatusCode integer
    • Success boolean
    • Type string
GET /version/nina
curl \
 --request GET 'http://localhost:1888/v2/api/version/nina'
Response examples (200)
{
  "Response": {
    "oneOf": [
      "3.2.0.1058",
      "3.2 NIGHTLY #058"
    ]
  },
  "Error": "string",
  "StatusCode": 200,
  "Success": true,
  "Type": "API"
}