---
title: "Returns the average response time for each hour."
method: GET
path: "/summary.hoursofday/{checkid}"
tags: ["Summary.hoursofday"]
---

# Returns the average response time for each hour.

`GET /summary.hoursofday/{checkid}`

Returns the average response time for each hour of the day (0-23) for a specific check over a selected time period. I.e. it shows you what an average day looks like during that time period.

## Path parameters

- `checkid` integer, required

## Query parameters

- `from` integer
- `to` integer
- `probes` string
- `uselocaltime` boolean

## Response `200`

Successful HTTP Response

- SummaryHoursofdayRespAttrs
  - `hoursofday` object[]
    - `hour` number — Hour of day (0-23). Please note that if data is missing for an individual hour, it's entry will not be included in the result.
    - `avgresponse` number — Average response time (in milliseconds) for this hour of the day

---

[API](https://skmtc.net/pingdom/apis/pingdom-public-api.md) · [All operations](https://skmtc.net/pingdom/apis/pingdom-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pingdom/pingdom-public-api/revisions/d05c91a3c64b/schema)
