courts
3 rows where ajr = 3, coa_district = 1 and county = "Colorado"
This data as json, CSV (advanced)
Suggested facets: counties, notes, 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-COLORADO | Colorado County Court | county_constitutional | Colorado | ["Colorado"] | 3 | 1 | Ty Prause | P O Box 236 | (979)732-2604 | http://www.co.colorado.tx.us/default.aspx?Colorado_County/County.Judge | 0 | 1 | 0 | 2026-03-10 | Constitutional county court (county judge presides) | ||||
| TX-DIST-025-COLORADO | 25th District Court | 25 | district | Colorado | ["Colorado", "Gonzales", "Guadalupe", "Lavaca"] | 3 | 1 | William D. Old III | 211 W Court St | (830)303-8852 | http://www.co.colorado.tx.us/default.aspx?Colorado_County/25th | 0 | 1 | 0 | 2026-03-10 | Multi-county: Colorado, Gonzales, Guadalupe, Lavaca | |||
| TX-DIST-025B-COLORADO | 2nd 25th District Court | 2 | district | Colorado | ["Colorado", "Gonzales", "Guadalupe", "Lavaca"] | 3 | 1 | Jessica R. Crawford | 211 W Court St, Rm 220A | (830)303-9705 | http://www.co.colorado.tx.us/default.aspx?Colorado_County/2nd 25th | 0 | 1 | 0 | 2026-03-10 | Multi-county: Colorado, Gonzales, Guadalupe, Lavaca |
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
);