Developer Documentation
Technical guides for advanced usage, API integration, and custom data processing.
API Integration (v3.0)
Our REST API allows you to pull all data points directly into your own tools, BI dashboards, or client reports. All requests require a valid **API Key** (found in your Settings).
Base URL:
https://api.yourseoplatform.com/v3
Rank Tracking API
Use the GET method to retrieve the latest rank data for a specific project ID and keyword ID.
Endpoint:
GET /rank/{project_id}/{keyword_id}/daily
Example Response (JSON):
{
"date": "2025-10-09",
"rank": 5,
"volume": 2400,
"url": "https://example.com/blog/article-name"
}
Audit Webhooks
Set up webhooks to receive real-time POST notifications when a site audit is completed or when critical issues are detected.
db_connectionure Webhooks in Dashboard