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

9 rows where circuit_id = "CA-11" sorted by district_id

This data as json, CSV (advanced)

state 3

  • AL 3
  • FL 3
  • GA 3

has_patent_rules 2

  • 0 8
  • 1 1

circuit_id 1

  • United States Court of Appeals for the Eleventh Circuit · 9 ✖
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
MDAL Middle District of Alabama United States Court of Appeals for the Eleventh Circuit CA-11 AL Montgomery, AL https://www.almd.uscourts.gov/   1 0 1        
MDFL Middle District of Florida United States Court of Appeals for the Eleventh Circuit CA-11 FL Jacksonville, FL https://www.flmd.uscourts.gov/   1 0 1        
MDGA Middle District of Georgia United States Court of Appeals for the Eleventh Circuit CA-11 GA Macon, GA https://www.gamd.uscourts.gov/   1 0 1        
NDAL Northern District of Alabama United States Court of Appeals for the Eleventh Circuit CA-11 AL Birmingham, AL https://www.alnd.uscourts.gov/   1 0 1        
NDFL Northern District of Florida United States Court of Appeals for the Eleventh Circuit CA-11 FL Tallahassee, FL https://www.flnd.uscourts.gov/   1 0 1        
NDGA Northern District of Georgia United States Court of Appeals for the Eleventh Circuit CA-11 GA Atlanta, GA https://www.gand.uscourts.gov/   1 1 1        
SDAL Southern District of Alabama United States Court of Appeals for the Eleventh Circuit CA-11 AL Mobile, AL https://www.alsd.uscourts.gov/   1 0 1        
SDFL Southern District of Florida United States Court of Appeals for the Eleventh Circuit CA-11 FL Miami, FL https://www.flsd.uscourts.gov/   1 0 1        
SDGA Southern District of Georgia United States Court of Appeals for the Eleventh Circuit CA-11 GA Savannah, GA https://www.gasd.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 32.972ms · Data license: Public Domain (government edicts doctrine) · Data source: Cornell LII, individual federal court websites · About: pharmakon.legal