Public API & exports
REST API over the bibliography. Bulk CSV / JSONL / BibTeX / RIS exports.
Not yet released. The public REST API and bulk-download endpoints described on this page are not currently available for external use. The infrastructure exists and the underlying data is in place; we are deferring public exposure until the pre-launch hardening checklist (rate limiting, key-rotation policy, formal terms of use) is complete. If you have a research use-case that would benefit from API or bulk access in the meantime, please reach out via the About & governance page.
Once released, this page will document:
- Auto-generated PostgREST API at
api.tnbc.info/rest/v1/with an OpenAPI spec, read-only access to the public bibliography view, and pagination via standardRangeheaders. - Bulk exports at
exports.tnbc.info/latest/in CSV, JSONL, BibTeX, and RIS formats, refreshed on the weekly harvest cadence. - Example queries and client-library generation steps (Python, TypeScript) from the OpenAPI spec.