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', { method: 'GET', headers: {}, }); const data = await response.json();
{ "status": "text", "rankings": [ { "domain": "text", "location": "text", "keyword": "text", "url": "text", "title": "text", "description": "text", "check_url": "text", "last_updated_on": "2024-11-21" } ] }