home / texas_local_rules

courts

4 rows where county = "Potter" and court_type = "district"

This data as json, CSV (advanced)

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

court_type 1

  • district · 4 ✖

county 1

  • Potter · 4 ✖

coa_district 1

  • 7 4

ajr 1

  • 9 4
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-DIST-108-POTTER 108th District Court 108 district   Potter ["Potter"] 9 7 Timothy Gene Pirtle   350 SE 6th, Ste 4B (806)379-2355 http://www.co.potter.tx.us/default.aspx?Potter_County/District.Court.108   0 1 0 2026-03-10  
TX-DIST-181-POTTER 181st District Court 181 district   Potter ["Potter", "Randall"] 9 7 Titiana D. Frausto   350 SE 6th, Ste 5B (806)379-2360 http://www.co.potter.tx.us/default.aspx?Potter_County/District.Court.181   0 1 0 2026-03-10 Multi-county: Potter, Randall
TX-DIST-251-POTTER 251st District Court 251 district   Potter ["Potter", "Randall"] 9 7 Ana E. Estevez   350 SE 6th, Ste 5A (806)379-2365 http://www.co.potter.tx.us/default.aspx?Potter_County/District.Court.251   0 1 0 2026-03-10 Multi-county: Potter, Randall
TX-DIST-320-POTTER 320th District Court 320 district   Potter ["Potter"] 9 7 Steven Michael Denny   350 SE 6th, Ste 4A (806)379-2370 http://www.co.potter.tx.us/default.aspx?Potter_County/District.Court.320   0 1 0 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 43.275ms