Get OnPage Report
Get all pages and their corresponding onpage report
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
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-01T10:02:36.109Z"
}
]
}
Last updated