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

8 rows where circuit_id = "CA-08" and has_patent_rules = 0 sorted by district_id

This data as json, CSV (advanced)

state 6

  • AR 2
  • IA 2
  • MO 1
  • ND 1
  • NE 1
  • SD 1

has_patent_rules 1

  • - · 8 ✖

circuit_id 1

  • United States Court of Appeals for the Eighth Circuit · 8 ✖
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
DND District of North Dakota United States Court of Appeals for the Eighth Circuit CA-08 ND Bismarck, ND https://www.ndd.uscourts.gov/   1 0 1        
DNE District of Nebraska United States Court of Appeals for the Eighth Circuit CA-08 NE Omaha, NE https://www.ned.uscourts.gov/   1 0 1        
DSD District of South Dakota United States Court of Appeals for the Eighth Circuit CA-08 SD Sioux Falls, SD https://www.sdd.uscourts.gov/   1 0 1        
EDAR Eastern District of Arkansas United States Court of Appeals for the Eighth Circuit CA-08 AR Little Rock, AR https://www.ared.uscourts.gov/   1 0 1        
NDIA Northern District of Iowa United States Court of Appeals for the Eighth Circuit CA-08 IA Cedar Rapids, IA https://www.iand.uscourts.gov/   1 0 1        
SDIA Southern District of Iowa United States Court of Appeals for the Eighth Circuit CA-08 IA Des Moines, IA https://www.iasd.uscourts.gov/   1 0 1        
WDAR Western District of Arkansas United States Court of Appeals for the Eighth Circuit CA-08 AR Fort Smith, AR https://www.arwd.uscourts.gov/   1 0 1        
WDMO Western District of Missouri United States Court of Appeals for the Eighth Circuit CA-08 MO Kansas City, MO https://www.mowd.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 57.131ms · Data license: Public Domain (government edicts doctrine) · Data source: Cornell LII, individual federal court websites · About: pharmakon.legal