courts
4 rows where county = "Ellis" and court_type = "district"
This data as json, CSV (advanced)
Suggested facets: address, last_verified (date), counties (array)
| court_id ▼ | court_name | court_number | court_type | court_subtype | county | counties | ajr | coa_district | judge_name | judge_start_date | address | phone | website_url | topics_url | has_local_rules | has_standing_orders | has_forms | last_verified | notes |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| TX-DIST-040-ELLIS | 40th District Court | 40 | district | Ellis | ["Ellis"] | 1 | 10 | Robert (Bob) J. Carroll | 109 S Jackson St | (972)825-5060 | http://www.co.ellis.tx.us/40th | 1 | 1 | 0 | 2026-03-10 | ||||
| TX-DIST-378-ELLIS | 378th District Court | 378 | district | Ellis | ["Ellis"] | 1 | 10 | Ken Lundburg | 109 S Jackson St | (972)825-5014 | http://www.co.ellis.tx.us | 1 | 1 | 0 | 2026-03-10 | ||||
| TX-DIST-443-ELLIS | 443rd District Court | 443 | district | Ellis | ["Ellis"] | 1 | 10 | Grace Ruth Patricia Pandithurai | 109 S Jackson St, 3rd Fl | (972)825-5284 | http://www.co.ellis.tx.us/index.aspx?NID=578 | 1 | 1 | 0 | 2026-03-10 | ||||
| TX-DIST-504-ELLIS | 504th District Court | 504 | district | Ellis | ["Ellis"] | 1 | 10 | Greg Wilhelm | 109 S Jackson St | (972)825-8630 | 1 | 1 | 0 | 2026-03-10 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE courts (
court_id TEXT PRIMARY KEY,
court_name TEXT,
court_number INTEGER,
court_type TEXT,
court_subtype TEXT,
county TEXT,
counties TEXT,
ajr INTEGER,
coa_district INTEGER,
judge_name TEXT,
judge_start_date TEXT,
address TEXT,
phone TEXT,
website_url TEXT,
topics_url TEXT,
has_local_rules INTEGER,
has_standing_orders INTEGER,
has_forms INTEGER,
last_verified TEXT,
notes TEXT
);