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

Version

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

Returns the current deploy version, build commit, start time, and uptime. Free, no authentication required. SDK clients can call this on boot to diagnose unexpected behaviour — build_commit uniquely identifies the deploy.

Current deploy metadata

Media type application/json
Example
{
"ok": true,
"data": {
"version": "2.71.0",
"build_commit": "67556a6075",
"started_at": "2026-05-27T20:39:04.119Z",
"uptime_seconds": 12345,
"docs_url": "https://api.astroway.info/docs/api/"
}
}
Корисно?