Get Rankings

Get a full ranking report of all keywords you currently rank for.

Get Rankings

get
Query parameters
project_idintegerRequired
offsetintegerOptional
limitintegerOptional
Responses
200
Successful operation
application/json
get
GET /rankings HTTP/1.1
Host: api.ranklytics.ai
Accept: */*
{
  "status": "text",
  "rankings": [
    {
      "id": 1,
      "project_id": 1,
      "domain": "text",
      "location": "text",
      "rank": 1,
      "keyword": "text",
      "url": "text",
      "title": "text",
      "description": "text",
      "check_url": "text",
      "last_updated_on": "2025-07-01"
    }
  ]
}

Last updated