courts
5 rows where county = "Smith" and court_type = "district"
This data as json, CSV (advanced)
Suggested facets: website_url, 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-007-SMITH | 7th District Court | 7 | district | Smith | ["Smith"] | 10 | 12 | Kerry L. Russell | 100 N Broadway, Rm 203 | (903)590-1640 | http://www.smith-county.com/ | 1 | 0 | 0 | 2026-03-10 | ||||
| TX-DIST-114-SMITH | 114th District Court | 114 | district | Smith | ["Smith"] | 10 | 12 | Austin Reeve Jackson | 100 N Broadway, Rm 212 | (903)590-1625 | http://www.smith-county.com/ | 1 | 0 | 0 | 2026-03-10 | ||||
| TX-DIST-241-SMITH | 241st District Court | 241 | district | Smith | ["Smith"] | 10 | 12 | Debra (Debby) Gunter | 100 N Broadway, Rm 114 | (903)590-1792 | http://www.smith-county.com/ | 1 | 0 | 0 | 2026-03-10 | ||||
| TX-DIST-321-SMITH | 321st District Court | 321 | district | Smith | ["Smith"] | 10 | 12 | Robert H. Wilson | 200 E Ferguson St, 5th Fl | (903)590-1699 | http://www.smith-county.com/ | 1 | 0 | 0 | 2026-03-10 | ||||
| TX-DIST-475-SMITH | 475th District Court | 475 | district | Smith | ["Smith"] | 10 | 12 | Taylor Brooks Heaton | 100 N Broadway, Rm 220 | (903)590-4923 | http://www.smith-county.com/government/elected-officials/district-court-judges/475th-district-court | 1 | 0 | 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
);