Federal Districts
Data license: Public Domain (government edicts doctrine) · Data source: Cornell LII, individual federal court websites · About: pharmakon.legal
94 rows sorted by district_id
This data as json, CSV (advanced)
Suggested facets: numbering_system
state >30
circuit_id 12
- United States Court of Appeals for the Ninth Circuit 15
- United States Court of Appeals for the Eighth Circuit 10
- United States Court of Appeals for the Fourth Circuit 9
- United States Court of Appeals for the Fifth Circuit 9
- United States Court of Appeals for the Sixth Circuit 9
- United States Court of Appeals for the Eleventh Circuit 9
- United States Court of Appeals for the Tenth Circuit 8
- United States Court of Appeals for the Seventh Circuit 7
- United States Court of Appeals for the Second Circuit 6
- United States Court of Appeals for the Third Circuit 6
- United States Court of Appeals for the First Circuit 5
- United States Court of Appeals for the District of Columbia Circuit 1
Advanced export
JSON shape: default, array, newline-delimited, object
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
);