Department English- Spanish Terminology Bank
The Terminology Bank is a database created to facilitate communication between our city departments and our LEP community. The database includes terms and phrases frequently used by our departments when communicating with citizens that have been translated. Currently there is only a Spanish version of this data base.
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 \"datahub-austintexas-gov/department-english-spanish-terminology-bank-hpf7-4b4e\".\"department_english_spanish_terminology_bank\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.