Get all pages and their corresponding onpage report
Last updated 7 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-04-25T10:16:08.879Z" } ] }