API Playground
Run the API before you write a line of code.
Search the live corpus from the dashboard, see the real response, and copy the request that produced it.
Learn more
Vaquill AI gives your AI Agent the real text of US law.
Free credits for personal projects, student work, and academic research.
Used by 1,300+ accounts across 150+ organizations, including YC-backed companies
Constellate


Vaquill is the piece that made statutes verifiable rather than merely findable.
How agencies say they read their own rules: 53 named sources across 26 agencies, each one filterable on its own. Guidance is not binding law, and it is stored separately from law that is.
Decisions from executive-branch tribunals, served as they were issued. No publisher in this family marks when a later decision overrules an earlier one, so we do not tell you either. Check these the way you would check any decision.
The hosted API.
If your product looks up law a section at a time.
The same corpus inside an agent.
If you want Claude or Cursor to look the law up for you, no code.
Query the corpus as a database.
If you would rather hold the data yourself and query it.
Skip rebuilding retrieval.
If you are building AI search and do not want to index 5M sections yourself.
Try the database claim. This runs against the public object store with no key and no download.
-- No download, no key. DuckDB reads the object store over HTTPS.
INSTALL httpfs; LOAD httpfs;
SELECT citation, section_title, word_count
FROM read_parquet('https://oss-data-us.vaquill.ai/v2026.08/us_ak_constitutions.parquet')
WHERE section_title ILIKE '%search%';curl -G https://api.vaquill.ai/api/v1/us/statutes/resolve \
-H "Authorization: Bearer $VAQUILL_API_KEY" \
--data-urlencode "cite=42 U.S.C. § 1983"Title 42 › Chapter 21 › Subchapter I › § 1983
42 U.S.C. § 1983 (2024)
…officer's judicial capacity, injunctive relief shall not be granted unless a declaratory decree was violated or declaratory relief was unavailable. 1979—Pub. L. 96–170 inserted “or the District of Columbia” after “Territory”, and provisions relating to Acts of Congress applicable solely to the District of Columbia.
Last amended 1996 · 2 amendments · Pub. L. 104-317, Pub. L. 96-170
1. Get your key→2. Call the endpoint→3. Ship cited law
Section lookup
/api/v1/us/statutes/resolveResolve a Bluebook citation straight to its section
/api/v1/us/statutes/section/{act_id}Get a section, citation, title, and hierarchy metadata
/api/v1/us/statutes/section/{act_id}/bodyGet the full text of a section, HTML and plain text
/api/v1/us/statutes/section/{act_id}/relatedGet the sections immediately before and after this one
/api/v1/us/statutes/sectionsBatch metadata for up to 50 sections in one call
Discover the corpus
Go deeper on a section
/api/v1/us/statutes/section/{act_id}/changesGet this section's change history
/api/v1/us/statutes/section/{act_id}/cited-byFind the sections that cite this one
/api/v1/us/statutes/section/{act_id}/definitionsGet the defined terms that govern this section
/api/v1/us/statutes/section/{act_id}/cross-stateCompare this provision against other states
Run the API before you write a line of code.
Search the live corpus from the dashboard, see the real response, and copy the request that produced it.
Learn more
Know when the law you rely on changes.
Watch a jurisdiction, a corpus or a single section. Get the diff by email or signed webhook when it moves.
Learn more
Where most builds start.
Bootstrapped, under 10 people?
Business at a reduced rate. Email contact@vaquill.ai and tell us about your team.
Who this is for
For shipping our data inside your product.
Who this is for
Not building a business on it yet? Personal projects, student work, and academic research get free credits. Email contact@vaquill.ai with what you are building.
US primary law other than case law: statutes, regulations, constitutions, court rules, executive orders, agency guidance, and agency adjudications. Federal plus all 50 states, DC, and Puerto Rico, about 5M+ sections. The coverage section above breaks it down corpus by corpus, and GET /api/v1/us/statutes/coverage returns the live numbers.
A specific set of government PDFs, or a slice of administrative law shaped for your product. Turning messy government data into clean, structured law is the whole job here, so bring us the hard ones.
contact@vaquill.aiVerified nonprofit legal aid and public interest organizations get the full API free, with the same corpus and the same endpoints as every paid plan.
Apply for free access