Get OnPage Report
Get all pages and their corresponding onpage report
Authorizations
Query parameters
project_idintegerRequired
offsetintegerOptional
limitintegerOptional
Responses
200
Successful operation
application/json
400
Invalid API Credentials or Project not found
application/json
429
Rate limit exceeded
application/json
get
GET /pages HTTP/1.1
Host: api.ranklytics.ai
X-API-KEY: YOUR_API_KEY
Accept: */*
{
"status": "text",
"offset": 1,
"limit": 1,
"pages": [
{
"title": "text",
"url": "text",
"description": "text",
"internal_links": 1,
"external_links": 1,
"images": 1,
"render_blocking_scripts_count": 1,
"word_count": 1,
"readability_index": 1,
"last_modified_header": "2025-07-22T12:02:46.302Z"
}
]
}
Last updated