Get all tracked keywords within your project along with their search volume and competition index.
Last updated 5 months ago
keywords
curl -L \ --url 'https://api.ranklytics.ai/keywords?project_id=1'
{ "status": "text", "keywords": [ { "id": 1, "project_id": 1, "seed_keyword": "text", "keyword": "text", "search_volume": "text", "competition_index": 1, "rank": 1, "last_updated_on": "2025-02-23", "last_rank_checked": "2025-02-23" } ] }