{
  "site": {
    "name": "Lyóvson.com",
    "description": "Official website of Rafa and Jess Lyóvson",
    "url": "https://lyovson.com",
    "type": "blog",
    "language": "en",
    "categories": [
      "technology",
      "programming",
      "design",
      "philosophy",
      "research"
    ]
  },
  "content": {
    "feeds": {
      "rss": "https://lyovson.com/feed.xml",
      "json": "https://lyovson.com/feed.json",
      "atom": "https://lyovson.com/atom.xml",
      "updateFrequency": "every-6-to-12-hours",
      "contentIncluded": "full-text"
    },
    "api": {
      "graphql": {
        "endpoint": "https://lyovson.com/api/graphql",
        "documentation": "https://lyovson.com/api/graphql-playground",
        "authentication": "optional",
        "capabilities": [
          "queries",
          "filtering",
          "sorting",
          "relationships"
        ]
      },
      "rest": {
        "baseUrl": "https://lyovson.com/api",
        "authentication": "optional",
        "collections": [
          "posts",
          "projects",
          "topics",
          "media",
          "search",
          "embeddings"
        ],
        "capabilities": [
          "pagination",
          "filtering",
          "sorting",
          "depth-control"
        ]
      },
      "embeddings": {
        "endpoint": "https://lyovson.com/api/embeddings",
        "collections": {
          "posts": "https://lyovson.com/api/embeddings/posts/{id}",
          "notes": "https://lyovson.com/api/embeddings/notes/{id}",
          "activities": "https://lyovson.com/api/embeddings/activities/{id}"
        },
        "authentication": "not-required",
        "model": "text-embedding-3-small or fallback",
        "dimensions": "1536 or 384",
        "capabilities": [
          "semantic-search",
          "similarity-analysis",
          "content-clustering"
        ],
        "usage": [
          "query-text",
          "bulk-posts-notes-activities",
          "individual-items",
          "collection-specific"
        ]
      }
    },
    "search": {
      "endpoint": "https://lyovson.com/search",
      "api": "https://lyovson.com/api/search",
      "type": "full-text",
      "scope": "all-content"
    },
    "sitemap": "https://lyovson.com/sitemap.xml",
    "robots": "https://lyovson.com/robots.txt",
    "llmsTxt": "https://lyovson.com/llms.txt"
  },
  "documentation": {
    "human": "https://lyovson.com/ai-docs",
    "machine": "https://lyovson.com/api/docs",
    "llmsTxt": "https://lyovson.com/llms.txt",
    "specification": "openapi-3.1.0"
  },
  "usage": {
    "rateLimit": {
      "feeds": "No hard public limit (subject to platform and abuse controls)",
      "api": "No hard public limit (subject to platform and abuse controls)"
    },
    "bestPractices": [
      "Use feeds for bulk content access",
      "Respect Cache-Control headers",
      "Include descriptive User-Agent",
      "Contact for high-volume usage"
    ],
    "contact": "hello@lyovson.com"
  },
  "licensing": {
    "copyright": "Rafa & Jess Lyóvson",
    "year": 2026,
    "usage": "Attribution required for content use",
    "contact": "hello@lyovson.com",
    "attribution": "Lyóvson.com - https://www.lyovson.com"
  },
  "technical": {
    "structuredData": [
      "schema.org/Article",
      "schema.org/CollectionPage",
      "schema.org/BreadcrumbList",
      "schema.org/Person",
      "schema.org/Organization",
      "schema.org/WebSite"
    ],
    "formats": [
      "html",
      "json",
      "rss",
      "atom"
    ],
    "accessibility": "wcag-2.1-aa",
    "performance": "optimized",
    "mobile": "responsive"
  },
  "lastUpdated": "2026-04-11T05:47:40.211Z",
  "version": "1.0",
  "generator": "Next.js"
}