CoolFace
Datasetpublic

zalizedata/us-court-opinions-dockets-judges-dataset

US Court Opinions Metadata, Dockets & Judges (CourtListener) 10M opinion clusters, 70M dockets and 16K judges from official CourtListener / Free Law Project bulk data as metadata + derived-signals tables — citation graph, company litigation profiles; no opinion full text. Part of the DataForge Open Data program — full production packages, free for academic and personal use. Canonical dataset page: https://data.zalize.com/datasets/us-court-opinions-dockets-judges-dataset… See the full description on the dataset page: https://huggingface.co/datasets/zalizedata/us-court-opinions-dockets-judges-dataset.

sourceHugging Facecc-by-nc-4.0updated 2mo agoView on Hugging Face
0likes911downloads
Dataset Card

US Court Opinions Metadata, Dockets & Judges (CourtListener)

10M opinion clusters, 70M dockets and 16K judges from official CourtListener / Free Law Project bulk data as metadata + derived-signals tables — citation graph, company litigation profiles; no opinion full text.

Part of the DataForge Open Data program — full production packages, free for academic and personal use. Canonical dataset page: [https://data.zalize.com/datasets/us-court-opinions-dockets-judges-dataset](https://data.zalize.com/datasets/us-court-opinions-dockets-judges-dataset)

Package inventory (original bundles, served from CDN)

PackageTierRowsSizeSHA-256
courtlistener-tier1-S-2026-08-04.zipS2,286,88973.9 MB3cec1e8d268d5d05e94a5bdd55df9c5fd06411a1f578ddbaae4efe4af29061c6
courtlistener-tier1-M-2026-08-04.zipM7,395,271374.7 MB02dc9e0e11de170162a197a99196331fb537bfb1bff6918ce5ffc3a1d4e944bf
courtlistener-tier1-L-2026-08-04.zipL46,485,0002.30 GB3228bc0623bde6a62be8c8a499a858cca0364c785e3435f15059cc74dd1f42eb

All files are also served from the machine-readable open-data index: <https://dl.zalize.com/open-data> (per-package URL: https://dl.zalize.com/open-data/<package_id>).

Native parquet files (this repo)

Every table ships as snappy parquet under data/<tier>/ and renders in the Dataset Viewer above (one config per tier / table).

Original zip bundles (archive download)

The original production packages (csv + parquet + data dictionary + datasheet + license inside) are served from the DataForge open-data CDN (free, same license):

What you get

  • —S — Starter slice: 2.3M rows of cases and courts
  • —M — Research pack: 7.4M rows incl. judges and derived signals
  • —L — Full metadata library incl. citation-graph edges and litigation profiles
  • —No opinion full text — metadata and derived signals only
  • —Data dictionary, datasheet and QA report included with every package

Use cases

  • —Litigation-risk and legal-analytics research
  • —Judicial-behavior studies
  • —Company litigation-exposure profiling (organizational parties only)
  • —Citation-network analysis

Source & methodology

CourtListener / Free Law Project official bulk data (opinion clusters, dockets, judges; metadata + derived signals only)

Coverage, update cadence and the full field-level data dictionary are on the dataset page: https://data.zalize.com/datasets/us-court-opinions-dockets-judges-dataset (DATA-DICTIONARY.md and DATASHEET.md are inside each package zip).

License

Dual license — CC BY-NC 4.0 (DataForge curated layer; academic/personal use, attribution + backlink required); commercial use requires a DataForge commercial license. Upstream data: CourtListener / Free Law Project bulk data, Public Domain Mark 1.0; opinion full text NOT included

  • —Academic / personal use: CC BY-NC 4.0 on the DataForge curated layer — attribution and a backlink to <https://data.zalize.com> are required.
  • —Commercial use: requires a DataForge commercial license — contact us via the portal.
  • —Upstream license terms continue to apply to the underlying data.

Citation

text
DataForge (data.zalize.com), built from CourtListener / Free Law Project public-domain bulk data — https://data.zalize.com/datasets/us-court-opinions-dockets-judges-dataset

DOI (Zenodo mirror): 10.5281/zenodo.21838140 · GitHub Release mirror: https://github.com/wookat/dataforge-pipelines/releases/tag/open-data-us-court-records

Usage

python
from datasets import load_dataset

ds = load_dataset("zalizedata/us-court-opinions-dockets-judges-dataset", "S-cases", split="train")
print(ds[0])

Available configs: S-cases, S-citations, S-courts, S-judges, S-opinions, M-cases, M-citations, M-court_year_stats, M-courts, M-judge_positions, M-judges, M-opinions, L-cases, L-citations, L-company_litigation_profiles, L-company_litigation_yearly, L-court_year_stats, L-courthouses, L-courts, L-judge_positions, L-judges, L-opinions, L-oral_arguments.

Related datasets

More DataForge open datasets in Health, Law & Science:

Full catalog (25 datasets): <https://data.zalize.com/open-data> · all HF repos: <https://huggingface.co/zalizedata>