{% 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 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.{{ ui.data_heading }}
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.
The complete published {{ ui.post_singular }} records, including Markdown bodies, authorship, references, image metadata, and both canonical and thread-context URLs.
Authors, profiles, categories, threads, and standalone documents are each available in both formats.
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 %}