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

6 rows where circuit_id = "CA-06" and has_patent_rules = 0 sorted by district_id

This data as json, CSV (advanced)

state 3

  • KY 2
  • MI 2
  • TN 2

has_patent_rules 1

  • - · 6 ✖

circuit_id 1

  • United States Court of Appeals for the Sixth Circuit · 6 ✖
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
EDKY Eastern District of Kentucky United States Court of Appeals for the Sixth Circuit CA-06 KY Lexington, KY https://www.kyed.uscourts.gov/   1 0 1        
EDMI Eastern District of Michigan United States Court of Appeals for the Sixth Circuit CA-06 MI Detroit, MI https://www.mied.uscourts.gov/   1 0 1        
EDTN Eastern District of Tennessee United States Court of Appeals for the Sixth Circuit CA-06 TN Knoxville, TN https://www.tned.uscourts.gov/   1 0 1        
MDTN Middle District of Tennessee United States Court of Appeals for the Sixth Circuit CA-06 TN Nashville, TN https://www.tnmd.uscourts.gov/   1 0 1        
WDKY Western District of Kentucky United States Court of Appeals for the Sixth Circuit CA-06 KY Louisville, KY https://www.kywd.uscourts.gov/   1 0 1        
WDMI Western District of Michigan United States Court of Appeals for the Sixth Circuit CA-06 MI Grand Rapids, MI https://www.miwd.uscourts.gov/   1 0 1        

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 56.184ms · Data license: Public Domain (government edicts doctrine) · Data source: Cornell LII, individual federal court websites · About: pharmakon.legal