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-10" and has_patent_rules = 0 sorted by district_id

This data as json, CSV (advanced)

state 6

  • OK 3
  • CO 1
  • KS 1
  • NM 1
  • UT 1
  • WY 1

has_patent_rules 1

  • - · 8 ✖

circuit_id 1

  • United States Court of Appeals for the Tenth 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
DCO District of Colorado United States Court of Appeals for the Tenth Circuit CA-10 CO Denver, CO https://www.cod.uscourts.gov/   1 0 1        
DKS District of Kansas United States Court of Appeals for the Tenth Circuit CA-10 KS Wichita, KS https://www.ksd.uscourts.gov/   1 0 1        
DNM District of New Mexico United States Court of Appeals for the Tenth Circuit CA-10 NM Albuquerque, NM https://www.nmd.uscourts.gov/   1 0 1        
DUT District of Utah United States Court of Appeals for the Tenth Circuit CA-10 UT Salt Lake City, UT https://www.utd.uscourts.gov/   1 0 1        
DWY District of Wyoming United States Court of Appeals for the Tenth Circuit CA-10 WY Cheyenne, WY https://www.wyd.uscourts.gov/   1 0 1        
EDOK Eastern District of Oklahoma United States Court of Appeals for the Tenth Circuit CA-10 OK Muskogee, OK https://www.oked.uscourts.gov/   1 0 1        
NDOK Northern District of Oklahoma United States Court of Appeals for the Tenth Circuit CA-10 OK Tulsa, OK https://www.oknd.uscourts.gov/   1 0 1        
WDOK Western District of Oklahoma United States Court of Appeals for the Tenth Circuit CA-10 OK Oklahoma City, OK https://www.okwd.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 8.265ms · Data license: Public Domain (government edicts doctrine) · Data source: Cornell LII, individual federal court websites · About: pharmakon.legal