Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
E-Rate Open Competitive Bidding: Basic Information (FCC Form 470 and Related Information)
This dataset contains information from the basic information section of each FCC Form 470, including applicant details such as contact information, application number, Billed Entity Number (BEN), and funding year, and 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-open-competitive-bidding-basic-information-jp7a-89nd\".\"erate_open_competitive_bidding_basic_information\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata