{
  "version": "7.2.0",
  "generatedAt": "2026-04-10T06:06:31.707Z",
  "baseUrl": "https://zalt.me",
  "description": "Machine-readable index of all available JSON API endpoints",
  "endpoints": [
    {
      "path": "/data/projects.json",
      "name": "Projects",
      "description": "Complete portfolio of all projects including open-source work, client projects, and personal projects with technologies and images.",
      "category": "core",
      "method": "GET",
      "contentType": "application/json",
      "example": "https://zalt.me/data/projects.json"
    },
    {
      "path": "/data/services.json",
      "name": "Services",
      "description": "Detailed information about available services including fractional CTO, technical consulting, career mentoring, and more. Includes process phases, duration, and deliverables.",
      "category": "core",
      "method": "GET",
      "contentType": "application/json",
      "example": "https://zalt.me/data/services.json"
    },
    {
      "path": "/data/about.json",
      "name": "About",
      "description": "Professional information, experience, education, skills, and contact details.",
      "category": "core",
      "method": "GET",
      "contentType": "application/json",
      "example": "https://zalt.me/data/about.json"
    },
    {
      "path": "/data/testimonials.json",
      "name": "Testimonials",
      "description": "Client testimonials and reviews including ratings, service labels, and detailed feedback from various services.",
      "category": "core",
      "method": "GET",
      "contentType": "application/json",
      "example": "https://zalt.me/data/testimonials.json"
    },
    {
      "path": "/data/contact.json",
      "name": "Contact",
      "description": "Contact information including email, phone, WhatsApp, scheduling links, location details, and available languages.",
      "category": "core",
      "method": "GET",
      "contentType": "application/json",
      "example": "https://zalt.me/data/contact.json"
    },
    {
      "path": "/data/tools.json",
      "name": "Free AI Tools",
      "description": "List of all free AI tools available on the site. Each tool runs entirely in the browser with no server or signup required. Includes features, ratings, and FAQs.",
      "category": "core",
      "method": "GET",
      "contentType": "application/json",
      "example": "https://zalt.me/data/tools.json"
    },
    {
      "path": "/ar/data/services.json",
      "name": "Services (Arabic)",
      "description": "Detailed information about available services in Arabic including fractional CTO, technical consulting, career mentoring, and more. Includes process phases, duration, and deliverables.",
      "category": "core",
      "method": "GET",
      "contentType": "application/json",
      "example": "https://zalt.me/ar/data/services.json"
    },
    {
      "path": "/ar/data/about.json",
      "name": "About (Arabic)",
      "description": "Professional information, experience, education, skills, and contact details in Arabic.",
      "category": "core",
      "method": "GET",
      "contentType": "application/json",
      "example": "https://zalt.me/ar/data/about.json"
    },
    {
      "path": "/ar/data/testimonials.json",
      "name": "Testimonials (Arabic)",
      "description": "Client testimonials and reviews in Arabic including ratings, service labels, and detailed feedback from various services.",
      "category": "core",
      "method": "GET",
      "contentType": "application/json",
      "example": "https://zalt.me/ar/data/testimonials.json"
    },
    {
      "path": "/ar/data/contact.json",
      "name": "Contact (Arabic)",
      "description": "Contact information in Arabic including email, phone, WhatsApp, scheduling links, location details, and available languages.",
      "category": "core",
      "method": "GET",
      "contentType": "application/json",
      "example": "https://zalt.me/ar/data/contact.json"
    },
    {
      "path": "/data/blog-manifest.json",
      "name": "Blog Manifest",
      "description": "Complete manifest of all blog posts with metadata including slugs, titles, dates, featured status, and reading times.",
      "category": "blog",
      "method": "GET",
      "contentType": "application/json",
      "example": "https://zalt.me/data/blog-manifest.json"
    },
    {
      "path": "/data/featured-blog-manifest.json",
      "name": "Featured Blog Manifest",
      "description": "Manifest of featured blog posts with file paths and metadata.",
      "category": "blog",
      "method": "GET",
      "contentType": "application/json",
      "example": "https://zalt.me/data/featured-blog-manifest.json"
    },
    {
      "path": "/data/automated-blog/manifest.json",
      "name": "Automated Blog Manifest",
      "description": "Manifest of automated blog posts from S3 with slugs and metadata.",
      "category": "blog",
      "method": "GET",
      "contentType": "application/json",
      "example": "https://zalt.me/data/automated-blog/manifest.json"
    },
    {
      "path": "/data/social-proof-stats.json",
      "name": "Social Proof Stats",
      "description": "Aggregated statistics from GitHub, Stack Overflow, and Docker Hub including stars, followers, reputation, and download counts.",
      "category": "core",
      "method": "GET",
      "contentType": "application/json",
      "example": "https://zalt.me/data/social-proof-stats.json"
    },
    {
      "path": "/feed.json",
      "name": "JSON Feed",
      "description": "JSON Feed 1.1 compliant feed with latest 25 blog posts (featured posts prioritized).",
      "category": "feeds",
      "method": "GET",
      "contentType": "application/json",
      "example": "https://zalt.me/feed.json"
    },
    {
      "path": "/rss.xml",
      "name": "RSS Feed",
      "description": "RSS 2.0 compliant feed with latest 25 blog posts (featured posts prioritized).",
      "category": "feeds",
      "method": "GET",
      "contentType": "application/rss+xml",
      "example": "https://zalt.me/rss.xml"
    },
    {
      "path": "/data/index.json",
      "name": "API Index",
      "description": "Machine-readable index of all available JSON API endpoints with metadata, categories, and example URLs. Useful for API discovery and automation.",
      "category": "metadata",
      "method": "GET",
      "contentType": "application/json",
      "example": "https://zalt.me/data/index.json"
    },
    {
      "path": "/.well-known/openapi.json",
      "name": "OpenAPI Specification",
      "description": "Complete OpenAPI 3.0 specification for all API endpoints. Used by AI models and API clients.",
      "category": "specs",
      "method": "GET",
      "contentType": "application/json",
      "example": "https://zalt.me/.well-known/openapi.json"
    },
    {
      "path": "/.well-known/ai-plugin.json",
      "name": "AI Plugin Manifest",
      "description": "OpenAI plugin manifest for AI assistants to interact with the site API.",
      "category": "specs",
      "method": "GET",
      "contentType": "application/json",
      "example": "https://zalt.me/.well-known/ai-plugin.json"
    },
    {
      "path": "/.well-known/security.txt",
      "name": "Security Contact File",
      "description": "Security contact information and vulnerability disclosure policy (RFC 9116).",
      "category": "specs",
      "method": "GET",
      "contentType": "text/plain",
      "example": "https://zalt.me/.well-known/security.txt"
    },
    {
      "path": "/.well-known/webfinger",
      "name": "WebFinger",
      "description": "WebFinger resource descriptor for decentralized identity and social protocols.",
      "category": "specs",
      "method": "GET",
      "contentType": "application/jrd+json",
      "example": "https://zalt.me/.well-known/webfinger"
    },
    {
      "path": "/sitemap.xml",
      "name": "Sitemap",
      "description": "XML sitemap listing all pages for search engine indexing.",
      "category": "site-files",
      "method": "GET",
      "contentType": "application/xml",
      "example": "https://zalt.me/sitemap.xml"
    },
    {
      "path": "/robots.txt",
      "name": "Robots Exclusion File",
      "description": "Robots exclusion standard file for search engine crawlers.",
      "category": "site-files",
      "method": "GET",
      "contentType": "text/plain",
      "example": "https://zalt.me/robots.txt"
    },
    {
      "path": "/humans.txt",
      "name": "Humans File",
      "description": "Human-readable information about the site, team, and technologies used.",
      "category": "site-files",
      "method": "GET",
      "contentType": "text/plain",
      "example": "https://zalt.me/humans.txt"
    },
    {
      "path": "/llms.txt",
      "name": "LLMs Documentation",
      "description": "Documentation file for AI models and LLMs, providing structured information about the site, endpoints, and content.",
      "category": "site-files",
      "method": "GET",
      "contentType": "text/plain",
      "example": "https://zalt.me/llms.txt"
    },
    {
      "path": "/site.webmanifest",
      "name": "Web App Manifest",
      "description": "PWA manifest file for installable web app configuration.",
      "category": "site-files",
      "method": "GET",
      "contentType": "application/manifest+json",
      "example": "https://zalt.me/site.webmanifest"
    },
    {
      "path": "/browserconfig.xml",
      "name": "Browser Config",
      "description": "Microsoft browser configuration for tile icons and theme colors.",
      "category": "site-files",
      "method": "GET",
      "contentType": "application/xml",
      "example": "https://zalt.me/browserconfig.xml"
    },
    {
      "path": "/web-stories/bookend.json",
      "name": "Web Stories Bookend",
      "description": "Bookend configuration for Google Web Stories with navigation and branding.",
      "category": "metadata",
      "method": "GET",
      "contentType": "application/json",
      "example": "https://zalt.me/web-stories/bookend.json"
    },
    {
      "path": "/",
      "name": "Home",
      "description": "Homepage showcasing portfolio overview, featured blog posts, and key highlights.",
      "category": "main-pages",
      "method": "GET",
      "contentType": "text/html",
      "example": "https://zalt.me/"
    },
    {
      "path": "/services",
      "name": "Services",
      "description": "Detailed information about available services including fractional CTO, technical consulting, career mentoring, and more.",
      "category": "main-pages",
      "method": "GET",
      "contentType": "text/html",
      "example": "https://zalt.me/services"
    },
    {
      "path": "/about",
      "name": "About",
      "description": "Professional background, experience, education, skills, and personal story.",
      "category": "main-pages",
      "method": "GET",
      "contentType": "text/html",
      "example": "https://zalt.me/about"
    },
    {
      "path": "/contact",
      "name": "Contact",
      "description": "Contact information, scheduling links, and ways to get in touch.",
      "category": "main-pages",
      "method": "GET",
      "contentType": "text/html",
      "example": "https://zalt.me/contact"
    },
    {
      "path": "/projects",
      "name": "Projects",
      "description": "Complete portfolio of projects including open-source work, client projects, and personal projects.",
      "category": "main-pages",
      "method": "GET",
      "contentType": "text/html",
      "example": "https://zalt.me/projects"
    },
    {
      "path": "/blog",
      "name": "Blog",
      "description": "Blog index page with all published articles, posts, and technical content.",
      "category": "main-pages",
      "method": "GET",
      "contentType": "text/html",
      "example": "https://zalt.me/blog"
    },
    {
      "path": "/api-docs",
      "name": "API Documentation",
      "description": "This page - comprehensive documentation of all available endpoints and resources.",
      "category": "docs-policies",
      "method": "GET",
      "contentType": "text/html",
      "example": "https://zalt.me/api-docs"
    },
    {
      "path": "/privacy",
      "name": "Privacy Policy",
      "description": "Privacy policy page detailing data collection and usage practices.",
      "category": "docs-policies",
      "method": "GET",
      "contentType": "text/html",
      "example": "https://zalt.me/privacy"
    },
    {
      "path": "/security-policy",
      "name": "Security Policy",
      "description": "Security policy page with vulnerability reporting and security practices.",
      "category": "docs-policies",
      "method": "GET",
      "contentType": "text/html",
      "example": "https://zalt.me/security-policy"
    },
    {
      "path": "/security-acknowledgments",
      "name": "Security Acknowledgments",
      "description": "Page acknowledging security researchers and vulnerability reporters.",
      "category": "docs-policies",
      "method": "GET",
      "contentType": "text/html",
      "example": "https://zalt.me/security-acknowledgments"
    },
    {
      "path": "/ai-disclosure",
      "name": "AI Disclosure",
      "description": "AI training disclosure page with comprehensive information about services, expertise, and credentials optimized for AI model training.",
      "category": "docs-policies",
      "method": "GET",
      "contentType": "text/html",
      "example": "https://zalt.me/ai-disclosure"
    },
    {
      "path": "/contact.vcf",
      "name": "Contact Card",
      "description": "vCard file containing contact information for easy import to address books.",
      "category": "misc",
      "method": "GET",
      "contentType": "text/vcard",
      "example": "https://zalt.me/contact.vcf"
    },
    {
      "path": "/web-stories/amp.html",
      "name": "Web Stories AMP",
      "description": "AMP HTML page for Google Web Stories with interactive content.",
      "category": "misc",
      "method": "GET",
      "contentType": "text/html",
      "example": "https://zalt.me/web-stories/amp.html"
    }
  ],
  "categories": {
    "core": "Core data endpoints (projects, services, about)",
    "blog": "Blog-related endpoints and manifests",
    "feeds": "RSS and JSON feed endpoints",
    "metadata": "Metadata, stats, and API specifications",
    "specs": "API specifications and protocol files",
    "site-files": "Site configuration and metadata files",
    "pages": "HTML pages and routes",
    "misc": "Miscellaneous resources and files"
  },
  "totalEndpoints": 41
}
