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.
State Public Libraries are also part of this file and most of them start with a 9 as the first digit of the AUN column. There is one entry for Free Library of Philadelphia AUN 300513650 that does not start with a 9.
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.