courts
5 rows where coa_district = 2 and county = "Parker"
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-CC-001-PARKER | Parker County Court | county_constitutional | Parker | ["Parker"] | 8 | 2 | Gary (Pat) Patrick Deen | 1 Courthouse Sq | (817)598-6148 | http://www.parkercountytx.com/index.aspx?NID=116 | 2026-03-10 | Constitutional county court (county judge presides) | |||||||
| TX-CCL-001-PARKER | County Court at Law No. 1 | 1 | county_court_at_law | Parker | ["Parker"] | 8 | 2 | Kirk D. Martin | 1112 Santa Fe Dr | (817)598-6179 | http://www.parkercountytx.com/Index.aspx?NID=167 | 2026-03-10 | |||||||
| TX-CCL-002-PARKER | County Court at Law No. 2 | 2 | county_court_at_law | Parker | ["Parker"] | 8 | 2 | Lynn Marie Johnson | 1 Courthouse Sq | (817)598-6195 | http://www.parkercountytx.com/Index.aspx?NID=168 | 2026-03-10 | |||||||
| TX-DIST-043-PARKER | 43rd District Court | 43 | district | Parker | ["Parker"] | 8 | 2 | Craig Towson | 117 Fort Worth Hwy | (817)594-7343 | http://parkercountytx.com/ | 2026-03-10 | |||||||
| TX-DIST-415-PARKER | 415th District Court | 415 | district | Parker | ["Parker"] | 8 | 2 | Graham Quisenberry | 117 Fort Worth Hwy | (817)598-6162 | http://www.parkercountytx.com/index.aspx?NID=356 | 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
);