Get all pages and their corresponding onpage report
Last updated 2 months ago
Successful operation
const response = await fetch('https://api.ranklytics.ai/pages?project_id=0', { method: 'GET', headers: {}, }); const data = await response.json();
{ "status": "text", "offset": 0, "limit": 0, "pages": [ { "title": "text", "url": "text", "description": "text", "internal_links": 0, "external_links": 0, "images": 0, "render_blocking_scripts_count": 0, "word_count": 0, "readability_index": 0, "last_modified_header": "2024-12-07T04:38:41.617Z" } ] }