pagespeed
Get all pagespeed checks
Returns a list of pagespeed checks for an account.
get/pagespeed
Query parameters
pageinteger
Page of results
limitinteger
The number of pagespeed checks to return per page
Response
OK
Example response
{
"data": [
{
"id": "123",
"name": "Example",
"website_url": "https://www.example.com",
"check_rate": 1800,
"alert_bigger": 0,
"alert_slower": 0,
"alert_smaller": 0,
"contact_groups": [
"1",
"2",
"3"
],
"latest_stats": {
"loadtime": 209,
"filesize": 160.513,
"requests": 5,
"has_issue": true,
"latest_issue": "The Total Load Time of the Page (4841/ms) is longer than the alert\nthreshold of 0/ms"
},
"location": "PAGESPD-UK5",
"paused": false
}
],
"metadata": {
"page": 1,
"per_page": 25,
"page_count": 10,
"total_count": 230
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.