DeveloperAPI » 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.
Review Data Dictionary
JSON XML
API Base
http://www.broadbandmap.gov/broadbandmap/
API Call
{API Base}/speedtest/nation?testtype={speedTestType}&format={format}&callback={functionName}//
Sample Call
http://www.broadbandmap.gov/broadbandmap/speedtest/nation?format=json
Required Parameters
-
Optional Parameters
speedTestType:
specify the geography names to search for separated by commas and a maximum of 10 are allowed
format (optional):
XML, JSON, JSONP (XML is default)
callback (optional)
JSONP callback function name
{
"status":"OK",
"responseTime":4,
"message":[
],
"Results":[
{
"geographyId":"99",
"geographyName":"NATIONAL",
"accessingFrom":"Business",
"numberOfTests":25087,
"medianDownload":8.62891,
"lowerQuartileDownload":2.66676,
"upperQuartileDownload":24.47264,
"medianUpload":4.05700,
"lowerQuartileUpload":1.37988,
"upperQuartileUpload":9.66016
},
{
"geographyId":"99",
"geographyName":"NATIONAL",
"accessingFrom":"Business",
"numberOfTests":25087,
"medianDownload":8.62891,
"lowerQuartileDownload":2.66676,
"upperQuartileDownload":24.47264,
"medianUpload":4.05700,
"lowerQuartileUpload":1.37988,
"upperQuartileUpload":9.66016
},
{
"geographyId":"99",
"geographyName":"NATIONAL",
"accessingFrom":"CC_library_school",
"numberOfTests":16478,
"medianDownload":9.78027,
"lowerQuartileDownload":3.05273,
"upperQuartileDownload":26.71191,
"medianUpload":5.48828,
"lowerQuartileUpload":1.47300,
"upperQuartileUpload":11.81641
},
{
"geographyId":"99",
"geographyName":"NATIONAL",
"accessingFrom":"CC_library_school",
"numberOfTests":16478,
"medianDownload":9.78027,
"lowerQuartileDownload":3.05273,
"upperQuartileDownload":26.71191,
"medianUpload":5.48828,
"lowerQuartileUpload":1.47300,
"upperQuartileUpload":11.81641
},
{
"geographyId":"99",
"geographyName":"NATIONAL",
"accessingFrom":"Home",
"numberOfTests":686649,
"medianDownload":6.44124,
"lowerQuartileDownload":2.38086,
"upperQuartileDownload":15.32883,
"medianUpload":0.95300,
"lowerQuartileUpload":0.47363,
"upperQuartileUpload":2.81641
},
{
"geographyId":"99",
"geographyName":"NATIONAL",
"accessingFrom":"Home",
"numberOfTests":686649,
"medianDownload":6.44124,
"lowerQuartileDownload":2.38086,
"upperQuartileDownload":15.32883,
"medianUpload":0.95300,
"lowerQuartileUpload":0.47363,
"upperQuartileUpload":2.81641
},
{
"geographyId":"99",
"geographyName":"NATIONAL",
"accessingFrom":"Mobile",
"numberOfTests":3459753,
"medianDownload":1.88184,
"lowerQuartileDownload":0.69629,
"upperQuartileDownload":5.18555,
"medianUpload":0.71680,
"lowerQuartileUpload":0.31055,
"upperQuartileUpload":1.62500
},
{
"geographyId":"99",
"geographyName":"NATIONAL",
"accessingFrom":"Mobile",
"numberOfTests":3459753,
"medianDownload":1.88184,
"lowerQuartileDownload":0.69629,
"upperQuartileDownload":5.18555,
"medianUpload":0.71680,
"lowerQuartileUpload":0.31055,
"upperQuartileUpload":1.62500
},
{
"geographyId":"99",
"geographyName":"NATIONAL",
"accessingFrom":"Other",
"numberOfTests":6618,
"medianDownload":3.86959,
"lowerQuartileDownload":1.24805,
"upperQuartileDownload":12.53613,
"medianUpload":0.95508,
"lowerQuartileUpload":0.41895,
"upperQuartileUpload":3.39063
},
{
"geographyId":"99",
"geographyName":"NATIONAL",
"accessingFrom":"Other",
"numberOfTests":6618,
"medianDownload":3.86959,
"lowerQuartileDownload":1.24805,
"upperQuartileDownload":12.53613,
"medianUpload":0.95508,
"lowerQuartileUpload":0.41895,
"upperQuartileUpload":3.39063
},
{
"geographyId":"99",
"geographyName":"NATIONAL",
"accessingFrom":"Small_Business",
"numberOfTests":38940,
"medianDownload":4.08320,
"lowerQuartileDownload":1.45410,
"upperQuartileDownload":10.18555,
"medianUpload":1.19200,
"lowerQuartileUpload":0.56250,
"upperQuartileUpload":3.02500
},
{
"geographyId":"99",
"geographyName":"NATIONAL",
"accessingFrom":"Small_Business",
"numberOfTests":38940,
"medianDownload":4.08320,
"lowerQuartileDownload":1.45410,
"upperQuartileDownload":10.18555,
"medianUpload":1.19200,
"lowerQuartileUpload":0.56250,
"upperQuartileUpload":3.02500
}
]
}
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Response status="OK" responseTime="2">
<Results>
<numberOfTests>25087</numberOfTests>
<medianDownload>8.62891</medianDownload>
<lowerQuartileDownload>2.66676</lowerQuartileDownload>
<upperQuartileDownload>24.47264</upperQuartileDownload>
<medianUpload>4.05700</medianUpload>
<lowerQuartileUpload>1.37988</lowerQuartileUpload>
<upperQuartileUpload>9.66016</upperQuartileUpload>
<geographyId>99</geographyId>
<geographyName>NATIONAL</geographyName>
<accessingFrom>Business</accessingFrom>
</Results>
<Results>
<numberOfTests>25087</numberOfTests>
<medianDownload>8.62891</medianDownload>
<lowerQuartileDownload>2.66676</lowerQuartileDownload>
<upperQuartileDownload>24.47264</upperQuartileDownload>
<medianUpload>4.05700</medianUpload>
<lowerQuartileUpload>1.37988</lowerQuartileUpload>
<upperQuartileUpload>9.66016</upperQuartileUpload>
<geographyId>99</geographyId>
<geographyName>NATIONAL</geographyName>
<accessingFrom>Business</accessingFrom>
</Results>
<Results>
<numberOfTests>16478</numberOfTests>
<medianDownload>9.78027</medianDownload>
<lowerQuartileDownload>3.05273</lowerQuartileDownload>
<upperQuartileDownload>26.71191</upperQuartileDownload>
<medianUpload>5.48828</medianUpload>
<lowerQuartileUpload>1.47300</lowerQuartileUpload>
<upperQuartileUpload>11.81641</upperQuartileUpload>
<geographyId>99</geographyId>
<geographyName>NATIONAL</geographyName>
<accessingFrom>CC_library_school</accessingFrom>
</Results>
<Results>
<numberOfTests>16478</numberOfTests>
<medianDownload>9.78027</medianDownload>
<lowerQuartileDownload>3.05273</lowerQuartileDownload>
<upperQuartileDownload>26.71191</upperQuartileDownload>
<medianUpload>5.48828</medianUpload>
<lowerQuartileUpload>1.47300</lowerQuartileUpload>
<upperQuartileUpload>11.81641</upperQuartileUpload>
<geographyId>99</geographyId>
<geographyName>NATIONAL</geographyName>
<accessingFrom>CC_library_school</accessingFrom>
</Results>
<Results>
<numberOfTests>686649</numberOfTests>
<medianDownload>6.44124</medianDownload>
<lowerQuartileDownload>2.38086</lowerQuartileDownload>
<upperQuartileDownload>15.32883</upperQuartileDownload>
<medianUpload>0.95300</medianUpload>
<lowerQuartileUpload>0.47363</lowerQuartileUpload>
<upperQuartileUpload>2.81641</upperQuartileUpload>
<geographyId>99</geographyId>
<geographyName>NATIONAL</geographyName>
<accessingFrom>Home</accessingFrom>
</Results>
<Results>
<numberOfTests>686649</numberOfTests>
<medianDownload>6.44124</medianDownload>
<lowerQuartileDownload>2.38086</lowerQuartileDownload>
<upperQuartileDownload>15.32883</upperQuartileDownload>
<medianUpload>0.95300</medianUpload>
<lowerQuartileUpload>0.47363</lowerQuartileUpload>
<upperQuartileUpload>2.81641</upperQuartileUpload>
<geographyId>99</geographyId>
<geographyName>NATIONAL</geographyName>
<accessingFrom>Home</accessingFrom>
</Results>
<Results>
<numberOfTests>3459753</numberOfTests>
<medianDownload>1.88184</medianDownload>
<lowerQuartileDownload>0.69629</lowerQuartileDownload>
<upperQuartileDownload>5.18555</upperQuartileDownload>
<medianUpload>0.71680</medianUpload>
<lowerQuartileUpload>0.31055</lowerQuartileUpload>
<upperQuartileUpload>1.62500</upperQuartileUpload>
<geographyId>99</geographyId>
<geographyName>NATIONAL</geographyName>
<accessingFrom>Mobile</accessingFrom>
</Results>
<Results>
<numberOfTests>3459753</numberOfTests>
<medianDownload>1.88184</medianDownload>
<lowerQuartileDownload>0.69629</lowerQuartileDownload>
<upperQuartileDownload>5.18555</upperQuartileDownload>
<medianUpload>0.71680</medianUpload>
<lowerQuartileUpload>0.31055</lowerQuartileUpload>
<upperQuartileUpload>1.62500</upperQuartileUpload>
<geographyId>99</geographyId>
<geographyName>NATIONAL</geographyName>
<accessingFrom>Mobile</accessingFrom>
</Results>
<Results>
<numberOfTests>6618</numberOfTests>
<medianDownload>3.86959</medianDownload>
<lowerQuartileDownload>1.24805</lowerQuartileDownload>
<upperQuartileDownload>12.53613</upperQuartileDownload>
<medianUpload>0.95508</medianUpload>
<lowerQuartileUpload>0.41895</lowerQuartileUpload>
<upperQuartileUpload>3.39063</upperQuartileUpload>
<geographyId>99</geographyId>
<geographyName>NATIONAL</geographyName>
<accessingFrom>Other</accessingFrom>
</Results>
<Results>
<numberOfTests>6618</numberOfTests>
<medianDownload>3.86959</medianDownload>
<lowerQuartileDownload>1.24805</lowerQuartileDownload>
<upperQuartileDownload>12.53613</upperQuartileDownload>
<medianUpload>0.95508</medianUpload>
<lowerQuartileUpload>0.41895</lowerQuartileUpload>
<upperQuartileUpload>3.39063</upperQuartileUpload>
<geographyId>99</geographyId>
<geographyName>NATIONAL</geographyName>
<accessingFrom>Other</accessingFrom>
</Results>
<Results>
<numberOfTests>38940</numberOfTests>
<medianDownload>4.08320</medianDownload>
<lowerQuartileDownload>1.45410</lowerQuartileDownload>
<upperQuartileDownload>10.18555</upperQuartileDownload>
<medianUpload>1.19200</medianUpload>
<lowerQuartileUpload>0.56250</lowerQuartileUpload>
<upperQuartileUpload>3.02500</upperQuartileUpload>
<geographyId>99</geographyId>
<geographyName>NATIONAL</geographyName>
<accessingFrom>Small_Business</accessingFrom>
</Results>
<Results>
<numberOfTests>38940</numberOfTests>
<medianDownload>4.08320</medianDownload>
<lowerQuartileDownload>1.45410</lowerQuartileDownload>
<upperQuartileDownload>10.18555</upperQuartileDownload>
<medianUpload>1.19200</medianUpload>
<lowerQuartileUpload>0.56250</lowerQuartileUpload>
<upperQuartileUpload>3.02500</upperQuartileUpload>
<geographyId>99</geographyId>
<geographyName>NATIONAL</geographyName>
<accessingFrom>Small_Business</accessingFrom>
</Results>
</Response>