cURL
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>" } }
Fetches the overall status and health indicators of the Hedera network.
A JSON object containing the current status and page information.
Show child attributes
Unique identifier for the status page.
Name of the status page.
URL of the status page.
Timestamp of the last update.
Description of the current status.
Indicator of the current status (e.g., major, minor).
Was this page helpful?