Get all pages and their corresponding onpage report
Last updated 8 months ago
GET /pages HTTP/1.1 Host: api.ranklytics.ai Accept: */*
Successful operation
{ "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-05-17T01:34:59.358Z" } ] }