NINA start time

GET /application-start

Returns the time NINA was started.

Responses

  • 200 application/json

    Successful response

    Hide response attributes Show response attributes object
    • Response string
    • Error string
    • StatusCode integer
    • Success boolean
    • Type string
GET /application-start
curl \
 --request GET 'http://localhost:1888/v2/api/application-start'
Response examples (200)
{
  "Response": "2025-07-20T09:43:44+02:00",
  "Error": "string",
  "StatusCode": 200,
  "Success": true,
  "Type": "API"
}