Developer

API » Almanac API - Ranking By Geography ID Within The Nation


Description
This API is designed to find the rankings by any geography ID within the nation with a specific census metric (population or household) and ranking metric (any of the metrics from provider, demographic, technology or speed). The results are the top ten and bottom ten rankings within the nation for the particular geography type and my area rankings include +/- 5 rankings from the my area rank.

Latest data version released jun2012. Previous data versions include jun2011, dec2011.

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 get back the top ten and bottom ten list of places with any broadband metric within the Nation.

Review Data Dictionary

JSON   XML

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

API Call
{API Base}/almanac/{dataVersion}/rankby/nation/{censusMetric}/{rankingMetric}/{geographyType}/id/{geographyId}?properties={properties}&format={format}&callback={functionName}&order={sortOrder}//

Sample Call
http://www.broadbandmap.gov/broadbandmap/almanac/jun2011/rankby/nation/population/wirelineproviderequals0/county/id/51117?format=json&order=asc

Required Parameters
dataVersion:
specify the data version for search(no defaults). Examples: jun2012, dec2011, jun2011.

censusMetricType:
specify the census metric by which the data has to be aggregated. It can be either population or household

rankingMetric:
specify one of the various metrics from demographics, technologies, speeds or providers by which the ranking will be done

geographyType:
specify one of the following geography type: censusplace, msa, usf, county, statesenate, statehouse, congdistrict

geographyId:
specify the my area geography ID to be ranked

properties:
specify the properties comma delimited to be included in the result

sortOrder:
specify 'asc' for ascending order (default) and 'desc' for descending order

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

callback (optional)
JSONP callback function name

Response

JSON   XML

{
 "status":"OK",
 "responseTime":399,
 "message":[
  "Full rank list support is not allowed at present for the geography type and rank type combination"
 ],
 "Results":{
  "FirstTen":[
   {
    "geographyId":"17003",
    "geographyName":"Alexander",
    "rank":1,
    "stateFips":"17",
    "population":8038,
    "providerGreaterThan3":0.47160,
    "wirelineProviderEquals0":1.00000,
    "downloadSpeedGreaterThan3000k":0.95350,
    "downloadSpeedGreaterThan3000kError":0.04390,
    "anyWireline":0.00000,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"02270",
    "geographyName":"Wade Hampton",
    "rank":2,
    "stateFips":"02",
    "population":7608,
    "providerGreaterThan3":0.00000,
    "wirelineProviderEquals0":1.00000,
    "downloadSpeedGreaterThan3000k":0.00000,
    "downloadSpeedGreaterThan3000kError":0.00000,
    "anyWireline":0.00000,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"02070",
    "geographyName":"Dillingham",
    "rank":3,
    "stateFips":"02",
    "population":4877,
    "providerGreaterThan3":0.00000,
    "wirelineProviderEquals0":1.00000,
    "downloadSpeedGreaterThan3000k":0.00000,
    "downloadSpeedGreaterThan3000kError":0.00000,
    "anyWireline":0.00000,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"02013",
    "geographyName":"Aleutians East",
    "rank":4,
    "stateFips":"02",
    "population":3269,
    "providerGreaterThan3":0.00000,
    "wirelineProviderEquals0":1.00000,
    "downloadSpeedGreaterThan3000k":0.00000,
    "downloadSpeedGreaterThan3000kError":0.00000,
    "anyWireline":0.00000,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"02164",
    "geographyName":"Lake and Peninsula",
    "rank":5,
    "stateFips":"02",
    "population":1642,
    "providerGreaterThan3":0.00000,
    "wirelineProviderEquals0":1.00000,
    "downloadSpeedGreaterThan3000k":0.00000,
    "downloadSpeedGreaterThan3000kError":0.00000,
    "anyWireline":0.00000,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"02060",
    "geographyName":"Bristol Bay",
    "rank":6,
    "stateFips":"02",
    "population":981,
    "providerGreaterThan3":0.00000,
    "wirelineProviderEquals0":1.00000,
    "downloadSpeedGreaterThan3000k":0.00000,
    "downloadSpeedGreaterThan3000kError":0.00000,
    "anyWireline":0.00000,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"02282",
    "geographyName":"Yakutat",
    "rank":7,
    "stateFips":"02",
    "population":659,
    "providerGreaterThan3":0.00000,
    "wirelineProviderEquals0":1.00000,
    "downloadSpeedGreaterThan3000k":0.00000,
    "downloadSpeedGreaterThan3000kError":0.00000,
    "anyWireline":0.00000,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"60040",
    "geographyName":"Swains Island",
    "rank":8,
    "stateFips":"60",
    "population":17,
    "providerGreaterThan3":0.00000,
    "wirelineProviderEquals0":1.00000,
    "downloadSpeedGreaterThan3000k":0.00000,
    "downloadSpeedGreaterThan3000kError":0.00000,
    "anyWireline":0.00000,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"69085",
    "geographyName":"Northern Islands",
    "rank":9,
    "stateFips":"69",
    "population":0,
    "providerGreaterThan3":0.00000,
    "wirelineProviderEquals0":1.00000,
    "downloadSpeedGreaterThan3000k":0.00000,
    "downloadSpeedGreaterThan3000kError":0.00000,
    "anyWireline":0.00000,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"60030",
    "geographyName":"Rose Island",
    "rank":9,
    "stateFips":"60",
    "population":0,
    "providerGreaterThan3":0.00000,
    "wirelineProviderEquals0":1.00000,
    "downloadSpeedGreaterThan3000k":0.00000,
    "downloadSpeedGreaterThan3000kError":0.00000,
    "anyWireline":0.00000,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   }
  ],
  "myArea":[
   {
    "geographyId":"19155",
    "geographyName":"Pottawattamie",
    "rank":1569,
    "stateFips":"19",
    "population":93507,
    "providerGreaterThan3":0.99990,
    "wirelineProviderEquals0":0.08390,
    "downloadSpeedGreaterThan3000k":0.99840,
    "downloadSpeedGreaterThan3000kError":0.00160,
    "anyWireline":0.90920,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"48101",
    "geographyName":"Cottle",
    "rank":1570,
    "stateFips":"48",
    "population":1515,
    "providerGreaterThan3":0.18610,
    "wirelineProviderEquals0":0.08380,
    "downloadSpeedGreaterThan3000k":0.99100,
    "downloadSpeedGreaterThan3000kError":0.00900,
    "anyWireline":0.91140,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"48257",
    "geographyName":"Kaufman",
    "rank":1571,
    "stateFips":"48",
    "population":107321,
    "providerGreaterThan3":1.00000,
    "wirelineProviderEquals0":0.08370,
    "downloadSpeedGreaterThan3000k":0.99980,
    "downloadSpeedGreaterThan3000kError":0.00020,
    "anyWireline":0.89520,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"37015",
    "geographyName":"Bertie",
    "rank":1572,
    "stateFips":"37",
    "population":21407,
    "providerGreaterThan3":0.70370,
    "wirelineProviderEquals0":0.08370,
    "downloadSpeedGreaterThan3000k":0.97960,
    "downloadSpeedGreaterThan3000kError":0.01530,
    "anyWireline":0.87030,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"21161",
    "geographyName":"Mason",
    "rank":1573,
    "stateFips":"21",
    "population":17659,
    "providerGreaterThan3":0.90680,
    "wirelineProviderEquals0":0.08370,
    "downloadSpeedGreaterThan3000k":0.98410,
    "downloadSpeedGreaterThan3000kError":0.01370,
    "anyWireline":0.90030,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"51117",
    "geographyName":"Mecklenburg",
    "rank":1574,
    "stateFips":"51",
    "population":32775,
    "providerGreaterThan3":0.62040,
    "wirelineProviderEquals0":0.08360,
    "downloadSpeedGreaterThan3000k":0.81830,
    "downloadSpeedGreaterThan3000kError":0.00000,
    "anyWireline":0.88300,
    "anyWirelineError":0.00000,
    "myAreaIndicator":true
   },
   {
    "geographyId":"06047",
    "geographyName":"Merced",
    "rank":1575,
    "stateFips":"06",
    "population":260989,
    "providerGreaterThan3":0.99840,
    "wirelineProviderEquals0":0.08350,
    "downloadSpeedGreaterThan3000k":0.97180,
    "downloadSpeedGreaterThan3000kError":0.01250,
    "anyWireline":0.91330,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"72135",
    "geographyName":"Toa Alta",
    "rank":1576,
    "stateFips":"72",
    "population":72556,
    "providerGreaterThan3":1.00000,
    "wirelineProviderEquals0":0.08350,
    "downloadSpeedGreaterThan3000k":1.00000,
    "downloadSpeedGreaterThan3000kError":0.00000,
    "anyWireline":0.91650,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"06069",
    "geographyName":"San Benito",
    "rank":1577,
    "stateFips":"06",
    "population":55810,
    "providerGreaterThan3":0.99350,
    "wirelineProviderEquals0":0.08340,
    "downloadSpeedGreaterThan3000k":0.97590,
    "downloadSpeedGreaterThan3000kError":0.01490,
    "anyWireline":0.91080,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"05109",
    "geographyName":"Pike",
    "rank":1578,
    "stateFips":"05",
    "population":11203,
    "providerGreaterThan3":0.19000,
    "wirelineProviderEquals0":0.08340,
    "downloadSpeedGreaterThan3000k":0.96320,
    "downloadSpeedGreaterThan3000kError":0.03180,
    "anyWireline":0.87630,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"48443",
    "geographyName":"Terrell",
    "rank":1579,
    "stateFips":"48",
    "population":959,
    "providerGreaterThan3":0.00000,
    "wirelineProviderEquals0":0.08340,
    "downloadSpeedGreaterThan3000k":0.00000,
    "downloadSpeedGreaterThan3000kError":0.00000,
    "anyWireline":0.89740,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   }
  ],
  "LastTen":[
   {
    "geographyId":"51515",
    "geographyName":"Bedford City",
    "rank":3225,
    "stateFips":"51",
    "population":6200,
    "providerGreaterThan3":1.00000,
    "wirelineProviderEquals0":0.00000,
    "downloadSpeedGreaterThan3000k":0.99760,
    "downloadSpeedGreaterThan3000kError":0.00000,
    "anyWireline":1.00000,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"48411",
    "geographyName":"San Saba",
    "rank":3226,
    "stateFips":"48",
    "population":6067,
    "providerGreaterThan3":0.06330,
    "wirelineProviderEquals0":0.00000,
    "downloadSpeedGreaterThan3000k":1.00000,
    "downloadSpeedGreaterThan3000kError":-0.00110,
    "anyWireline":1.00000,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"47137",
    "geographyName":"Pickett",
    "rank":3227,
    "stateFips":"47",
    "population":5057,
    "providerGreaterThan3":0.90550,
    "wirelineProviderEquals0":0.00000,
    "downloadSpeedGreaterThan3000k":1.00000,
    "downloadSpeedGreaterThan3000kError":-0.00130,
    "anyWireline":1.00000,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"48275",
    "geographyName":"Knox",
    "rank":3228,
    "stateFips":"48",
    "population":3584,
    "providerGreaterThan3":1.00000,
    "wirelineProviderEquals0":0.00000,
    "downloadSpeedGreaterThan3000k":1.00000,
    "downloadSpeedGreaterThan3000kError":-0.00140,
    "anyWireline":1.00000,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"46043",
    "geographyName":"Douglas",
    "rank":3229,
    "stateFips":"46",
    "population":2914,
    "providerGreaterThan3":1.00000,
    "wirelineProviderEquals0":0.00000,
    "downloadSpeedGreaterThan3000k":1.00000,
    "downloadSpeedGreaterThan3000kError":0.00000,
    "anyWireline":1.00000,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"16023",
    "geographyName":"Butte",
    "rank":3230,
    "stateFips":"16",
    "population":2896,
    "providerGreaterThan3":0.38540,
    "wirelineProviderEquals0":0.00000,
    "downloadSpeedGreaterThan3000k":0.95900,
    "downloadSpeedGreaterThan3000kError":0.03200,
    "anyWireline":0.97450,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"46107",
    "geographyName":"Potter",
    "rank":3231,
    "stateFips":"46",
    "population":2261,
    "providerGreaterThan3":1.00000,
    "wirelineProviderEquals0":0.00000,
    "downloadSpeedGreaterThan3000k":0.99960,
    "downloadSpeedGreaterThan3000kError":0.00040,
    "anyWireline":1.00000,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"46095",
    "geographyName":"Mellette",
    "rank":3232,
    "stateFips":"46",
    "population":2068,
    "providerGreaterThan3":0.77850,
    "wirelineProviderEquals0":0.00000,
    "downloadSpeedGreaterThan3000k":0.73730,
    "downloadSpeedGreaterThan3000kError":0.08240,
    "anyWireline":0.98970,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"46055",
    "geographyName":"Haakon",
    "rank":3233,
    "stateFips":"46",
    "population":1913,
    "providerGreaterThan3":0.83950,
    "wirelineProviderEquals0":0.00000,
    "downloadSpeedGreaterThan3000k":0.81960,
    "downloadSpeedGreaterThan3000kError":0.06240,
    "anyWireline":1.00000,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   },
   {
    "geographyId":"15005",
    "geographyName":"Kalawao",
    "rank":3234,
    "stateFips":"15",
    "population":89,
    "providerGreaterThan3":0.14610,
    "wirelineProviderEquals0":0.00000,
    "downloadSpeedGreaterThan3000k":1.00000,
    "downloadSpeedGreaterThan3000kError":0.00000,
    "anyWireline":1.00000,
    "anyWirelineError":0.00000,
    "myAreaIndicator":false
   }
  ],
  "All":[
   
  ]
 }
}
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Response status="OK" responseTime="594">
  <message>Full rank list support is not allowed at present for the geography type and rank type combination</message>
  <Results>
    <FirstTen myAreaIndicator="false">
      <population>8038</population>
      <providerGreaterThan3>0.47160</providerGreaterThan3>
      <wirelineProviderEquals0>1.00000</wirelineProviderEquals0>
      <downloadSpeedGreaterThan3000k>0.95350</downloadSpeedGreaterThan3000k>
      <downloadSpeedGreaterThan3000kError>0.04390</downloadSpeedGreaterThan3000kError>
      <anyWireline>0.00000</anyWireline>
      <anyWirelineError>0.00000</anyWirelineError>
      <geographyId>17003</geographyId>
      <geographyName>Alexander</geographyName>
      <rank>1</rank>
      <stateFips>17</stateFips>
   </FirstTen>
   <FirstTen myAreaIndicator="false">
     <population>7608</population>
     <providerGreaterThan3>0.00000</providerGreaterThan3>
     <wirelineProviderEquals0>1.00000</wirelineProviderEquals0>
     <downloadSpeedGreaterThan3000k>0.00000</downloadSpeedGreaterThan3000k>
     <downloadSpeedGreaterThan3000kError>0.00000</downloadSpeedGreaterThan3000kError>
     <anyWireline>0.00000</anyWireline>
     <anyWirelineError>0.00000</anyWirelineError>
     <geographyId>02270</geographyId>
     <geographyName>Wade Hampton</geographyName>
     <rank>2</rank>
     <stateFips>02</stateFips>
  </FirstTen>
  <FirstTen myAreaIndicator="false">
    <population>4877</population>
    <providerGreaterThan3>0.00000</providerGreaterThan3>
    <wirelineProviderEquals0>1.00000</wirelineProviderEquals0>
    <downloadSpeedGreaterThan3000k>0.00000</downloadSpeedGreaterThan3000k>
    <downloadSpeedGreaterThan3000kError>0.00000</downloadSpeedGreaterThan3000kError>
    <anyWireline>0.00000</anyWireline>
    <anyWirelineError>0.00000</anyWirelineError>
    <geographyId>02070</geographyId>
    <geographyName>Dillingham</geographyName>
    <rank>3</rank>
    <stateFips>02</stateFips>
 </FirstTen>
 <FirstTen myAreaIndicator="false">
   <population>3269</population>
   <providerGreaterThan3>0.00000</providerGreaterThan3>
   <wirelineProviderEquals0>1.00000</wirelineProviderEquals0>
   <downloadSpeedGreaterThan3000k>0.00000</downloadSpeedGreaterThan3000k>
   <downloadSpeedGreaterThan3000kError>0.00000</downloadSpeedGreaterThan3000kError>
   <anyWireline>0.00000</anyWireline>
   <anyWirelineError>0.00000</anyWirelineError>
   <geographyId>02013</geographyId>
   <geographyName>Aleutians East</geographyName>
   <rank>4</rank>
   <stateFips>02</stateFips>
</FirstTen>
<FirstTen myAreaIndicator="false">
  <population>1642</population>
  <providerGreaterThan3>0.00000</providerGreaterThan3>
  <wirelineProviderEquals0>1.00000</wirelineProviderEquals0>
  <downloadSpeedGreaterThan3000k>0.00000</downloadSpeedGreaterThan3000k>
  <downloadSpeedGreaterThan3000kError>0.00000</downloadSpeedGreaterThan3000kError>
  <anyWireline>0.00000</anyWireline>
  <anyWirelineError>0.00000</anyWirelineError>
  <geographyId>02164</geographyId>
  <geographyName>Lake and Peninsula</geographyName>
  <rank>5</rank>
  <stateFips>02</stateFips>
</FirstTen>
<FirstTen myAreaIndicator="false">
 <population>981</population>
 <providerGreaterThan3>0.00000</providerGreaterThan3>
 <wirelineProviderEquals0>1.00000</wirelineProviderEquals0>
 <downloadSpeedGreaterThan3000k>0.00000</downloadSpeedGreaterThan3000k>
 <downloadSpeedGreaterThan3000kError>0.00000</downloadSpeedGreaterThan3000kError>
 <anyWireline>0.00000</anyWireline>
 <anyWirelineError>0.00000</anyWirelineError>
 <geographyId>02060</geographyId>
 <geographyName>Bristol Bay</geographyName>
 <rank>6</rank>
 <stateFips>02</stateFips>
</FirstTen>
<FirstTen myAreaIndicator="false">
<population>659</population>
<providerGreaterThan3>0.00000</providerGreaterThan3>
<wirelineProviderEquals0>1.00000</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>0.00000</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>0.00000</downloadSpeedGreaterThan3000kError>
<anyWireline>0.00000</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>02282</geographyId>
<geographyName>Yakutat</geographyName>
<rank>7</rank>
<stateFips>02</stateFips>
</FirstTen>
<FirstTen myAreaIndicator="false">
<population>17</population>
<providerGreaterThan3>0.00000</providerGreaterThan3>
<wirelineProviderEquals0>1.00000</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>0.00000</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>0.00000</downloadSpeedGreaterThan3000kError>
<anyWireline>0.00000</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>60040</geographyId>
<geographyName>Swains Island</geographyName>
<rank>8</rank>
<stateFips>60</stateFips>
</FirstTen>
<FirstTen myAreaIndicator="false">
<population>0</population>
<providerGreaterThan3>0.00000</providerGreaterThan3>
<wirelineProviderEquals0>1.00000</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>0.00000</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>0.00000</downloadSpeedGreaterThan3000kError>
<anyWireline>0.00000</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>69085</geographyId>
<geographyName>Northern Islands</geographyName>
<rank>9</rank>
<stateFips>69</stateFips>
</FirstTen>
<FirstTen myAreaIndicator="false">
<population>0</population>
<providerGreaterThan3>0.00000</providerGreaterThan3>
<wirelineProviderEquals0>1.00000</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>0.00000</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>0.00000</downloadSpeedGreaterThan3000kError>
<anyWireline>0.00000</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>60030</geographyId>
<geographyName>Rose Island</geographyName>
<rank>9</rank>
<stateFips>60</stateFips>
</FirstTen>
<myArea myAreaIndicator="false">
<population>93507</population>
<providerGreaterThan3>0.99990</providerGreaterThan3>
<wirelineProviderEquals0>0.08390</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>0.99840</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>0.00160</downloadSpeedGreaterThan3000kError>
<anyWireline>0.90920</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>19155</geographyId>
<geographyName>Pottawattamie</geographyName>
<rank>1569</rank>
<stateFips>19</stateFips>
</myArea>
<myArea myAreaIndicator="false">
<population>1515</population>
<providerGreaterThan3>0.18610</providerGreaterThan3>
<wirelineProviderEquals0>0.08380</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>0.99100</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>0.00900</downloadSpeedGreaterThan3000kError>
<anyWireline>0.91140</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>48101</geographyId>
<geographyName>Cottle</geographyName>
<rank>1570</rank>
<stateFips>48</stateFips>
</myArea>
<myArea myAreaIndicator="false">
<population>107321</population>
<providerGreaterThan3>1.00000</providerGreaterThan3>
<wirelineProviderEquals0>0.08370</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>0.99980</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>0.00020</downloadSpeedGreaterThan3000kError>
<anyWireline>0.89520</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>48257</geographyId>
<geographyName>Kaufman</geographyName>
<rank>1571</rank>
<stateFips>48</stateFips>
</myArea>
<myArea myAreaIndicator="false">
<population>21407</population>
<providerGreaterThan3>0.70370</providerGreaterThan3>
<wirelineProviderEquals0>0.08370</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>0.97960</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>0.01530</downloadSpeedGreaterThan3000kError>
<anyWireline>0.87030</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>37015</geographyId>
<geographyName>Bertie</geographyName>
<rank>1572</rank>
<stateFips>37</stateFips>
</myArea>
<myArea myAreaIndicator="false">
<population>17659</population>
<providerGreaterThan3>0.90680</providerGreaterThan3>
<wirelineProviderEquals0>0.08370</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>0.98410</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>0.01370</downloadSpeedGreaterThan3000kError>
<anyWireline>0.90030</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>21161</geographyId>
<geographyName>Mason</geographyName>
<rank>1573</rank>
<stateFips>21</stateFips>
</myArea>
<myArea myAreaIndicator="true">
<population>32775</population>
<providerGreaterThan3>0.62040</providerGreaterThan3>
<wirelineProviderEquals0>0.08360</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>0.81830</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>0.00000</downloadSpeedGreaterThan3000kError>
<anyWireline>0.88300</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>51117</geographyId>
<geographyName>Mecklenburg</geographyName>
<rank>1574</rank>
<stateFips>51</stateFips>
</myArea>
<myArea myAreaIndicator="false">
<population>260989</population>
<providerGreaterThan3>0.99840</providerGreaterThan3>
<wirelineProviderEquals0>0.08350</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>0.97180</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>0.01250</downloadSpeedGreaterThan3000kError>
<anyWireline>0.91330</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>06047</geographyId>
<geographyName>Merced</geographyName>
<rank>1575</rank>
<stateFips>06</stateFips>
</myArea>
<myArea myAreaIndicator="false">
<population>72556</population>
<providerGreaterThan3>1.00000</providerGreaterThan3>
<wirelineProviderEquals0>0.08350</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>1.00000</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>0.00000</downloadSpeedGreaterThan3000kError>
<anyWireline>0.91650</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>72135</geographyId>
<geographyName>Toa Alta</geographyName>
<rank>1576</rank>
<stateFips>72</stateFips>
</myArea>
<myArea myAreaIndicator="false">
<population>55810</population>
<providerGreaterThan3>0.99350</providerGreaterThan3>
<wirelineProviderEquals0>0.08340</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>0.97590</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>0.01490</downloadSpeedGreaterThan3000kError>
<anyWireline>0.91080</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>06069</geographyId>
<geographyName>San Benito</geographyName>
<rank>1577</rank>
<stateFips>06</stateFips>
</myArea>
<myArea myAreaIndicator="false">
<population>11203</population>
<providerGreaterThan3>0.19000</providerGreaterThan3>
<wirelineProviderEquals0>0.08340</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>0.96320</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>0.03180</downloadSpeedGreaterThan3000kError>
<anyWireline>0.87630</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>05109</geographyId>
<geographyName>Pike</geographyName>
<rank>1578</rank>
<stateFips>05</stateFips>
</myArea>
<myArea myAreaIndicator="false">
<population>959</population>
<providerGreaterThan3>0.00000</providerGreaterThan3>
<wirelineProviderEquals0>0.08340</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>0.00000</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>0.00000</downloadSpeedGreaterThan3000kError>
<anyWireline>0.89740</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>48443</geographyId>
<geographyName>Terrell</geographyName>
<rank>1579</rank>
<stateFips>48</stateFips>
</myArea>
<LastTen myAreaIndicator="false">
<population>6200</population>
<providerGreaterThan3>1.00000</providerGreaterThan3>
<wirelineProviderEquals0>0.00000</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>0.99760</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>0.00000</downloadSpeedGreaterThan3000kError>
<anyWireline>1.00000</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>51515</geographyId>
<geographyName>Bedford City</geographyName>
<rank>3225</rank>
<stateFips>51</stateFips>
</LastTen>
<LastTen myAreaIndicator="false">
<population>6067</population>
<providerGreaterThan3>0.06330</providerGreaterThan3>
<wirelineProviderEquals0>0.00000</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>1.00000</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>-0.00110</downloadSpeedGreaterThan3000kError>
<anyWireline>1.00000</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>48411</geographyId>
<geographyName>San Saba</geographyName>
<rank>3226</rank>
<stateFips>48</stateFips>
</LastTen>
<LastTen myAreaIndicator="false">
<population>5057</population>
<providerGreaterThan3>0.90550</providerGreaterThan3>
<wirelineProviderEquals0>0.00000</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>1.00000</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>-0.00130</downloadSpeedGreaterThan3000kError>
<anyWireline>1.00000</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>47137</geographyId>
<geographyName>Pickett</geographyName>
<rank>3227</rank>
<stateFips>47</stateFips>
</LastTen>
<LastTen myAreaIndicator="false">
<population>3584</population>
<providerGreaterThan3>1.00000</providerGreaterThan3>
<wirelineProviderEquals0>0.00000</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>1.00000</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>-0.00140</downloadSpeedGreaterThan3000kError>
<anyWireline>1.00000</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>48275</geographyId>
<geographyName>Knox</geographyName>
<rank>3228</rank>
<stateFips>48</stateFips>
</LastTen>
<LastTen myAreaIndicator="false">
<population>2914</population>
<providerGreaterThan3>1.00000</providerGreaterThan3>
<wirelineProviderEquals0>0.00000</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>1.00000</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>0.00000</downloadSpeedGreaterThan3000kError>
<anyWireline>1.00000</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>46043</geographyId>
<geographyName>Douglas</geographyName>
<rank>3229</rank>
<stateFips>46</stateFips>
</LastTen>
<LastTen myAreaIndicator="false">
<population>2896</population>
<providerGreaterThan3>0.38540</providerGreaterThan3>
<wirelineProviderEquals0>0.00000</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>0.95900</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>0.03200</downloadSpeedGreaterThan3000kError>
<anyWireline>0.97450</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>16023</geographyId>
<geographyName>Butte</geographyName>
<rank>3230</rank>
<stateFips>16</stateFips>
</LastTen>
<LastTen myAreaIndicator="false">
<population>2261</population>
<providerGreaterThan3>1.00000</providerGreaterThan3>
<wirelineProviderEquals0>0.00000</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>0.99960</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>0.00040</downloadSpeedGreaterThan3000kError>
<anyWireline>1.00000</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>46107</geographyId>
<geographyName>Potter</geographyName>
<rank>3231</rank>
<stateFips>46</stateFips>
</LastTen>
<LastTen myAreaIndicator="false">
<population>2068</population>
<providerGreaterThan3>0.77850</providerGreaterThan3>
<wirelineProviderEquals0>0.00000</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>0.73730</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>0.08240</downloadSpeedGreaterThan3000kError>
<anyWireline>0.98970</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>46095</geographyId>
<geographyName>Mellette</geographyName>
<rank>3232</rank>
<stateFips>46</stateFips>
</LastTen>
<LastTen myAreaIndicator="false">
<population>1913</population>
<providerGreaterThan3>0.83950</providerGreaterThan3>
<wirelineProviderEquals0>0.00000</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>0.81960</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>0.06240</downloadSpeedGreaterThan3000kError>
<anyWireline>1.00000</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>46055</geographyId>
<geographyName>Haakon</geographyName>
<rank>3233</rank>
<stateFips>46</stateFips>
</LastTen>
<LastTen myAreaIndicator="false">
<population>89</population>
<providerGreaterThan3>0.14610</providerGreaterThan3>
<wirelineProviderEquals0>0.00000</wirelineProviderEquals0>
<downloadSpeedGreaterThan3000k>1.00000</downloadSpeedGreaterThan3000k>
<downloadSpeedGreaterThan3000kError>0.00000</downloadSpeedGreaterThan3000kError>
<anyWireline>1.00000</anyWireline>
<anyWirelineError>0.00000</anyWirelineError>
<geographyId>15005</geographyId>
<geographyName>Kalawao</geographyName>
<rank>3234</rank>
<stateFips>15</stateFips>
</LastTen>
</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.