Rule Documents
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where county = "New York", judge_id = "NY-SC-1JD-WILKOFSKY" and judicial_district = 1
This data as json, CSV (advanced)
| doc_id ▼ | judge_id | source_file | source_pdf_path | source_url | hosted_url | judicial_district | county | court_type | doc_type | title | date | summary | extraction_quality | page_count | word_count | provision_count |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 87 | NY-SC-1JD-WILKOFSKY | part51-rules.txt | 1 | New York | supreme | part_rules | Part 51 Rules – Matrimonial Division (Hon. Yael T. Wilkofsky) | Part 51 is a Matrimonial Division part in Supreme Court, New York County, presided over by Hon. Yael T. Wilkofsky. The rules cover court appearances, adjournments, communications, conferences (preliminary, compliance, settlement, pre-trial), motions by Order to Show Cause only, trials and hearings, and NYSCEF e-filing requirements. All motions must be brought by OSC; oral argument is required on all motions unless otherwise directed. | high | 0 | 0 | 13 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE documents (
doc_id INTEGER PRIMARY KEY AUTOINCREMENT,
judge_id TEXT REFERENCES judges(judge_id),
source_file TEXT,
source_pdf_path TEXT,
source_url TEXT,
hosted_url TEXT,
judicial_district INTEGER,
county TEXT,
court_type TEXT DEFAULT 'supreme',
doc_type TEXT DEFAULT 'part_rules',
title TEXT,
date TEXT,
summary TEXT,
extraction_quality TEXT DEFAULT 'medium',
page_count INTEGER,
word_count INTEGER,
provision_count INTEGER DEFAULT 0
);