{
  "service": "elmekki-site-api",
  "version": "1.0.0",
  "name": "Abdellah EL MEKKI, Ph.D.",
  "description": "Read-only JSON endpoints for profile, publications, blog posts, search, and service health.",
  "base_url": "https://elmekki.me/api/",
  "documentation_url": "https://elmekki.me/docs/api/",
  "openapi_url": "https://elmekki.me/openapi/site-api.json",
  "authentication": {
    "required": false,
    "type": "none"
  },
  "generated_at": "2026-04-21T16:01:10-07:00",
  "endpoints": [
    {
      "name": "index",
      "url": "https://elmekki.me/api/index.json",
      "description": "Service metadata and endpoint inventory."
    },
    {
      "name": "profile",
      "url": "https://elmekki.me/api/profile.json",
      "description": "Profile, contact links, research areas, and discovery URLs."
    },
    {
      "name": "publications",
      "url": "https://elmekki.me/api/publications.json",
      "description": "Publication metadata derived from the publications data file."
    },
    {
      "name": "posts",
      "url": "https://elmekki.me/api/posts.json",
      "description": "Blog post metadata and excerpts."
    },
    {
      "name": "search",
      "url": "https://elmekki.me/api/search.json",
      "description": "Static search index across pages, publications, and posts."
    },
    {
      "name": "health",
      "url": "https://elmekki.me/api/health.json",
      "description": "Health and readiness status."
    }
  ]
}
