L&I Contractor Authorized Signer Data
Addendum to Labor & Industries Contractor License and Registration data. Authorized signers are those identified on the license as authorized signers for permits or affidavits.
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 \"wa-gov/li-contractor-authorized-signer-data-s7ge-wicw\".\"li_contractor_authorized_signer_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.