Take the whole thing
A library that cannot be copied out of is not a library, it is a collection. Everything here is downloadable in bulk, without an account, without a key and without asking. Copies in other people's hands are the only preservation that has ever actually worked, which is the entire lesson of the eleven surviving śākhās out of one thousand one hundred and thirty one.
By work
| Work | Units | Line delimited JSON | Single JSON |
|---|---|---|---|
| Ṛgveda Saṃhitā | 10,552 | rigveda.jsonl | rigveda.json |
| Bhagavad Gītā | 700 | bhagavad-gita.jsonl | bhagavad-gita.json |
| Īśopaniṣad | 18 | isha.jsonl | isha.json |
| Muṇḍakopaniṣad | 64 | mundaka.jsonl | mundaka.json |
The registries
- index.json, the manifest: counts, licence position, every endpoint shape.
- works.json, every work with its reference scheme.
- sources.json, every source with its full bibliographic chain and licence.
Working with it
curl -O https://sanatan.digital/api/v1/bulk/rigveda.jsonl
# every verse where two editions disagree
jq -r 'select(.agreement == "divergent") | .id' rigveda.jsonl
# every verse still waiting for a signed translation
jq -r 'select([.translations[] | select(.status == "signed")] | length == 0)
| .id' rigveda.jsonlTerms
The texts are public domain and belong to nobody. The apparatus, meaning the structure, the cross-check results and anything drafted here, is CC BY-SA 4.0. Individual sources carry their own terms, recorded per unit under provenance and resolvable againstthe source registry. A small number are non-commercial only and are marked as such.
Mirroring
Please do. If you run a mirror and tell us athi@432labs.com, it gets listed here. A single point of failure is exactly the thing this project exists to argue against.