Ranklytics API
  • Getting Started
    • Introduction
    • Authentication
  • Endpoints
    • Get Projects
    • Get Keywords
    • Get Content
    • Get Rankings
    • Find Keywords
    • Find Content Ideas
    • Get OnPage Report
    • Add Keyword to Project
    • Add a Content Idea
Powered by GitBook
On this page
  1. Endpoints

Get Projects

Get all projects within your account

PreviousAuthenticationNextGet Keywords

Last updated 8 months ago

Get Projects

get
Responses
200
Successful operation
application/json
400
Invalid API Credentials
application/json
429
Rate limit exceeded
application/json
get
GET /projects HTTP/1.1
Host: api.ranklytics.ai
Accept: */*
{
  "status": "text",
  "projects": [
    {
      "id": 1,
      "business_name": "text",
      "description": "text",
      "website": "text",
      "category": "text",
      "language": "text",
      "location": "text",
      "created_on": "2025-05-17"
    }
  ]
}