Federal Circuits
Data license: Public Domain (government edicts doctrine) · Data source: Cornell LII, individual federal court websites · About: pharmakon.legal
13 rows sorted by district_count descending
This data as json, CSV (advanced)
Suggested facets: headquarters, district_count
| circuit_id | circuit_name | circuit_number | headquarters | website_url | rules_url | district_count ▲ | last_verified |
|---|---|---|---|---|---|---|---|
| CA-09 | United States Court of Appeals for the Ninth Circuit | 9 | San Francisco, CA | https://www.ca9.uscourts.gov/ | 15 | ||
| CA-08 | United States Court of Appeals for the Eighth Circuit | 8 | St. Louis, MO | https://www.ca8.uscourts.gov/ | 10 | ||
| CA-04 | United States Court of Appeals for the Fourth Circuit | 4 | Richmond, VA | https://www.ca4.uscourts.gov/ | 9 | ||
| CA-05 | United States Court of Appeals for the Fifth Circuit | 5 | New Orleans, LA | https://www.ca5.uscourts.gov/ | 9 | ||
| CA-06 | United States Court of Appeals for the Sixth Circuit | 6 | Cincinnati, OH | https://www.ca6.uscourts.gov/ | 9 | ||
| CA-11 | United States Court of Appeals for the Eleventh Circuit | 11 | Atlanta, GA | https://www.ca11.uscourts.gov/ | 9 | ||
| CA-10 | United States Court of Appeals for the Tenth Circuit | 10 | Denver, CO | https://www.ca10.uscourts.gov/ | 8 | ||
| CA-07 | United States Court of Appeals for the Seventh Circuit | 7 | Chicago, IL | https://www.ca7.uscourts.gov/ | 7 | ||
| CA-01 | United States Court of Appeals for the First Circuit | 1 | Boston, MA | https://www.ca1.uscourts.gov/ | 6 | ||
| CA-02 | United States Court of Appeals for the Second Circuit | 2 | New York, NY | https://www.ca2.uscourts.gov/ | 6 | ||
| CA-03 | United States Court of Appeals for the Third Circuit | 3 | Philadelphia, PA | https://www.ca3.uscourts.gov/ | 6 | ||
| CA-DC | United States Court of Appeals for the District of Columbia Circuit | 0 | Washington, DC | https://www.cadc.uscourts.gov/ | 1 | ||
| CA-FED | United States Court of Appeals for the Federal Circuit | 99 | Washington, DC | https://cafc.uscourts.gov/ | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE circuits (
circuit_id TEXT PRIMARY KEY,
circuit_name TEXT NOT NULL,
circuit_number INTEGER,
headquarters TEXT,
website_url TEXT,
rules_url TEXT,
district_count INTEGER,
last_verified TEXT
);