ScrepyDocs

Get a Rank Tracker keyword

Get a Rank Tracker keyword

GET/projects/{project_uid}/rank-tracker/keywords/{keyword_id}

Authorization

bearerApiKey
AuthorizationBearer <token>

Create a REST API key in Settings > Connected Apps. MCP credentials do not authenticate this API.

In: header

Path Parameters

project_uid*string

Accessible project UID. Discover it with GET /projects; do not guess it.

Match^[a-z0-9]{10}$
keyword_id*integer

Project-scoped numeric keyword ID returned by the keyword list.

Range1 <= value

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/projects/string/rank-tracker/keywords/1"
{  "data": {    "id": 1,    "keyword": "string",    "device": "mobile",    "country_code": "string",    "language_code": "string",    "location": "string",    "last_position": 0,    "best_position": 0,    "last_result_url": "http://example.com",    "last_analyzed_at": "2019-08-24T14:15:22Z",    "next_analyze_at": "2019-08-24T14:15:22Z",    "status": "pending",    "change_position": 0,    "owned_results_count": 0,    "serp_features": {      "property1": true,      "property2": true    },    "message": "string",    "competitors": [      {        "id": 0,        "name": "string",        "domain": "string",        "position": 0      }    ]  }}