courts
3 rows where ajr = 10, coa_district = 6 and county = "Camp"
This data as json, CSV (advanced)
Suggested facets: address, phone, 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-CAMP | Camp County Court | county_constitutional | Camp | ["Camp"] | 10 | 6 | James (AJ) Anthony Mason | 126 Church St, Rm 303 | (903)856-3845 | http://www.co.camp.tx.us/default.aspx?Camp_County/County.Judge | 2026-03-10 | Constitutional county court (county judge presides) | |||||||
| TX-DIST-076-CAMP | 76th District Court | 76 | district | Camp | ["Camp", "Morris", "Titus"] | 10 | 6 | Angela H. Saucier | 105 W 1st St | (903)577-6736 | http://www.co.camp.tx.us/default.aspx?Camp_County/76th | 2026-03-10 | Multi-county: Camp, Morris, Titus | ||||||
| TX-DIST-276-CAMP | 276th District Court | 276 | district | Camp | ["Camp", "Marion", "Morris", "Titus"] | 10 | 6 | Michael P. Kopech | 105 W 1st St | (903)577-6736 | http://www.co.camp.tx.us/default.aspx?Camp_County/276th | 2026-03-10 | Multi-county: Camp, Marion, Morris, Titus |
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
);