Skip to main content
GET
/
components.json
List all components
curl --request GET \
  --url https://status.hedera.com/api/v2/components.json
{
  "page": {
    "id": "<string>",
    "name": "<string>",
    "url": "<string>",
    "time_zone": "<string>",
    "updated_at": "2023-11-07T05:31:56Z"
  },
  "components": [
    {
      "id": "<string>",
      "name": "<string>",
      "status": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "group": true,
      "group_id": "<string>",
      "only_show_if_degraded": true,
      "position": 123,
      "showcase": true,
      "start_date": "2023-11-07T05:31:56Z",
      "page_id": "<string>"
    }
  ]
}

Response

200 - application/json

A JSON object containing the status of all components.

page
object
components
object[]