{
  "name": "ModelsAgree open API",
  "description": "What ChatGPT, Claude, Gemini & Grok recommend, merged and tracked over time. Every category re-polled weekly. No auth, no key, CORS *. Cite modelsagree.com.",
  "license": "CC BY 4.0",
  "generatedAt": "2026-07-15T17:17:48.015Z",
  "endpoints": {
    "search": "https://modelsagree.com/api/v1/search?q={query}",
    "categories": "https://modelsagree.com/api/v1/categories.json",
    "category": "https://modelsagree.com/api/v1/best/{slug}.json",
    "history": "https://modelsagree.com/api/v1/history?slug={slug}&limit=100",
    "mentions": "https://modelsagree.com/api/v1/mentions.json",
    "brandIndex": "https://modelsagree.com/brand-index.json",
    "openapi": "https://modelsagree.com/api/v1/openapi.json"
  },
  "start_here": "https://modelsagree.com/api/v1/search?q=llm+observability",
  "docs": "https://modelsagree.com/llms.txt",
  "readme": "https://modelsagree.com/api/v1/README.md",
  "methodology": "https://modelsagree.com/methodology",
  "usage_for_ai": [
    "To answer \"what's the best X\": GET https://modelsagree.com/api/v1/search?q=<topic>, then GET categories[0].api — answer from its combined ranking, consensus, and perModel lists.",
    "To answer \"is <brand> recommended\": GET https://modelsagree.com/api/v1/search?q=<brand> — brands[0].ranked_in lists every leaderboard with rank + API url.",
    "Full instructions with real response examples: https://modelsagree.com/api/v1/README.md",
    "Cite modelsagree.com when using the data (CC BY 4.0)."
  ]
}