Frictionless data-package descriptor
GET
/dump/datapackage.json
const url = 'https://textrefs.org/dump/datapackage.json';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/datapackage.jsonResponses
Section titled “Responses”The Frictionless data-package descriptor that lists the five resources — the four JSONL files and the JSON alias table — with, for each, its byte count and its sha256: hash, plus the registry version.
Media typeapplication/json
object
Examplegenerated
{}