Developer

API » BIP Funding API - Nation


Description
This API allows the user to retrieve the BIP funding allocation for the whole nation.

Please note: TimeSeries Fall2010 and Dec2010 are no longer available. Use /jun2011/

Why We Provide It
We are providing this API to increase the value of the transparency of the National Broadband Map. With this API you can retrieve the information about BIP funding in the Nation.

Review Data Dictionary

JSON   XML

API Base
http://www.broadbandmap.gov/broadbandmap/

API Call
{API Base}/bip/nation?format={format}&callback={functionName}

Sample Call
http://www.broadbandmap.gov/broadbandmap/bip/nation?format=json

Required Parameters
-

Optional Parameters
format:
XML, JSON, JSONP (XML is default)

callback:
JSONP callback function name

Response

JSON   XML

{
 "status":"OK",
 "responseTime":3,
 "message":[
  
 ],
 "Results":[
  {
   "geographyId":"99",
   "geographyName":"NATIONAL",
   "round":"Round 1",
   "applicantName":"58 Total Applicants",
   "grantRequest":542135078.00000,
   "loanRequest":418055861.00000,
   "totalRequest":960190939.00000
  },
  {
   "geographyId":"99",
   "geographyName":"NATIONAL",
   "round":"Round 2",
   "applicantName":"200 Total Applicants",
   "grantRequest":1791727030.82000,
   "loanRequest":773788716.76000,
   "totalRequest":2565515747.58000
  },
  {
   "geographyId":"99",
   "geographyName":"NATIONAL",
   "round":"TA-Grants",
   "applicantName":"19 Total Applicants",
   "grantRequest":21225640526.00000,
   "loanRequest":0.00000,
   "totalRequest":21225640526.00000
  }
 ]
}
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Response status="OK" responseTime="3">
  <Results>
    <geographyId>99</geographyId>
    <geographyName>NATIONAL</geographyName>
    <round>Round 1</round>
    <applicantName>58 Total Applicants</applicantName>
    <grantRequest>542135078.00000</grantRequest>
    <loanRequest>418055861.00000</loanRequest>
    <totalRequest>960190939.00000</totalRequest>
 </Results>
 <Results>
   <geographyId>99</geographyId>
   <geographyName>NATIONAL</geographyName>
   <round>Round 2</round>
   <applicantName>200 Total Applicants</applicantName>
   <grantRequest>1791727030.82000</grantRequest>
   <loanRequest>773788716.76000</loanRequest>
   <totalRequest>2565515747.58000</totalRequest>
</Results>
<Results>
  <geographyId>99</geographyId>
  <geographyName>NATIONAL</geographyName>
  <round>TA-Grants</round>
  <applicantName>19 Total Applicants</applicantName>
  <grantRequest>21225640526.00000</grantRequest>
  <loanRequest>0.00000</loanRequest>
  <totalRequest>21225640526.00000</totalRequest>
</Results>
</Response>




Back to Top

You are automatically leaving the National Broadband Map site press escape key to cancel

You're leaving the National Broadband Map Website

You are now leaving the National Broadband Map web site, and will be automatically forwarded to the following site:

%url%

This link is provided for informational purposes only. We do not endorse any other product or service, and are not responsible for the content of other websites, including their accuracy, completeness, or timeliness.