courts
5 rows where coa_district = 5 and county = "Hunt"
This data as json, CSV (advanced)
Suggested facets: counties, 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-CC-001-HUNT | Hunt County Court | county_constitutional | Hunt | ["Hunt"] | 10 | 5 | Bobby Stovall | P O Box 1097 | (903)408-4146 | https://www.huntcounty.net/page/hunt.countyjudge | 1 | 1 | 1 | 2026-03-10 | Constitutional county court (county judge presides) | ||||
| TX-CCL-001-HUNT | County Court at Law No. 1 | 1 | county_court_at_law | Hunt | ["Hunt"] | 10 | 5 | Timothy S. Linden | P O Box 1097 | (903)408-4200 | http://www.huntcounty.net/index.aspx?NID=956 | 1 | 1 | 1 | 2026-03-10 | ||||
| TX-CCL-002-HUNT | County Court at Law No. 2 | 2 | county_court_at_law | Hunt | ["Hunt"] | 10 | 5 | Joel David Littlefield | P O Box 1097 | (903)408-4234 | https://www.huntcounty.net/page/hunt.ccal2 | 1 | 1 | 1 | 2026-03-10 | ||||
| TX-DIST-196-HUNT | 196th District Court | 196 | district | Hunt | ["Hunt"] | 10 | 5 | J. Andrew Bench | 2507 Lee St, 3rd Fl | (903)408-4190 | http://www.huntcounty.net/DistCourts/distcrthome.htm | 1 | 1 | 1 | 2026-03-10 | ||||
| TX-DIST-354-HUNT | 354th District Court | 354 | district | Hunt | ["Hunt", "Rains"] | 10 | 5 | Keli Michelle Aiken | 2507 Lee St, 3rd Fl | (903)408-4194 | http://www.huntcounty.net/page/hunt.districtcourts | 1 | 1 | 1 | 2026-03-10 | Multi-county: Hunt, Rains |
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
);