Get all pages and their corresponding onpage report
Last updated 5 months ago
pages
curl -L \ --url 'https://api.ranklytics.ai/pages?project_id=1'
{ "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-02-23T06:41:30.015Z" } ] }