Surplus lines agent and agency status detail
This data set includes a row for each person or organization with an active or inactive Surplus Lines license issued by TDI. For detailed search results on individual agencies, agents, and adjusters please click here: <a href="https://appscenter.tdi.texas.gov/reports/p/sirconReport" target="_blank"><u>Detailed reports</u></a>.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"texas-gov/surplus-lines-agent-and-agency-status-detail-7isd-ex6t\".\"surplus_lines_agent_and_agency_status_detail\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.