Federal Districts
Data license: Public Domain (government edicts doctrine) · Data source: Cornell LII, individual federal court websites · About: pharmakon.legal
2 rows where circuit_id = "CA-05", has_patent_rules = 0 and state = "MS" sorted by district_id
This data as json, CSV (advanced)
state 1
- MS · 2 ✖
has_patent_rules 1
- - · 2 ✖
circuit_id 1
- United States Court of Appeals for the Fifth Circuit · 2 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| NDMS | Northern District of Mississippi | United States Court of Appeals for the Fifth Circuit CA-05 | MS | Oxford, MS | https://www.msnd.uscourts.gov/ | 1 | 0 | 1 | |||||
| SDMS | Southern District of Mississippi | United States Court of Appeals for the Fifth Circuit CA-05 | MS | Jackson, MS | https://www.mssd.uscourts.gov/ | 1 | 0 | 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
);