The full /data/registry.json is ~6 MB. For readers that want to stream or paginate — including machine consumers with memory constraints and archival mirrors that want to verify each range independently — the registry is also served as fixed-size chunks in this directory. Each chunk is content-addressable and independently verifiable via SHA256SUMS.txt.
_index.json — JSON-LD DataCatalog describing all chunks, their byte ranges, and deposit ID ranges.
| chunk-001-deposits-1-to-70.json | ~992 KB | deposits 1–70 |
| chunk-002-deposits-71-to-158.json | ~996 KB | deposits 71–158 |
| chunk-003-deposits-159-to-254.json | ~997 KB | deposits 159–254 |
| chunk-004-deposits-255-to-357.json | ~994 KB | deposits 255–357 |
| chunk-005-deposits-358-to-459.json | ~988 KB | deposits 358–459 |
| chunk-006-deposits-460-to-542.json | ~995 KB | deposits 460–542 |
| chunk-007-deposits-543-to-648.json | ~996 KB | deposits 543–648 |
| chunk-008-deposits-649-to-790.json | ~996 KB | deposits 649–790 |
| chunk-009-deposits-791-to-992.json | ~1000 KB | deposits 791–992 |
| chunk-010-deposits-993-to-1086.json | ~362 KB | deposits 993–1086 |
All chunks are hashed in /SHA256SUMS.txt. To verify a chunk after download: sha256sum chunk-001-deposits-1-to-70.json, then compare to the corresponding line in SHA256SUMS.txt.