cURL
curl --request GET \ --url https://v3-api-beta.snowseo.com/snowseo/v2/rank-tracking/keywords \ --header 'Authorization: Bearer <token>'
List all keywords you’re tracking, with their current positions and trends.
{ "items": [ { "id": "kw_abc12345", "keyword": "domain rating checker", "countryId": null, "languageId": "1000", "position": 14.7, "previousPosition": 0, "positionHistory": [ { "date": "2026-03-12", "position": 14.7 } ], "resultHistory": [], "active": true, "createdAt": "2026-03-12T12:00:53.090Z", "updatedAt": "2026-03-12T12:00:53.090Z", "gscPosition": null, "gscClicks": null, "gscImpressions": null, "isTracked": true, "trackingId": "kw_abc12345", "positionTrend": "declined" } ] }
improved
declined
same
new
Was this page helpful?