{
    "openapi": "3.0.3",
    "info": {
        "title": "Traking LLMs REST API",
        "version": "3.0.20",
        "description": "Read-only analytics and AI surface endpoints for Traking LLMs."
    },
    "servers": [
        {
            "url": "https://jardinerosenvigo.com/wp-json/traking-llms/v1"
        }
    ],
    "paths": {
        "/summary": {
            "get": {
                "summary": "Bot analytics summary",
                "operationId": "getSummary",
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/crawlers": {
            "get": {
                "summary": "Tracked crawlers",
                "operationId": "getCrawlers",
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/referrals": {
            "get": {
                "summary": "AI referral traffic",
                "operationId": "getReferrals",
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/opportunities": {
            "get": {
                "summary": "Content opportunities",
                "operationId": "getOpportunities",
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    }
}