Rankolab API Demo
Test our RESTful API endpoints with live examples and interactive documentation
✓ Live API
API Configuration
Configure your API key and test parameters
Test API Endpoints
Try our API endpoints with live data
Website Analysis
POSTComprehensive SEO analysis of a website
Keyword Rankings
GETGet keyword rankings for a domain
Keyword Suggestions
POSTGet keyword suggestions and related terms
Code Examples
Ready-to-use code snippets in popular languages
// JavaScript/Node.js Example
const response = await fetch('https://api.rankolab.com/v1/analyze', {
method: 'POST',
headers: {
'Authorization': 'Bearer demo_key_12345678',
'Content-Type': 'application/json'
},
body: JSON.stringify({
domain: 'example.com'
})
});
const data = await response.json();
console.log(data);
Quick Start
1
Get your API key2
Choose an endpoint3
Make your first requestRate Limits
Free Plan:1,000 requests/month
Pro Plan:50,000 requests/month
Enterprise:Unlimited
API Status
Uptime:99.9%
Response Time:45ms avg
Status:Operational
Need Help?