Parsertimev3 docs
Game Data API

Health

GET
/health

Reports the patch this deployment describes and the commit it was built from. Never cached.

Response Body

application/json

curl -X GET "https://example.com/health"
{
  "patch": "2026-02-10",
  "status": "ok",
  "version": "a1b2c3d"
}