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>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://hedera-0c6e0218-feat-hip-1313-high-volume-entity-creation.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

A JSON object containing the current status and page information.

page
object
status
object