CanonicalReference dump — NDJSON
GET
/dump/references.jsonl
const url = 'https://textrefs.org/dump/references.jsonl';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://textrefs.org/dump/references.jsonlResponses
Section titled “Responses”Newline-delimited JSON, one CanonicalReference record object per line, with no @context.
Media typeapplication/octet-stream
string