home / federal_court_rules

Federal Districts

All 94 federal judicial districts

Data license: Public Domain (government edicts doctrine) · Data source: Cornell LII, individual federal court websites · About: pharmakon.legal

3 rows where circuit_id = "CA-02", has_patent_rules = 1 and state = "NY" sorted by district_id

This data as json, CSV (advanced)

state 1

  • NY · 3 ✖

has_patent_rules 1

  • 1 · 3 ✖

circuit_id 1

  • United States Court of Appeals for the Second Circuit · 3 ✖
district_id ▼ district_name circuit_id state headquarters website_url rules_url has_local_rules has_patent_rules has_standing_orders numbering_system update_frequency judge_count last_verified
EDNY Eastern District of New York United States Court of Appeals for the Second Circuit CA-02 NY Brooklyn, NY https://www.nyed.uscourts.gov/   1 1 1 frcp_mirrored      
NDNY Northern District of New York United States Court of Appeals for the Second Circuit CA-02 NY Syracuse, NY https://www.nynd.uscourts.gov/   1 1 1        
SDNY Southern District of New York United States Court of Appeals for the Second Circuit CA-02 NY New York, NY https://nysd.uscourts.gov/   1 1 1 frcp_mirrored      

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE districts (
    district_id TEXT PRIMARY KEY,
    district_name TEXT NOT NULL,
    circuit_id TEXT REFERENCES circuits(circuit_id),
    state TEXT,
    headquarters TEXT,
    website_url TEXT,
    rules_url TEXT,
    has_local_rules INTEGER DEFAULT 1,
    has_patent_rules INTEGER DEFAULT 0,
    has_standing_orders INTEGER DEFAULT 1,
    numbering_system TEXT,
    update_frequency TEXT,
    judge_count INTEGER,
    last_verified TEXT
);
Powered by Datasette · Queries took 7.349ms · Data license: Public Domain (government edicts doctrine) · Data source: Cornell LII, individual federal court websites · About: pharmakon.legal