courts
2 rows where county = "Pecos"
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-CC-001-PECOS | Pecos County Court | county_constitutional | Pecos | ["Pecos"] | 6 | 8 | Joseph Martin Shuster | 103 W Callaghan | (432)336-2792 | http://12.227.48.139/member/countyjudge/ | 0 | 0 | 0 | 2026-03-10 | Constitutional county court (county judge presides) | ||||
| TX-DIST-083-PECOS | 83rd District Court | 83 | district | Pecos | ["Pecos", "Terrell", "Val Verde"] | 6 | 8 | Robert E. Cadena | 400 S Nelson | (432)336-3361 | http://12.227.48.139/member/83distjudge/ | 0 | 0 | 0 | 2026-03-10 | Multi-county: Pecos, Terrell, Val Verde |
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
);