home / texas_local_rules

courts

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

This data as json, CSV (advanced)

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

court_type 1

  • district · 4 ✖

county 1

  • Webb · 4 ✖

coa_district 1

  • 4 4

ajr 1

  • 4 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-049-WEBB 49th District Court 49 district   Webb ["Webb", "Zapata"] 4 4 Jose A. Lopez   1110 Victoria, Ste 304 (956)523-4234 http://www.webbcountytx.gov/ https://topics.txcourts.gov/LocalRulesPublic/DocumentDetailsForCourt/337 1 0 0 2026-03-10 Multi-county: Webb, Zapata
TX-DIST-111-WEBB 111th District Court 111 district   Webb ["Webb"] 4 4 Monica Zapata Notzon   1110 Victoria, Ste 301 (956)523-4230 http://www.webbcountytx.gov/ https://topics.txcourts.gov/LocalRulesPublic/DocumentDetailsForCourt/227 1 0 0 2026-03-10  
TX-DIST-341-WEBB 341st District Court 341 district   Webb ["Webb"] 4 4 Rebecca (Beckie) Palomo   1110 Victoria, Ste 302 (956)523-4325 http://www.webbcountytx.gov/DC341st/ https://topics.txcourts.gov/LocalRulesPublic/DocumentDetailsForCourt/2991 1 0 0 2026-03-10  
TX-DIST-406-WEBB 406th District Court 406 district   Webb ["Webb"] 4 4 David E. Garcia   1110 Victoria, Ste 402 (956)523-4954 http://www.webbcountytx.gov/DC406th/ https://topics.txcourts.gov/LocalRulesPublic/DocumentDetailsForCourt/3257 1 0 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 94.259ms