home / texas_local_rules

courts

3 rows where ajr = 10 and county = "Cherokee"

This data as json, CSV (advanced)

Suggested facets: address, last_verified (date), counties (array)

court_type 3

  • county_constitutional 1
  • county_court_at_law 1
  • district 1

county 1

  • Cherokee · 3 ✖

coa_district 1

  • 12 3

ajr 1

  • 10 · 3 ✖
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-CHEROKEE Cherokee County Court   county_constitutional   Cherokee ["Cherokee"] 10 12 Chris Davis   135 S Main St (903)683-2324 http://www.co.cherokee.tx.us/ips/cms/countyoffices/countyJudge.html         2026-03-10 Constitutional county court (county judge presides)
TX-CCL-001-CHEROKEE County Court at Law   county_court_at_law   Cherokee ["Cherokee"] 10 12 Janice C. Stone   135 S Main St (903)683-6497 http://www.co.cherokee.tx.us/ips/cms/countyoffices/countyCourtAtLaw.html         2026-03-10  
TX-DIST-002-CHEROKEE 2nd District Court 2 district   Cherokee ["Cherokee"] 10 12 R. Chris Day   135 S Main, 2nd Fl (903)683-2236 http://www.co.cherokee.tx.us/ips/cms/districtcourt/2nddistrictJudge.html         2026-03-10  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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
);
Powered by Datasette · Queries took 83.8ms