API Keys

3/5 active keys
Production Key
Staging Key
Read-Only Key

Usage & Rate Limits

Reset in 14h 32m
12,847
Requests Today
142ms
Avg Response
99.8%
Success Rate
Daily Limit Usage
12,847 used 20,000 limit
⚠️ Approaching 70% threshold. Consider upgrading to Growth tier for higher limits.

Authentication

Bearer Token

Standard API key authentication via Authorization header

OAuth 2.0

For third-party integrations requiring delegated access

HMAC Signatures

Webhook verification and secure payload validation

Include your API key in the Authorization header with every request:

curl -X GET https://api.rankforge.com/v1/keywords\ -H "Authorization: Bearer rk_live_YOUR_KEY"\ -H "Content-Type: application/json"
📌 Base URL: api.rankforge.com/v1 🔒 HTTPS Required 📦 JSON Payloads

Core Endpoints

GET /v1/keywords List tracked keywords with ranking data
GET /v1/keywords/:id Get detailed metrics for a specific keyword
POST /v1/keywords Add new keywords to tracking project
POST /v1/audit/scan Initiate full technical SEO audit
GET /v1/audit/:scan_id Get audit results and recommendations
GET /v1/audit/core-web-vitals Performance & CWV metrics
GET /v1/competitors List tracked competitor domains
GET /v1/competitors/:domain/overlap Keyword overlap & gap analysis
POST /v1/competitors Add new competitor for tracking
Action completed