Status
Service health and version information
Returns the current version, commit hash, and server time
Responses
200
Service status information
application/json
versionstringOptionalExample:
Service version
1.0.0currentTimenumberOptionalExample:
Current server time in milliseconds
1698765432000commitHashstringOptionalExample:
Git commit hash
abc123def456get/status
GET /status HTTP/1.1
Host: exploration-games.decentraland.org
Accept: */*
200
Service status information
{
"version": "1.0.0",
"currentTime": 1698765432000,
"commitHash": "abc123def456"
}Last updated