courts
3 rows where county = "Taylor" and court_type = "district"
This data as json, CSV (advanced)
Suggested facets: 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-104-TAYLOR | 104th District Court | 104 | district | Taylor | ["Taylor"] | 7 | 11 | Jeff A. Propst | 300 Oak St, Ste 402 | (325)674-1313 | http://tx-taylorcounty.civicplus.com/index.aspx?nid=209 | 1 | 1 | 0 | 2026-03-10 | ||||
| TX-DIST-326-TAYLOR | 326th District Court | 326 | district | Taylor | ["Taylor"] | 7 | 11 | Ken Leggett | 300 Oak St, Ste 403 | (325)674-1325 | https://www.taylorcounty.texas.gov/592/326th-District-Court | 1 | 1 | 0 | 2026-03-10 | ||||
| TX-DIST-350-TAYLOR | 350th District Court | 350 | district | Taylor | ["Taylor"] | 7 | 11 | Thomas Michael Wheeler | 300 Oak St, Ste 404 | (325)674-1242 | https://www.taylorcounty.texas.gov/211/350th-District-Court | 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
);