Developer

API » Speed Test API - Nation

Description

This API returns all the speed test results for the entire United States.

Why We Provide It

We are providing this API to increase the value of the consumer broadband test. Currently the consumer broadband test only gives the result of the individual test. We think individuals would like to know the context of their test; do I get a similar result to the average tests in my county? The more people know about their broadband access speed the better.

API call
http://www.broadbandmap.gov/broadbandmap/speedtest/nation?format={format}&callback={functionName}

Sample call
http://www.broadbandmap.gov/broadbandmap/speedtest/nation?format=json

Parameters

Response
JSON

{

    * status: "OK"
    * responseTime: 3
    * message: [ ]
    *
      -
      Results: [
          o
            -
            {
                + geographyId: "99"
                + geographyName: "NATIONAL"
                + accessingFrom: "Business"
                + numberOfTests: 21023
                + medianDownload: 8.55469
                + lowerQuartileDownload: 2.66602
                + upperQuartileDownload: 24.54544
                + medianUpload: 3.80371
                + lowerQuartileUpload: 1.37402
                + upperQuartileUpload: 9.04297
            }
          o
            -
            {
                + geographyId: "99"
                + geographyName: "NATIONAL"
                + accessingFrom: "CC_library_school"
                + numberOfTests: 13796
                + medianDownload: 10.03028
                + lowerQuartileDownload: 3.12793
                + upperQuartileDownload: 27.00391
                + medianUpload: 5.41158
                + lowerQuartileUpload: 1.52832
                + upperQuartileUpload: 11.07813
            }
          o
            -
            {
                + geographyId: "99"
                + geographyName: "NATIONAL"
                + accessingFrom: "Home"
                + numberOfTests: 540460
                + medianDownload: 6.32031
                + lowerQuartileDownload: 2.40363
                + upperQuartileDownload: 15.05273
                + medianUpload: 0.945
                + lowerQuartileUpload: 0.466
                + upperQuartileUpload: 2.67285
            }
          o
            -
            {
                + geographyId: "99"
                + geographyName: "NATIONAL"
                + accessingFrom: "Mobile"
                + numberOfTests: 265090
                + medianDownload: 1.45215
                + lowerQuartileDownload: 0.62793
                + upperQuartileDownload: 4.35449
                + medianUpload: 0.39746
                + lowerQuartileUpload: 0.2168
                + upperQuartileUpload: 0.9873
            }
          o
            -
            {
                + geographyId: "99"
                + geographyName: "NATIONAL"
                + accessingFrom: "Other"
                + numberOfTests: 5405
                + medianDownload: 3.79348
                + lowerQuartileDownload: 1.21852
                + upperQuartileDownload: 12.5459
                + medianUpload: 0.95313
                + lowerQuartileUpload: 0.41602
                + upperQuartileUpload: 3.18457
            }
          o
            -
            {
                + geographyId: "99"
                + geographyName: "NATIONAL"
                + accessingFrom: "Small_Business"
                + numberOfTests: 31207
                + medianDownload: 3.88477
                + lowerQuartileDownload: 1.44672
                + upperQuartileDownload: 9.53274
                + medianUpload: 1.10938
                + lowerQuartileUpload: 0.54883
                + upperQuartileUpload: 2.77832
            }
      ]

}

XML

<Response status="OK" responseTime="3">
  
<Results>
  <numberOfTests>21023</numberOfTests>
  <medianDownload>8.55469</medianDownload>
  <lowerQuartileDownload>2.66602</lowerQuartileDownload>
  <upperQuartileDownload>24.54544</upperQuartileDownload>
  <medianUpload>3.80371</medianUpload>
  <lowerQuartileUpload>1.37402</lowerQuartileUpload>
  <upperQuartileUpload>9.04297</upperQuartileUpload>
  <geographyId>99</geographyId>
  <geographyName>NATIONAL</geographyName>
  <accessingFrom>Business</accessingFrom>
</Results>
  
<Results>
  <numberOfTests>13796</numberOfTests>
  <medianDownload>10.03028</medianDownload>
  <lowerQuartileDownload>3.12793</lowerQuartileDownload>
  <upperQuartileDownload>27.00391</upperQuartileDownload>
  <medianUpload>5.41158</medianUpload>
  <lowerQuartileUpload>1.52832</lowerQuartileUpload>
  <upperQuartileUpload>11.07813</upperQuartileUpload>
  <geographyId>99</geographyId>
  <geographyName>NATIONAL</geographyName>
  <accessingFrom>CC_library_school</accessingFrom>
</Results>
  
<Results>
  <numberOfTests>540460</numberOfTests>
  <medianDownload>6.32031</medianDownload>
  <lowerQuartileDownload>2.40363</lowerQuartileDownload>
  <upperQuartileDownload>15.05273</upperQuartileDownload>
  <medianUpload>0.94500</medianUpload>
  <lowerQuartileUpload>0.46600</lowerQuartileUpload>
  <upperQuartileUpload>2.67285</upperQuartileUpload>
  <geographyId>99</geographyId>
  <geographyName>NATIONAL</geographyName>
  <accessingFrom>Home</accessingFrom>
</Results>
  
<Results>
  <numberOfTests>265090</numberOfTests>
  <medianDownload>1.45215</medianDownload>
  <lowerQuartileDownload>0.62793</lowerQuartileDownload>
  <upperQuartileDownload>4.35449</upperQuartileDownload>
  <medianUpload>0.39746</medianUpload>
  <lowerQuartileUpload>0.21680</lowerQuartileUpload>
  <upperQuartileUpload>0.98730</upperQuartileUpload>
  <geographyId>99</geographyId>
  <geographyName>NATIONAL</geographyName>
  <accessingFrom>Mobile</accessingFrom>
</Results>
  
<Results>
  <numberOfTests>5405</numberOfTests>
  <medianDownload>3.79348</medianDownload>
  <lowerQuartileDownload>1.21852</lowerQuartileDownload>
  <upperQuartileDownload>12.54590</upperQuartileDownload>
  <medianUpload>0.95313</medianUpload>
  <lowerQuartileUpload>0.41602</lowerQuartileUpload>
  <upperQuartileUpload>3.18457</upperQuartileUpload>
  <geographyId>99</geographyId>
  <geographyName>NATIONAL</geographyName>
  <accessingFrom>Other</accessingFrom>
</Results>
  
<Results>
  <numberOfTests>31207</numberOfTests>
  <medianDownload>3.88477</medianDownload>
  <lowerQuartileDownload>1.44672</lowerQuartileDownload>
  <upperQuartileDownload>9.53274</upperQuartileDownload>
  <medianUpload>1.10938</medianUpload>
  <lowerQuartileUpload>0.54883</lowerQuartileUpload>
  <upperQuartileUpload>2.77832</upperQuartileUpload>
  <geographyId>99</geographyId>
  <geographyName>NATIONAL</geographyName>
  <accessingFrom>Small_Business</accessingFrom>
</Results>
</Response>



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.