{
  "catalogId": "https://triviapi.com/.well-known/api-catalog.json",
  "version": "1.0",
  "title": "TriviAPI",
  "description": "Curated trivia and facts API for apps, pub quizzes, websites, and AI agents.",
  "publisher": {
    "name": "TriviAPI",
    "url": "https://triviapi.com"
  },
  "apis": [
    {
      "name": "triviapi-public",
      "title": "TriviAPI Public API",
      "description": "Random questions, trivia facts, themed tag quizzes, categories, and answer checking.",
      "version": "1.0.0",
      "baseUrl": "https://triviapi.com",
      "spec": {
        "openapi": "https://triviapi.com/openapi.yaml"
      },
      "docs": "https://triviapi.com/docs.html",
      "llmsTxt": "https://triviapi.com/llms.txt",
      "status": "https://triviapi.com/api/health",
      "authentication": {
        "type": "none",
        "note": "Public read API. Admin routes require x-admin-token (not in this catalog)."
      }
    }
  ]
}