Перейти до вмісту
AstroWay/api v2.158.7 · docs
усі системи в нормі

Health Check

GET
/health
request.txt
curl --request GET \
--url https://api.astroway.info/v1/health \
--header 'X-Api-Key: <X-Api-Key>'

Returns API health status. No authentication required.

API is healthy

Media type application/json
object
ok
boolean
data
object
status
string
version
string
uptime_seconds
number
timestamp
string
Example
{
"ok": true,
"data": {
"status": "ok",
"version": "2.157.1",
"uptime_seconds": 295,
"timestamp": "2026-08-23T13:07:23.339Z"
}
}
Корисно?