Open repository in Console
Readme
Updated 8 months ago
‧ Indexed 1 hour ago
Education Entity Name and Address (EdNA) Current Statewide Education
EdNA (Education Names and Addresses) can be used to find name, address, administrator, and related information about the educational entities that PDE serves. These entities include school districts and their schools, intermediate units, career and technical centers, charter schools, nonpublic and private schools, higher education institutions, and many more.
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 \"pa-gov/education-entity-name-and-address-edna-current-knsp-q7fv\".\"education_entity_name_and_address_edna_current\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata