Skip to main content
GET
Inspect a URL

Query Parameters

url
string<uri>
required

The page to check. http or https, publicly resolvable.

prompt
enum<string>

Include a paste-ready AI fix prompt for this framework. Applied after the cache, so switching costs nothing.

Available options:
html,
laravel,
next,
nuxt,
other
fresh
enum<string>

Bypass the 15-minute report cache.

Available options:
1

Response

A report.

url
string
final_url
string
status_code
integer
response_time
integer

Milliseconds to fetch the page.

document_size
integer
truncated
boolean
score
integer

Weighted by consequence, not by counting tags.

Required range: 0 <= x <= 100
metadata
object
image
object | null
previews
object
issues
object[]
redirects
object[]