RankVectorsRankVectors
FeaturesPricing
Log in →
  • Introduction
  • Quickstart
  • Authentication
  • Syncing Content
  • Generating Link Suggestions
  • Implementing Links
  • Integrations Overview
  • JavaScript SDK
  • TypeScript SDK
  • Python SDK
  • Go SDK
  • PHP SDK
  • C# SDK
  • Ruby SDK
  • Rust SDK
  • API Reference Overview
  • Projects API
  • Pages API
  • Suggestions API
  • Implementations API
  • Analytics API
  • Integrations Overview
  • WordPress Integration
  • Shopify Integration
  • Vercel Integration
  • Custom Integration

Analytics API

View project analytics and performance metrics

Get Project Analytics

Get analytics for a project:

GET /api/projects/{projectId}/analytics

Query Parameters:

  • startDate - Start date (ISO 8601)
  • endDate - End date (ISO 8601)

Response:

{
  "data": {
    "suggestions": {
      "total": 1000,
      "pending": 200,
      "approved": 500,
      "implemented": 300
    },
    "implementations": {
      "total": 300,
      "successful": 290,
      "failed": 10
    },
    "pages": {
      "total": 500,
      "synced": 450,
      "pending": 50
    },
    "links": {
      "total": 1000,
      "active": 950,
      "broken": 50
    }
  }
}
PreviousImplementations APINextIntegrations Overview
RankVectorsRankVectors

AI-powered internal linking optimization. Improve your SEO with intelligent semantic analysis and automated link recommendations.

XGitHubLinkedIn

Product

  • Features
  • Pricing
  • Documentation
  • Integrations

Support

  • Documentation
  • Quick Start
  • API Reference
  • Contact

Company

  • About
  • Blog
  • Contact
  • Partners

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2025 RankVectors. All rights reserved.