Court Rulings
Data license: Public court records
1 row where filing_id = 25
This data as json, CSV (advanced)
| ruling_id ▼ | filing_id | outcome | reasoning | standard_applied |
|---|---|---|---|---|
| 3 | 25 25 | Granted | The court found, after reviewing the motion, responses, replies, the pleadings, the evidence submitted in support thereof, and the arguments of counsel, that the Motion should be granted |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE rulings (
ruling_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
outcome TEXT,
reasoning TEXT,
standard_applied TEXT
);