Get a full ranking report of all keywords you currently rank for.
Last updated 2 months ago
Successful operation
const response = await fetch('https://api.ranklytics.ai/rankings?project_id=0', { method: 'GET', headers: {}, }); const data = await response.json();
{ "status": "text", "rankings": [ { "id": 0, "project_id": 0, "domain": "text", "location": "text", "rank": 0, "keyword": "text", "url": "text", "title": "text", "description": "text", "check_url": "text", "last_updated_on": "2024-12-07" } ] }