---
title: Site down event payload
description: Sent when an uptime check fails.
url: https://docs.honeybadger.io/guides/integrations/payloads/down/
---

Sent when an uptime check fails.

```json
{
  "event": "down",
  "message": "[Testy McTestFace] Heroku is down.",
  "project": {
    "id": 123321,
    "name": "Testy McTestFace",
    "created_at": "2017-08-30T12:54:33.156695Z",
    "disable_public_links": false,
    "pivotal_project_id": null,
    "asana_workspace_id": null,
    "token": "zzz111",
    "github_project": "spacely/testy-mctestface",
    "environments": [
      {
        "id": 68210,
        "project_id": 123321,
        "name": "production",
        "notifications": true,
        "created_at": "2017-09-05T06:10:19.057794Z",
        "updated_at": "2017-09-05T06:10:19.057794Z"
      },
      {
        "id": 68074,
        "project_id": 123321,
        "name": "development",
        "notifications": true,
        "created_at": "2017-08-30T12:55:29.297392Z",
        "updated_at": "2017-08-30T12:55:29.297392Z"
      }
    ],
    "owner": {
      "id": 1,
      "email": "ben@example.com",
      "name": "Spacely Sprockets"
    },
    "last_notice_at": "2023-10-30T19:29:08.000000Z",
    "earliest_notice_at": "2023-05-03T19:38:32.092931Z",
    "unresolved_fault_count": 102,
    "fault_count": 925,
    "active": true,
    "users": [
      {
        "id": 1,
        "email": "ben@example.com",
        "name": "Ben"
      },
      {
        "id": 99,
        "email": "george@example.com",
        "name": "George Jetson"
      }
    ],
    "sites": [],
    "team_id": 1
  },
  "site": {
    "id": "c42c4c0a-6e3d-4303-9769-549ed2a5818e",
    "name": "Heroku",
    "url": "https://example.com",
    "frequency": 5,
    "match_type": "success",
    "match": null,
    "state": "down",
    "active": true,
    "last_checked_at": "2023-10-30T19:34:08.150725Z",
    "retries": 0,
    "proxy": 4,
    "cert_will_expire_at": null,
    "details_url": "https://app.honeybadger.io/projects/123321/sites/c42c4c0a-6e3d-4303-9769-549ed2a5818e"
  },
  "outage": {
    "down_at": "2023-07-17T15:46:52.384701Z",
    "up_at": "2023-07-17T15:51:56.063948Z",
    "status": null,
    "reason": "Connection timed out",
    "headers": null,
    "details_url": "https://app.honeybadger.io/projects/123321/sites/c42c4c0a-6e3d-4303-9769-549ed2a5818e"
  }
}
```

---

## Try Honeybadger for FREE

Intelligent logging, error tracking, and Just Enough APM™ in one dev-friendly platform. Find and fix problems before users notice.

[Start free trial](https://app.honeybadger.io/users/sign_up)

[See plans and pricing](https://www.honeybadger.io/plans/)
