latestOpenAPI 3.0.02026-08-215090368.2 KB

c8f1f876a92c

PageSpeed

Get the resources behind one PageSpeed issue on a page

The item-level detail for a single Lighthouse check on a single page: exactly which images, scripts, stylesheets or requests are at fault, each with its own wasted bytes or milliseconds. This is the 'what do I actually change' layer. Use page_speed_issues first to find the check and which pages it affects (affectedUrls), then call this per page. Read-only.

get/v3/page-speed/issue-details

Query parameters

teamIdstring

SnowSEO team ID. Call list_teams first to choose a team.

urlstring required

Full URL of the page, e.g. https://example.com/pricing. Take it from page_speed_issues.affectedUrls.

issueIdstring required

Lighthouse audit id, e.g. 'unused-css-rules' or 'uses-responsive-images'. This is the id field on a page_speed_issues row.

strategy'mobile' | 'desktop'

Device profile. Must match the strategy the issue was reported under.

Response

Default Response