Public endpoints for the Developers Digest platform. All endpoints are read-only and require no authentication. Rate limits are generous for normal usage.
/api/toolsList all tools in the directory with optional filtering.
categorystringFilter by category (e.g., AI Coding)qstringSearch tools by name, description, or tags{ "tools": [...], "total": 64 }Cache: 1 hour/api/search-indexFull search index with all blog posts, guides, tools, videos, courses, and toolkit pages.
[{ "type": "blog", "title": "...", "description": ...Cache: 1 minute + 5 min stale-while-revalidate/api/healthHealth check with content and environment dependency status.
{ "status": "healthy", "timestamp": "...", "checks...Cache: None/api/ogGenerate dynamic Open Graph images with custom title and subtitle.
titlestringMain heading textsubtitlestringSubtitle text (optional)1200x630 PNG imageCache: Edge cached/feed.xmlRSS 2.0 feed with all blog posts, guides, and videos.
application/rss+xmlCache: 1 hour/feed.jsonJSON Feed 1.1 with all blog posts.
application/feed+jsonCache: 1 hour/blog/tags/[tag]/feed.xmlPer-tag RSS feed for blog posts.
tagpathTag slug (e.g., claude-code)application/rss+xmlCache: 1 hour
New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.