courts
4 rows where ajr = 4 and county = "Victoria"
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-VICTORIA | Victoria County Court | county_constitutional | Victoria | ["Victoria"] | 4 | 13 | Ben Zeller | 101 N Bridge St, Rm 102 | (361)582-5871 | http://www.victoriacountytx.org/index.php/en/county-departments?id=28 | 0 | 0 | 0 | 2026-03-10 | Constitutional county court (county judge presides) | ||||
| TX-CCL-001-VICTORIA | County Court at Law No. 1 | 1 | county_court_at_law | Victoria | ["Victoria"] | 4 | 13 | Travis H. Ernst | 115 N Bridge St, Rm 203 | (361)575-4550 | http://www.victoriacountytx.org/index.php/en/county-departments?id=46 | 0 | 0 | 0 | 2026-03-10 | ||||
| TX-CCL-002-VICTORIA | County Court at Law No. 2 | 2 | county_court_at_law | Victoria | ["Victoria"] | 4 | 13 | Daniel F. Gilliam | 115 N Bridge St, Rm 205 | (361)575-7195 | http://www.vctx.org/ | 0 | 0 | 0 | 2026-03-10 | ||||
| TX-DIST-377-VICTORIA | 377th District Court | 377 | district | Victoria | ["Victoria"] | 4 | 13 | Eli Elmo Garza | 101 N Bridge St, #104 | (361)578-8756 | http://www.victoriacountytx.org/index.php/en/county-directory | 0 | 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
);