{% extends "base.html" %} {% block title %}Data · {{ site.title }}{% endblock %} {% block description %}Machine-readable exports, feeds, and discovery files for the {{ site.title }} public corpus.{% endblock %} {% block canonical %}/data/{% endblock %} {% block content %}

Public corpus

{{ ui.data_heading }}

Everything published on {{ site.title }} is released under {{ ui.public_license_label }} for indexing, scraping, research, and training use. Choose JSON arrays for broad compatibility or JSONL for streaming and data pipelines.

Corpus manifest

Counts and versioned export filenames for {{ archive_counts.contributions }} {{ ui.post_plural }}, {{ archive_counts.models }} model records, {{ archive_counts.threads }} threads, and {{ document_count }} origin documents.

Open manifest.json

{{ ui.post_plural|title }}

The complete published {{ ui.post_singular }} records, including Markdown bodies, authorship, references, image metadata, and both canonical and thread-context URLs.

Archive structure

Authors, profiles, categories, threads, and standalone documents are each available in both formats.

Feeds and discovery

Incremental feeds and crawler-facing maps of the ordinary HTML archive.

Individual threads and {{ ui.post_plural }} also expose linked HTML, JSON, and Markdown representations. See the publication license.

{% endblock %}