APIs

This site publishes a small number of read-only HTTP endpoints for search clients, feed readers, and automated agents. They are static documents regenerated whenever the site is rebuilt. There is no authentication, no rate limiting, and no pagination.

All of them are advertised for automated discovery at /.well-known/api-catalog, a link set served per RFC 9727.


Content Index API

Every published post as a single JSON array.

Each entry carries the post's title, absolute permalink, an HTML summary fragment, and the full content as plain text. The whole index is returned in one response, so clients that want the site's full text can fetch it without crawling individual pages.


Feed API

Recent posts as an RSS 2.0 feed.

The standard syndication feed, for feed readers and agents that poll for new posts.