On this site
GET /v1/health
Public liveness probe. No data, no version leak, no internal info.
GET/v1/healthpublic
Useful for uptime monitors and your own client's pre-flight check. Returns 200 with a generic ok payload, the server time, and a request ID. GET and HEAD are both accepted.
Example
curl https://api.gtokiller.com/v1/health200Response · 200
{
"data": {
"status": "ok",
"time": "2026-05-05T17:00:00.000Z",
"request_id": "req_abc123…"
}
}/v1/health responses are cacheable for 60 seconds (Cache-Control: public, max-age=60). All other endpoints are private, no-store.