Texas Notary Public Commissions
This dataset provides a list of individuals commissioned to perform services as a notary public by the Office of the Texas Secretary of State. This dataset receives regular updates.
DISCLAIMER ON ACCURACY AND COMPLETENESS OF INFORMATION. While the Office of the Texas Secretary of State (the “SOS”) uses reasonable efforts to provide accurate and up-to-date information, some of the information provided is gathered by third-parties and has not been independently verified by the SOS. Data can quickly become out of-date. Although the information found on this system has been produced and processed from sources believed to be reliable, no warranty, express or implied, is made regarding accuracy, adequacy, completeness, legality, reliability or usefulness of any information. This disclaimer applies to both isolated and aggregate uses of information. SOS does not represent or warrant that access to the service will be uninterrupted or that there will be no failures, errors or omissions or loss of transmitted information.
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/texas-notary-public-commissions-gmd3-bnrd\".\"texas_notary_public_commissions\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.