courts
6 rows where county = "McLennan" 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-019-MCLENNAN | 19th District Court | 19 | district | McLennan | ["McLennan"] | 3 | 10 | Thomas C. West | 501 Washington Ave, Ste 303 | (254)757-5081 | http://www.co.mclennan.tx.us/420/19th-District-Court | 1 | 0 | 0 | 2026-03-10 | ||||
| TX-DIST-054-MCLENNAN | 54th District Court | 54 | district | McLennan | ["McLennan"] | 3 | 10 | Susan N. Kelly | 501 Washington Ave, Ste 305 | (254)757-5051 | http://www.co.mclennan.tx.us/427/54th-District-Court | 1 | 0 | 0 | 2026-03-10 | ||||
| TX-DIST-074-MCLENNAN | 74th District Court | 74 | district | McLennan | ["McLennan"] | 3 | 10 | Peter K. Rusek | 501 Washington Ave, Rm 405 | (254)757-5075 | https://www.mclennan.gov/439/74th-District-Court | 1 | 0 | 0 | 2026-03-10 | ||||
| TX-DIST-170-MCLENNAN | 170th District Court | 170 | district | McLennan | ["McLennan"] | 3 | 10 | Jim Meyer | 501 Washington Ave, Ste 211 | (254)757-5045 | https://www.mclennan.gov/459/170th-District-Court | 1 | 0 | 0 | 2026-03-10 | ||||
| TX-DIST-414-MCLENNAN | 414th District Court | 414 | district | McLennan | ["McLennan"] | 3 | 10 | Ryan Alexander Luna | 501 Washington Ave, Ste 405 | (254)757-5053 | https://www.mclennan.gov/481/414th-District-Court | 1 | 0 | 0 | 2026-03-10 | ||||
| TX-DIST-474-MCLENNAN | 474th District Court | 474 | district | McLennan | ["McLennan"] | 3 | 10 | Edward (Alan) A. Bennett | 2601 Gholson Rd | (254)757-5047 | https://co.mclennan.tx.us/1229/474th-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
);