E-Rate FCC Form 470 Tool Data
This dataset contains the most current information from the basic information section of each FCC Form 470 as well as information from the consulting firms listed and from the services requested. This data includes applicant details such as contact information, application number, Billed Entity Number (BEN), and funding year; consultant details such as consultant name, Consultant Registration Number (CRN), and consultant contact information; and requested services details such as service type, function, manufacturer, links to FCC Form 470 files and related Request for Proposal (RFP) attachments; and other related information from the E-Rate Productivity Center (EPC).
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-usac/erate-fcc-form-470-tool-data-jt8s-3q52\".\"erate_fcc_form_470_tool_data\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.