Get all pages and their corresponding onpage report
Last updated 2 months ago
Successful operation
const response = await fetch('https://api.ranklytics.ai/pages', { method: 'GET', headers: {}, }); const data = await response.json();
{ "status": "text", "pages": [ { "title": "text", "url": "text", "description": "text", "readability_index": 0, "last_modified_header": "2024-11-21T10:25:46.992Z" } ] }