GET
/livestack/image/{target}/{filter}/info
curl \
--request GET 'http://localhost:1888/v2/api/livestack/image/M31/RGB/info'
Response examples (200)
{
"Response": {
"IsMonochrome": true,
"StackCount": 10,
"RedStackCount": 10,
"GreenStackCount": 10,
"BlueStackCount": 10,
"Filter": "RGB",
"Target": "M31"
},
"Error": "string",
"StatusCode": 200,
"Success": true,
"Type": "API"
}
Response examples (500)
{
"Response": "string",
"Error": "Unknown error",
"StatusCode": 500,
"Success": false,
"Type": "API"
}