Skip to main content
The API answers one question at a time. When you need the corpus itself, take it. Every dated snapshot ships as Parquet in a public object store. You can query it where it sits, load it into your own warehouse, or pull the whole thing down and never call us again.
That query reads a remote Parquet file over HTTPS and returns in well under a second. The object store serves range requests, so DuckDB fetches only the column chunks it needs rather than the file.

What ships

229 Parquet files

One file per jurisdiction and corpus, so you can take only the slice you need: us_ak_constitutions.parquet, us_tx_statutes.parquet, and so on.

One combined tarball

open-us-law-v2026.08-parquet.tar, about 4.09 GB, when you would rather fetch once and unpack locally.

A manifest with checksums

index.json lists every file with its byte size, SHA-256 and URL, so you can verify an unattended sync.

Dated snapshots

Versions are immutable. Pin v2026.08 and your results stay reproducible when the next snapshot lands.

Schema

Every Parquet file carries the same 24 columns.
This is the bulk schema. The REST API returns a richer object with amendment history, prior effective dates and format mirrors. See Response fields.

Load it into your own database

The vector index

The corpus is also held as an embedded, chunked retrieval index. Direct access to that index is available under a data licence, which matters if you would rather not spend the compute re-embedding several million sections to get back to where we already are. Talk to us at contact@vaquill.ai about scope.

What this is not

This is not a hosted replica we operate for you. There is no connection string to rent. You take a copy and run it on your own infrastructure, which is the point: the copy is yours, and it keeps working if we do not.

Licence

The legal text is public domain under the government edicts doctrine (Georgia v. Public.Resource.Org, 590 U.S. 255 (2020)). Our compilation, the schema, citations, hierarchy and cross-references, is CC BY 4.0. The ingestion pipelines are Apache-2.0. Attribute as “Open US Law by Vaquill AI, CC BY 4.0”. Attribution can be waived under a commercial licence.
The free snapshot and a paid bulk licence are not the same thing. Anything you take from the public object store is CC BY 4.0 and irrevocably yours, on every version we have published.A paid bulk delivery, where we ship you the corpus under a separate signed agreement rather than answering calls, is different: on termination or expiry you delete stored copies of our compilation within 30 days. There the corpus is the deliverable, so open-ended retention would let one period buy it outright. See Rights and licensing.
Last modified on September 12, 2026