Skip to main content
GET
/
status.json
Retrieve the current status of the Hedera network
curl --request GET \
  --url https://status.hedera.com/api/v2/status.json
{
  "page": {
    "id": "<string>",
    "name": "<string>",
    "url": "<string>",
    "time_zone": "<string>",
    "updated_at": "2023-11-07T05:31:56Z"
  },
  "status": {
    "description": "<string>",
    "indicator": "<string>"
  }
}

Response

200 - application/json

A JSON object containing the current status and page information.

page
object
status
object