AskTED Data - May 01, 2024
AskTED is the online Texas Education Directory. This system provides contact and address information for Texas public schools, districts, and Education Service Centers. To learn more about AskTED, please visit https://tealprod.tea.state.tx.us/Tea.AskTed.Web/Forms/Home.aspx.
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/askted-data-may-01-2024-hzek-udky\".\"askted_data_may_01_2024\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.